diff --git a/config/test.env b/config/test.env index b71278c2..5fd4dd05 100644 --- a/config/test.env +++ b/config/test.env @@ -14,7 +14,7 @@ NYPL_CORE_VERSION=v2.14 LOG_LEVEL=error FEATURES=on-site-edd -SEARCH_ITEMS_SIZE=100 +SEARCH_ITEMS_SIZE=3 PORT=5678 HIDE_NYPL_SOURCE= diff --git a/data/onsite-edd-criteria.json b/data/onsite-edd-criteria.json index f39b32ec..233ed669 100644 --- a/data/onsite-edd-criteria.json +++ b/data/onsite-edd-criteria.json @@ -1,6 +1,7 @@ { "status": [ - "a" + "a", + "na" ], "accessMessage": [ "-", diff --git a/lib/delivery-locations-resolver.js b/lib/delivery-locations-resolver.js index 4deb9539..7c6f7ec7 100644 --- a/lib/delivery-locations-resolver.js +++ b/lib/delivery-locations-resolver.js @@ -86,6 +86,8 @@ class DeliveryLocationsResolver { const eddCriteriaChecks = [ // Check the following properties for agreement with required values // rm status because we have separated availability and requestability - VK 7/27/2023 + // Add status because status 'o' actually makes holds impossible - PB 3/21/2024 + 'status', 'catalogItemType', 'holdingLocation', 'accessMessage' diff --git a/lib/requestability_resolver.js b/lib/requestability_resolver.js index 393527f9..1bc7daa3 100644 --- a/lib/requestability_resolver.js +++ b/lib/requestability_resolver.js @@ -1,6 +1,6 @@ const DeliveryLocationsResolver = require('./delivery-locations-resolver') const { isItemNyplOwned } = require('./ownership_determination') -const { isInRecap, isInSchomburg, getSchomburgDeliveryInfo } = require('./util') +const { isInRecap } = require('./util') const logger = require('./logger') class RequestabilityResolver { static fixItemRequestability (elasticSearchResponse) { @@ -26,10 +26,6 @@ class RequestabilityResolver { physRequestableCriteria = `${(deliveryInfo.deliveryLocation && deliveryInfo.deliveryLocation.length) || 0} delivery locations.` } - if (isInSchomburg(item)) { - deliveryInfo = getSchomburgDeliveryInfo(item, deliveryInfo) - physRequestableCriteria = deliveryInfo.criteria - } item.eddRequestable = !!deliveryInfo.eddRequestable item.physRequestable = !!(deliveryInfo.deliveryLocation && deliveryInfo.deliveryLocation.length) diff --git a/lib/resources.js b/lib/resources.js index 487f05be..efce2583 100644 --- a/lib/resources.js +++ b/lib/resources.js @@ -80,7 +80,10 @@ const SEARCH_SCOPES = { 'parallelTitleAlt.folded', 'parallelSeriesStatement.folded', 'parallelCreatorLiteral.folded', - 'parallelPublisher' + 'parallelPublisher', + 'uniformTitle.folded', + 'parallelUniformTitle', + 'formerTitle' ] }, title: { @@ -98,7 +101,8 @@ const SEARCH_SCOPES = { 'parallelSeriesStatement.folded', 'parallelTitleAlt.folded', 'parallelCreatorLiteral.folded', - 'parallelUniformTitle' + 'parallelUniformTitle', + 'formerTitle' ] }, contributor: { diff --git a/lib/util.js b/lib/util.js index 2e043327..bc66108d 100644 --- a/lib/util.js +++ b/lib/util.js @@ -360,28 +360,3 @@ exports.isInRecap = (item) => { exports.itemHasRecapHoldingLocation(item) || !isItemNyplOwned(item) } - -exports.isInSchomburg = (item) => { - const holdingLocation = exports.deepValue(item, 'holdingLocation[0].id') - if (holdingLocation) { - return holdingLocation.startsWith('loc:sc') - } -} - -exports.getSchomburgDeliveryInfo = (item, deliveryInfo) => { - const itemType = exports.deepValue(item, 'catalogItemType[0].id') - if (itemType) { - const itemNumber = itemType.split(':')[1] - const holdingLocation = exports.deepValue(item, 'holdingLocation[0].id') - const case1 = holdingLocation === 'loc:scff3' && itemNumber === '26' - const case2 = holdingLocation === 'loc:scff2' && itemNumber === '6' - let criteria - if (case1) criteria = 'scff3 microfiche' - else if (case2) criteria = 'scff2 microfilm' - else { - deliveryInfo.deliveryLocation = [] - criteria = 'Non requestable schomburg catalog item type ' + itemNumber - } - return Object.assign({}, deliveryInfo, { criteria }) - } -} diff --git a/test/delivery-locations-resolver.test.js b/test/delivery-locations-resolver.test.js index 8529b021..57da2765 100644 --- a/test/delivery-locations-resolver.test.js +++ b/test/delivery-locations-resolver.test.js @@ -309,7 +309,7 @@ describe('Delivery-locations-resolver', function () { }) it('will return true for on-site item failing status check', function () { - item.status[0].id = 'status:co' + item.status[0].id = 'status:na' expect(DeliveryLocationsResolver.eddRequestableByOnSiteCriteria(item)).to.equal(true) }) diff --git a/test/fixtures/query-a1849941cf6e1b1e8830be2a63d7304d.json b/test/fixtures/query-008f1009d7813a6b60a44b893104ea03.json similarity index 93% rename from test/fixtures/query-a1849941cf6e1b1e8830be2a63d7304d.json rename to test/fixtures/query-008f1009d7813a6b60a44b893104ea03.json index e50412f0..97058ca0 100644 --- a/test/fixtures/query-a1849941cf6e1b1e8830be2a63d7304d.json +++ b/test/fixtures/query-008f1009d7813a6b60a44b893104ea03.json @@ -1,6 +1,6 @@ { "body": { - "took": 295, + "took": 451, "timed_out": false, "_shards": { "total": 3, @@ -8,7 +8,7 @@ "failed": 0 }, "hits": { - "total": 2431574, + "total": 2466304, "max_score": null, "hits": [ { @@ -61,36 +61,39 @@ "createdYear": [ 1965 ], - "type": [ - "nypl:Item" - ], "title": [ "Mutaṟkuṟaḷ uvamai." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-1934" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Kothandapani Pillai, K., 1896-" - ], "createdString": [ "1965" ], + "creatorLiteral": [ + "Kothandapani Pillai, K., 1896-" + ], "idLccn": [ "74915265" ], - "seriesStatement": [ - "Kaḻaka veḷiyīṭu, 1247" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Kaḻaka veḷiyīṭu, 1247" + ], "dateStartYear": [ 1965 ], + "idOclc": [ + "NYPG001000001-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -100,14 +103,14 @@ "type": "nypl:Bnumber", "value": "10000004" }, - { - "type": "bf:Lccn", - "value": "74915265" - }, { "type": "nypl:Oclc", "value": "NYPG001000001-B" }, + { + "type": "bf:Lccn", + "value": "74915265" + }, { "type": "bf:Identifier", "value": "NNSZ00100001" @@ -117,19 +120,17 @@ "value": "(WaOLN)nyp0200003" } ], - "idOclc": [ - "NYPG001000001-B" - ], - "updatedAt": 1674870752089, + "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:lccn:74915265", "urn:oclc:NYPG001000001-B", - "urn:undefined:NNSZ00100001", - "urn:undefined:(WaOLN)nyp0200003" + "urn:lccn:74915265", + "urn:identifier:NNSZ00100001", + "urn:identifier:(WaOLN)nyp0200003" ], "numCheckinCardItems": [ 0 @@ -165,12 +166,6 @@ "lccClassification": [ "PL4758.9.T5 K6 1965" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tirunelvēli" ], @@ -207,24 +202,14 @@ }, "_score": null, "_source": { - "uri": "i13783781", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -235,6 +220,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -244,8 +232,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1934" + "idBarcode": [ + "33433061301556" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1934", + "urn:barcode:33433061301556" ], "identifierV2": [ { @@ -253,41 +245,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301556" + "value": "33433061301556", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-1934" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301556" - ], - "idBarcode": [ - "33433061301556" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1934" + ], + "shelfMark_sort": "a*OLB 84-001934", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-001934" + "uri": "i13783781" }, "sort": [ null @@ -349,24 +345,24 @@ "createdYear": [ 1968 ], - "type": [ - "nypl:Item" - ], "title": [ "Tajdīd al-tafkīr al-dīnī fī al-Islām" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OGC 84-1984" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Iqbal, Muhammad, Sir, 1877-1938." - ], "createdString": [ "1968" ], + "creatorLiteral": [ + "Iqbal, Muhammad, Sir, 1877-1938." + ], "idLccn": [ "75962707" ], @@ -379,6 +375,9 @@ "dateStartYear": [ 1968 ], + "idOclc": [ + "NYPG001000002-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -388,14 +387,14 @@ "type": "nypl:Bnumber", "value": "10000006" }, - { - "type": "bf:Lccn", - "value": "75962707" - }, { "type": "nypl:Oclc", "value": "NYPG001000002-B" }, + { + "type": "bf:Lccn", + "value": "75962707" + }, { "type": "bf:Identifier", "value": "NNSZ00100002" @@ -405,19 +404,17 @@ "value": "(WaOLN)nyp0200005" } ], - "idOclc": [ - "NYPG001000002-B" - ], - "updatedAt": 1674870747963, + "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:lccn:75962707", "urn:oclc:NYPG001000002-B", - "urn:undefined:NNSZ00100002", - "urn:undefined:(WaOLN)nyp0200005" + "urn:lccn:75962707", + "urn:identifier:NNSZ00100002", + "urn:identifier:(WaOLN)nyp0200005" ], "numCheckinCardItems": [ 0 @@ -453,12 +450,6 @@ "lccClassification": [ "BP161 .I712 1968" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "al-Qāhirah" ], @@ -495,24 +486,14 @@ }, "_score": null, "_source": { - "uri": "i12540039", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -523,6 +504,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -532,8 +516,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OGC 84-1984" + "idBarcode": [ + "33433022691665" + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1984", + "urn:barcode:33433022691665" ], "identifierV2": [ { @@ -541,41 +529,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433022691665" + "value": "33433022691665", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OGC 84-1984" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433022691665" - ], - "idBarcode": [ - "33433022691665" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OGC 84-1984" + ], + "shelfMark_sort": "a*OGC 84-001984", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OGC 84-001984" + "uri": "i12540039" }, "sort": [ null @@ -623,24 +615,24 @@ "createdYear": [ 1969 ], - "type": [ - "nypl:Item" - ], "title": [ "Aṇṇāviṉ ciṟukataikaḷ." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-1986" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Annadurai, C. N., 1909-1969." - ], "createdString": [ "1969" ], + "creatorLiteral": [ + "Annadurai, C. N., 1909-1969." + ], "idLccn": [ "72913998" ], @@ -650,6 +642,9 @@ "dateStartYear": [ 1969 ], + "idOclc": [ + "NYPG001000003-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -659,14 +654,14 @@ "type": "nypl:Bnumber", "value": "10000008" }, - { - "type": "bf:Lccn", - "value": "72913998" - }, { "type": "nypl:Oclc", "value": "NYPG001000003-B" }, + { + "type": "bf:Lccn", + "value": "72913998" + }, { "type": "bf:Identifier", "value": "NNSZ00100003" @@ -676,19 +671,17 @@ "value": "(WaOLN)nyp0200007" } ], - "idOclc": [ - "NYPG001000003-B" - ], - "updatedAt": 1674870747855, + "updatedAt": 1711102509897, "publicationStatement": [ "Ceṉṉai, Parimaḷam Patippakam [1969]" ], "identifier": [ + "urn:shelfmark:*OLB 84-1986", "urn:bnum:10000008", - "urn:lccn:72913998", "urn:oclc:NYPG001000003-B", - "urn:undefined:NNSZ00100003", - "urn:undefined:(WaOLN)nyp0200007" + "urn:lccn:72913998", + "urn:identifier:NNSZ00100003", + "urn:identifier:(WaOLN)nyp0200007" ], "numCheckinCardItems": [ 0 @@ -721,12 +714,6 @@ "lccClassification": [ "PL4758.9.A5 A84" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ceṉṉai" ], @@ -763,24 +750,14 @@ }, "_score": null, "_source": { - "uri": "i13783782", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -791,6 +768,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -800,8 +780,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1986" + "idBarcode": [ + "33433061301689" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1986", + "urn:barcode:33433061301689" ], "identifierV2": [ { @@ -809,41 +793,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301689" + "value": "33433061301689", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-1986" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301689" - ], - "idBarcode": [ - "33433061301689" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1986" + ], + "shelfMark_sort": "a*OLB 84-001986", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-001986" + "uri": "i13783782" }, "sort": [ null @@ -899,36 +887,39 @@ "createdYear": [ 1969 ], - "type": [ - "nypl:Item" - ], "title": [ "Cēkkiḻār; Corṇammāḷ niṉaivuc coṟpoḻivukaḷ." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-1938" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Irācamāṇikkaṉār, Mā., 1907-1967." - ], "createdString": [ "1969" ], + "creatorLiteral": [ + "Irācamāṇikkaṉār, Mā., 1907-1967." + ], "idLccn": [ "72913466" ], - "seriesStatement": [ - "Corṇammāḷ corpoḻivu varicai, 6" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Corṇammāḷ corpoḻivu varicai, 6" + ], "dateStartYear": [ 1969 ], + "idOclc": [ + "NYPG001000004-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -938,14 +929,14 @@ "type": "nypl:Bnumber", "value": "10000010" }, - { - "type": "bf:Lccn", - "value": "72913466" - }, { "type": "nypl:Oclc", "value": "NYPG001000004-B" }, + { + "type": "bf:Lccn", + "value": "72913466" + }, { "type": "bf:Identifier", "value": "NNSZ00100004" @@ -955,19 +946,17 @@ "value": "(WaOLN)nyp0200009" } ], - "idOclc": [ - "NYPG001000004-B" - ], - "updatedAt": 1674870747855, + "updatedAt": 1711284909373, "publicationStatement": [ "Aṇṇāmalainakar, Aṇṇāmalaip Palkalaikkaḻakam, 1969." ], "identifier": [ + "urn:shelfmark:*OLB 84-1938", "urn:bnum:10000010", - "urn:lccn:72913466", "urn:oclc:NYPG001000004-B", - "urn:undefined:NNSZ00100004", - "urn:undefined:(WaOLN)nyp0200009" + "urn:lccn:72913466", + "urn:identifier:NNSZ00100004", + "urn:identifier:(WaOLN)nyp0200009" ], "numCheckinCardItems": [ 0 @@ -1003,12 +992,6 @@ "lccClassification": [ "PL4758.9.C385 Z8" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Aṇṇāmalainakar" ], @@ -1045,24 +1028,14 @@ }, "_score": null, "_source": { - "uri": "i13783783", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -1073,6 +1046,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -1082,8 +1058,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1938" + "idBarcode": [ + "33433061301598" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1938", + "urn:barcode:33433061301598" ], "identifierV2": [ { @@ -1091,41 +1071,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301598" + "value": "33433061301598", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-1938" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301598" - ], - "idBarcode": [ - "33433061301598" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1938" + ], + "shelfMark_sort": "a*OLB 84-001938", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-001938" + "uri": "i13783783" }, "sort": [ null @@ -1181,30 +1165,33 @@ "createdYear": [ 1970 ], - "type": [ - "nypl:Item" - ], "title": [ "al-Ḥuṭayʼah : fī sīratihi wa-nafsīyatihi wa-shiʻrihi" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFS 84-1997" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Ḥāwī, Īlīyā Salīm." - ], "createdString": [ "1970" ], + "creatorLiteral": [ + "Ḥāwī, Īlīyā Salīm." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1970 ], + "idOclc": [ + "NYPG001000005-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -1227,18 +1214,16 @@ "value": "(WaOLN)nyp0200011" } ], - "idOclc": [ - "NYPG001000005-B" - ], - "updatedAt": 1674870752089, + "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:undefined:NNSZ00100005", - "urn:undefined:(WaOLN)nyp0200011" + "urn:identifier:NNSZ00100005", + "urn:identifier:(WaOLN)nyp0200011" ], "numCheckinCardItems": [ 0 @@ -1271,12 +1256,6 @@ "al-Ḥuṭayʼah : fī sīratihi wa-nafsīyatihi wa-shiʻrihi / bi-qalam Īlīyā Ḥāwī." ], "uri": "b10000012", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Bayrūt" ], @@ -1313,24 +1292,14 @@ }, "_score": null, "_source": { - "uri": "i10000003", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -1341,6 +1310,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -1350,8 +1322,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFS 84-1997" + "idBarcode": [ + "33433014514719" + ], + "identifier": [ + "urn:shelfmark:*OFS 84-1997", + "urn:barcode:33433014514719" ], "identifierV2": [ { @@ -1359,41 +1335,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433014514719" + "value": "33433014514719", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFS 84-1997" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433014514719" - ], - "idBarcode": [ - "33433014514719" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFS 84-1997" + ], + "shelfMark_sort": "a*OFS 84-001997", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFS 84-001997" + "uri": "i10000003" }, "sort": [ null @@ -1451,12 +1431,12 @@ "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "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" ], @@ -1475,6 +1455,9 @@ "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG001000006-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -1497,18 +1480,16 @@ "value": "(WaOLN)nyp0200013" } ], - "idOclc": [ - "NYPG001000006-B" - ], - "updatedAt": 1674870752089, + "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:undefined:NNSZ00100006", - "urn:undefined:(WaOLN)nyp0200013" + "urn:identifier:NNSZ00100006", + "urn:identifier:(WaOLN)nyp0200013" ], "numCheckinCardItems": [ 0 @@ -1542,12 +1523,6 @@ "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", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Bayrūt" ], @@ -1587,26 +1562,16 @@ }, "_score": null, "_source": { - "uri": "i12540040", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ + "catalogItemType": [ { "id": "catalogItemType:55", "label": "book, limited circ, MaRLI" @@ -1615,6 +1580,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -1624,8 +1592,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OGC 84-1996" + "idBarcode": [ + "33433022691780" + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1996", + "urn:barcode:33433022691780" ], "identifierV2": [ { @@ -1633,41 +1605,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433022691780" + "value": "33433022691780", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OGC 84-1996" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433022691780" - ], - "idBarcode": [ - "33433022691780" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OGC 84-1996" + ], + "shelfMark_sort": "a*OGC 84-001996", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OGC 84-001996" + "uri": "i12540040" }, "sort": [ null @@ -1718,24 +1694,24 @@ "createdYear": [ 1967 ], - "type": [ - "nypl:Item" - ], "title": [ "Nalla Kuṟuntokaiyil nāṉilam." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-1937" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Cellappaṉ, Cilampoli, 1929-" - ], "createdString": [ "1967" ], + "creatorLiteral": [ + "Cellappaṉ, Cilampoli, 1929-" + ], "idLccn": [ "74913402" ], @@ -1745,6 +1721,9 @@ "dateStartYear": [ 1967 ], + "idOclc": [ + "NYPG001000007-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -1754,14 +1733,14 @@ "type": "nypl:Bnumber", "value": "10000016" }, - { - "type": "bf:Lccn", - "value": "74913402" - }, { "type": "nypl:Oclc", "value": "NYPG001000007-B" }, + { + "type": "bf:Lccn", + "value": "74913402" + }, { "type": "bf:Identifier", "value": "NNSZ00100007" @@ -1771,19 +1750,17 @@ "value": "(WaOLN)nyp0200015" } ], - "idOclc": [ - "NYPG001000007-B" - ], - "updatedAt": 1674870752089, + "updatedAt": 1711185167994, "publicationStatement": [ "Ceṉṉai, Manṅkaḷa Nūlakam, 1959 [i.e. 1967]" ], "identifier": [ + "urn:shelfmark:*OLB 84-1937", "urn:bnum:10000016", - "urn:lccn:74913402", "urn:oclc:NYPG001000007-B", - "urn:undefined:NNSZ00100007", - "urn:undefined:(WaOLN)nyp0200015" + "urn:lccn:74913402", + "urn:identifier:NNSZ00100007", + "urn:identifier:(WaOLN)nyp0200015" ], "numCheckinCardItems": [ 0 @@ -1819,12 +1796,6 @@ "lccClassification": [ "PL4758.9.K794 Z6 1967" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ceṉṉai" ], @@ -1861,24 +1832,14 @@ }, "_score": null, "_source": { - "uri": "i13783785", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -1889,6 +1850,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -1898,8 +1862,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1937" + "idBarcode": [ + "33433061301580" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1937", + "urn:barcode:33433061301580" ], "identifierV2": [ { @@ -1907,41 +1875,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301580" + "value": "33433061301580", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-1937" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301580" - ], - "idBarcode": [ - "33433061301580" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1937" + ], + "shelfMark_sort": "a*OLB 84-001937", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-001937" + "uri": "i13783785" }, "sort": [ null @@ -1998,24 +1970,24 @@ "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "title": [ "al-Marʼah al-Lubnānīyah : wāqiʻuhā wa-qaḍāyāhā" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFX 84-1995" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Bashshūr, Najlāʼ Naṣīr." - ], "createdString": [ "1975" ], + "creatorLiteral": [ + "Bashshūr, Najlāʼ Naṣīr." + ], "idLccn": [ "78970449" ], @@ -2025,6 +1997,9 @@ "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG001000008-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2034,14 +2009,14 @@ "type": "nypl:Bnumber", "value": "10000018" }, - { - "type": "bf:Lccn", - "value": "78970449" - }, { "type": "nypl:Oclc", "value": "NYPG001000008-B" }, + { + "type": "bf:Lccn", + "value": "78970449" + }, { "type": "bf:Identifier", "value": "NNSZ00100008" @@ -2051,19 +2026,17 @@ "value": "(WaOLN)nyp0200017" } ], - "idOclc": [ - "NYPG001000008-B" - ], - "updatedAt": 1674870747855, + "updatedAt": 1711582848276, "publicationStatement": [ "Bayrūt : Dār al-Ṭalīʻah, 1975." ], "identifier": [ + "urn:shelfmark:*OFX 84-1995", "urn:bnum:10000018", - "urn:lccn:78970449", "urn:oclc:NYPG001000008-B", - "urn:undefined:NNSZ00100008", - "urn:undefined:(WaOLN)nyp0200017" + "urn:lccn:78970449", + "urn:identifier:NNSZ00100008", + "urn:identifier:(WaOLN)nyp0200017" ], "numCheckinCardItems": [ 0 @@ -2099,12 +2072,6 @@ "lccClassification": [ "HQ1728 .B37" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Bayrūt" ], @@ -2141,24 +2108,14 @@ }, "_score": null, "_source": { - "uri": "i10000004", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -2169,6 +2126,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -2178,8 +2138,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFX 84-1995" + "idBarcode": [ + "33433002031718" + ], + "identifier": [ + "urn:shelfmark:*OFX 84-1995", + "urn:barcode:33433002031718" ], "identifierV2": [ { @@ -2187,41 +2151,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433002031718" + "value": "33433002031718", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFX 84-1995" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433002031718" - ], - "idBarcode": [ - "33433002031718" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFX 84-1995" + ], + "shelfMark_sort": "a*OFX 84-001995", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFX 84-001995" + "uri": "i10000004" }, "sort": [ null @@ -2272,24 +2240,24 @@ "createdYear": [ 1970 ], - "type": [ - "nypl:Item" - ], "title": [ "Tolkāppiyam." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-1936" ], "numItemVolumesParsed": [ 1 ], - "creatorLiteral": [ - "Veḷḷaivāraṇaṉ, Ka." - ], "createdString": [ "1970" ], + "creatorLiteral": [ + "Veḷḷaivāraṇaṉ, Ka." + ], "idLccn": [ "74914844" ], @@ -2299,7 +2267,10 @@ "dateStartYear": [ 1970 ], - "identifierV2": [ + "idOclc": [ + "NYPG001000009-B" + ], + "identifierV2": [ { "type": "bf:ShelfMark", "value": "*OLB 84-1936" @@ -2308,14 +2279,14 @@ "type": "nypl:Bnumber", "value": "10000020" }, - { - "type": "bf:Lccn", - "value": "74914844" - }, { "type": "nypl:Oclc", "value": "NYPG001000009-B" }, + { + "type": "bf:Lccn", + "value": "74914844" + }, { "type": "bf:Identifier", "value": "NNSZ00100009" @@ -2325,19 +2296,17 @@ "value": "(WaOLN)nyp0200019" } ], - "idOclc": [ - "NYPG001000009-B" - ], - "updatedAt": 1674870747963, + "updatedAt": 1711329059003, "publicationStatement": [ "[Aṇṇāmalainakar] Aṇṇāmalaip Palkalaik Kaḻakam, 1970." ], "identifier": [ + "urn:shelfmark:*OLB 84-1936", "urn:bnum:10000020", - "urn:lccn:74914844", "urn:oclc:NYPG001000009-B", - "urn:undefined:NNSZ00100009", - "urn:undefined:(WaOLN)nyp0200019" + "urn:lccn:74914844", + "urn:identifier:NNSZ00100009", + "urn:identifier:(WaOLN)nyp0200019" ], "numCheckinCardItems": [ 0 @@ -2373,24 +2342,18 @@ "lccClassification": [ "PL4754.T583 V4 1970" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Aṇṇāmalainakar]" ], - "titleAlt": [ - "Tolkāppiyam nutaliyaporuḷ." - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Tolkāppiyam nutaliyaporuḷ." + ], "tableOfContents": [ "Tolkāppiyam.--Tolkāppiyam nutaliyaporuḷ." ], @@ -2421,24 +2384,14 @@ }, "_score": null, "_source": { - "uri": "i13783786", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -2449,6 +2402,15 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "enumerationChronology": [ + "v. 1" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -2458,8 +2420,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1936 v. 1" + "idBarcode": [ + "33433061301572" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1936 v. 1", + "urn:barcode:33433061301572" ], "identifierV2": [ { @@ -2467,12 +2433,18 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301572" + "value": "33433061301572", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "v. 1" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ "*OLB 84-1936" @@ -2480,23 +2452,24 @@ "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301572" - ], - "idBarcode": [ - "33433061301572" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1936 v. 1" + ], + "shelfMark_sort": "a*OLB 84-1936 v. 000001", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], "volumeRange": [ { @@ -2504,16 +2477,7 @@ "lte": 1 } ], - "enumerationChronology_sort": [ - " 1-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-1936 v. 000001" + "uri": "i13783786" }, "sort": [ " 1-" @@ -2570,33 +2534,33 @@ "createdYear": [ 1970 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Puttamittiraṉār, active 11th century." - ], "createdString": [ "1970" ], + "creatorLiteral": [ + "Puttamittiraṉār, active 11th century." + ], "idLccn": [ "73913714" ], - "seriesStatement": [ - "Kaḻaka veḷiyīṭu, 1388" - ], "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." @@ -2604,6 +2568,9 @@ "dateStartYear": [ 1970 ], + "idOclc": [ + "NYPG001000010-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2613,14 +2580,14 @@ "type": "nypl:Bnumber", "value": "10000022" }, - { - "type": "bf:Lccn", - "value": "73913714" - }, { "type": "nypl:Oclc", "value": "NYPG001000010-B" }, + { + "type": "bf:Lccn", + "value": "73913714" + }, { "type": "bf:Identifier", "value": "NNSZ00100010" @@ -2630,19 +2597,17 @@ "value": "(WaOLN)nyp0200021" } ], - "idOclc": [ - "NYPG001000010-B" - ], - "updatedAt": 1674870747963, + "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:lccn:73913714", "urn:oclc:NYPG001000010-B", - "urn:undefined:NNSZ00100010", - "urn:undefined:(WaOLN)nyp0200021" + "urn:lccn:73913714", + "urn:identifier:NNSZ00100010", + "urn:identifier:(WaOLN)nyp0200021" ], "numCheckinCardItems": [ 0 @@ -2678,24 +2643,18 @@ "lccClassification": [ "PL4754 .P8 1970" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ceṉṉai" ], - "titleAlt": [ - "Viracōḻiyam." - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Viracōḻiyam." + ], "dimensions": [ "22 cm." ] @@ -2723,24 +2682,14 @@ }, "_score": null, "_source": { - "uri": "i13783787", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -2751,6 +2700,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -2760,8 +2712,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1935" + "idBarcode": [ + "33433061301564" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1935", + "urn:barcode:33433061301564" ], "identifierV2": [ { @@ -2769,41 +2725,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301564" + "value": "33433061301564", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-1935" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301564" - ], - "idBarcode": [ - "33433061301564" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1935" + ], + "shelfMark_sort": "a*OLB 84-001935", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-001935" + "uri": "i13783787" }, "sort": [ null @@ -2863,24 +2823,24 @@ "createdYear": [ 1976 ], - "type": [ - "nypl:Item" - ], "title": [ "al-Baḥrayn : mushkilāt al-taghyīr al-siyāsī wa-al-ijtimāʻī" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFK 84-1944" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Rumayḥī, Muḥammad Ghānim." - ], "createdString": [ "1976" ], + "creatorLiteral": [ + "Rumayḥī, Muḥammad Ghānim." + ], "idLccn": [ "79971032" ], @@ -2890,6 +2850,9 @@ "dateStartYear": [ 1976 ], + "idOclc": [ + "NYPG001000011-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2899,14 +2862,14 @@ "type": "nypl:Bnumber", "value": "10000024" }, - { - "type": "bf:Lccn", - "value": "79971032" - }, { "type": "nypl:Oclc", "value": "NYPG001000011-B" }, + { + "type": "bf:Lccn", + "value": "79971032" + }, { "type": "bf:Identifier", "value": "NNSZ00100011" @@ -2916,19 +2879,17 @@ "value": "(WaOLN)nyp0200023" } ], - "idOclc": [ - "NYPG001000011-B" - ], - "updatedAt": 1674870752089, + "updatedAt": 1711097717293, "publicationStatement": [ "[Bayrūt] : Dār Ibn Khaldūn, 1976." ], "identifier": [ + "urn:shelfmark:*OFK 84-1944", "urn:bnum:10000024", - "urn:lccn:79971032", "urn:oclc:NYPG001000011-B", - "urn:undefined:NNSZ00100011", - "urn:undefined:(WaOLN)nyp0200023" + "urn:lccn:79971032", + "urn:identifier:NNSZ00100011", + "urn:identifier:(WaOLN)nyp0200023" ], "numCheckinCardItems": [ 0 @@ -2966,12 +2927,6 @@ "lccClassification": [ "DS247.B28 R85" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Bayrūt]" ], @@ -3008,24 +2963,14 @@ }, "_score": null, "_source": { - "uri": "i10000005", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -3036,6 +2981,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -3045,8 +2993,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFK 84-1944" + "idBarcode": [ + "33433005548676" + ], + "identifier": [ + "urn:shelfmark:*OFK 84-1944", + "urn:barcode:33433005548676" ], "identifierV2": [ { @@ -3054,41 +3006,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433005548676" + "value": "33433005548676", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFK 84-1944" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433005548676" - ], - "idBarcode": [ - "33433005548676" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFK 84-1944" + ], + "shelfMark_sort": "a*OFK 84-001944", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFK 84-001944" + "uri": "i10000005" }, "sort": [ null @@ -3145,24 +3101,24 @@ "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Razzāz, Nabīlah." - ], "createdString": [ "1975" ], + "creatorLiteral": [ + "Razzāz, Nabīlah." + ], "idLccn": [ "76960987" ], @@ -3172,6 +3128,9 @@ "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG001000012-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3181,14 +3140,14 @@ "type": "nypl:Bnumber", "value": "10000026" }, - { - "type": "bf:Lccn", - "value": "76960987" - }, { "type": "nypl:Oclc", "value": "NYPG001000012-B" }, + { + "type": "bf:Lccn", + "value": "76960987" + }, { "type": "bf:Identifier", "value": "NNSZ00100012" @@ -3198,19 +3157,17 @@ "value": "(WaOLN)nyp0200025" } ], - "idOclc": [ - "NYPG001000012-B" - ], - "updatedAt": 1674870747855, + "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:lccn:76960987", "urn:oclc:NYPG001000012-B", - "urn:undefined:NNSZ00100012", - "urn:undefined:(WaOLN)nyp0200025" + "urn:lccn:76960987", + "urn:identifier:NNSZ00100012", + "urn:identifier:(WaOLN)nyp0200025" ], "numCheckinCardItems": [ 0 @@ -3246,12 +3203,6 @@ "lccClassification": [ "HQ402 .R39" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Dimashq" ], @@ -3288,24 +3239,14 @@ }, "_score": null, "_source": { - "uri": "i10000006", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -3316,6 +3257,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -3325,8 +3269,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFX 84-1953" + "idBarcode": [ + "33433002031700" + ], + "identifier": [ + "urn:shelfmark:*OFX 84-1953", + "urn:barcode:33433002031700" ], "identifierV2": [ { @@ -3334,41 +3282,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433002031700" + "value": "33433002031700", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFX 84-1953" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433002031700" - ], - "idBarcode": [ - "33433002031700" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFX 84-1953" + ], + "shelfMark_sort": "a*OFX 84-001953", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFX 84-001953" + "uri": "i10000006" }, "sort": [ null @@ -3429,24 +3381,24 @@ "createdYear": [ 1973 ], - "type": [ - "nypl:Item" - ], "title": [ "Vaṃśabhāskara : eka adhyayana" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKTM 84-1945" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Khāna, Ālama Śāha, 1936-2003." - ], "createdString": [ "1973" ], + "creatorLiteral": [ + "Khāna, Ālama Śāha, 1936-2003." + ], "idLccn": [ "75903689" ], @@ -3456,6 +3408,9 @@ "dateStartYear": [ 1973 ], + "idOclc": [ + "NYPG001000013-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3465,14 +3420,14 @@ "type": "nypl:Bnumber", "value": "10000028" }, - { - "type": "bf:Lccn", - "value": "75903689" - }, { "type": "nypl:Oclc", "value": "NYPG001000013-B" }, + { + "type": "bf:Lccn", + "value": "75903689" + }, { "type": "bf:Identifier", "value": "NNSZ00100013" @@ -3482,19 +3437,17 @@ "value": "(WaOLN)nyp0200027" } ], - "idOclc": [ - "NYPG001000013-B" - ], - "updatedAt": 1674870747855, + "updatedAt": 1710972943549, "publicationStatement": [ "Udayapura : Rājasthāna Sāhitya Akādamī (Saṅgama), 1973." ], "identifier": [ + "urn:shelfmark:*OKTM 84-1945", "urn:bnum:10000028", - "urn:lccn:75903689", "urn:oclc:NYPG001000013-B", - "urn:undefined:NNSZ00100013", - "urn:undefined:(WaOLN)nyp0200027" + "urn:lccn:75903689", + "urn:identifier:NNSZ00100013", + "urn:identifier:(WaOLN)nyp0200027" ], "numCheckinCardItems": [ 0 @@ -3530,12 +3483,6 @@ "lccClassification": [ "PK2708.9.S9 V334" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Udayapura" ], @@ -3572,24 +3519,14 @@ }, "_score": null, "_source": { - "uri": "i10942033", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -3600,6 +3537,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -3609,8 +3549,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKTM 84-1945" + "idBarcode": [ + "33433011094210" + ], + "identifier": [ + "urn:shelfmark:*OKTM 84-1945", + "urn:barcode:33433011094210" ], "identifierV2": [ { @@ -3618,41 +3562,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011094210" + "value": "33433011094210", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKTM 84-1945" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433011094210" - ], - "idBarcode": [ - "33433011094210" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKTM 84-1945" + ], + "shelfMark_sort": "a*OKTM 84-001945", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKTM 84-001945" + "uri": "i10942033" }, "sort": [ null @@ -3719,12 +3667,12 @@ "createdYear": [ 1974 ], - "type": [ - "nypl:Item" - ], "title": [ "Uṇādi-koṣaḥ" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKA 84-1931" ], @@ -3750,6 +3698,9 @@ "dateStartYear": [ 1974 ], + "idOclc": [ + "NYPG001000014-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3759,14 +3710,14 @@ "type": "nypl:Bnumber", "value": "10000030" }, - { - "type": "bf:Lccn", - "value": "75902275" - }, { "type": "nypl:Oclc", "value": "NYPG001000014-B" }, + { + "type": "bf:Lccn", + "value": "75902275" + }, { "type": "bf:Identifier", "value": "NNSZ00100014" @@ -3776,22 +3727,20 @@ "value": "(WaOLN)nyp0200029" } ], - "idOclc": [ - "NYPG001000014-B" - ], "uniformTitle": [ "Uṇādisūtra." ], - "updatedAt": 1674870747855, + "updatedAt": 1711329059003, "publicationStatement": [ "Karanāla : Ra.Ba.Cau. Nārāyaṇasiṃha Dharmārtha Ṭrasṭa ; Bahālagaḍha, Harayāṇa : prāptisthānam, Rāmalāla Kapūra Ṭrasṭa, 1974." ], "identifier": [ + "urn:shelfmark:*OKA 84-1931", "urn:bnum:10000030", - "urn:lccn:75902275", "urn:oclc:NYPG001000014-B", - "urn:undefined:NNSZ00100014", - "urn:undefined:(WaOLN)nyp0200029" + "urn:lccn:75902275", + "urn:identifier:NNSZ00100014", + "urn:identifier:(WaOLN)nyp0200029" ], "numCheckinCardItems": [ 0 @@ -3827,12 +3776,6 @@ "lccClassification": [ "PK551 .U73" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Karanāla : Bahālagaḍha, Harayāṇa" ], @@ -3869,24 +3812,14 @@ }, "_score": null, "_source": { - "uri": "i10000007", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -3897,6 +3830,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -3906,8 +3842,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKA 84-1931" + "idBarcode": [ + "33433012968222" + ], + "identifier": [ + "urn:shelfmark:*OKA 84-1931", + "urn:barcode:33433012968222" ], "identifierV2": [ { @@ -3915,41 +3855,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433012968222" + "value": "33433012968222", + "type": "bf:Barcode" } ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKA 84-1931" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433012968222" - ], - "idBarcode": [ - "33433012968222" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKA 84-1931" + ], + "shelfMark_sort": "a*OKA 84-001931", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKA 84-001931" + "uri": "i10000007" }, "sort": [ null @@ -4008,30 +3952,33 @@ "createdYear": [ 1972 ], - "type": [ - "nypl:Item" - ], "title": [ "Buzurgān-i Jahrum : mushtamil bar sharḥ-i aḥvāl va ā̲sār-i rijāl va sukhanvarān va dānishmandān va khushnivīsān va pizishkān-i Jahrum va Khafr" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OMP 84-2007" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Ishrāq, Muḥammad Karīm." - ], "createdString": [ "1972" ], + "creatorLiteral": [ + "Ishrāq, Muḥammad Karīm." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1972 ], + "idOclc": [ + "NYPG001000015-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -4054,18 +4001,16 @@ "value": "(WaOLN)nyp0200031" } ], - "idOclc": [ - "NYPG001000015-B" - ], - "updatedAt": 1674870752089, + "updatedAt": 1711606508873, "publicationStatement": [ "Tihrān : Kitābfurūshī-i Khayyām, 1351 [1972]" ], "identifier": [ + "urn:shelfmark:*OMP 84-2007", "urn:bnum:10000032", "urn:oclc:NYPG001000015-B", - "urn:undefined:NNSZ00100015", - "urn:undefined:(WaOLN)nyp0200031" + "urn:identifier:NNSZ00100015", + "urn:identifier:(WaOLN)nyp0200031" ], "numCheckinCardItems": [ 0 @@ -4099,12 +4044,6 @@ "Buzurgān-i Jahrum : mushtamil bar sharḥ-i aḥvāl va ā̲sār-i rijāl va sukhanvarān va dānishmandān va khushnivīsān va pizishkān-i Jahrum va Khafr / taʼlīf-i Muḥammad Karīm Ishrāq." ], "uri": "b10000032", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tihrān" ], @@ -4141,24 +4080,14 @@ }, "_score": null, "_source": { - "uri": "i10000008", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -4169,6 +4098,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -4178,8 +4110,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OMP 84-2007" + "idBarcode": [ + "33433013173012" + ], + "identifier": [ + "urn:shelfmark:*OMP 84-2007", + "urn:barcode:33433013173012" ], "identifierV2": [ { @@ -4187,41 +4123,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433013173012" + "value": "33433013173012", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OMP 84-2007" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433013173012" - ], - "idBarcode": [ - "33433013173012" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OMP 84-2007" + ], + "shelfMark_sort": "a*OMP 84-002007", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OMP 84-002007" + "uri": "i10000008" }, "sort": [ null @@ -4284,33 +4224,33 @@ "createdYear": [ 1974 ], - "type": [ - "nypl:Item" - ], "title": [ "Brhatkathāślokasaṁgraha : a study" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKR 84-2006" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Budhasvāmin." - ], "createdString": [ "1974" ], + "creatorLiteral": [ + "Budhasvāmin." + ], "idLccn": [ "74903273" ], - "seriesStatement": [ - "Indian civilization series ; no. 4" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Indian civilization series ; no. 4" + ], "contributorLiteral": [ "Guṇāḍhya.", "Agrawala, Vasudeva Sharana.", @@ -4319,6 +4259,9 @@ "dateStartYear": [ 1974 ], + "idOclc": [ + "NYPG001000016-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -4328,14 +4271,14 @@ "type": "nypl:Bnumber", "value": "10000034" }, - { - "type": "bf:Lccn", - "value": "74903273" - }, { "type": "nypl:Oclc", "value": "NYPG001000016-B" }, + { + "type": "bf:Lccn", + "value": "74903273" + }, { "type": "bf:Identifier", "value": "NNSZ00100016" @@ -4345,19 +4288,17 @@ "value": "(WaOLN)nyp0200033" } ], - "idOclc": [ - "NYPG001000016-B" - ], - "updatedAt": 1674870747855, + "updatedAt": 1711113679649, "publicationStatement": [ "Varanasi : Prithivi Prakashan, 1974." ], "identifier": [ + "urn:shelfmark:*OKR 84-2006", "urn:bnum:10000034", - "urn:lccn:74903273", "urn:oclc:NYPG001000016-B", - "urn:undefined:NNSZ00100016", - "urn:undefined:(WaOLN)nyp0200033" + "urn:lccn:74903273", + "urn:identifier:NNSZ00100016", + "urn:identifier:(WaOLN)nyp0200033" ], "numCheckinCardItems": [ 0 @@ -4390,12 +4331,6 @@ "lccClassification": [ "PK3794.B84 B7 1974" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Varanasi" ], @@ -4432,24 +4367,14 @@ }, "_score": null, "_source": { - "uri": "i10000009", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -4460,6 +4385,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -4469,8 +4397,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKR 84-2006" + "idBarcode": [ + "33433011528696" + ], + "identifier": [ + "urn:shelfmark:*OKR 84-2006", + "urn:barcode:33433011528696" ], "identifierV2": [ { @@ -4478,41 +4410,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011528696" + "value": "33433011528696", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKR 84-2006" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433011528696" - ], - "idBarcode": [ - "33433011528696" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKR 84-2006" + ], + "shelfMark_sort": "a*OKR 84-002006", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKR 84-002006" + "uri": "i10000009" }, "sort": [ null @@ -4569,24 +4505,24 @@ "createdYear": [ 1972 ], - "type": [ - "nypl:Item" - ], "title": [ "Srīnārāyaṇatīrthayatīndracaritram[sic]" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKB 84-1928" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Lakshmikantaiah, Garikapati, 1900-" - ], "createdString": [ "1972" ], + "creatorLiteral": [ + "Lakshmikantaiah, Garikapati, 1900-" + ], "idLccn": [ "75902755" ], @@ -4596,6 +4532,9 @@ "dateStartYear": [ 1972 ], + "idOclc": [ + "NYPG001000017-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -4605,14 +4544,14 @@ "type": "nypl:Bnumber", "value": "10000036" }, - { - "type": "bf:Lccn", - "value": "75902755" - }, { "type": "nypl:Oclc", "value": "NYPG001000017-B" }, + { + "type": "bf:Lccn", + "value": "75902755" + }, { "type": "bf:Identifier", "value": "NNSZ00100017" @@ -4622,19 +4561,17 @@ "value": "(WaOLN)nyp0200035" } ], - "idOclc": [ - "NYPG001000017-B" - ], - "updatedAt": 1674870752089, + "updatedAt": 1711355313989, "publicationStatement": [ "[s.1. : s.n.], 1972" ], "identifier": [ + "urn:shelfmark:*OKB 84-1928", "urn:bnum:10000036", - "urn:lccn:75902755", "urn:oclc:NYPG001000017-B", - "urn:undefined:NNSZ00100017", - "urn:undefined:(WaOLN)nyp0200035" + "urn:lccn:75902755", + "urn:identifier:NNSZ00100017", + "urn:identifier:(WaOLN)nyp0200035" ], "numCheckinCardItems": [ 0 @@ -4670,12 +4607,6 @@ "lccClassification": [ "PK3799.L28 S68" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[s.1." ], @@ -4712,24 +4643,14 @@ }, "_score": null, "_source": { - "uri": "i12858032", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -4740,6 +4661,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -4749,8 +4673,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKB 84-1928" + "idBarcode": [ + "33433058548433" + ], + "identifier": [ + "urn:shelfmark:*OKB 84-1928", + "urn:barcode:33433058548433" ], "identifierV2": [ { @@ -4758,41 +4686,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058548433" + "value": "33433058548433", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKB 84-1928" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433058548433" - ], - "idBarcode": [ - "33433058548433" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKB 84-1928" + ], + "shelfMark_sort": "a*OKB 84-001928", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKB 84-001928" + "uri": "i12858032" }, "sort": [ null @@ -4824,7 +4756,8 @@ ], "subjectLiteral_exploded": [ "Sanskrit poetry", - "Sanskrit poetry -- Himachal Pradesh" + "Sanskrit poetry -- India", + "Sanskrit poetry -- India -- Himachal Pradesh" ], "numItemDatesParsed": [ 0 @@ -4844,12 +4777,12 @@ "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "title": [ "Rtambharā : Himācala ke ādhunika Saṃskrta kaviyoṃ kī kavitāyoṃ kā saṅkalana" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKP 84-1932" ], @@ -4871,6 +4804,9 @@ "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG001000018-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -4880,14 +4816,14 @@ "type": "nypl:Bnumber", "value": "10000038" }, - { - "type": "bf:Lccn", - "value": "76900772" - }, { "type": "nypl:Oclc", "value": "NYPG001000018-B" }, + { + "type": "bf:Lccn", + "value": "76900772" + }, { "type": "bf:Identifier", "value": "NNSZ00100018" @@ -4897,19 +4833,17 @@ "value": "(WaOLN)nyp0200037" } ], - "idOclc": [ - "NYPG001000018-B" - ], - "updatedAt": 1674870747963, + "updatedAt": 1711083015969, "publicationStatement": [ "Śimalā : Himācala Kalā-Saṃskrti-Bhāṣā Akādamī, 1975." ], "identifier": [ + "urn:shelfmark:*OKP 84-1932", "urn:bnum:10000038", - "urn:lccn:76900772", "urn:oclc:NYPG001000018-B", - "urn:undefined:NNSZ00100018", - "urn:undefined:(WaOLN)nyp0200037" + "urn:lccn:76900772", + "urn:identifier:NNSZ00100018", + "urn:identifier:(WaOLN)nyp0200037" ], "numCheckinCardItems": [ 0 @@ -4936,7 +4870,7 @@ } ], "subjectLiteral": [ - "Sanskrit poetry -- Himachal Pradesh." + "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.]." @@ -4945,12 +4879,6 @@ "lccClassification": [ "PK3800.H52 R7" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Śimalā" ], @@ -4987,24 +4915,14 @@ }, "_score": null, "_source": { - "uri": "i13783788", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -5015,6 +4933,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -5024,8 +4945,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKP 84-1932" + "idBarcode": [ + "33433058153572" + ], + "identifier": [ + "urn:shelfmark:*OKP 84-1932", + "urn:barcode:33433058153572" ], "identifierV2": [ { @@ -5033,41 +4958,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058153572" + "value": "33433058153572", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKP 84-1932" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433058153572" - ], - "idBarcode": [ - "33433058153572" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKP 84-1932" + ], + "shelfMark_sort": "a*OKP 84-001932", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKP 84-001932" + "uri": "i13783788" }, "sort": [ null @@ -5118,36 +5047,39 @@ "createdYear": [ 1970 ], - "type": [ - "nypl:Item" - ], "title": [ "Tiru. Vi. Kaliyāṇacuntaraṉār." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-1947" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Pulavar Arasu, 1900-" - ], "createdString": [ "1970" ], + "creatorLiteral": [ + "Pulavar Arasu, 1900-" + ], "idLccn": [ "78913375" ], - "seriesStatement": [ - "Kaḻaka veḷiyīṭu, 672" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Kaḻaka veḷiyīṭu, 672" + ], "dateStartYear": [ 1970 ], + "idOclc": [ + "NYPG001000019-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -5157,14 +5089,14 @@ "type": "nypl:Bnumber", "value": "10000040" }, - { - "type": "bf:Lccn", - "value": "78913375" - }, { "type": "nypl:Oclc", "value": "NYPG001000019-B" }, + { + "type": "bf:Lccn", + "value": "78913375" + }, { "type": "bf:Identifier", "value": "NNSZ00100019" @@ -5174,19 +5106,17 @@ "value": "(WaOLN)nyp0200039" } ], - "idOclc": [ - "NYPG001000019-B" - ], - "updatedAt": 1674870747855, + "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:lccn:78913375", "urn:oclc:NYPG001000019-B", - "urn:undefined:NNSZ00100019", - "urn:undefined:(WaOLN)nyp0200039" + "urn:lccn:78913375", + "urn:identifier:NNSZ00100019", + "urn:identifier:(WaOLN)nyp0200039" ], "numCheckinCardItems": [ 0 @@ -5222,12 +5152,6 @@ "lccClassification": [ "PL4758.9.K223 Z83" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ceṉṉai" ], @@ -5264,24 +5188,14 @@ }, "_score": null, "_source": { - "uri": "i13783789", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -5292,6 +5206,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -5301,8 +5218,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1947" + "idBarcode": [ + "33433061301622" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1947", + "urn:barcode:33433061301622" ], "identifierV2": [ { @@ -5310,41 +5231,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301622" + "value": "33433061301622", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-1947" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301622" - ], - "idBarcode": [ - "33433061301622" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1947" + ], + "shelfMark_sort": "a*OLB 84-001947", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-001947" + "uri": "i13783789" }, "sort": [ null @@ -5399,12 +5324,12 @@ "dateEndString": [ "1972" ], - "type": [ - "nypl:Item" - ], "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" ], @@ -5426,6 +5351,9 @@ "dateStartYear": [ 1971 ], + "idOclc": [ + "NYPG001000020-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -5435,14 +5363,14 @@ "type": "nypl:Bnumber", "value": "10000042" }, - { - "type": "bf:Lccn", - "value": "72902870" - }, { "type": "nypl:Oclc", "value": "NYPG001000020-B" }, + { + "type": "bf:Lccn", + "value": "72902870" + }, { "type": "bf:Identifier", "value": "NNSZ00100020" @@ -5452,25 +5380,23 @@ "value": "(WaOLN)nyp0200041" } ], - "idOclc": [ - "NYPG001000020-B" - ], "uniformTitle": [ "Mahābhārata. Sanatsugātīya." ], "dateEndYear": [ 1972 ], - "updatedAt": 1674870747855, + "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:lccn:72902870", "urn:oclc:NYPG001000020-B", - "urn:undefined:NNSZ00100020", - "urn:undefined:(WaOLN)nyp0200041" + "urn:lccn:72902870", + "urn:identifier:NNSZ00100020", + "urn:identifier:(WaOLN)nyp0200041" ], "numCheckinCardItems": [ 0 @@ -5507,12 +5433,6 @@ "lccClassification": [ "B132.V3 M264" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Prayāga" ], @@ -5549,24 +5469,14 @@ }, "_score": null, "_source": { - "uri": "i13783790", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -5577,6 +5487,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -5586,8 +5499,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKN 84-1926" + "idBarcode": [ + "33433058618392" + ], + "identifier": [ + "urn:shelfmark:*OKN 84-1926", + "urn:barcode:33433058618392" ], "identifierV2": [ { @@ -5595,41 +5512,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058618392" + "value": "33433058618392", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKN 84-1926" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433058618392" - ], - "idBarcode": [ - "33433058618392" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKN 84-1926" + ], + "shelfMark_sort": "a*OKN 84-001926", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKN 84-001926" + "uri": "i13783790" }, "sort": [ null @@ -5967,8 +5888,9 @@ "Tripiṭaka.", "Tripiṭaka. -- Commentaries", "Sa-skya-pa lamas", - "Sa-skya-pa lamas -- Tibet", - "Sa-skya-pa lamas -- Tibet -- Biography" + "Sa-skya-pa lamas -- China", + "Sa-skya-pa lamas -- China -- Tibet", + "Sa-skya-pa lamas -- China -- Tibet -- Biography" ], "numItemDatesParsed": [ 0 @@ -5988,24 +5910,24 @@ "createdYear": [ 1976 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Tshe-dbaṅ-rdo-rje-rig-ʼdzin, Prince of Sde-dge." - ], "createdString": [ "1976" ], + "creatorLiteral": [ + "Tshe-dbaṅ-rdo-rje-rig-ʼdzin, Prince of Sde-dge." + ], "idLccn": [ "77900893" ], @@ -6018,6 +5940,9 @@ "dateStartYear": [ 1976 ], + "idOclc": [ + "NYPG001000022-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6027,14 +5952,14 @@ "type": "nypl:Bnumber", "value": "10000046" }, - { - "type": "bf:Lccn", - "value": "77900893" - }, { "type": "nypl:Oclc", "value": "NYPG001000022-B" }, + { + "type": "bf:Lccn", + "value": "77900893" + }, { "type": "bf:Identifier", "value": "NNSZ00100022" @@ -6044,19 +5969,17 @@ "value": "(WaOLN)nyp0200045" } ], - "idOclc": [ - "NYPG001000022-B" - ], - "updatedAt": 1674870752089, + "updatedAt": 1711147554676, "publicationStatement": [ "New Delhi : Trayang and Jamyang Samten, 1976." ], "identifier": [ + "urn:shelfmark:*OZ+ 82-2362", "urn:bnum:10000046", - "urn:lccn:77900893", "urn:oclc:NYPG001000022-B", - "urn:undefined:NNSZ00100022", - "urn:undefined:(WaOLN)nyp0200045" + "urn:lccn:77900893", + "urn:identifier:NNSZ00100022", + "urn:identifier:(WaOLN)nyp0200045" ], "numCheckinCardItems": [ 0 @@ -6085,7 +6008,7 @@ "subjectLiteral": [ "Ngor-chen Kun-dgaʼ-bzang-po, 1382-1456.", "Tripiṭaka. -- Commentaries.", - "Sa-skya-pa lamas -- Tibet -- Biography." + "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." @@ -6094,26 +6017,20 @@ "lccClassification": [ "BG974.0727 T75" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "New Delhi" ], - "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." - ], "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." ] @@ -6141,24 +6058,14 @@ }, "_score": null, "_source": { - "uri": "i10000012", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -6169,6 +6076,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -6178,8 +6088,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OZ+ 82-2362" + "idBarcode": [ + "33433015080413" + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2362", + "urn:barcode:33433015080413" ], "identifierV2": [ { @@ -6187,41 +6101,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433015080413" + "value": "33433015080413", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OZ+ 82-2362" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433015080413" - ], - "idBarcode": [ - "33433015080413" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OZ+ 82-2362" + ], + "shelfMark_sort": "a*OZ+ 82-002362", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OZ+ 82-002362" + "uri": "i10000012" }, "sort": [ null @@ -6278,12 +6196,12 @@ "createdYear": [ 1976 ], - "type": [ - "nypl:Item" - ], "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" ], @@ -6302,6 +6220,9 @@ "dateStartYear": [ 1976 ], + "idOclc": [ + "NYPG001000023-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6311,14 +6232,14 @@ "type": "nypl:Bnumber", "value": "10000048" }, - { - "type": "bf:Lccn", - "value": "76901012" - }, { "type": "nypl:Oclc", "value": "NYPG001000023-B" }, + { + "type": "bf:Lccn", + "value": "76901012" + }, { "type": "bf:Identifier", "value": "NNSZ00100023" @@ -6328,19 +6249,17 @@ "value": "(WaOLN)nyp0200047" } ], - "idOclc": [ - "NYPG001000023-B" - ], - "updatedAt": 1674870747963, + "updatedAt": 1711479031405, "publicationStatement": [ "Thimphu : Kunzang Topgey, 1976." ], "identifier": [ + "urn:shelfmark:*OZ+ 82-2382", "urn:bnum:10000048", - "urn:lccn:76901012", "urn:oclc:NYPG001000023-B", - "urn:undefined:NNSZ00100023", - "urn:undefined:(WaOLN)nyp0200047" + "urn:lccn:76901012", + "urn:identifier:NNSZ00100023", + "urn:identifier:(WaOLN)nyp0200047" ], "numCheckinCardItems": [ 0 @@ -6376,12 +6295,6 @@ "lccClassification": [ "BQ7695 .B55" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Thimphu" ], @@ -6418,24 +6331,14 @@ }, "_score": null, "_source": { - "uri": "i10000013", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -6446,6 +6349,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -6455,8 +6361,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OZ+ 82-2382" + "idBarcode": [ + "33433015080439" + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2382", + "urn:barcode:33433015080439" ], "identifierV2": [ { @@ -6464,41 +6374,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433015080439" + "value": "33433015080439", + "type": "bf:Barcode" } ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OZ+ 82-2382" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433015080439" - ], - "idBarcode": [ - "33433015080439" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OZ+ 82-2382" + ], + "shelfMark_sort": "a*OZ+ 82-002382", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OZ+ 82-002382" + "uri": "i10000013" }, "sort": [ null @@ -6536,8 +6450,9 @@ "subjectLiteral_exploded": [ "ʼBaʼ-ra-ba Rgyal-mtshan-dpal-bzaṅ, 1310?-1391?", "Bkaʼ-brgyud-pa lamas", - "Bkaʼ-brgyud-pa lamas -- Tibet", - "Bkaʼ-brgyud-pa lamas -- Tibet -- Biography", + "Bkaʼ-brgyud-pa lamas -- China", + "Bkaʼ-brgyud-pa lamas -- China -- Tibet", + "Bkaʼ-brgyud-pa lamas -- China -- Tibet -- Biography", "Spiritual life", "Spiritual life -- Buddhism" ], @@ -6559,24 +6474,24 @@ "createdYear": [ 1976 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "ʼBaʼ-ra-ba Rgyal-mtshan-dpal-bzaṅ, 1310?-1391?" - ], "createdString": [ "1976" ], + "creatorLiteral": [ + "ʼBaʼ-ra-ba Rgyal-mtshan-dpal-bzaṅ, 1310?-1391?" + ], "idLccn": [ "76901747" ], @@ -6586,6 +6501,9 @@ "dateStartYear": [ 1976 ], + "idOclc": [ + "NYPG001000024-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6595,14 +6513,14 @@ "type": "nypl:Bnumber", "value": "10000050" }, - { - "type": "bf:Lccn", - "value": "76901747" - }, { "type": "nypl:Oclc", "value": "NYPG001000024-B" }, + { + "type": "bf:Lccn", + "value": "76901747" + }, { "type": "bf:Identifier", "value": "NNSZ00100024" @@ -6612,19 +6530,17 @@ "value": "(WaOLN)nyp0200049" } ], - "idOclc": [ - "NYPG001000024-B" - ], - "updatedAt": 1674870747963, + "updatedAt": 1711329080401, "publicationStatement": [ "New Delhi : Urgyan Dorje, 1976." ], "identifier": [ + "urn:shelfmark:*OZ+ 82-2381", "urn:bnum:10000050", - "urn:lccn:76901747", "urn:oclc:NYPG001000024-B", - "urn:undefined:NNSZ00100024", - "urn:undefined:(WaOLN)nyp0200049" + "urn:lccn:76901747", + "urn:identifier:NNSZ00100024", + "urn:identifier:(WaOLN)nyp0200049" ], "numCheckinCardItems": [ 0 @@ -6652,7 +6568,7 @@ ], "subjectLiteral": [ "ʼBaʼ-ra-ba Rgyal-mtshan-dpal-bzaṅ, 1310?-1391?", - "Bkaʼ-brgyud-pa lamas -- Tibet -- Biography.", + "Bkaʼ-brgyud-pa lamas -- China -- Tibet -- Biography.", "Spiritual life -- Buddhism." ], "titleDisplay": [ @@ -6662,12 +6578,6 @@ "lccClassification": [ "BQ942.A187 A35 1976" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "New Delhi" ], @@ -6707,24 +6617,14 @@ }, "_score": null, "_source": { - "uri": "i10000014", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -6735,6 +6635,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -6744,8 +6647,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OZ+ 82-2381" + "idBarcode": [ + "33433015080421" + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2381", + "urn:barcode:33433015080421" ], "identifierV2": [ { @@ -6753,41 +6660,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433015080421" + "value": "33433015080421", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OZ+ 82-2381" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433015080421" - ], - "idBarcode": [ - "33433015080421" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OZ+ 82-2381" + ], + "shelfMark_sort": "a*OZ+ 82-002381", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OZ+ 82-002381" + "uri": "i10000014" }, "sort": [ null @@ -6825,8 +6736,9 @@ "subjectLiteral_exploded": [ "Padma Sambhava, approximately 717-approximately 762", "Lamas", - "Lamas -- Tibet", - "Lamas -- Tibet -- Biography" + "Lamas -- China", + "Lamas -- China -- Tibet", + "Lamas -- China -- Tibet -- Biography" ], "numItemDatesParsed": [ 0 @@ -6846,24 +6758,24 @@ "createdYear": [ 1976 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Bkra-śis-stobs-rgyal, Byaṅ-bdag." - ], "createdString": [ "1976" ], + "creatorLiteral": [ + "Bkra-śis-stobs-rgyal, Byaṅ-bdag." + ], "idLccn": [ "76900205" ], @@ -6873,6 +6785,9 @@ "dateStartYear": [ 1976 ], + "idOclc": [ + "NYPG001000025-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6882,14 +6797,14 @@ "type": "nypl:Bnumber", "value": "10000052" }, - { - "type": "bf:Lccn", - "value": "76900205" - }, { "type": "nypl:Oclc", "value": "NYPG001000025-B" }, + { + "type": "bf:Lccn", + "value": "76900205" + }, { "type": "bf:Identifier", "value": "NNSZ00100025" @@ -6899,19 +6814,17 @@ "value": "(WaOLN)nyp0200051" } ], - "idOclc": [ - "NYPG001000025-B" - ], - "updatedAt": 1674870747855, + "updatedAt": 1711606513881, "publicationStatement": [ "Gangtog : Sherab Gyaltshen Lama, 1976." ], "identifier": [ + "urn:shelfmark:*OZ+ 82-2383", "urn:bnum:10000052", - "urn:lccn:76900205", "urn:oclc:NYPG001000025-B", - "urn:undefined:NNSZ00100025", - "urn:undefined:(WaOLN)nyp0200051" + "urn:lccn:76900205", + "urn:identifier:NNSZ00100025", + "urn:identifier:(WaOLN)nyp0200051" ], "numCheckinCardItems": [ 0 @@ -6939,7 +6852,7 @@ ], "subjectLiteral": [ "Padma Sambhava, approximately 717-approximately 762.", - "Lamas -- Tibet -- Biography." + "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." @@ -6948,12 +6861,6 @@ "lccClassification": [ "BQ7950.P327 B55 1976" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Gangtog" ], @@ -6990,24 +6897,14 @@ }, "_score": null, "_source": { - "uri": "i10000015", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -7018,6 +6915,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -7027,8 +6927,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OZ+ 82-2383" + "idBarcode": [ + "33433015080447" + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2383", + "urn:barcode:33433015080447" ], "identifierV2": [ { @@ -7036,41 +6940,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433015080447" + "value": "33433015080447", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OZ+ 82-2383" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433015080447" - ], - "idBarcode": [ - "33433015080447" - ], "requestable": [ true ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "shelfMark": [ + "*OZ+ 82-2383" ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "shelfMark_sort": "a*OZ+ 82-002383", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OZ+ 82-002383" + "uri": "i10000015" }, "sort": [ null @@ -7126,24 +7034,24 @@ "createdYear": [ 1976 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "ʼBri-gung Chos-rje ʼJig-rten-mgon-po, 1143-1217." - ], "createdString": [ "1976" ], + "creatorLiteral": [ + "ʼBri-gung Chos-rje ʼJig-rten-mgon-po, 1143-1217." + ], "idLccn": [ "77900734" ], @@ -7153,6 +7061,9 @@ "dateStartYear": [ 1976 ], + "idOclc": [ + "NYPG001000026-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -7162,14 +7073,14 @@ "type": "nypl:Bnumber", "value": "10000054" }, - { - "type": "bf:Lccn", - "value": "77900734" - }, { "type": "nypl:Oclc", "value": "NYPG001000026-B" }, + { + "type": "bf:Lccn", + "value": "77900734" + }, { "type": "bf:Identifier", "value": "NNSZ00100026" @@ -7179,19 +7090,17 @@ "value": "(WaOLN)nyp0200053" } ], - "idOclc": [ - "NYPG001000026-B" - ], - "updatedAt": 1674870752089, + "updatedAt": 1711121709621, "publicationStatement": [ "Bir, H.P. : Tsondu Senghe, 1976." ], "identifier": [ + "urn:shelfmark:*OZ+ 82-2384", "urn:bnum:10000054", - "urn:lccn:77900734", "urn:oclc:NYPG001000026-B", - "urn:undefined:NNSZ00100026", - "urn:undefined:(WaOLN)nyp0200053" + "urn:lccn:77900734", + "urn:identifier:NNSZ00100026", + "urn:identifier:(WaOLN)nyp0200053" ], "numCheckinCardItems": [ 0 @@ -7227,12 +7136,6 @@ "lccClassification": [ "BQ7684 .B74 1976" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Bir, H.P." ], @@ -7269,24 +7172,14 @@ }, "_score": null, "_source": { - "uri": "i10000016", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -7297,6 +7190,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -7306,8 +7202,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OZ+ 82-2384" + "idBarcode": [ + "33433015080454" + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2384", + "urn:barcode:33433015080454" ], "identifierV2": [ { @@ -7315,41 +7215,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433015080454" + "value": "33433015080454", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OZ+ 82-2384" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433015080454" - ], - "idBarcode": [ - "33433015080454" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OZ+ 82-2384" + ], + "shelfMark_sort": "a*OZ+ 82-002384", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OZ+ 82-002384" + "uri": "i10000016" }, "sort": [ null @@ -7412,24 +7316,24 @@ "createdYear": [ 1976 ], - "type": [ - "nypl:Item" - ], "title": [ "Collected songs (mgur) of esoteric realisation of Ratna-badzra (Rin-chen-rdo-rje)." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OZ+ 82-2385" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Rad-na-badzra." - ], "createdString": [ "1976" ], + "creatorLiteral": [ + "Rad-na-badzra." + ], "idLccn": [ "76901741" ], @@ -7439,6 +7343,9 @@ "dateStartYear": [ 1976 ], + "idOclc": [ + "NYPG001000027-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -7448,14 +7355,14 @@ "type": "nypl:Bnumber", "value": "10000056" }, - { - "type": "bf:Lccn", - "value": "76901741" - }, { "type": "nypl:Oclc", "value": "NYPG001000027-B" }, + { + "type": "bf:Lccn", + "value": "76901741" + }, { "type": "bf:Identifier", "value": "NNSZ00100027" @@ -7465,19 +7372,17 @@ "value": "(WaOLN)nyp0200055" } ], - "idOclc": [ - "NYPG001000027-B" - ], - "updatedAt": 1674870747963, + "updatedAt": 1711121709621, "publicationStatement": [ "Darjeeling : Kargyud Sungrab Nyamso Khang, 1976." ], "identifier": [ + "urn:shelfmark:*OZ+ 82-2385", "urn:bnum:10000056", - "urn:lccn:76901741", "urn:oclc:NYPG001000027-B", - "urn:undefined:NNSZ00100027", - "urn:undefined:(WaOLN)nyp0200055" + "urn:lccn:76901741", + "urn:identifier:NNSZ00100027", + "urn:identifier:(WaOLN)nyp0200055" ], "numCheckinCardItems": [ 0 @@ -7513,12 +7418,6 @@ "lccClassification": [ "BQ7683.6 .R37 1976" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Darjeeling" ], @@ -7555,24 +7454,14 @@ }, "_score": null, "_source": { - "uri": "i10000017", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -7583,6 +7472,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -7592,8 +7484,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OZ+ 82-2385" + "idBarcode": [ + "33433015080462" + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2385", + "urn:barcode:33433015080462" ], "identifierV2": [ { @@ -7601,41 +7497,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433015080462" + "value": "33433015080462", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OZ+ 82-2385" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433015080462" - ], - "idBarcode": [ - "33433015080462" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OZ+ 82-2385" + ], + "shelfMark_sort": "a*OZ+ 82-002385", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OZ+ 82-002385" + "uri": "i10000017" }, "sort": [ null @@ -7697,36 +7597,39 @@ "createdYear": [ 1972 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Duṅ-mtsho-ras-pa, active 14th century." - ], "createdString": [ "1972" ], + "creatorLiteral": [ + "Duṅ-mtsho-ras-pa, active 14th century." + ], "idLccn": [ "72908332" ], - "seriesStatement": [ - "Smanrtsis shesrig spendzod; v. 41" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Smanrtsis shesrig spendzod; v. 41" + ], "dateStartYear": [ 1972 ], + "idOclc": [ + "NYPG001000028-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -7736,14 +7639,14 @@ "type": "nypl:Bnumber", "value": "10000058" }, - { - "type": "bf:Lccn", - "value": "72908332" - }, { "type": "nypl:Oclc", "value": "NYPG001000028-B" }, + { + "type": "bf:Lccn", + "value": "72908332" + }, { "type": "bf:Identifier", "value": "NNSZ00100028" @@ -7753,19 +7656,17 @@ "value": "(WaOLN)nyp0200057" } ], - "idOclc": [ - "NYPG001000028-B" - ], - "updatedAt": 1674870752089, + "updatedAt": 1711256697457, "publicationStatement": [ "Leh : S.W. Tashigangpa, 1972." ], "identifier": [ + "urn:shelfmark:*OZ+ 82-5174", "urn:bnum:10000058", - "urn:lccn:72908332", "urn:oclc:NYPG001000028-B", - "urn:undefined:NNSZ00100028", - "urn:undefined:(WaOLN)nyp0200057" + "urn:lccn:72908332", + "urn:identifier:NNSZ00100028", + "urn:identifier:(WaOLN)nyp0200057" ], "numCheckinCardItems": [ 0 @@ -7801,24 +7702,18 @@ "lccClassification": [ "BQ7662.4 .D86 1972" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Leh" ], - "titleAlt": [ - "Rdzogs chen yaṅ ti nag po gser ʼbru chos skor." - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Rdzogs chen yaṅ ti nag po gser ʼbru chos skor." + ], "dimensions": [ "28 x 37 cm." ] @@ -7846,24 +7741,14 @@ }, "_score": null, "_source": { - "uri": "i10000018", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -7874,6 +7759,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -7883,8 +7771,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OZ+ 82-5174" + "idBarcode": [ + "33433012357756" + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-5174", + "urn:barcode:33433012357756" ], "identifierV2": [ { @@ -7892,41 +7784,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433012357756" + "value": "33433012357756", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OZ+ 82-5174" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433012357756" - ], - "idBarcode": [ - "33433012357756" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OZ+ 82-5174" + ], + "shelfMark_sort": "a*OZ+ 82-005174", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OZ+ 82-005174" + "uri": "i10000018" }, "sort": [ null @@ -7984,39 +7880,42 @@ "createdYear": [ 1969 ], - "type": [ - "nypl:Item" - ], "title": [ "The autobiography of the First Panchen Lama Blo-bzang-chos-kyi-rgyal-mtsho." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OZ+ 82-5074" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Blo-bzang-chos-kyi-rgyal-mtshan, Panchen Lama IV, 1570-1662." - ], "createdString": [ "1969" ], + "creatorLiteral": [ + "Blo-bzang-chos-kyi-rgyal-mtshan, Panchen Lama IV, 1570-1662." + ], "idLccn": [ "70908872" ], - "seriesStatement": [ - "Gedan sungrab minyam gyunphel series, v. 12" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Gedan sungrab minyam gyunphel series, v. 12" + ], "contributorLiteral": [ "Demo, Ngawang Gelek, 1939-" ], "dateStartYear": [ 1969 ], + "idOclc": [ + "NYPG001000029-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -8026,14 +7925,14 @@ "type": "nypl:Bnumber", "value": "10000060" }, - { - "type": "bf:Lccn", - "value": "70908872" - }, { "type": "nypl:Oclc", "value": "NYPG001000029-B" }, + { + "type": "bf:Lccn", + "value": "70908872" + }, { "type": "bf:Identifier", "value": "NNSZ00100029" @@ -8043,19 +7942,17 @@ "value": "(WaOLN)nyp0200059" } ], - "idOclc": [ - "NYPG001000029-B" - ], - "updatedAt": 1674870752089, + "updatedAt": 1711329080401, "publicationStatement": [ "[New Delhi, 1969]" ], "identifier": [ + "urn:shelfmark:*OZ+ 82-5074", "urn:bnum:10000060", - "urn:lccn:70908872", "urn:oclc:NYPG001000029-B", - "urn:undefined:NNSZ00100029", - "urn:undefined:(WaOLN)nyp0200059" + "urn:lccn:70908872", + "urn:identifier:NNSZ00100029", + "urn:identifier:(WaOLN)nyp0200059" ], "numCheckinCardItems": [ 0 @@ -8091,12 +7988,6 @@ "lccClassification": [ "BQ7945.B547 A33" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[New Delhi" ], @@ -8133,24 +8024,14 @@ }, "_score": null, "_source": { - "uri": "i10000019", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -8161,6 +8042,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -8170,8 +8054,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OZ+ 82-5074" + "idBarcode": [ + "33433015080363" + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-5074", + "urn:barcode:33433015080363" ], "identifierV2": [ { @@ -8179,41 +8067,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433015080363" + "value": "33433015080363", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OZ+ 82-5074" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433015080363" - ], - "idBarcode": [ - "33433015080363" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OZ+ 82-5074" + ], + "shelfMark_sort": "a*OZ+ 82-005074", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OZ+ 82-005074" + "uri": "i10000019" }, "sort": [ null @@ -8275,12 +8167,12 @@ "createdYear": [ 1969 ], - "type": [ - "nypl:Item" - ], "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" ], @@ -8293,18 +8185,21 @@ "idLccn": [ "74906111" ], - "seriesStatement": [ - "Ngagyur Ngingmay Sungrab, v. 3" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Ngagyur Ngingmay Sungrab, v. 3" + ], "contributorLiteral": [ "Sonam Topgay Kazi." ], "dateStartYear": [ 1969 ], + "idOclc": [ + "NYPG001000030-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -8314,14 +8209,14 @@ "type": "nypl:Bnumber", "value": "10000062" }, - { - "type": "bf:Lccn", - "value": "74906111" - }, { "type": "nypl:Oclc", "value": "NYPG001000030-B" }, + { + "type": "bf:Lccn", + "value": "74906111" + }, { "type": "bf:Identifier", "value": "NNSZ00100030" @@ -8331,22 +8226,20 @@ "value": "(WaOLN)nyp0200061" } ], - "idOclc": [ - "NYPG001000030-B" - ], "uniformTitle": [ "Gnas-chuṅ chos spyod." ], - "updatedAt": 1674870747963, + "updatedAt": 1711243926383, "publicationStatement": [ "Gangtok [Can be obtained from Tibet House, New Delhi] 1969." ], "identifier": [ + "urn:shelfmark:*OZ+ 82-5073", "urn:bnum:10000062", - "urn:lccn:74906111", "urn:oclc:NYPG001000030-B", - "urn:undefined:NNSZ00100030", - "urn:undefined:(WaOLN)nyp0200061" + "urn:lccn:74906111", + "urn:identifier:NNSZ00100030", + "urn:identifier:(WaOLN)nyp0200061" ], "numCheckinCardItems": [ 0 @@ -8382,12 +8275,6 @@ "lccClassification": [ "BQ7695 .G58 1969" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Gangtok" ], @@ -8424,24 +8311,14 @@ }, "_score": null, "_source": { - "uri": "i10000020", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -8452,6 +8329,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -8461,8 +8341,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OZ+ 82-5073" + "idBarcode": [ + "33433030669448" + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-5073", + "urn:barcode:33433030669448" ], "identifierV2": [ { @@ -8470,41 +8354,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433030669448" + "value": "33433030669448", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OZ+ 82-5073" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433030669448" - ], - "idBarcode": [ - "33433030669448" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OZ+ 82-5073" + ], + "shelfMark_sort": "a*OZ+ 82-005073", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OZ+ 82-005073" + "uri": "i10000020" }, "sort": [ null @@ -8562,24 +8450,24 @@ "createdYear": [ 1969 ], - "type": [ - "nypl:Item" - ], "title": [ "Shiʻr" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFA 82-2370" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Namir ibn Tawlab." - ], "createdString": [ "1969" ], + "creatorLiteral": [ + "Namir ibn Tawlab." + ], "idLccn": [ "76240902" ], @@ -8592,6 +8480,9 @@ "dateStartYear": [ 1969 ], + "idOclc": [ + "NYPG001000031-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -8601,14 +8492,14 @@ "type": "nypl:Bnumber", "value": "10000064" }, - { - "type": "bf:Lccn", - "value": "76240902" - }, { "type": "nypl:Oclc", "value": "NYPG001000031-B" }, + { + "type": "bf:Lccn", + "value": "76240902" + }, { "type": "bf:Identifier", "value": "NNSZ00100031" @@ -8618,19 +8509,17 @@ "value": "(WaOLN)nyp0200063" } ], - "idOclc": [ - "NYPG001000031-B" - ], - "updatedAt": 1674870747855, + "updatedAt": 1711329080401, "publicationStatement": [ "Baghdād, Maṭbaʻat al-Maʻārif [1969]" ], "identifier": [ + "urn:shelfmark:*OFA 82-2370", "urn:bnum:10000064", - "urn:lccn:76240902", "urn:oclc:NYPG001000031-B", - "urn:undefined:NNSZ00100031", - "urn:undefined:(WaOLN)nyp0200063" + "urn:lccn:76240902", + "urn:identifier:NNSZ00100031", + "urn:identifier:(WaOLN)nyp0200063" ], "numCheckinCardItems": [ 0 @@ -8663,12 +8552,6 @@ "lccClassification": [ "PJ7696.N3 S5" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Baghdād" ], @@ -8705,24 +8588,14 @@ }, "_score": null, "_source": { - "uri": "i10000021", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -8733,6 +8606,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -8742,8 +8618,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFA 82-2370" + "idBarcode": [ + "33433002000481" + ], + "identifier": [ + "urn:shelfmark:*OFA 82-2370", + "urn:barcode:33433002000481" ], "identifierV2": [ { @@ -8751,41 +8631,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433002000481" + "value": "33433002000481", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFA 82-2370" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433002000481" - ], - "idBarcode": [ - "33433002000481" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFA 82-2370" + ], + "shelfMark_sort": "a*OFA 82-002370", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFA 82-002370" + "uri": "i10000021" }, "sort": [ null @@ -8833,24 +8717,24 @@ "createdYear": [ 1962 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Kālidāsa." - ], "createdString": [ "1962" ], + "creatorLiteral": [ + "Kālidāsa." + ], "idLccn": [ "sa 65007611" ], @@ -8864,6 +8748,9 @@ "dateStartYear": [ 1962 ], + "idOclc": [ + "NYPG001000032-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -8873,14 +8760,14 @@ "type": "nypl:Bnumber", "value": "10000066" }, - { - "type": "bf:Lccn", - "value": "sa 65007611" - }, { "type": "nypl:Oclc", "value": "NYPG001000032-B" }, + { + "type": "bf:Lccn", + "value": "sa 65007611" + }, { "type": "bf:Identifier", "value": "NNSZ00100032" @@ -8890,19 +8777,17 @@ "value": "(WaOLN)nyp0200065" } ], - "idOclc": [ - "NYPG001000032-B" - ], - "updatedAt": 1674870747963, + "updatedAt": 1711506564610, "publicationStatement": [ "Meraṭha, Sāhitya Bhaṇḍāra, 1962." ], "identifier": [ + "urn:shelfmark:*OKP 82-2129", "urn:bnum:10000066", - "urn:lccn:sa 65007611", "urn:oclc:NYPG001000032-B", - "urn:undefined:NNSZ00100032", - "urn:undefined:(WaOLN)nyp0200065" + "urn:lccn:sa 65007611", + "urn:identifier:NNSZ00100032", + "urn:identifier:(WaOLN)nyp0200065" ], "numCheckinCardItems": [ 0 @@ -8935,12 +8820,6 @@ "lccClassification": [ "PK3796 .M5 1962" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Meraṭha" ], @@ -8977,24 +8856,14 @@ }, "_score": null, "_source": { - "uri": "i13783793", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -9005,6 +8874,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -9014,8 +8886,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKP 82-2129" + "idBarcode": [ + "33433058152988" + ], + "identifier": [ + "urn:shelfmark:*OKP 82-2129", + "urn:barcode:33433058152988" ], "identifierV2": [ { @@ -9023,41 +8899,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058152988" + "value": "33433058152988", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKP 82-2129" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433058152988" - ], - "idBarcode": [ - "33433058152988" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKP 82-2129" + ], + "shelfMark_sort": "a*OKP 82-002129", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKP 82-002129" + "uri": "i13783793" }, "sort": [ null @@ -9106,24 +8986,24 @@ "createdYear": [ 1970 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Kāmil Jūnāgaṛhī." - ], "createdString": [ "1970" ], + "creatorLiteral": [ + "Kāmil Jūnāgaṛhī." + ], "idLccn": [ "72932110" ], @@ -9133,6 +9013,9 @@ "dateStartYear": [ 1970 ], + "idOclc": [ + "NYPG001000033-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -9142,14 +9025,14 @@ "type": "nypl:Bnumber", "value": "10000068" }, - { - "type": "bf:Lccn", - "value": "72932110" - }, { "type": "nypl:Oclc", "value": "NYPG001000033-B" }, + { + "type": "bf:Lccn", + "value": "72932110" + }, { "type": "bf:Identifier", "value": "NNSZ00100033" @@ -9159,19 +9042,17 @@ "value": "(WaOLN)nyp0200067" } ], - "idOclc": [ - "NYPG001000033-B" - ], - "updatedAt": 1674870752089, + "updatedAt": 1711050815477, "publicationStatement": [ "[Karācī, 1970]" ], "identifier": [ + "urn:shelfmark:*OKTX 82-2129", "urn:bnum:10000068", - "urn:lccn:72932110", "urn:oclc:NYPG001000033-B", - "urn:undefined:NNSZ00100033", - "urn:undefined:(WaOLN)nyp0200067" + "urn:lccn:72932110", + "urn:identifier:NNSZ00100033", + "urn:identifier:(WaOLN)nyp0200067" ], "numCheckinCardItems": [ 0 @@ -9207,12 +9088,6 @@ "lccClassification": [ "PK1979 .K3" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Karācī" ], @@ -9249,24 +9124,14 @@ }, "_score": null, "_source": { - "uri": "i10000022", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -9277,6 +9142,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -9286,8 +9154,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKTX 82-2129" + "idBarcode": [ + "33433004672303" + ], + "identifier": [ + "urn:shelfmark:*OKTX 82-2129", + "urn:barcode:33433004672303" ], "identifierV2": [ { @@ -9295,41 +9167,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433004672303" + "value": "33433004672303", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "*OKTX 82-2129" - ], - "recapCustomerCode": [ - "NA" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], - "identifier": [ - "urn:barcode:33433004672303" + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], - "idBarcode": [ - "33433004672303" + "physicalLocation": [ + "*OKTX 82-2129" + ], + "recapCustomerCode": [ + "NA" ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKTX 82-2129" + ], + "shelfMark_sort": "a*OKTX 82-002129", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKTX 82-002129" + "uri": "i10000022" }, "sort": [ null @@ -9660,30 +9536,33 @@ "createdYear": [ 1977 ], - "type": [ - "nypl:Item" - ], "title": [ "Fārsī nivīsī barā-yi kūdakān" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OMP 82-2194" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Ibrāhīmī, Nādir." - ], "createdString": [ "1977" ], + "creatorLiteral": [ + "Ibrāhīmī, Nādir." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1977 ], + "idOclc": [ + "NYPG001000035-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -9706,18 +9585,16 @@ "value": "(WaOLN)nyp0200071" } ], - "idOclc": [ - "NYPG001000035-B" - ], - "updatedAt": 1674870747963, + "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:undefined:NNSZ00100035", - "urn:undefined:(WaOLN)nyp0200071" + "urn:identifier:NNSZ00100035", + "urn:identifier:(WaOLN)nyp0200071" ], "numCheckinCardItems": [ 0 @@ -9750,12 +9627,6 @@ "Fārsī nivīsī barā-yi kūdakān / Nādir Ibrāhīmī." ], "uri": "b10000072", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tihrān" ], @@ -9792,24 +9663,14 @@ }, "_score": null, "_source": { - "uri": "i10000024", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -9820,6 +9681,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -9829,8 +9693,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OMP 82-2194" + "idBarcode": [ + "33433013172402" + ], + "identifier": [ + "urn:shelfmark:*OMP 82-2194", + "urn:barcode:33433013172402" ], "identifierV2": [ { @@ -9838,41 +9706,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433013172402" + "value": "33433013172402", + "type": "bf:Barcode" } ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OMP 82-2194" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433013172402" - ], - "idBarcode": [ - "33433013172402" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OMP 82-2194" + ], + "shelfMark_sort": "a*OMP 82-002194", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OMP 82-002194" + "uri": "i10000024" }, "sort": [ null @@ -9933,24 +9805,24 @@ "dateEndString": [ "1975" ], - "type": [ - "nypl:Item" - ], "title": [ "Dīwān al-Bārūdī" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFA 82-2183" ], "numItemVolumesParsed": [ 4 ], - "creatorLiteral": [ - "Bārūdī, Maḥmūd Sāmī, 1839-1904." - ], "createdString": [ "1971" ], + "creatorLiteral": [ + "Bārūdī, Maḥmūd Sāmī, 1839-1904." + ], "idLccn": [ "74963263" ], @@ -9964,6 +9836,9 @@ "dateStartYear": [ 1971 ], + "idOclc": [ + "NYPG001000036-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -9973,14 +9848,14 @@ "type": "nypl:Bnumber", "value": "10000074" }, - { - "type": "bf:Lccn", - "value": "74963263" - }, { "type": "nypl:Oclc", "value": "NYPG001000036-B" }, + { + "type": "bf:Lccn", + "value": "74963263" + }, { "type": "bf:Identifier", "value": "NNSZ00100036" @@ -9990,22 +9865,20 @@ "value": "(WaOLN)nyp0200073" } ], - "idOclc": [ - "NYPG001000036-B" - ], "dateEndYear": [ 1975 ], - "updatedAt": 1674870747855, + "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:lccn:74963263", "urn:oclc:NYPG001000036-B", - "urn:undefined:NNSZ00100036", - "urn:undefined:(WaOLN)nyp0200073" + "urn:lccn:74963263", + "urn:identifier:NNSZ00100036", + "urn:identifier:(WaOLN)nyp0200073" ], "numCheckinCardItems": [ 0 @@ -10038,12 +9911,6 @@ "lccClassification": [ "PJ7816 .A694 1971" ], - "numItems": [ - 4 - ], - "numAvailable": [ - 4 - ], "placeOfPublication": [ "Miṣr" ], @@ -10079,28 +9946,18 @@ { "_nested": { "field": "items", - "offset": 3 + "offset": 0 }, "_score": null, "_source": { - "uri": "i10000028", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -10111,6 +9968,15 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "enumerationChronology": [ + "v. 4" + ], + "enumerationChronology_sort": [ + " 4-" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -10120,8 +9986,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFA 82-2183 v. 4" + "idBarcode": [ + "33433002000465" + ], + "identifier": [ + "urn:shelfmark:*OFA 82-2183 v. 4", + "urn:barcode:33433002000465" ], "identifierV2": [ { @@ -10129,12 +9999,18 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433002000465" + "value": "33433002000465", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "v. 4" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ "*OFA 82-2183" @@ -10142,23 +10018,24 @@ "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433002000465" - ], - "idBarcode": [ - "33433002000465" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFA 82-2183 v. 4" + ], + "shelfMark_sort": "a*OFA 82-2183 v. 000004", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], "volumeRange": [ { @@ -10166,16 +10043,7 @@ "lte": 4 } ], - "enumerationChronology_sort": [ - " 4-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFA 82-2183 v. 000004" + "uri": "i10000028" }, "sort": [ " 4-" @@ -10184,28 +10052,18 @@ { "_nested": { "field": "items", - "offset": 2 + "offset": 1 }, "_score": null, "_source": { - "uri": "i10000027", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -10216,111 +10074,15 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OFA 82-2183 v. 3" - ], - "identifierV2": [ - { - "value": "*OFA 82-2183 v. 3", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433002000457" - } - ], "enumerationChronology": [ "v. 3" ], - "physicalLocation": [ - "*OFA 82-2183" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433002000457" - ], - "idBarcode": [ - "33433002000457" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 3, - "lte": 3 - } - ], "enumerationChronology_sort": [ " 3-" ], - "type": [ - "bf:Item" - ], "formatLiteral": [ "Text" ], - "shelfMark_sort": "a*OFA 82-2183 v. 000003" - }, - "sort": [ - " 3-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "uri": "i10000026", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -10330,21 +10092,31 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFA 82-2183 v. 2" + "idBarcode": [ + "33433002000457" + ], + "identifier": [ + "urn:shelfmark:*OFA 82-2183 v. 3", + "urn:barcode:33433002000457" ], "identifierV2": [ { - "value": "*OFA 82-2183 v. 2", + "value": "*OFA 82-2183 v. 3", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433002000440" + "value": "33433002000457", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "v. 2" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ "*OFA 82-2183" @@ -10352,70 +10124,52 @@ "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433002000440" - ], - "idBarcode": [ - "33433002000440" - ], "requestable": [ true ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "shelfMark": [ + "*OFA 82-2183 v. 3" ], - "volumeRange": [ + "shelfMark_sort": "a*OFA 82-2183 v. 000003", + "status": [ { - "gte": 2, - "lte": 2 + "id": "status:a", + "label": "Available" } ], - "enumerationChronology_sort": [ - " 2-" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } ], - "shelfMark_sort": "a*OFA 82-2183 v. 000002" + "uri": "i10000027" }, "sort": [ - " 2-" + " 3-" ] }, { "_nested": { "field": "items", - "offset": 0 + "offset": 2 }, "_score": null, "_source": { - "uri": "i10000025", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -10426,6 +10180,15 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "enumerationChronology": [ + "v. 2" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -10435,21 +10198,31 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFA 82-2183 v. 1" + "idBarcode": [ + "33433002000440" + ], + "identifier": [ + "urn:shelfmark:*OFA 82-2183 v. 2", + "urn:barcode:33433002000440" ], "identifierV2": [ { - "value": "*OFA 82-2183 v. 1", + "value": "*OFA 82-2183 v. 2", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433002000432" + "value": "33433002000440", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "v. 1" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ "*OFA 82-2183" @@ -10457,43 +10230,35 @@ "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433002000432" - ], - "idBarcode": [ - "33433002000432" - ], "requestable": [ true ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "shelfMark": [ + "*OFA 82-2183 v. 2" ], - "volumeRange": [ + "shelfMark_sort": "a*OFA 82-2183 v. 000002", + "status": [ { - "gte": 1, - "lte": 1 + "id": "status:a", + "label": "Available" } ], - "enumerationChronology_sort": [ - " 1-" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } ], - "shelfMark_sort": "a*OFA 82-2183 v. 000001" + "uri": "i10000026" }, "sort": [ - " 1-" + " 2-" ] } ] @@ -10545,24 +10310,24 @@ "createdYear": [ 1969 ], - "type": [ - "nypl:Item" - ], "title": [ "Chah nikāt kī saccī taṣvīr." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKTX 82-2408" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Quraishī, Al̤tāf Ḥasan." - ], "createdString": [ "1969" ], + "creatorLiteral": [ + "Quraishī, Al̤tāf Ḥasan." + ], "idLccn": [ "78932499" ], @@ -10572,6 +10337,9 @@ "dateStartYear": [ 1969 ], + "idOclc": [ + "NYPG001000037-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -10581,14 +10349,14 @@ "type": "nypl:Bnumber", "value": "10000076" }, - { - "type": "bf:Lccn", - "value": "78932499" - }, { "type": "nypl:Oclc", "value": "NYPG001000037-B" }, + { + "type": "bf:Lccn", + "value": "78932499" + }, { "type": "bf:Identifier", "value": "NNSZ00100037" @@ -10598,19 +10366,17 @@ "value": "(WaOLN)nyp0200075" } ], - "idOclc": [ - "NYPG001000037-B" - ], - "updatedAt": 1674870752089, + "updatedAt": 1711116303321, "publicationStatement": [ "Lāhaur, Maktab-i Urdū Ḍaʼjist [1969]" ], "identifier": [ + "urn:shelfmark:*OKTX 82-2408", "urn:bnum:10000076", - "urn:lccn:78932499", "urn:oclc:NYPG001000037-B", - "urn:undefined:NNSZ00100037", - "urn:undefined:(WaOLN)nyp0200075" + "urn:lccn:78932499", + "urn:identifier:NNSZ00100037", + "urn:identifier:(WaOLN)nyp0200075" ], "numCheckinCardItems": [ 0 @@ -10648,12 +10414,6 @@ "lccClassification": [ "JQ543 1969 .Q87" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Lāhaur" ], @@ -10690,24 +10450,14 @@ }, "_score": null, "_source": { - "uri": "i10000029", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -10718,6 +10468,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -10727,8 +10480,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKTX 82-2408" + "idBarcode": [ + "33433004672238" + ], + "identifier": [ + "urn:shelfmark:*OKTX 82-2408", + "urn:barcode:33433004672238" ], "identifierV2": [ { @@ -10736,41 +10493,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433004672238" + "value": "33433004672238", + "type": "bf:Barcode" } ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKTX 82-2408" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433004672238" - ], - "idBarcode": [ - "33433004672238" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKTX 82-2408" + ], + "shelfMark_sort": "a*OKTX 82-002408", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKTX 82-002408" + "uri": "i10000029" }, "sort": [ null @@ -10823,24 +10584,24 @@ "createdYear": [ 1966 ], - "type": [ - "nypl:Item" - ], "title": [ "Raśmibandha." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKTN 82-2402" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Pant, Sumitra Nandan, 1900-" - ], "createdString": [ "1966" ], + "creatorLiteral": [ + "Pant, Sumitra Nandan, 1900-" + ], "idLccn": [ "sa 67003708" ], @@ -10850,6 +10611,9 @@ "dateStartYear": [ 1966 ], + "idOclc": [ + "NYPG001000038-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -10859,14 +10623,14 @@ "type": "nypl:Bnumber", "value": "10000078" }, - { - "type": "bf:Lccn", - "value": "sa 67003708" - }, { "type": "nypl:Oclc", "value": "NYPG001000038-B" }, + { + "type": "bf:Lccn", + "value": "sa 67003708" + }, { "type": "bf:Identifier", "value": "NNSZ00100038" @@ -10876,19 +10640,17 @@ "value": "(WaOLN)nyp0200077" } ], - "idOclc": [ - "NYPG001000038-B" - ], - "updatedAt": 1674870747963, + "updatedAt": 1711062176176, "publicationStatement": [ "Dillī] Rājakamala Prakāśana [1966]" ], "identifier": [ + "urn:shelfmark:*OKTN 82-2402", "urn:bnum:10000078", - "urn:lccn:sa 67003708", "urn:oclc:NYPG001000038-B", - "urn:undefined:NNSZ00100038", - "urn:undefined:(WaOLN)nyp0200077" + "urn:lccn:sa 67003708", + "urn:identifier:NNSZ00100038", + "urn:identifier:(WaOLN)nyp0200077" ], "numCheckinCardItems": [ 0 @@ -10921,12 +10683,6 @@ "lccClassification": [ "PK2098.P32 R3 1966" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Dillī]" ], @@ -10963,24 +10719,14 @@ }, "_score": null, "_source": { - "uri": "i10000030", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -10991,6 +10737,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -11000,8 +10749,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKTN 82-2402" + "idBarcode": [ + "33433011745118" + ], + "identifier": [ + "urn:shelfmark:*OKTN 82-2402", + "urn:barcode:33433011745118" ], "identifierV2": [ { @@ -11009,41 +10762,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011745118" + "value": "33433011745118", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKTN 82-2402" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433011745118" - ], - "idBarcode": [ - "33433011745118" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKTN 82-2402" + ], + "shelfMark_sort": "a*OKTN 82-002402", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKTN 82-002402" + "uri": "i10000030" }, "sort": [ null @@ -11099,24 +10856,24 @@ "createdYear": [ 1969 ], - "type": [ - "nypl:Item" - ], "title": [ "Urdū kī pahlī sīṛhī; jadīd uslūb ʻāhil mabādī." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKTX 82-2414" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Alifulmiḥrā̲s, 1919-" - ], "createdString": [ "1969" ], + "creatorLiteral": [ + "Alifulmiḥrā̲s, 1919-" + ], "idLccn": [ "76932355" ], @@ -11126,6 +10883,9 @@ "dateStartYear": [ 1969 ], + "idOclc": [ + "NYPG001000040-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -11135,14 +10895,14 @@ "type": "nypl:Bnumber", "value": "10000081" }, - { - "type": "bf:Lccn", - "value": "76932355" - }, { "type": "nypl:Oclc", "value": "NYPG001000040-B" }, + { + "type": "bf:Lccn", + "value": "76932355" + }, { "type": "bf:Identifier", "value": "NNSZ00100040" @@ -11152,19 +10912,17 @@ "value": "(WaOLN)nyp0200080" } ], - "idOclc": [ - "NYPG001000040-B" - ], - "updatedAt": 1674870747855, + "updatedAt": 1711592798090, "publicationStatement": [ "Lāhaur, Maktab-i Mīrī Laʼibrīrī [1969]" ], "identifier": [ + "urn:shelfmark:*OKTX 82-2414", "urn:bnum:10000081", - "urn:lccn:76932355", "urn:oclc:NYPG001000040-B", - "urn:undefined:NNSZ00100040", - "urn:undefined:(WaOLN)nyp0200080" + "urn:lccn:76932355", + "urn:identifier:NNSZ00100040", + "urn:identifier:(WaOLN)nyp0200080" ], "numCheckinCardItems": [ 0 @@ -11200,12 +10958,6 @@ "lccClassification": [ "PK1972 .A53" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Lāhaur" ], @@ -11242,24 +10994,14 @@ }, "_score": null, "_source": { - "uri": "i10000031", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -11270,6 +11012,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -11279,8 +11024,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKTX 82-2414" + "idBarcode": [ + "33433004672246" + ], + "identifier": [ + "urn:shelfmark:*OKTX 82-2414", + "urn:barcode:33433004672246" ], "identifierV2": [ { @@ -11288,41 +11037,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433004672246" + "value": "33433004672246", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKTX 82-2414" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433004672246" - ], - "idBarcode": [ - "33433004672246" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKTX 82-2414" + ], + "shelfMark_sort": "a*OKTX 82-002414", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKTX 82-002414" + "uri": "i10000031" }, "sort": [ null @@ -11389,33 +11142,33 @@ "createdYear": [ 1965 ], - "type": [ - "nypl:Item" - ], "title": [ "Kāvyālaṅkāra. Aṅśuprabhāʼʼkhya-Hindīvyākhyā-sahita." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKP 82-2410" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Rudraṭa, active 9th century." - ], "createdString": [ "1965" ], + "creatorLiteral": [ + "Rudraṭa, active 9th century." + ], "idLccn": [ "sa 66001274" ], - "seriesStatement": [ - "Hindī Anusandhāna Parishad granthamālā, 33" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Hindī Anusandhāna Parishad granthamālā, 33" + ], "contributorLiteral": [ "Namisādhu, active 1068.", "Chaudhary, S. D." @@ -11423,6 +11176,9 @@ "dateStartYear": [ 1965 ], + "idOclc": [ + "NYPG001000041-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -11432,14 +11188,14 @@ "type": "nypl:Bnumber", "value": "10000083" }, - { - "type": "bf:Lccn", - "value": "sa 66001274" - }, { "type": "nypl:Oclc", "value": "NYPG001000041-B" }, + { + "type": "bf:Lccn", + "value": "sa 66001274" + }, { "type": "bf:Identifier", "value": "NNSZ00100041" @@ -11449,19 +11205,17 @@ "value": "(WaOLN)nyp0200082" } ], - "idOclc": [ - "NYPG001000041-B" - ], - "updatedAt": 1674870747963, + "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:lccn:sa 66001274", "urn:oclc:NYPG001000041-B", - "urn:undefined:NNSZ00100041", - "urn:undefined:(WaOLN)nyp0200082" + "urn:lccn:sa 66001274", + "urn:identifier:NNSZ00100041", + "urn:identifier:(WaOLN)nyp0200082" ], "numCheckinCardItems": [ 0 @@ -11497,12 +11251,6 @@ "lccClassification": [ "PK2916 .R8 1965" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Dillī" ], @@ -11539,25 +11287,15 @@ }, "_score": null, "_source": { - "uri": "i13783794", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], "catalogItemType": [ { "id": "catalogItemType:55", @@ -11567,6 +11305,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -11576,8 +11317,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKP 82-2410" + "idBarcode": [ + "33433058153028" + ], + "identifier": [ + "urn:shelfmark:*OKP 82-2410", + "urn:barcode:33433058153028" ], "identifierV2": [ { @@ -11585,41 +11330,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058153028" + "value": "33433058153028", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKP 82-2410" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433058153028" - ], - "idBarcode": [ - "33433058153028" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKP 82-2410" + ], + "shelfMark_sort": "a*OKP 82-002410", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKP 82-002410" + "uri": "i13783794" }, "sort": [ null @@ -11677,24 +11426,24 @@ "createdYear": [ 1964 ], - "type": [ - "nypl:Item" - ], "title": [ "Padamāvata-sāra. Jāyasi-kṛta Padamāvata kā anuśīlana aura sankshepa." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKTM 82-2424" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Narang, Indra Chandra, 1907-" - ], "createdString": [ "1964" ], + "creatorLiteral": [ + "Narang, Indra Chandra, 1907-" + ], "idLccn": [ "sa 68005298" ], @@ -11707,6 +11456,9 @@ "dateStartYear": [ 1964 ], + "idOclc": [ + "NYPG001000042-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -11716,14 +11468,14 @@ "type": "nypl:Bnumber", "value": "10000085" }, - { - "type": "bf:Lccn", - "value": "sa 68005298" - }, { "type": "nypl:Oclc", "value": "NYPG001000042-B" }, + { + "type": "bf:Lccn", + "value": "sa 68005298" + }, { "type": "bf:Identifier", "value": "NNSZ00100042" @@ -11733,19 +11485,17 @@ "value": "(WaOLN)nyp0200084" } ], - "idOclc": [ - "NYPG001000042-B" - ], - "updatedAt": 1674870747963, + "updatedAt": 1710973446485, "publicationStatement": [ "Jālandhara, Hindī Bhavana, 1964." ], "identifier": [ + "urn:shelfmark:*OKTM 82-2424", "urn:bnum:10000085", - "urn:lccn:sa 68005298", "urn:oclc:NYPG001000042-B", - "urn:undefined:NNSZ00100042", - "urn:undefined:(WaOLN)nyp0200084" + "urn:lccn:sa 68005298", + "urn:identifier:NNSZ00100042", + "urn:identifier:(WaOLN)nyp0200084" ], "numCheckinCardItems": [ 0 @@ -11778,12 +11528,6 @@ "lccClassification": [ "PK2095.M3 P36" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Jālandhara" ], @@ -11820,24 +11564,14 @@ }, "_score": null, "_source": { - "uri": "i10000032", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -11848,6 +11582,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -11857,8 +11594,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKTM 82-2424" + "idBarcode": [ + "33433011108135" + ], + "identifier": [ + "urn:shelfmark:*OKTM 82-2424", + "urn:barcode:33433011108135" ], "identifierV2": [ { @@ -11866,41 +11607,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011108135" + "value": "33433011108135", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKTM 82-2424" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433011108135" - ], - "idBarcode": [ - "33433011108135" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKTM 82-2424" + ], + "shelfMark_sort": "a*OKTM 82-002424", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKTM 82-002424" + "uri": "i10000032" }, "sort": [ null @@ -11951,24 +11696,24 @@ "createdYear": [ 1965 ], - "type": [ - "nypl:Item" - ], "title": [ "Āṭha ekāṅkī." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKTN 82-2423" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Śarma, Nityānanda" - ], "createdString": [ "1965" ], + "creatorLiteral": [ + "Śarma, Nityānanda" + ], "idLccn": [ "sa 67003777" ], @@ -11978,6 +11723,9 @@ "dateStartYear": [ 1965 ], + "idOclc": [ + "NYPG001000043-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -11987,14 +11735,14 @@ "type": "nypl:Bnumber", "value": "10000087" }, - { - "type": "bf:Lccn", - "value": "sa 67003777" - }, { "type": "nypl:Oclc", "value": "NYPG001000043-B" }, + { + "type": "bf:Lccn", + "value": "sa 67003777" + }, { "type": "bf:Identifier", "value": "NNSZ00100043" @@ -12004,19 +11752,17 @@ "value": "(WaOLN)nyp0200086" } ], - "idOclc": [ - "NYPG001000043-B" - ], - "updatedAt": 1674870747963, + "updatedAt": 1711284782152, "publicationStatement": [ "Ilāhābāda, Iṇḍiyāna Presa (Pablikeśansa) [1965]" ], "identifier": [ + "urn:shelfmark:*OKTN 82-2423", "urn:bnum:10000087", - "urn:lccn:sa 67003777", "urn:oclc:NYPG001000043-B", - "urn:undefined:NNSZ00100043", - "urn:undefined:(WaOLN)nyp0200086" + "urn:lccn:sa 67003777", + "urn:identifier:NNSZ00100043", + "urn:identifier:(WaOLN)nyp0200086" ], "numCheckinCardItems": [ 0 @@ -12052,12 +11798,6 @@ "lccClassification": [ "PK2071 .S2" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ilāhābāda" ], @@ -12094,24 +11834,14 @@ }, "_score": null, "_source": { - "uri": "i10000033", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -12122,6 +11852,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -12131,8 +11864,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKTN 82-2423" + "idBarcode": [ + "33433011745134" + ], + "identifier": [ + "urn:shelfmark:*OKTN 82-2423", + "urn:barcode:33433011745134" ], "identifierV2": [ { @@ -12140,41 +11877,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011745134" + "value": "33433011745134", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKTN 82-2423" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433011745134" - ], - "idBarcode": [ - "33433011745134" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKTN 82-2423" + ], + "shelfMark_sort": "a*OKTN 82-002423", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKTN 82-002423" + "uri": "i10000033" }, "sort": [ null @@ -12227,24 +11968,24 @@ "createdYear": [ 1967 ], - "type": [ - "nypl:Item" - ], "title": [ "Bāghinī." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKV 82-2420" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Basu, Samaresh, 1921-" - ], "createdString": [ "1967" ], + "creatorLiteral": [ + "Basu, Samaresh, 1921-" + ], "idLccn": [ "79903322" ], @@ -12254,23 +11995,26 @@ "dateStartYear": [ 1967 ], + "idOclc": [ + "NYPG001000044-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", "value": "*OKV 82-2420" }, { - "type": "nypl:Bnumber", - "value": "10000089" - }, - { - "type": "bf:Lccn", - "value": "79903322" + "type": "nypl:Bnumber", + "value": "10000089" }, { "type": "nypl:Oclc", "value": "NYPG001000044-B" }, + { + "type": "bf:Lccn", + "value": "79903322" + }, { "type": "bf:Identifier", "value": "NNSZ00100044" @@ -12280,19 +12024,17 @@ "value": "(WaOLN)nyp0200088" } ], - "idOclc": [ - "NYPG001000044-B" - ], - "updatedAt": 1674870747963, + "updatedAt": 1711114428469, "publicationStatement": [ "Kalikātā, Beṅgala Pābaliśārsa [1967]" ], "identifier": [ + "urn:shelfmark:*OKV 82-2420", "urn:bnum:10000089", - "urn:lccn:79903322", "urn:oclc:NYPG001000044-B", - "urn:undefined:NNSZ00100044", - "urn:undefined:(WaOLN)nyp0200088" + "urn:lccn:79903322", + "urn:identifier:NNSZ00100044", + "urn:identifier:(WaOLN)nyp0200088" ], "numCheckinCardItems": [ 0 @@ -12325,12 +12067,6 @@ "lccClassification": [ "Pk1718.B39 B3 1967" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Kalikātā" ], @@ -12367,24 +12103,14 @@ }, "_score": null, "_source": { - "uri": "i10000034", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -12395,6 +12121,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -12404,8 +12133,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKV 82-2420" + "idBarcode": [ + "33433011167040" + ], + "identifier": [ + "urn:shelfmark:*OKV 82-2420", + "urn:barcode:33433011167040" ], "identifierV2": [ { @@ -12413,41 +12146,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011167040" + "value": "33433011167040", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKV 82-2420" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433011167040" - ], - "idBarcode": [ - "33433011167040" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKV 82-2420" + ], + "shelfMark_sort": "a*OKV 82-002420", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKV 82-002420" + "uri": "i10000034" }, "sort": [ null @@ -12514,30 +12251,33 @@ "createdYear": [ 1965 ], - "type": [ - "nypl:Item" - ], "title": [ "Mardumʹshināsī-i Īrān" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OMK 82-2419" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Field, Henry, 1902-" - ], "createdString": [ "1965" ], + "creatorLiteral": [ + "Field, Henry, 1902-" + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1965 ], + "idOclc": [ + "NYPG001000045-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -12560,21 +12300,19 @@ "value": "(WaOLN)nyp0200090" } ], - "idOclc": [ - "NYPG001000045-B" - ], "uniformTitle": [ "Contributions to the anthropology of Iran. Persian" ], - "updatedAt": 1674870752089, + "updatedAt": 1711606516370, "publicationStatement": [ "Tihrān : Intishārāt-i Ibn Sīnā, 1343 [1965]" ], "identifier": [ + "urn:shelfmark:*OMK 82-2419", "urn:bnum:10000091", "urn:oclc:NYPG001000045-B", - "urn:undefined:NNSZ00100045", - "urn:undefined:(WaOLN)nyp0200090" + "urn:identifier:NNSZ00100045", + "urn:identifier:(WaOLN)nyp0200090" ], "numCheckinCardItems": [ 0 @@ -12607,12 +12345,6 @@ "Mardumʹshināsī-i Īrān / Hinrī Fīld. Tarjumah-ʼi ʻAbd Allāh Faryār." ], "uri": "b10000091", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tihrān" ], @@ -12652,24 +12384,14 @@ }, "_score": null, "_source": { - "uri": "i10000036", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -12680,6 +12402,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -12689,8 +12414,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OMK 82-2419" + "idBarcode": [ + "33433013106327" + ], + "identifier": [ + "urn:shelfmark:*OMK 82-2419", + "urn:barcode:33433013106327" ], "identifierV2": [ { @@ -12698,41 +12427,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433013106327" + "value": "33433013106327", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OMK 82-2419" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433013106327" - ], - "idBarcode": [ - "33433013106327" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OMK 82-2419" + ], + "shelfMark_sort": "a*OMK 82-002419", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OMK 82-002419" + "uri": "i10000036" }, "sort": [ null @@ -12789,24 +12522,24 @@ "createdYear": [ 1974 ], - "type": [ - "nypl:Item" - ], "title": [ "Kuṟaḷ neṟiyum Citta neṟiyum; ārāyccik kaṭṭurai." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 82-5144" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Pasumporkizhar, N., 1936-" - ], "createdString": [ "1974" ], + "creatorLiteral": [ + "Pasumporkizhar, N., 1936-" + ], "idLccn": [ "74902781" ], @@ -12816,6 +12549,9 @@ "dateStartYear": [ 1974 ], + "idOclc": [ + "NYPG001000046-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -12825,14 +12561,14 @@ "type": "nypl:Bnumber", "value": "10000093" }, - { - "type": "bf:Lccn", - "value": "74902781" - }, { "type": "nypl:Oclc", "value": "NYPG001000046-B" }, + { + "type": "bf:Lccn", + "value": "74902781" + }, { "type": "bf:Identifier", "value": "NNSZ00100046" @@ -12842,19 +12578,17 @@ "value": "(WaOLN)nyp0200092" } ], - "idOclc": [ - "NYPG001000046-B" - ], - "updatedAt": 1674870747855, + "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:lccn:74902781", "urn:oclc:NYPG001000046-B", - "urn:undefined:NNSZ00100046", - "urn:undefined:(WaOLN)nyp0200092" + "urn:lccn:74902781", + "urn:identifier:NNSZ00100046", + "urn:identifier:(WaOLN)nyp0200092" ], "numCheckinCardItems": [ 0 @@ -12891,12 +12625,6 @@ "lccClassification": [ "PL4758.9.T5 P3" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Pacumpoṉ, Irāmanātapuram Māvaṭṭam" ], @@ -12936,24 +12664,14 @@ }, "_score": null, "_source": { - "uri": "i10000037", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -12964,6 +12682,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -12973,8 +12694,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 82-5144" + "idBarcode": [ + "33433001838980" + ], + "identifier": [ + "urn:shelfmark:*OLB 82-5144", + "urn:barcode:33433001838980" ], "identifierV2": [ { @@ -12982,41 +12707,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001838980" + "value": "33433001838980", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 82-5144" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433001838980" - ], - "idBarcode": [ - "33433001838980" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 82-5144" + ], + "shelfMark_sort": "a*OLB 82-005144", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 82-005144" + "uri": "i10000037" }, "sort": [ null @@ -13084,36 +12813,39 @@ "createdYear": [ 1974 ], - "type": [ - "nypl:Item" - ], "title": [ "Maṣādir tārīkh al-Yaman fī al-ʻaṣr al-Islāmī" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFK 82-5143" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Sayyid, Ayman Fuʼād." - ], "createdString": [ "1974" ], + "creatorLiteral": [ + "Sayyid, Ayman Fuʼād." + ], "idLccn": [ "75960138" ], - "seriesStatement": [ - "Nuṣūṣ wa-tarjamāt -- al-Maʻhad al-ʻIlmī al-Faransī lil-Āthar al-Sharqīyah; al-mujallad 7" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Nuṣūṣ wa-tarjamāt -- al-Maʻhad al-ʻIlmī al-Faransī lil-Āthar al-Sharqīyah; al-mujallad 7" + ], "dateStartYear": [ 1974 ], + "idOclc": [ + "NYPG001000047-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -13123,14 +12855,14 @@ "type": "nypl:Bnumber", "value": "10000095" }, - { - "type": "bf:Lccn", - "value": "75960138" - }, { "type": "nypl:Oclc", "value": "NYPG001000047-B" }, + { + "type": "bf:Lccn", + "value": "75960138" + }, { "type": "bf:Identifier", "value": "NNSZ00100047" @@ -13140,22 +12872,20 @@ "value": "(WaOLN)nyp0200094" } ], - "idOclc": [ - "NYPG001000047-B" - ], "uniformTitle": [ "Textes et traductions d'auteurs orientaux ; t. 7." ], - "updatedAt": 1674870747963, + "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:lccn:75960138", "urn:oclc:NYPG001000047-B", - "urn:undefined:NNSZ00100047", - "urn:undefined:(WaOLN)nyp0200094" + "urn:lccn:75960138", + "urn:identifier:NNSZ00100047", + "urn:identifier:(WaOLN)nyp0200094" ], "numCheckinCardItems": [ 0 @@ -13188,24 +12918,18 @@ "Maṣādir tārīkh al-Yaman fī al-ʻaṣr al-Islāmī / waḍaʻahā Ayman Fuʼād Sayyid." ], "uri": "b10000095", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "al-Qāhirah" ], - "titleAlt": [ - "Sources de l'histoire de Yemen à l'époque musulmane." - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Sources de l'histoire de Yemen à l'époque musulmane." + ], "dimensions": [ "25 cm." ] @@ -13233,24 +12957,14 @@ }, "_score": null, "_source": { - "uri": "i10000038", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -13261,6 +12975,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -13270,8 +12987,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFK 82-5143" + "idBarcode": [ + "33433005548338" + ], + "identifier": [ + "urn:shelfmark:*OFK 82-5143", + "urn:barcode:33433005548338" ], "identifierV2": [ { @@ -13279,41 +13000,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433005548338" + "value": "33433005548338", + "type": "bf:Barcode" } ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFK 82-5143" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433005548338" - ], - "idBarcode": [ - "33433005548338" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFK 82-5143" + ], + "shelfMark_sort": "a*OFK 82-005143", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFK 82-005143" + "uri": "i10000038" }, "sort": [ null @@ -13366,24 +13091,24 @@ "createdYear": [ 1974 ], - "type": [ - "nypl:Item" - ], "title": [ "Anti Laylāy" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFA 82-5142" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Kharfī, Ṣāliḥ." - ], "createdString": [ "1974" ], + "creatorLiteral": [ + "Kharfī, Ṣāliḥ." + ], "idLccn": [ "75960362" ], @@ -13393,6 +13118,9 @@ "dateStartYear": [ 1974 ], + "idOclc": [ + "NYPG001000048-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -13402,14 +13130,14 @@ "type": "nypl:Bnumber", "value": "10000097" }, - { - "type": "bf:Lccn", - "value": "75960362" - }, { "type": "nypl:Oclc", "value": "NYPG001000048-B" }, + { + "type": "bf:Lccn", + "value": "75960362" + }, { "type": "bf:Identifier", "value": "NNSZ00100048" @@ -13419,19 +13147,17 @@ "value": "(WaOLN)nyp0200096" } ], - "idOclc": [ - "NYPG001000048-B" - ], - "updatedAt": 1674870752089, + "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:lccn:75960362", "urn:oclc:NYPG001000048-B", - "urn:undefined:NNSZ00100048", - "urn:undefined:(WaOLN)nyp0200096" + "urn:lccn:75960362", + "urn:identifier:NNSZ00100048", + "urn:identifier:(WaOLN)nyp0200096" ], "numCheckinCardItems": [ 0 @@ -13464,12 +13190,6 @@ "lccClassification": [ "PJ7842.H3245 A83" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "al-Jazāʼir" ], @@ -13506,24 +13226,14 @@ }, "_score": null, "_source": { - "uri": "i10000039", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -13534,6 +13244,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -13543,8 +13256,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFA 82-5142" + "idBarcode": [ + "33433002000689" + ], + "identifier": [ + "urn:shelfmark:*OFA 82-5142", + "urn:barcode:33433002000689" ], "identifierV2": [ { @@ -13552,41 +13269,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433002000689" + "value": "33433002000689", + "type": "bf:Barcode" } ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFA 82-5142" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433002000689" - ], - "idBarcode": [ - "33433002000689" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFA 82-5142" + ], + "shelfMark_sort": "a*OFA 82-005142", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFA 82-005142" + "uri": "i10000039" }, "sort": [ null @@ -13650,24 +13371,24 @@ "createdYear": [ 1973 ], - "type": [ - "nypl:Item" - ], "title": [ "Ibn Rashīq wa-naqd al-shiʻr : dirāsah naqdīyah taḥlīlīyah muqāranah" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFS 82-5141" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Makhlūf, ʻAbd al-Raʼūf." - ], "createdString": [ "1973" ], + "creatorLiteral": [ + "Makhlūf, ʻAbd al-Raʼūf." + ], "idLccn": [ "75960190" ], @@ -13677,6 +13398,9 @@ "dateStartYear": [ 1973 ], + "idOclc": [ + "NYPG001000049-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -13686,14 +13410,14 @@ "type": "nypl:Bnumber", "value": "10000099" }, - { - "type": "bf:Lccn", - "value": "75960190" - }, { "type": "nypl:Oclc", "value": "NYPG001000049-B" }, + { + "type": "bf:Lccn", + "value": "75960190" + }, { "type": "bf:Identifier", "value": "NNSZ00100049" @@ -13703,19 +13427,17 @@ "value": "(WaOLN)nyp0200098" } ], - "idOclc": [ - "NYPG001000049-B" - ], - "updatedAt": 1674870747963, + "updatedAt": 1711249723852, "publicationStatement": [ "al-Kuwayt : Wakālat al-Maṭbūʻāt, 1973." ], "identifier": [ + "urn:shelfmark:*OFS 82-5141", "urn:bnum:10000099", - "urn:lccn:75960190", "urn:oclc:NYPG001000049-B", - "urn:undefined:NNSZ00100049", - "urn:undefined:(WaOLN)nyp0200098" + "urn:lccn:75960190", + "urn:identifier:NNSZ00100049", + "urn:identifier:(WaOLN)nyp0200098" ], "numCheckinCardItems": [ 0 @@ -13752,12 +13474,6 @@ "lccClassification": [ "PJ7750.I27 Z82 1973" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "al-Kuwayt" ], @@ -13789,29 +13505,19 @@ "hits": [ { "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i10000040", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -13822,6 +13528,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -13831,8 +13540,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFS 82-5141" + "idBarcode": [ + "33433014514545" + ], + "identifier": [ + "urn:shelfmark:*OFS 82-5141", + "urn:barcode:33433014514545" ], "identifierV2": [ { @@ -13840,41 +13553,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433014514545" + "value": "33433014514545", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFS 82-5141" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433014514545" - ], - "idBarcode": [ - "33433014514545" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFS 82-5141" + ], + "shelfMark_sort": "a*OFS 82-005141", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFS 82-005141" + "uri": "i10000040" }, "sort": [ null @@ -13936,24 +13653,24 @@ "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Ayad, Boulos Ayad." - ], "createdString": [ "1975" ], + "creatorLiteral": [ + "Ayad, Boulos Ayad." + ], "idLccn": [ "75960565" ], @@ -13963,6 +13680,9 @@ "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG001000050-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -13972,14 +13692,14 @@ "type": "nypl:Bnumber", "value": "10000101" }, - { - "type": "bf:Lccn", - "value": "75960565" - }, { "type": "nypl:Oclc", "value": "NYPG001000050-B" }, + { + "type": "bf:Lccn", + "value": "75960565" + }, { "type": "bf:Identifier", "value": "NNSZ00100050" @@ -13989,19 +13709,17 @@ "value": "(WaOLN)nyp0200100" } ], - "idOclc": [ - "NYPG001000050-B" - ], - "updatedAt": 1674870759272, + "updatedAt": 1711567431280, "publicationStatement": [ "[al-Qāhirah : s.n., al-muqaddimah 1975]" ], "identifier": [ + "urn:shelfmark:*OFP 82-5140", "urn:bnum:10000101", - "urn:lccn:75960565", "urn:oclc:NYPG001000050-B", - "urn:undefined:NNSZ00100050", - "urn:undefined:(WaOLN)nyp0200100" + "urn:lccn:75960565", + "urn:identifier:NNSZ00100050", + "urn:identifier:(WaOLN)nyp0200100" ], "numCheckinCardItems": [ 0 @@ -14037,12 +13755,6 @@ "lccClassification": [ "DT72.A73 A92" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[al-Qāhirah" ], @@ -14079,24 +13791,14 @@ }, "_score": null, "_source": { - "uri": "i10000041", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -14107,6 +13809,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -14116,8 +13821,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFP 82-5140" + "idBarcode": [ + "33433001937568" + ], + "identifier": [ + "urn:shelfmark:*OFP 82-5140", + "urn:barcode:33433001937568" ], "identifierV2": [ { @@ -14125,41 +13834,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001937568" + "value": "33433001937568", + "type": "bf:Barcode" } ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFP 82-5140" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433001937568" - ], - "idBarcode": [ - "33433001937568" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFP 82-5140" + ], + "shelfMark_sort": "a*OFP 82-005140", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFP 82-005140" + "uri": "i10000041" }, "sort": [ null @@ -14207,36 +13920,39 @@ "createdYear": [ 1967 ], - "type": [ - "nypl:Item" - ], "title": [ "Dīwān Muḥammad al-ʻĪd Muḥammad ʻAlī Khalīfah." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFA 82-5137" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Khalīfah, Muḥammad al-ʻĪd, 1904-1979." - ], "createdString": [ "1967" ], + "creatorLiteral": [ + "Khalīfah, Muḥammad al-ʻĪd, 1904-1979." + ], "idLccn": [ "75960366" ], - "seriesStatement": [ - "Manshūrāt Wizārat al-Tarbiyah al-Waṭanīyah bi-al-Jazāʼir; 1" - ], "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", @@ -14246,14 +13962,14 @@ "type": "nypl:Bnumber", "value": "10000103" }, - { - "type": "bf:Lccn", - "value": "75960366" - }, { "type": "nypl:Oclc", "value": "NYPG001000051-B" }, + { + "type": "bf:Lccn", + "value": "75960366" + }, { "type": "bf:Identifier", "value": "NNSZ00100051" @@ -14263,19 +13979,17 @@ "value": "(WaOLN)nyp0200102" } ], - "idOclc": [ - "NYPG001000051-B" - ], - "updatedAt": 1674870755402, + "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:lccn:75960366", "urn:oclc:NYPG001000051-B", - "urn:undefined:NNSZ00100051", - "urn:undefined:(WaOLN)nyp0200102" + "urn:lccn:75960366", + "urn:identifier:NNSZ00100051", + "urn:identifier:(WaOLN)nyp0200102" ], "numCheckinCardItems": [ 0 @@ -14308,12 +14022,6 @@ "lccClassification": [ "PJ7842.H2937 A17 1967" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[al-Jazāʼir]" ], @@ -14350,24 +14058,14 @@ }, "_score": null, "_source": { - "uri": "i10000042", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -14378,6 +14076,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -14387,8 +14088,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFA 82-5137" + "idBarcode": [ + "33433002000671" + ], + "identifier": [ + "urn:shelfmark:*OFA 82-5137", + "urn:barcode:33433002000671" ], "identifierV2": [ { @@ -14396,41 +14101,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433002000671" + "value": "33433002000671", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFA 82-5137" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433002000671" - ], - "idBarcode": [ - "33433002000671" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFA 82-5137" + ], + "shelfMark_sort": "a*OFA 82-005137", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFA 82-005137" + "uri": "i10000042" }, "sort": [ null @@ -14444,50 +14153,5 @@ ] } }, - "statusCode": 200, - "headers": { - "date": "Mon, 11 Mar 2024 15:37:08 GMT", - "content-type": "application/json; charset=UTF-8", - "content-length": "177111", - "connection": "keep-alive", - "access-control-allow-origin": "*" - }, - "meta": { - "context": null, - "request": { - "params": { - "method": "POST", - "path": "/resources-2018-04-09/_search", - "body": "{\"from\":0,\"size\":50,\"query\":{\"bool\":{\"filter\":[{\"nested\":{\"path\":\"items\",\"query\":{\"constant_score\":{\"filter\":{\"bool\":{\"should\":[{\"term\":{\"items.holdingLocation.id\":\"loc:rc2ma\"}},{\"term\":{\"items.holdingLocation.label\":\"loc:rc2ma\"}}]}}}}}},{\"bool\":{\"should\":[{\"nested\":{\"path\":\"items\",\"query\":{\"bool\":{\"must_not\":[{\"exists\":{\"field\":\"items.electronicLocator\"}}]}},\"inner_hits\":{\"sort\":[{\"items.enumerationChronology_sort\":\"desc\"}],\"size\":\"100\",\"from\":0,\"name\":\"items\"}}},{\"nested\":{\"path\":\"items\",\"query\":{\"exists\":{\"field\":\"items.electronicLocator\"}},\"inner_hits\":{\"name\":\"electronicResources\"}}},{\"match_all\":{}}]}}]}},\"sort\":[\"uri\"],\"_source\":{\"excludes\":[\"uris\",\"*_packed\",\"*_sort\",\"items.*_packed\",\"contentsTitle\",\"items\"]}}", - "querystring": "", - "headers": { - "user-agent": "elasticsearch-js/7.12.0 (darwin 21.6.0-x64; Node.js v18.12.1)", - "x-elastic-client-meta": "es=7.12.0,js=18.12.1,t=7.12.0,hc=18.12.1", - "content-type": "application/json", - "content-length": "727" - }, - "timeout": 30000 - }, - "options": {}, - "id": 54 - }, - "name": "elasticsearch-js", - "connection": { - "url": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "id": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "headers": {}, - "deadCount": 0, - "resurrectTimeout": 0, - "_openRequests": 0, - "status": "alive", - "roles": { - "master": true, - "data": true, - "ingest": true, - "ml": false - } - }, - "attempts": 0, - "aborted": false - } + "statusCode": 200 } \ No newline at end of file diff --git a/test/fixtures/query-cf0e287ac48c9c7f060cd8497214322e.json b/test/fixtures/query-07d80cde6ab13d7316f6204ed271bb66.json similarity index 93% rename from test/fixtures/query-cf0e287ac48c9c7f060cd8497214322e.json rename to test/fixtures/query-07d80cde6ab13d7316f6204ed271bb66.json index 18a454e8..1cd33979 100644 --- a/test/fixtures/query-cf0e287ac48c9c7f060cd8497214322e.json +++ b/test/fixtures/query-07d80cde6ab13d7316f6204ed271bb66.json @@ -1,6 +1,6 @@ { "body": { - "took": 29, + "took": 99, "timed_out": false, "_shards": { "total": 3, @@ -9,13 +9,13 @@ }, "hits": { "total": 1, - "max_score": 30.012762, + "max_score": 14.980111, "hits": [ { "_index": "resources-2018-04-09", "_type": "resource", "_id": "b22144813", - "_score": 30.012762, + "_score": 14.980111, "_source": { "extent": [ "1234, [1] pages, x leaves : illustrations ;", @@ -154,7 +154,7 @@ "formerTitle": [ "Former title -- 247 00" ], - "updatedAt": 1697570720189, + "updatedAt": 1711656889146, "publicationStatement": [ "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", @@ -950,50 +950,5 @@ ] } }, - "statusCode": 200, - "headers": { - "date": "Mon, 11 Mar 2024 15:37:10 GMT", - "content-type": "application/json; charset=UTF-8", - "content-length": "19777", - "connection": "keep-alive", - "access-control-allow-origin": "*" - }, - "meta": { - "context": null, - "request": { - "params": { - "method": "POST", - "path": "/resources-2018-04-09/_search", - "body": "{\"from\":0,\"size\":50,\"query\":{\"function_score\":{\"query\":{\"bool\":{\"must\":[{\"bool\":{\"should\":[{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"Danacode\",\"default_operator\":\"AND\"}},{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"\\\"Danacode\\\"\",\"default_operator\":\"AND\"}},{\"nested\":{\"path\":\"items\",\"query\":{\"query_string\":{\"fields\":[\"items.shelfMark\"],\"query\":\"Danacode\",\"default_operator\":\"AND\"}}}}]}}],\"filter\":[{\"bool\":{\"should\":[{\"nested\":{\"path\":\"items\",\"query\":{\"bool\":{\"must_not\":[{\"exists\":{\"field\":\"items.electronicLocator\"}}]}},\"inner_hits\":{\"sort\":[{\"items.enumerationChronology_sort\":\"desc\"}],\"size\":\"100\",\"from\":0,\"name\":\"items\"}}},{\"nested\":{\"path\":\"items\",\"query\":{\"exists\":{\"field\":\"items.electronicLocator\"}},\"inner_hits\":{\"name\":\"electronicResources\"}}},{\"match_all\":{}}]}}]}}}},\"min_score\":0.65,\"sort\":[\"_score\"],\"_source\":{\"excludes\":[\"uris\",\"*_packed\",\"*_sort\",\"items.*_packed\",\"contentsTitle\",\"items\"]}}", - "querystring": "", - "headers": { - "user-agent": "elasticsearch-js/7.12.0 (darwin 21.6.0-x64; Node.js v18.12.1)", - "x-elastic-client-meta": "es=7.12.0,js=18.12.1,t=7.12.0,hc=18.12.1", - "content-type": "application/json", - "content-length": "1030" - }, - "timeout": 30000 - }, - "options": {}, - "id": 58 - }, - "name": "elasticsearch-js", - "connection": { - "url": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "id": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "headers": {}, - "deadCount": 0, - "resurrectTimeout": 0, - "_openRequests": 0, - "status": "alive", - "roles": { - "master": true, - "data": true, - "ingest": true, - "ml": false - } - }, - "attempts": 0, - "aborted": false - } + "statusCode": 200 } \ No newline at end of file diff --git a/test/fixtures/query-0868de6b598fcf3b6c79d7f478450082.json b/test/fixtures/query-0868de6b598fcf3b6c79d7f478450082.json deleted file mode 100644 index 0e98f837..00000000 --- a/test/fixtures/query-0868de6b598fcf3b6c79d7f478450082.json +++ /dev/null @@ -1,999 +0,0 @@ -{ - "body": { - "took": 87, - "timed_out": false, - "_shards": { - "total": 3, - "successful": 3, - "failed": 0 - }, - "hits": { - "total": 1, - "max_score": 15.007645, - "hits": [ - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b22144813", - "_score": 15.007645, - "_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": 1697570720189, - "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" - ], - "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" - ] - }, - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 2, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "enumerationChronology": [ - "v.1" - ], - "enumerationChronology_sort": [ - " 1-" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mall1", - "label": "Schwarzman Building - Main Reading Room 315 - Reference" - } - ], - "holdingLocation_packed": [ - "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" - ], - "idBarcode": [ - "3333333333" - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", - "urn:barcode:3333333333" - ], - "identifierV2": [ - { - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", - "type": "bf:ShelfMark" - }, - { - "value": "3333333333", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1101", - "label": "General Research Division" - } - ], - "owner_packed": [ - "orgs:1101||General Research Division" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "requestable": [ - false - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", - "status": [ - { - "id": "status:k", - "label": "Check with staff" - } - ], - "status_packed": [ - "status:k||Check with staff" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 1, - "lte": 1 - } - ], - "uri": "i37857771" - }, - "sort": [ - " 1-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "enumerationChronology": [ - "nothing" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmf2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmf2||Offsite" - ], - "idBarcode": [ - "44455533322211" - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "urn:barcode:44455533322211" - ], - "identifierV2": [ - { - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "type": "bf:ShelfMark" - }, - { - "value": "44455533322211", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1103", - "label": "Dorot Jewish Division" - } - ], - "owner_packed": [ - "orgs:1103||Dorot Jewish Division" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "requestable": [ - true - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i37857772" - }, - "sort": [ - null - ] - } - ] - } - } - } - } - ] - } - }, - "statusCode": 200, - "headers": { - "date": "Mon, 11 Mar 2024 15:37:11 GMT", - "content-type": "application/json; charset=UTF-8", - "content-length": "19777", - "connection": "keep-alive", - "access-control-allow-origin": "*" - }, - "meta": { - "context": null, - "request": { - "params": { - "method": "POST", - "path": "/resources-2018-04-09/_search", - "body": "{\"from\":0,\"size\":50,\"query\":{\"function_score\":{\"query\":{\"bool\":{\"must\":[{\"bool\":{\"should\":[{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"\\\"Sudoc no. \\\\-\\\\- 086\\\"\",\"default_operator\":\"AND\"}},{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"\\\"\\\"Sudoc no. \\\\-\\\\- 086\\\"\\\"\",\"default_operator\":\"AND\"}},{\"nested\":{\"path\":\"items\",\"query\":{\"query_string\":{\"fields\":[\"items.shelfMark\"],\"query\":\"\\\"Sudoc no. \\\\-\\\\- 086\\\"\",\"default_operator\":\"AND\"}}}}]}}],\"filter\":[{\"bool\":{\"should\":[{\"nested\":{\"path\":\"items\",\"query\":{\"bool\":{\"must_not\":[{\"exists\":{\"field\":\"items.electronicLocator\"}}]}},\"inner_hits\":{\"sort\":[{\"items.enumerationChronology_sort\":\"desc\"}],\"size\":\"100\",\"from\":0,\"name\":\"items\"}}},{\"nested\":{\"path\":\"items\",\"query\":{\"exists\":{\"field\":\"items.electronicLocator\"}},\"inner_hits\":{\"name\":\"electronicResources\"}}},{\"match_all\":{}}]}}]}}}},\"min_score\":0.65,\"sort\":[\"_score\"],\"_source\":{\"excludes\":[\"uris\",\"*_packed\",\"*_sort\",\"items.*_packed\",\"contentsTitle\",\"items\"]}}", - "querystring": "", - "headers": { - "user-agent": "elasticsearch-js/7.12.0 (darwin 21.6.0-x64; Node.js v18.12.1)", - "x-elastic-client-meta": "es=7.12.0,js=18.12.1,t=7.12.0,hc=18.12.1", - "content-type": "application/json", - "content-length": "1081" - }, - "timeout": 30000 - }, - "options": {}, - "id": 67 - }, - "name": "elasticsearch-js", - "connection": { - "url": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "id": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "headers": {}, - "deadCount": 0, - "resurrectTimeout": 0, - "_openRequests": 0, - "status": "alive", - "roles": { - "master": true, - "data": true, - "ingest": true, - "ml": false - } - }, - "attempts": 0, - "aborted": false - } -} \ No newline at end of file diff --git a/test/fixtures/query-0ac2d4be36677658e58b21fac9368305.json b/test/fixtures/query-0ac2d4be36677658e58b21fac9368305.json new file mode 100644 index 00000000..770eea7a --- /dev/null +++ b/test/fixtures/query-0ac2d4be36677658e58b21fac9368305.json @@ -0,0 +1,17 @@ +{ + "body": { + "took": 30, + "timed_out": false, + "_shards": { + "total": 3, + "successful": 3, + "failed": 0 + }, + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-92f4cc751d82f219043b8f57955b9f6d.json b/test/fixtures/query-1e1c37f34a42d352d57bb2c5ff0c16d5.json similarity index 84% rename from test/fixtures/query-92f4cc751d82f219043b8f57955b9f6d.json rename to test/fixtures/query-1e1c37f34a42d352d57bb2c5ff0c16d5.json index 9760a0e3..3a381d80 100644 --- a/test/fixtures/query-92f4cc751d82f219043b8f57955b9f6d.json +++ b/test/fixtures/query-1e1c37f34a42d352d57bb2c5ff0c16d5.json @@ -1,6 +1,6 @@ { "body": { - "took": 59, + "took": 75, "timed_out": false, "_shards": { "total": 3, @@ -9,13 +9,13 @@ }, "hits": { "total": 2, - "max_score": 31.659212, + "max_score": 31.294983, "hits": [ { "_index": "resources-2018-04-09", "_type": "resource", "_id": "pb1717", - "_score": 31.659212, + "_score": 31.294983, "_source": { "extent": [ "x, 340 p. : ill. ;" @@ -229,7 +229,7 @@ "_index": "resources-2018-04-09", "_type": "resource", "_id": "pb9917173506421", - "_score": 31.00416, + "_score": 30.657787, "_source": { "extent": [ "x, 340 p. : ill. ;" @@ -507,50 +507,5 @@ ] } }, - "statusCode": 200, - "headers": { - "date": "Mon, 11 Mar 2024 15:37:13 GMT", - "content-type": "application/json; charset=UTF-8", - "content-length": "5895", - "connection": "keep-alive", - "access-control-allow-origin": "*" - }, - "meta": { - "context": null, - "request": { - "params": { - "method": "POST", - "path": "/resources-2018-04-09/_search", - "body": "{\"from\":0,\"size\":50,\"query\":{\"function_score\":{\"query\":{\"bool\":{\"must\":[{\"bool\":{\"should\":[{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"SF445.5 .C378\",\"default_operator\":\"AND\"}},{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"\\\"SF445.5 .C378\\\"\",\"default_operator\":\"AND\"}},{\"nested\":{\"path\":\"items\",\"query\":{\"query_string\":{\"fields\":[\"items.shelfMark\"],\"query\":\"SF445.5 .C378\",\"default_operator\":\"AND\"}}}}]}}],\"filter\":[{\"bool\":{\"should\":[{\"nested\":{\"path\":\"items\",\"query\":{\"bool\":{\"must_not\":[{\"exists\":{\"field\":\"items.electronicLocator\"}}]}},\"inner_hits\":{\"sort\":[{\"items.enumerationChronology_sort\":\"desc\"}],\"size\":\"100\",\"from\":0,\"name\":\"items\"}}},{\"nested\":{\"path\":\"items\",\"query\":{\"exists\":{\"field\":\"items.electronicLocator\"}},\"inner_hits\":{\"name\":\"electronicResources\"}}},{\"match_all\":{}}]}}]}}}},\"min_score\":0.65,\"sort\":[\"_score\"],\"_source\":{\"excludes\":[\"uris\",\"*_packed\",\"*_sort\",\"items.*_packed\",\"contentsTitle\",\"items\"]}}", - "querystring": "", - "headers": { - "user-agent": "elasticsearch-js/7.12.0 (darwin 21.6.0-x64; Node.js v18.12.1)", - "x-elastic-client-meta": "es=7.12.0,js=18.12.1,t=7.12.0,hc=18.12.1", - "content-type": "application/json", - "content-length": "1045" - }, - "timeout": 30000 - }, - "options": {}, - "id": 74 - }, - "name": "elasticsearch-js", - "connection": { - "url": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "id": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "headers": {}, - "deadCount": 0, - "resurrectTimeout": 0, - "_openRequests": 0, - "status": "alive", - "roles": { - "master": true, - "data": true, - "ingest": true, - "ml": false - } - }, - "attempts": 0, - "aborted": false - } + "statusCode": 200 } \ No newline at end of file diff --git a/test/fixtures/query-2169f11a58545261999f3895ac55b21a.json b/test/fixtures/query-2169f11a58545261999f3895ac55b21a.json deleted file mode 100644 index 0f7d2910..00000000 --- a/test/fixtures/query-2169f11a58545261999f3895ac55b21a.json +++ /dev/null @@ -1,999 +0,0 @@ -{ - "body": { - "took": 163, - "timed_out": false, - "_shards": { - "total": 3, - "successful": 3, - "failed": 0 - }, - "hits": { - "total": 1, - "max_score": 15.006381, - "hits": [ - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b22144813", - "_score": 15.006381, - "_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": 1697570720189, - "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" - ], - "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" - ] - }, - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 2, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "enumerationChronology": [ - "v.1" - ], - "enumerationChronology_sort": [ - " 1-" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mall1", - "label": "Schwarzman Building - Main Reading Room 315 - Reference" - } - ], - "holdingLocation_packed": [ - "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" - ], - "idBarcode": [ - "3333333333" - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", - "urn:barcode:3333333333" - ], - "identifierV2": [ - { - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", - "type": "bf:ShelfMark" - }, - { - "value": "3333333333", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1101", - "label": "General Research Division" - } - ], - "owner_packed": [ - "orgs:1101||General Research Division" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "requestable": [ - false - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", - "status": [ - { - "id": "status:k", - "label": "Check with staff" - } - ], - "status_packed": [ - "status:k||Check with staff" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 1, - "lte": 1 - } - ], - "uri": "i37857771" - }, - "sort": [ - " 1-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "enumerationChronology": [ - "nothing" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmf2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmf2||Offsite" - ], - "idBarcode": [ - "44455533322211" - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "urn:barcode:44455533322211" - ], - "identifierV2": [ - { - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "type": "bf:ShelfMark" - }, - { - "value": "44455533322211", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1103", - "label": "Dorot Jewish Division" - } - ], - "owner_packed": [ - "orgs:1103||Dorot Jewish Division" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "requestable": [ - true - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i37857772" - }, - "sort": [ - null - ] - } - ] - } - } - } - } - ] - } - }, - "statusCode": 200, - "headers": { - "date": "Mon, 11 Mar 2024 15:37:12 GMT", - "content-type": "application/json; charset=UTF-8", - "content-length": "19778", - "connection": "keep-alive", - "access-control-allow-origin": "*" - }, - "meta": { - "context": null, - "request": { - "params": { - "method": "POST", - "path": "/resources-2018-04-09/_search", - "body": "{\"from\":0,\"size\":50,\"query\":{\"function_score\":{\"query\":{\"bool\":{\"must\":[{\"bool\":{\"should\":[{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"\\\"Publisher no. \\\\-\\\\- 028 02 \\\"\",\"default_operator\":\"AND\"}},{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"\\\"\\\"Publisher no. \\\\-\\\\- 028 02 \\\"\\\"\",\"default_operator\":\"AND\"}},{\"nested\":{\"path\":\"items\",\"query\":{\"query_string\":{\"fields\":[\"items.shelfMark\"],\"query\":\"\\\"Publisher no. \\\\-\\\\- 028 02 \\\"\",\"default_operator\":\"AND\"}}}}]}}],\"filter\":[{\"bool\":{\"should\":[{\"nested\":{\"path\":\"items\",\"query\":{\"bool\":{\"must_not\":[{\"exists\":{\"field\":\"items.electronicLocator\"}}]}},\"inner_hits\":{\"sort\":[{\"items.enumerationChronology_sort\":\"desc\"}],\"size\":\"100\",\"from\":0,\"name\":\"items\"}}},{\"nested\":{\"path\":\"items\",\"query\":{\"exists\":{\"field\":\"items.electronicLocator\"}},\"inner_hits\":{\"name\":\"electronicResources\"}}},{\"match_all\":{}}]}}]}}}},\"min_score\":0.65,\"sort\":[\"_score\"],\"_source\":{\"excludes\":[\"uris\",\"*_packed\",\"*_sort\",\"items.*_packed\",\"contentsTitle\",\"items\"]}}", - "querystring": "", - "headers": { - "user-agent": "elasticsearch-js/7.12.0 (darwin 21.6.0-x64; Node.js v18.12.1)", - "x-elastic-client-meta": "es=7.12.0,js=18.12.1,t=7.12.0,hc=18.12.1", - "content-type": "application/json", - "content-length": "1105" - }, - "timeout": 30000 - }, - "options": {}, - "id": 69 - }, - "name": "elasticsearch-js", - "connection": { - "url": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "id": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "headers": {}, - "deadCount": 0, - "resurrectTimeout": 0, - "_openRequests": 0, - "status": "alive", - "roles": { - "master": true, - "data": true, - "ingest": true, - "ml": false - } - }, - "attempts": 0, - "aborted": false - } -} \ No newline at end of file diff --git a/test/fixtures/query-c18c145cf2a213e7a77d1172888575fd.json b/test/fixtures/query-226710194c518ea4d3fa2ce135ee4b89.json similarity index 93% rename from test/fixtures/query-c18c145cf2a213e7a77d1172888575fd.json rename to test/fixtures/query-226710194c518ea4d3fa2ce135ee4b89.json index 0ef250ce..e1c75519 100644 --- a/test/fixtures/query-c18c145cf2a213e7a77d1172888575fd.json +++ b/test/fixtures/query-226710194c518ea4d3fa2ce135ee4b89.json @@ -1,6 +1,6 @@ { "body": { - "took": 6, + "took": 187, "timed_out": false, "_shards": { "total": 3, @@ -9,13 +9,13 @@ }, "hits": { "total": 1, - "max_score": 30.0923, + "max_score": 14.973971, "hits": [ { "_index": "resources-2018-04-09", "_type": "resource", "_id": "b22144813", - "_score": 30.0923, + "_score": 14.973971, "_source": { "extent": [ "1234, [1] pages, x leaves : illustrations ;", @@ -154,7 +154,7 @@ "formerTitle": [ "Former title -- 247 00" ], - "updatedAt": 1697570720189, + "updatedAt": 1711656889146, "publicationStatement": [ "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", @@ -950,50 +950,5 @@ ] } }, - "statusCode": 200, - "headers": { - "date": "Mon, 11 Mar 2024 15:37:10 GMT", - "content-type": "application/json; charset=UTF-8", - "content-length": "19772", - "connection": "keep-alive", - "access-control-allow-origin": "*" - }, - "meta": { - "context": null, - "request": { - "params": { - "method": "POST", - "path": "/resources-2018-04-09/_search", - "body": "{\"from\":0,\"size\":50,\"query\":{\"function_score\":{\"query\":{\"bool\":{\"must\":[{\"bool\":{\"should\":[{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"b22144813\",\"default_operator\":\"AND\"}},{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"\\\"b22144813\\\"\",\"default_operator\":\"AND\"}},{\"nested\":{\"path\":\"items\",\"query\":{\"query_string\":{\"fields\":[\"items.shelfMark\",\"items.idBarcode\"],\"query\":\"b22144813\",\"default_operator\":\"AND\"}}}}]}}],\"filter\":[{\"bool\":{\"should\":[{\"nested\":{\"path\":\"items\",\"query\":{\"bool\":{\"must_not\":[{\"exists\":{\"field\":\"items.electronicLocator\"}}]}},\"inner_hits\":{\"sort\":[{\"items.enumerationChronology_sort\":\"desc\"}],\"size\":\"100\",\"from\":0,\"name\":\"items\"}}},{\"nested\":{\"path\":\"items\",\"query\":{\"exists\":{\"field\":\"items.electronicLocator\"}},\"inner_hits\":{\"name\":\"electronicResources\"}}},{\"match_all\":{}}]}}]}}}},\"min_score\":0.65,\"sort\":[\"_score\"],\"_source\":{\"excludes\":[\"uris\",\"*_packed\",\"*_sort\",\"items.*_packed\",\"contentsTitle\",\"items\"]}}", - "querystring": "", - "headers": { - "user-agent": "elasticsearch-js/7.12.0 (darwin 21.6.0-x64; Node.js v18.12.1)", - "x-elastic-client-meta": "es=7.12.0,js=18.12.1,t=7.12.0,hc=18.12.1", - "content-type": "application/json", - "content-length": "1051" - }, - "timeout": 30000 - }, - "options": {}, - "id": 61 - }, - "name": "elasticsearch-js", - "connection": { - "url": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "id": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "headers": {}, - "deadCount": 0, - "resurrectTimeout": 0, - "_openRequests": 0, - "status": "alive", - "roles": { - "master": true, - "data": true, - "ingest": true, - "ml": false - } - }, - "attempts": 0, - "aborted": false - } + "statusCode": 200 } \ No newline at end of file diff --git a/test/fixtures/query-26f75cdf5ce8aeaf285ef0a8860332d1.json b/test/fixtures/query-26f75cdf5ce8aeaf285ef0a8860332d1.json deleted file mode 100644 index 41b49931..00000000 --- a/test/fixtures/query-26f75cdf5ce8aeaf285ef0a8860332d1.json +++ /dev/null @@ -1,999 +0,0 @@ -{ - "body": { - "took": 84, - "timed_out": false, - "_shards": { - "total": 3, - "successful": 3, - "failed": 0 - }, - "hits": { - "total": 1, - "max_score": 15.006381, - "hits": [ - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b22144813", - "_score": 15.006381, - "_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": 1697570720189, - "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" - ], - "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" - ] - }, - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 2, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "enumerationChronology": [ - "v.1" - ], - "enumerationChronology_sort": [ - " 1-" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mall1", - "label": "Schwarzman Building - Main Reading Room 315 - Reference" - } - ], - "holdingLocation_packed": [ - "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" - ], - "idBarcode": [ - "3333333333" - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", - "urn:barcode:3333333333" - ], - "identifierV2": [ - { - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", - "type": "bf:ShelfMark" - }, - { - "value": "3333333333", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1101", - "label": "General Research Division" - } - ], - "owner_packed": [ - "orgs:1101||General Research Division" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "requestable": [ - false - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", - "status": [ - { - "id": "status:k", - "label": "Check with staff" - } - ], - "status_packed": [ - "status:k||Check with staff" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 1, - "lte": 1 - } - ], - "uri": "i37857771" - }, - "sort": [ - " 1-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "enumerationChronology": [ - "nothing" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmf2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmf2||Offsite" - ], - "idBarcode": [ - "44455533322211" - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "urn:barcode:44455533322211" - ], - "identifierV2": [ - { - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "type": "bf:ShelfMark" - }, - { - "value": "44455533322211", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1103", - "label": "Dorot Jewish Division" - } - ], - "owner_packed": [ - "orgs:1103||Dorot Jewish Division" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "requestable": [ - true - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i37857772" - }, - "sort": [ - null - ] - } - ] - } - } - } - } - ] - } - }, - "statusCode": 200, - "headers": { - "date": "Mon, 11 Mar 2024 15:37:11 GMT", - "content-type": "application/json; charset=UTF-8", - "content-length": "19777", - "connection": "keep-alive", - "access-control-allow-origin": "*" - }, - "meta": { - "context": null, - "request": { - "params": { - "method": "POST", - "path": "/resources-2018-04-09/_search", - "body": "{\"from\":0,\"size\":50,\"query\":{\"function_score\":{\"query\":{\"bool\":{\"must\":[{\"bool\":{\"should\":[{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"\\\"LCCN \\\\-\\\\- 010\\\"\",\"default_operator\":\"AND\"}},{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"\\\"\\\"LCCN \\\\-\\\\- 010\\\"\\\"\",\"default_operator\":\"AND\"}},{\"nested\":{\"path\":\"items\",\"query\":{\"query_string\":{\"fields\":[\"items.shelfMark\"],\"query\":\"\\\"LCCN \\\\-\\\\- 010\\\"\",\"default_operator\":\"AND\"}}}}]}}],\"filter\":[{\"bool\":{\"should\":[{\"nested\":{\"path\":\"items\",\"query\":{\"bool\":{\"must_not\":[{\"exists\":{\"field\":\"items.electronicLocator\"}}]}},\"inner_hits\":{\"sort\":[{\"items.enumerationChronology_sort\":\"desc\"}],\"size\":\"100\",\"from\":0,\"name\":\"items\"}}},{\"nested\":{\"path\":\"items\",\"query\":{\"exists\":{\"field\":\"items.electronicLocator\"}},\"inner_hits\":{\"name\":\"electronicResources\"}}},{\"match_all\":{}}]}}]}}}},\"min_score\":0.65,\"sort\":[\"_score\"],\"_source\":{\"excludes\":[\"uris\",\"*_packed\",\"*_sort\",\"items.*_packed\",\"contentsTitle\",\"items\"]}}", - "querystring": "", - "headers": { - "user-agent": "elasticsearch-js/7.12.0 (darwin 21.6.0-x64; Node.js v18.12.1)", - "x-elastic-client-meta": "es=7.12.0,js=18.12.1,t=7.12.0,hc=18.12.1", - "content-type": "application/json", - "content-length": "1063" - }, - "timeout": 30000 - }, - "options": {}, - "id": 64 - }, - "name": "elasticsearch-js", - "connection": { - "url": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "id": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "headers": {}, - "deadCount": 0, - "resurrectTimeout": 0, - "_openRequests": 0, - "status": "alive", - "roles": { - "master": true, - "data": true, - "ingest": true, - "ml": false - } - }, - "attempts": 0, - "aborted": false - } -} \ No newline at end of file diff --git a/test/fixtures/query-3149089ee876c7ae06e3c3d11d071381.json b/test/fixtures/query-3149089ee876c7ae06e3c3d11d071381.json deleted file mode 100644 index 8eeae49f..00000000 --- a/test/fixtures/query-3149089ee876c7ae06e3c3d11d071381.json +++ /dev/null @@ -1,999 +0,0 @@ -{ - "body": { - "took": 93, - "timed_out": false, - "_shards": { - "total": 3, - "successful": 3, - "failed": 0 - }, - "hits": { - "total": 1, - "max_score": 15.006381, - "hits": [ - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b22144813", - "_score": 15.006381, - "_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": 1697570720189, - "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" - ], - "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" - ] - }, - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 2, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "enumerationChronology": [ - "v.1" - ], - "enumerationChronology_sort": [ - " 1-" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mall1", - "label": "Schwarzman Building - Main Reading Room 315 - Reference" - } - ], - "holdingLocation_packed": [ - "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" - ], - "idBarcode": [ - "3333333333" - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", - "urn:barcode:3333333333" - ], - "identifierV2": [ - { - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", - "type": "bf:ShelfMark" - }, - { - "value": "3333333333", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1101", - "label": "General Research Division" - } - ], - "owner_packed": [ - "orgs:1101||General Research Division" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "requestable": [ - false - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", - "status": [ - { - "id": "status:k", - "label": "Check with staff" - } - ], - "status_packed": [ - "status:k||Check with staff" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 1, - "lte": 1 - } - ], - "uri": "i37857771" - }, - "sort": [ - " 1-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "enumerationChronology": [ - "nothing" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmf2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmf2||Offsite" - ], - "idBarcode": [ - "44455533322211" - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "urn:barcode:44455533322211" - ], - "identifierV2": [ - { - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "type": "bf:ShelfMark" - }, - { - "value": "44455533322211", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1103", - "label": "Dorot Jewish Division" - } - ], - "owner_packed": [ - "orgs:1103||Dorot Jewish Division" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "requestable": [ - true - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i37857772" - }, - "sort": [ - null - ] - } - ] - } - } - } - } - ] - } - }, - "statusCode": 200, - "headers": { - "date": "Mon, 11 Mar 2024 15:37:10 GMT", - "content-type": "application/json; charset=UTF-8", - "content-length": "19777", - "connection": "keep-alive", - "access-control-allow-origin": "*" - }, - "meta": { - "context": null, - "request": { - "params": { - "method": "POST", - "path": "/resources-2018-04-09/_search", - "body": "{\"from\":0,\"size\":50,\"query\":{\"function_score\":{\"query\":{\"bool\":{\"must\":[{\"bool\":{\"should\":[{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"\\\"ISBN \\\\-\\\\- 020\\\"\",\"default_operator\":\"AND\"}},{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"\\\"\\\"ISBN \\\\-\\\\- 020\\\"\\\"\",\"default_operator\":\"AND\"}},{\"nested\":{\"path\":\"items\",\"query\":{\"query_string\":{\"fields\":[\"items.shelfMark\"],\"query\":\"\\\"ISBN \\\\-\\\\- 020\\\"\",\"default_operator\":\"AND\"}}}}]}}],\"filter\":[{\"bool\":{\"should\":[{\"nested\":{\"path\":\"items\",\"query\":{\"bool\":{\"must_not\":[{\"exists\":{\"field\":\"items.electronicLocator\"}}]}},\"inner_hits\":{\"sort\":[{\"items.enumerationChronology_sort\":\"desc\"}],\"size\":\"100\",\"from\":0,\"name\":\"items\"}}},{\"nested\":{\"path\":\"items\",\"query\":{\"exists\":{\"field\":\"items.electronicLocator\"}},\"inner_hits\":{\"name\":\"electronicResources\"}}},{\"match_all\":{}}]}}]}}}},\"min_score\":0.65,\"sort\":[\"_score\"],\"_source\":{\"excludes\":[\"uris\",\"*_packed\",\"*_sort\",\"items.*_packed\",\"contentsTitle\",\"items\"]}}", - "querystring": "", - "headers": { - "user-agent": "elasticsearch-js/7.12.0 (darwin 21.6.0-x64; Node.js v18.12.1)", - "x-elastic-client-meta": "es=7.12.0,js=18.12.1,t=7.12.0,hc=18.12.1", - "content-type": "application/json", - "content-length": "1063" - }, - "timeout": 30000 - }, - "options": {}, - "id": 59 - }, - "name": "elasticsearch-js", - "connection": { - "url": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "id": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "headers": {}, - "deadCount": 0, - "resurrectTimeout": 0, - "_openRequests": 0, - "status": "alive", - "roles": { - "master": true, - "data": true, - "ingest": true, - "ml": false - } - }, - "attempts": 0, - "aborted": false - } -} \ No newline at end of file diff --git a/test/fixtures/query-99abeeea550928cd544770101ca7fff8.json b/test/fixtures/query-31cf8bd049b2a70e35fe0b76ecafb6ab.json similarity index 94% rename from test/fixtures/query-99abeeea550928cd544770101ca7fff8.json rename to test/fixtures/query-31cf8bd049b2a70e35fe0b76ecafb6ab.json index 5d5586b3..63498ac5 100644 --- a/test/fixtures/query-99abeeea550928cd544770101ca7fff8.json +++ b/test/fixtures/query-31cf8bd049b2a70e35fe0b76ecafb6ab.json @@ -1,6 +1,6 @@ { "body": { - "took": 545, + "took": 1091, "timed_out": false, "_shards": { "total": 3, @@ -8,7 +8,7 @@ "failed": 0 }, "hits": { - "total": 20014165, + "total": 19657399, "max_score": null, "hits": [ { @@ -58,12 +58,12 @@ "createdYear": [ 1985 ], - "type": [ - "nypl:Item" - ], "title": [ "Dante Alighieri 1985 : in memoriam Hermann Gmelin" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JFE 86-3252" ], @@ -76,12 +76,12 @@ "idLccn": [ "86124252" ], - "seriesStatement": [ - "Romanica et comparatistica ; Bd. 4" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Romanica et comparatistica ; Bd. 4" + ], "contributorLiteral": [ "Gmelin, Hermann, 1900-1958.", "Baum, Richard.", @@ -90,6 +90,9 @@ "dateStartYear": [ 1985 ], + "idOclc": [ + "NYPGNYPG-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -103,35 +106,33 @@ "type": "bf:Isbn", "value": "3923721544" }, - { - "type": "bf:Lccn", - "value": "86124252" - }, { "type": "nypl:Oclc", "value": "NYPGNYPG-B" }, + { + "type": "bf:Lccn", + "value": "86124252" + }, { "type": "bf:Identifier", "value": "(WaOLN)nyp0200001" } ], - "idOclc": [ - "NYPGNYPG-B" - ], - "updatedAt": 1687402640360, + "updatedAt": 1711606506102, "publicationStatement": [ "Tübingen : Stauffenburg, c1985." ], + "idIsbn": [ + "3923721544" + ], "identifier": [ + "urn:shelfmark:JFE 86-3252", "urn:bnum:10000002", "urn:isbn:3923721544", - "urn:lccn:86124252", "urn:oclc:NYPGNYPG-B", - "urn:undefined:(WaOLN)nyp0200001" - ], - "idIsbn": [ - "3923721544" + "urn:lccn:86124252", + "urn:identifier:(WaOLN)nyp0200001" ], "numCheckinCardItems": [ 0 @@ -168,29 +169,23 @@ "lccClassification": [ "PQ4390 .D274 1985" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tübingen" ], - "titleAlt": [ - "Dante Alighieri neunzehnhundertfünfundachtzig." - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], - "idIsbn_clean": [ - "3923721544" + "titleAlt": [ + "Dante Alighieri neunzehnhundertfünfundachtzig." ], "dimensions": [ "23 cm." + ], + "idIsbn_clean": [ + "3923721544" ] }, "sort": [ @@ -216,15 +211,14 @@ }, "_score": null, "_source": { - "uri": "i12858031", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:1", + "label": "Use in library" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -235,6 +229,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:mal92", @@ -244,8 +241,12 @@ "holdingLocation_packed": [ "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "shelfMark": [ - "JFE 86-3252" + "idBarcode": [ + "33433046113795" + ], + "identifier": [ + "urn:shelfmark:JFE 86-3252", + "urn:barcode:33433046113795" ], "identifierV2": [ { @@ -253,41 +254,36 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433046113795" + "value": "33433046113795", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "JFE 86-3252" - ], "m2CustomerCode": [ "XF" ], - "identifier": [ - "urn:barcode:33433046113795" - ], - "idBarcode": [ - "33433046113795" + "physicalLocation": [ + "JFE 86-3252" ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JFE 86-3252" + ], + "shelfMark_sort": "aJFE 86-003252", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aJFE 86-003252" + "uri": "i12858031" }, "sort": [ null @@ -332,24 +328,24 @@ "createdYear": [ 1989 ], - "type": [ - "nypl:Item" - ], "title": [ "Scottish islands" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JFF 89-526" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Waite, Charlie." - ], "createdString": [ "1989" ], + "creatorLiteral": [ + "Waite, Charlie." + ], "idLccn": [ "gb 89012970" ], @@ -362,6 +358,9 @@ "donor": [ "Gift of the Drue Heinz Book Fund for English Literature" ], + "idOclc": [ + "NYPGUKBPGP8917-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -373,37 +372,35 @@ }, { "type": "bf:Isbn", - "value": "0094675708 :" - }, - { - "type": "bf:Lccn", - "value": "gb 89012970" + "value": "0094675708" }, { "type": "nypl:Oclc", "value": "NYPGUKBPGP8917-B" }, + { + "type": "bf:Lccn", + "value": "gb 89012970" + }, { "type": "bf:Identifier", "value": "(WaOLN)nyp0200002" } ], - "idOclc": [ - "NYPGUKBPGP8917-B" - ], - "updatedAt": 1686707689781, + "updatedAt": 1711606506102, "publicationStatement": [ "London : Constable, 1989." ], + "idIsbn": [ + "0094675708" + ], "identifier": [ + "urn:shelfmark:JFF 89-526", "urn:bnum:10000003", - "urn:isbn:0094675708 :", - "urn:lccn:gb 89012970", + "urn:isbn:0094675708", "urn:oclc:NYPGUKBPGP8917-B", - "urn:undefined:(WaOLN)nyp0200002" - ], - "idIsbn": [ - "0094675708 " + "urn:lccn:gb 89012970", + "urn:identifier:(WaOLN)nyp0200002" ], "numCheckinCardItems": [ 0 @@ -436,12 +433,6 @@ "Scottish islands / Charlie Waite." ], "uri": "b10000003", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "London" ], @@ -451,11 +442,11 @@ "label": "monograph/item" } ], - "idIsbn_clean": [ - "0094675708" - ], "dimensions": [ "26 cm." + ], + "idIsbn_clean": [ + "0094675708" ] }, "sort": [ @@ -481,15 +472,14 @@ }, "_score": null, "_source": { - "uri": "i13783780", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:1", + "label": "Use in library" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -500,6 +490,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:mal92", @@ -509,8 +502,12 @@ "holdingLocation_packed": [ "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "shelfMark": [ - "JFF 89-526" + "idBarcode": [ + "33433050409147" + ], + "identifier": [ + "urn:shelfmark:JFF 89-526", + "urn:barcode:33433050409147" ], "identifierV2": [ { @@ -518,41 +515,36 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433050409147" + "value": "33433050409147", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "JFF 89-526" - ], "m2CustomerCode": [ "XA" ], - "identifier": [ - "urn:barcode:33433050409147" - ], - "idBarcode": [ - "33433050409147" + "physicalLocation": [ + "JFF 89-526" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "JFF 89-526" + ], + "shelfMark_sort": "aJFF 89-000526", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aJFF 89-000526" + "uri": "i13783780" }, "sort": [ null @@ -613,36 +605,39 @@ "createdYear": [ 1965 ], - "type": [ - "nypl:Item" - ], "title": [ "Mutaṟkuṟaḷ uvamai." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-1934" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Kothandapani Pillai, K., 1896-" - ], "createdString": [ "1965" ], + "creatorLiteral": [ + "Kothandapani Pillai, K., 1896-" + ], "idLccn": [ "74915265" ], - "seriesStatement": [ - "Kaḻaka veḷiyīṭu, 1247" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Kaḻaka veḷiyīṭu, 1247" + ], "dateStartYear": [ 1965 ], + "idOclc": [ + "NYPG001000001-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -652,14 +647,14 @@ "type": "nypl:Bnumber", "value": "10000004" }, - { - "type": "bf:Lccn", - "value": "74915265" - }, { "type": "nypl:Oclc", "value": "NYPG001000001-B" }, + { + "type": "bf:Lccn", + "value": "74915265" + }, { "type": "bf:Identifier", "value": "NNSZ00100001" @@ -669,19 +664,17 @@ "value": "(WaOLN)nyp0200003" } ], - "idOclc": [ - "NYPG001000001-B" - ], - "updatedAt": 1674870752089, + "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:lccn:74915265", "urn:oclc:NYPG001000001-B", - "urn:undefined:NNSZ00100001", - "urn:undefined:(WaOLN)nyp0200003" + "urn:lccn:74915265", + "urn:identifier:NNSZ00100001", + "urn:identifier:(WaOLN)nyp0200003" ], "numCheckinCardItems": [ 0 @@ -717,12 +710,6 @@ "lccClassification": [ "PL4758.9.T5 K6 1965" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tirunelvēli" ], @@ -759,24 +746,14 @@ }, "_score": null, "_source": { - "uri": "i13783781", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -787,6 +764,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -796,50 +776,58 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1934" - ], + "idBarcode": [ + "33433061301556" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1934", + "urn:barcode:33433061301556" + ], "identifierV2": [ { "value": "*OLB 84-1934", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301556" + "value": "33433061301556", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-1934" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301556" - ], - "idBarcode": [ - "33433061301556" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1934" + ], + "shelfMark_sort": "a*OLB 84-001934", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-001934" + "uri": "i13783781" }, "sort": [ null @@ -901,30 +889,33 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Kon︠t︡sert No 2 dl︠i︡a skripki s orkestrom" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMF 83-336" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Wieniawski, Henri, 1835-1880." - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Wieniawski, Henri, 1835-1880." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000001-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -951,22 +942,20 @@ "value": "(WaOLN)nyp0200004" } ], - "idOclc": [ - "NYPG001000001-C" - ], "uniformTitle": [ "Concertos, violin, orchestra, no. 2, op. 22, D minor; arranged" ], - "updatedAt": 1689717163415, + "updatedAt": 1710995521453, "publicationStatement": [ "Moskva : Muzyka, 1980." ], "identifier": [ + "urn:shelfmark:JMF 83-336", "urn:bnum:10000005", "urn:oclc:NYPG001000001-C", - "urn:undefined:11049. Muzyka", - "urn:undefined:NNSZ00100551", - "urn:undefined:(WaOLN)nyp0200004" + "urn:identifier:11049. Muzyka", + "urn:identifier:NNSZ00100551", + "urn:identifier:(WaOLN)nyp0200004" ], "numCheckinCardItems": [ 0 @@ -999,12 +988,6 @@ "Kon︠t︡sert No 2 dl︠i︡a skripki s orkestrom / G. Ven︠i︡avskiĭ ; klavir." ], "uri": "b10000005", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Moskva" ], @@ -1044,24 +1027,14 @@ }, "_score": null, "_source": { - "uri": "i10942022", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -1072,6 +1045,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -1081,8 +1057,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMF 83-336" + "idBarcode": [ + "33433032711909" + ], + "identifier": [ + "urn:shelfmark:JMF 83-336", + "urn:barcode:33433032711909" ], "identifierV2": [ { @@ -1090,41 +1070,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032711909" + "value": "33433032711909", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMF 83-336" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032711909" - ], - "idBarcode": [ - "33433032711909" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMF 83-336" + ], + "shelfMark_sort": "aJMF 83-000336", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMF 83-000336" + "uri": "i10942022" }, "sort": [ null @@ -1186,24 +1170,24 @@ "createdYear": [ 1968 ], - "type": [ - "nypl:Item" - ], "title": [ "Tajdīd al-tafkīr al-dīnī fī al-Islām" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OGC 84-1984" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Iqbal, Muhammad, Sir, 1877-1938." - ], "createdString": [ "1968" ], + "creatorLiteral": [ + "Iqbal, Muhammad, Sir, 1877-1938." + ], "idLccn": [ "75962707" ], @@ -1216,6 +1200,9 @@ "dateStartYear": [ 1968 ], + "idOclc": [ + "NYPG001000002-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -1225,14 +1212,14 @@ "type": "nypl:Bnumber", "value": "10000006" }, - { - "type": "bf:Lccn", - "value": "75962707" - }, { "type": "nypl:Oclc", "value": "NYPG001000002-B" }, + { + "type": "bf:Lccn", + "value": "75962707" + }, { "type": "bf:Identifier", "value": "NNSZ00100002" @@ -1242,19 +1229,17 @@ "value": "(WaOLN)nyp0200005" } ], - "idOclc": [ - "NYPG001000002-B" - ], - "updatedAt": 1674870747963, + "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:lccn:75962707", "urn:oclc:NYPG001000002-B", - "urn:undefined:NNSZ00100002", - "urn:undefined:(WaOLN)nyp0200005" + "urn:lccn:75962707", + "urn:identifier:NNSZ00100002", + "urn:identifier:(WaOLN)nyp0200005" ], "numCheckinCardItems": [ 0 @@ -1290,12 +1275,6 @@ "lccClassification": [ "BP161 .I712 1968" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "al-Qāhirah" ], @@ -1332,24 +1311,14 @@ }, "_score": null, "_source": { - "uri": "i12540039", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -1360,6 +1329,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -1369,8 +1341,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OGC 84-1984" + "idBarcode": [ + "33433022691665" + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1984", + "urn:barcode:33433022691665" ], "identifierV2": [ { @@ -1378,41 +1354,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433022691665" + "value": "33433022691665", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OGC 84-1984" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433022691665" - ], - "idBarcode": [ - "33433022691665" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OGC 84-1984" + ], + "shelfMark_sort": "a*OGC 84-001984", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OGC 84-001984" + "uri": "i12540039" }, "sort": [ null @@ -1470,30 +1450,33 @@ "createdYear": [ 1981 ], - "type": [ - "nypl:Item" - ], "title": [ "Due studi per chitarra" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-276" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Patachich, Iván." - ], "createdString": [ "1981" ], + "creatorLiteral": [ + "Patachich, Iván." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1981 ], + "idOclc": [ + "NYPG001000002-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -1520,22 +1503,20 @@ "value": "(WaOLN)nyp0200006" } ], - "idOclc": [ - "NYPG001000002-C" - ], "uniformTitle": [ "Studies, guitar" ], - "updatedAt": 1689717163363, + "updatedAt": 1711149115321, "publicationStatement": [ "Budapest : Editio Musica, c1981." ], "identifier": [ + "urn:shelfmark:JMG 83-276", "urn:bnum:10000007", "urn:oclc:NYPG001000002-C", - "urn:undefined:Z.8917. Editio Musica", - "urn:undefined:NNSZ00100552", - "urn:undefined:(WaOLN)nyp0200006" + "urn:identifier:Z.8917. Editio Musica", + "urn:identifier:NNSZ00100552", + "urn:identifier:(WaOLN)nyp0200006" ], "numCheckinCardItems": [ 0 @@ -1569,12 +1550,6 @@ "Due studi per chitarra / Patachich Iván." ], "uri": "b10000007", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Budapest" ], @@ -1614,26 +1589,16 @@ }, "_score": null, "_source": { - "uri": "i10942023", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "status_packed": [ - "status:a||Available" + "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" - } - ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" - ], - "catalogItemType": [ + "catalogItemType": [ { "id": "catalogItemType:7", "label": "printed music, non-circ" @@ -1642,6 +1607,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -1651,8 +1619,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-276" + "idBarcode": [ + "33433032883591" + ], + "identifier": [ + "urn:shelfmark:JMG 83-276", + "urn:barcode:33433032883591" ], "identifierV2": [ { @@ -1660,41 +1632,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032883591" + "value": "33433032883591", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-276" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032883591" - ], - "idBarcode": [ - "33433032883591" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-276" + ], + "shelfMark_sort": "aJMG 83-000276", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000276" + "uri": "i10942023" }, "sort": [ null @@ -1742,24 +1718,24 @@ "createdYear": [ 1969 ], - "type": [ - "nypl:Item" - ], "title": [ "Aṇṇāviṉ ciṟukataikaḷ." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-1986" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Annadurai, C. N., 1909-1969." - ], "createdString": [ "1969" ], + "creatorLiteral": [ + "Annadurai, C. N., 1909-1969." + ], "idLccn": [ "72913998" ], @@ -1769,6 +1745,9 @@ "dateStartYear": [ 1969 ], + "idOclc": [ + "NYPG001000003-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -1778,14 +1757,14 @@ "type": "nypl:Bnumber", "value": "10000008" }, - { - "type": "bf:Lccn", - "value": "72913998" - }, { "type": "nypl:Oclc", "value": "NYPG001000003-B" }, + { + "type": "bf:Lccn", + "value": "72913998" + }, { "type": "bf:Identifier", "value": "NNSZ00100003" @@ -1795,19 +1774,17 @@ "value": "(WaOLN)nyp0200007" } ], - "idOclc": [ - "NYPG001000003-B" - ], - "updatedAt": 1674870747855, + "updatedAt": 1711102509897, "publicationStatement": [ "Ceṉṉai, Parimaḷam Patippakam [1969]" ], "identifier": [ + "urn:shelfmark:*OLB 84-1986", "urn:bnum:10000008", - "urn:lccn:72913998", "urn:oclc:NYPG001000003-B", - "urn:undefined:NNSZ00100003", - "urn:undefined:(WaOLN)nyp0200007" + "urn:lccn:72913998", + "urn:identifier:NNSZ00100003", + "urn:identifier:(WaOLN)nyp0200007" ], "numCheckinCardItems": [ 0 @@ -1840,12 +1817,6 @@ "lccClassification": [ "PL4758.9.A5 A84" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ceṉṉai" ], @@ -1882,24 +1853,14 @@ }, "_score": null, "_source": { - "uri": "i13783782", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -1910,6 +1871,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -1919,8 +1883,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1986" + "idBarcode": [ + "33433061301689" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1986", + "urn:barcode:33433061301689" ], "identifierV2": [ { @@ -1928,41 +1896,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301689" + "value": "33433061301689", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-1986" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301689" - ], - "idBarcode": [ - "33433061301689" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1986" + ], + "shelfMark_sort": "a*OLB 84-001986", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-001986" + "uri": "i13783782" }, "sort": [ null @@ -2023,30 +1995,33 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Miniaturen II : 13 kleine Klavierstücke" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-278" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Golle, Jürgen, 1942-" - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Golle, Jürgen, 1942-" + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000003-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2077,23 +2052,21 @@ "value": "(WaOLN)nyp0200008" } ], - "idOclc": [ - "NYPG001000003-C" - ], "uniformTitle": [ "Miniaturen, no. 2" ], - "updatedAt": 1689717163363, + "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:undefined:Edition Peters Nr. 5489 Edition Peters", - "urn:undefined:E.P. 13028. Edition Peters", - "urn:undefined:NNSZ00100553", - "urn:undefined:(WaOLN)nyp0200008" + "urn:identifier:Edition Peters Nr. 5489 Edition Peters", + "urn:identifier:E.P. 13028. Edition Peters", + "urn:identifier:NNSZ00100553", + "urn:identifier:(WaOLN)nyp0200008" ], "numCheckinCardItems": [ 0 @@ -2126,12 +2099,6 @@ "Miniaturen II : 13 kleine Klavierstücke / Jürgen Golle." ], "uri": "b10000009", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Leipzig : New York" ], @@ -2171,24 +2138,14 @@ }, "_score": null, "_source": { - "uri": "i10942024", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -2199,6 +2156,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -2208,8 +2168,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-278" + "idBarcode": [ + "33433032883617" + ], + "identifier": [ + "urn:shelfmark:JMG 83-278", + "urn:barcode:33433032883617" ], "identifierV2": [ { @@ -2217,41 +2181,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032883617" + "value": "33433032883617", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-278" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032883617" - ], - "idBarcode": [ - "33433032883617" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-278" + ], + "shelfMark_sort": "aJMG 83-000278", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000278" + "uri": "i10942024" }, "sort": [ null @@ -2307,36 +2275,39 @@ "createdYear": [ 1969 ], - "type": [ - "nypl:Item" - ], "title": [ "Cēkkiḻār; Corṇammāḷ niṉaivuc coṟpoḻivukaḷ." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-1938" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Irācamāṇikkaṉār, Mā., 1907-1967." - ], "createdString": [ "1969" ], + "creatorLiteral": [ + "Irācamāṇikkaṉār, Mā., 1907-1967." + ], "idLccn": [ "72913466" ], - "seriesStatement": [ - "Corṇammāḷ corpoḻivu varicai, 6" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Corṇammāḷ corpoḻivu varicai, 6" + ], "dateStartYear": [ 1969 ], + "idOclc": [ + "NYPG001000004-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2346,36 +2317,34 @@ "type": "nypl:Bnumber", "value": "10000010" }, - { - "type": "bf:Lccn", - "value": "72913466" - }, { "type": "nypl:Oclc", "value": "NYPG001000004-B" }, { - "type": "bf:Identifier", - "value": "NNSZ00100004" + "type": "bf:Lccn", + "value": "72913466" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100004" }, { "type": "bf:Identifier", "value": "(WaOLN)nyp0200009" } ], - "idOclc": [ - "NYPG001000004-B" - ], - "updatedAt": 1674870747855, + "updatedAt": 1711284909373, "publicationStatement": [ "Aṇṇāmalainakar, Aṇṇāmalaip Palkalaikkaḻakam, 1969." ], "identifier": [ + "urn:shelfmark:*OLB 84-1938", "urn:bnum:10000010", - "urn:lccn:72913466", "urn:oclc:NYPG001000004-B", - "urn:undefined:NNSZ00100004", - "urn:undefined:(WaOLN)nyp0200009" + "urn:lccn:72913466", + "urn:identifier:NNSZ00100004", + "urn:identifier:(WaOLN)nyp0200009" ], "numCheckinCardItems": [ 0 @@ -2411,12 +2380,6 @@ "lccClassification": [ "PL4758.9.C385 Z8" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Aṇṇāmalainakar" ], @@ -2453,24 +2416,14 @@ }, "_score": null, "_source": { - "uri": "i13783783", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -2481,6 +2434,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -2490,8 +2446,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1938" + "idBarcode": [ + "33433061301598" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1938", + "urn:barcode:33433061301598" ], "identifierV2": [ { @@ -2499,41 +2459,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301598" + "value": "33433061301598", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-1938" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301598" - ], - "idBarcode": [ - "33433061301598" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1938" + ], + "shelfMark_sort": "a*OLB 84-001938", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-001938" + "uri": "i13783783" }, "sort": [ null @@ -2576,36 +2540,39 @@ "numItemsTotal": [ 1 ], - "dateEndString": [ - "1982" - ], "createdYear": [ 1976 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1982" ], "title": [ "Passie en pasen : suite voor orgel, opus 50" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-279" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Berg, Jan J. van den." - ], "createdString": [ "1976" ], + "creatorLiteral": [ + "Berg, Jan J. van den." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1976 ], + "idOclc": [ + "NYPG001000004-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2624,20 +2591,18 @@ "value": "(WaOLN)nyp0200010" } ], - "idOclc": [ - "NYPG001000004-C" - ], "dateEndYear": [ 1982 ], - "updatedAt": 1689717163363, + "updatedAt": 1710978413661, "publicationStatement": [ "Sneek [Netherlands] : Boeijenga, [between 1976 and 1982]." ], "identifier": [ + "urn:shelfmark:JMG 83-279", "urn:bnum:10000011", "urn:oclc:NYPG001000004-C", - "urn:undefined:(WaOLN)nyp0200010" + "urn:identifier:(WaOLN)nyp0200010" ], "numCheckinCardItems": [ 0 @@ -2672,12 +2637,6 @@ "Passie en pasen : suite voor orgel, opus 50 / door Jan J. van den Berg." ], "uri": "b10000011", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Sneek [Netherlands]" ], @@ -2717,24 +2676,14 @@ }, "_score": null, "_source": { - "uri": "i10942025", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -2745,6 +2694,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -2754,8 +2706,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-279" + "idBarcode": [ + "33433032883625" + ], + "identifier": [ + "urn:shelfmark:JMG 83-279", + "urn:barcode:33433032883625" ], "identifierV2": [ { @@ -2763,41 +2719,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032883625" + "value": "33433032883625", + "type": "bf:Barcode" } ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-279" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032883625" - ], - "idBarcode": [ - "33433032883625" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-279" + ], + "shelfMark_sort": "aJMG 83-000279", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000279" + "uri": "i10942025" }, "sort": [ null @@ -2853,30 +2813,33 @@ "createdYear": [ 1970 ], - "type": [ - "nypl:Item" - ], "title": [ "al-Ḥuṭayʼah : fī sīratihi wa-nafsīyatihi wa-shiʻrihi" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFS 84-1997" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Ḥāwī, Īlīyā Salīm." - ], "createdString": [ "1970" ], + "creatorLiteral": [ + "Ḥāwī, Īlīyā Salīm." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1970 ], + "idOclc": [ + "NYPG001000005-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2899,18 +2862,16 @@ "value": "(WaOLN)nyp0200011" } ], - "idOclc": [ - "NYPG001000005-B" - ], - "updatedAt": 1674870752089, + "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:undefined:NNSZ00100005", - "urn:undefined:(WaOLN)nyp0200011" + "urn:identifier:NNSZ00100005", + "urn:identifier:(WaOLN)nyp0200011" ], "numCheckinCardItems": [ 0 @@ -2943,12 +2904,6 @@ "al-Ḥuṭayʼah : fī sīratihi wa-nafsīyatihi wa-shiʻrihi / bi-qalam Īlīyā Ḥāwī." ], "uri": "b10000012", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Bayrūt" ], @@ -2985,24 +2940,14 @@ }, "_score": null, "_source": { - "uri": "i10000003", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -3013,6 +2958,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -3022,8 +2970,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFS 84-1997" + "idBarcode": [ + "33433014514719" + ], + "identifier": [ + "urn:shelfmark:*OFS 84-1997", + "urn:barcode:33433014514719" ], "identifierV2": [ { @@ -3031,41 +2983,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433014514719" + "value": "33433014514719", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFS 84-1997" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433014514719" - ], - "idBarcode": [ - "33433014514719" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFS 84-1997" + ], + "shelfMark_sort": "a*OFS 84-001997", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFS 84-001997" + "uri": "i10000003" }, "sort": [ null @@ -3122,12 +3078,12 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Disko Treff 1 : Klavier." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMF 83-366" ], @@ -3143,6 +3099,9 @@ "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000005-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3165,18 +3124,16 @@ "value": "(WaOLN)nyp0200012" } ], - "idOclc": [ - "NYPG001000005-C" - ], - "updatedAt": 1689717163415, + "updatedAt": 1710995521453, "publicationStatement": [ "Leipzig : Harth Musik Verlag, c1980." ], "identifier": [ + "urn:shelfmark:JMF 83-366", "urn:bnum:10000013", "urn:oclc:NYPG001000005-C", - "urn:undefined:NNSZ00100555", - "urn:undefined:(WaOLN)nyp0200012" + "urn:identifier:NNSZ00100555", + "urn:identifier:(WaOLN)nyp0200012" ], "numCheckinCardItems": [ 0 @@ -3209,12 +3166,6 @@ "Disko Treff 1 : Klavier." ], "uri": "b10000013", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Leipzig" ], @@ -3254,24 +3205,14 @@ }, "_score": null, "_source": { - "uri": "i10942026", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -3282,6 +3223,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -3291,8 +3235,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMF 83-366" + "idBarcode": [ + "33433032712204" + ], + "identifier": [ + "urn:shelfmark:JMF 83-366", + "urn:barcode:33433032712204" ], "identifierV2": [ { @@ -3300,41 +3248,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032712204" + "value": "33433032712204", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMF 83-366" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032712204" - ], - "idBarcode": [ - "33433032712204" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMF 83-366" + ], + "shelfMark_sort": "aJMF 83-000366", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMF 83-000366" + "uri": "i10942026" }, "sort": [ null @@ -3392,12 +3344,12 @@ "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "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" ], @@ -3416,6 +3368,9 @@ "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG001000006-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3438,18 +3393,16 @@ "value": "(WaOLN)nyp0200013" } ], - "idOclc": [ - "NYPG001000006-B" - ], - "updatedAt": 1674870752089, + "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:undefined:NNSZ00100006", - "urn:undefined:(WaOLN)nyp0200013" + "urn:identifier:NNSZ00100006", + "urn:identifier:(WaOLN)nyp0200013" ], "numCheckinCardItems": [ 0 @@ -3483,12 +3436,6 @@ "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", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Bayrūt" ], @@ -3528,24 +3475,14 @@ }, "_score": null, "_source": { - "uri": "i12540040", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -3556,6 +3493,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -3565,8 +3505,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OGC 84-1996" + "idBarcode": [ + "33433022691780" + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1996", + "urn:barcode:33433022691780" ], "identifierV2": [ { @@ -3574,41 +3518,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433022691780" + "value": "33433022691780", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OGC 84-1996" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433022691780" - ], - "idBarcode": [ - "33433022691780" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OGC 84-1996" + ], + "shelfMark_sort": "a*OGC 84-001996", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OGC 84-001996" + "uri": "i12540040" }, "sort": [ null @@ -3674,30 +3622,33 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Suite no. 1 : 1977" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JNG 83-102" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Hampton, Calvin." - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Hampton, Calvin." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000006-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3724,22 +3675,20 @@ "value": "(WaOLN)nyp0200014" } ], - "idOclc": [ - "NYPG001000006-C" - ], "uniformTitle": [ "Suite, organ, no. 1" ], - "updatedAt": 1689717163363, + "updatedAt": 1711491730703, "publicationStatement": [ "Melville, NY : Belwin-Mills, [1980?]" ], "identifier": [ + "urn:shelfmark:JNG 83-102", "urn:bnum:10000015", "urn:oclc:NYPG001000006-C", - "urn:undefined:DM 220. Belwin-Mills", - "urn:undefined:NNSZ00100556", - "urn:undefined:(WaOLN)nyp0200014" + "urn:identifier:DM 220. Belwin-Mills", + "urn:identifier:NNSZ00100556", + "urn:identifier:(WaOLN)nyp0200014" ], "numCheckinCardItems": [ 0 @@ -3772,12 +3721,6 @@ "Suite no. 1 : 1977 / Calvin Hampton." ], "uri": "b10000015", - "numItems": [ - 0 - ], - "numAvailable": [ - 0 - ], "placeOfPublication": [ "Melville, NY" ], @@ -3857,24 +3800,24 @@ "createdYear": [ 1967 ], - "type": [ - "nypl:Item" - ], "title": [ "Nalla Kuṟuntokaiyil nāṉilam." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-1937" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Cellappaṉ, Cilampoli, 1929-" - ], "createdString": [ "1967" ], + "creatorLiteral": [ + "Cellappaṉ, Cilampoli, 1929-" + ], "idLccn": [ "74913402" ], @@ -3884,6 +3827,9 @@ "dateStartYear": [ 1967 ], + "idOclc": [ + "NYPG001000007-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3893,14 +3839,14 @@ "type": "nypl:Bnumber", "value": "10000016" }, - { - "type": "bf:Lccn", - "value": "74913402" - }, { "type": "nypl:Oclc", "value": "NYPG001000007-B" }, + { + "type": "bf:Lccn", + "value": "74913402" + }, { "type": "bf:Identifier", "value": "NNSZ00100007" @@ -3910,19 +3856,17 @@ "value": "(WaOLN)nyp0200015" } ], - "idOclc": [ - "NYPG001000007-B" - ], - "updatedAt": 1674870752089, + "updatedAt": 1711185167994, "publicationStatement": [ "Ceṉṉai, Manṅkaḷa Nūlakam, 1959 [i.e. 1967]" ], "identifier": [ + "urn:shelfmark:*OLB 84-1937", "urn:bnum:10000016", - "urn:lccn:74913402", "urn:oclc:NYPG001000007-B", - "urn:undefined:NNSZ00100007", - "urn:undefined:(WaOLN)nyp0200015" + "urn:lccn:74913402", + "urn:identifier:NNSZ00100007", + "urn:identifier:(WaOLN)nyp0200015" ], "numCheckinCardItems": [ 0 @@ -3958,12 +3902,6 @@ "lccClassification": [ "PL4758.9.K794 Z6 1967" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ceṉṉai" ], @@ -4000,24 +3938,14 @@ }, "_score": null, "_source": { - "uri": "i13783785", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -4028,6 +3956,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -4037,8 +3968,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1937" + "idBarcode": [ + "33433061301580" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1937", + "urn:barcode:33433061301580" ], "identifierV2": [ { @@ -4046,41 +3981,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301580" + "value": "33433061301580", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-1937" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301580" - ], - "idBarcode": [ - "33433061301580" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1937" + ], + "shelfMark_sort": "a*OLB 84-001937", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-001937" + "uri": "i13783785" }, "sort": [ null @@ -4143,24 +4082,24 @@ "createdYear": [ 1981 ], - "type": [ - "nypl:Item" - ], "title": [ "Lettre du Mexique : pour baryton et piano, 1942" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-395" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Escher, Rudolf." - ], "createdString": [ "1981" ], + "creatorLiteral": [ + "Escher, Rudolf." + ], "numElectronicResources": [ 0 ], @@ -4170,6 +4109,9 @@ "dateStartYear": [ 1981 ], + "idOclc": [ + "NYPG001000007-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -4192,18 +4134,16 @@ "value": "(WaOLN)nyp0200016" } ], - "idOclc": [ - "NYPG001000007-C" - ], - "updatedAt": 1689717163974, + "updatedAt": 1710995521453, "publicationStatement": [ "Amsterdam : Donemus, c1981." ], "identifier": [ + "urn:shelfmark:JMG 83-395", "urn:bnum:10000017", "urn:oclc:NYPG001000007-C", - "urn:undefined:NNSZ00100557", - "urn:undefined:(WaOLN)nyp0200016" + "urn:identifier:NNSZ00100557", + "urn:identifier:(WaOLN)nyp0200016" ], "numCheckinCardItems": [ 0 @@ -4237,12 +4177,6 @@ "Lettre du Mexique : pour baryton et piano, 1942 / Rudolf Escher ; poème de Tristan Corbière." ], "uri": "b10000017", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Amsterdam" ], @@ -4279,24 +4213,14 @@ }, "_score": null, "_source": { - "uri": "i10942027", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -4307,6 +4231,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -4316,8 +4243,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-395" + "idBarcode": [ + "33433032735007" + ], + "identifier": [ + "urn:shelfmark:JMG 83-395", + "urn:barcode:33433032735007" ], "identifierV2": [ { @@ -4325,41 +4256,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032735007" + "value": "33433032735007", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-395" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032735007" - ], - "idBarcode": [ - "33433032735007" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-395" + ], + "shelfMark_sort": "aJMG 83-000395", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000395" + "uri": "i10942027" }, "sort": [ null @@ -4416,24 +4351,24 @@ "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "title": [ "al-Marʼah al-Lubnānīyah : wāqiʻuhā wa-qaḍāyāhā" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFX 84-1995" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Bashshūr, Najlāʼ Naṣīr." - ], "createdString": [ "1975" ], + "creatorLiteral": [ + "Bashshūr, Najlāʼ Naṣīr." + ], "idLccn": [ "78970449" ], @@ -4443,6 +4378,9 @@ "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG001000008-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -4452,14 +4390,14 @@ "type": "nypl:Bnumber", "value": "10000018" }, - { - "type": "bf:Lccn", - "value": "78970449" - }, { "type": "nypl:Oclc", "value": "NYPG001000008-B" }, + { + "type": "bf:Lccn", + "value": "78970449" + }, { "type": "bf:Identifier", "value": "NNSZ00100008" @@ -4469,19 +4407,17 @@ "value": "(WaOLN)nyp0200017" } ], - "idOclc": [ - "NYPG001000008-B" - ], - "updatedAt": 1674870747855, + "updatedAt": 1711582848276, "publicationStatement": [ "Bayrūt : Dār al-Ṭalīʻah, 1975." ], "identifier": [ + "urn:shelfmark:*OFX 84-1995", "urn:bnum:10000018", - "urn:lccn:78970449", "urn:oclc:NYPG001000008-B", - "urn:undefined:NNSZ00100008", - "urn:undefined:(WaOLN)nyp0200017" + "urn:lccn:78970449", + "urn:identifier:NNSZ00100008", + "urn:identifier:(WaOLN)nyp0200017" ], "numCheckinCardItems": [ 0 @@ -4517,12 +4453,6 @@ "lccClassification": [ "HQ1728 .B37" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Bayrūt" ], @@ -4559,24 +4489,14 @@ }, "_score": null, "_source": { - "uri": "i10000004", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -4587,6 +4507,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -4596,8 +4519,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFX 84-1995" + "idBarcode": [ + "33433002031718" + ], + "identifier": [ + "urn:shelfmark:*OFX 84-1995", + "urn:barcode:33433002031718" ], "identifierV2": [ { @@ -4605,41 +4532,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433002031718" + "value": "33433002031718", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFX 84-1995" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433002031718" - ], - "idBarcode": [ - "33433002031718" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFX 84-1995" + ], + "shelfMark_sort": "a*OFX 84-001995", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFX 84-001995" + "uri": "i10000004" }, "sort": [ null @@ -4695,30 +4626,33 @@ "createdYear": [ 1979 ], - "type": [ - "nypl:Item" - ], "title": [ "Zwölf Walzer und ein Epilog : für Klavier" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-111" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Benary, Peter." - ], "createdString": [ "1979" ], + "creatorLiteral": [ + "Benary, Peter." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1979 ], + "idOclc": [ + "NYPG001000008-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -4745,22 +4679,20 @@ "value": "(WaOLN)nyp0200018" } ], - "idOclc": [ - "NYPG001000008-C" - ], "uniformTitle": [ "Walzer und ein Epilog" ], - "updatedAt": 1689717163974, + "updatedAt": 1710995521453, "publicationStatement": [ "Wolfenbüttel : Möseler, c1979." ], "identifier": [ + "urn:shelfmark:JMG 83-111", "urn:bnum:10000019", "urn:oclc:NYPG001000008-C", - "urn:undefined:Möseler M 18.487.", - "urn:undefined:NNSZ00100558", - "urn:undefined:(WaOLN)nyp0200018" + "urn:identifier:Möseler M 18.487.", + "urn:identifier:NNSZ00100558", + "urn:identifier:(WaOLN)nyp0200018" ], "numCheckinCardItems": [ 0 @@ -4793,12 +4725,6 @@ "Zwölf Walzer und ein Epilog : für Klavier / Peter Benary." ], "uri": "b10000019", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Wolfenbüttel" ], @@ -4839,24 +4765,14 @@ }, "_score": null, "_source": { - "uri": "i10942028", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -4867,6 +4783,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -4876,8 +4795,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-111" + "idBarcode": [ + "33433032845053" + ], + "identifier": [ + "urn:shelfmark:JMG 83-111", + "urn:barcode:33433032845053" ], "identifierV2": [ { @@ -4885,41 +4808,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032845053" + "value": "33433032845053", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "JMG 83-111" + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } ], - "recapCustomerCode": [ - "NP" + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" ], - "identifier": [ - "urn:barcode:33433032845053" + "physicalLocation": [ + "JMG 83-111" ], - "idBarcode": [ - "33433032845053" + "recapCustomerCode": [ + "NP" ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-111" + ], + "shelfMark_sort": "aJMG 83-000111", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000111" + "uri": "i10942028" }, "sort": [ null @@ -4970,24 +4897,24 @@ "createdYear": [ 1970 ], - "type": [ - "nypl:Item" - ], "title": [ "Tolkāppiyam." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-1936" ], "numItemVolumesParsed": [ 1 ], - "creatorLiteral": [ - "Veḷḷaivāraṇaṉ, Ka." - ], "createdString": [ "1970" ], + "creatorLiteral": [ + "Veḷḷaivāraṇaṉ, Ka." + ], "idLccn": [ "74914844" ], @@ -4997,6 +4924,9 @@ "dateStartYear": [ 1970 ], + "idOclc": [ + "NYPG001000009-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -5006,14 +4936,14 @@ "type": "nypl:Bnumber", "value": "10000020" }, - { - "type": "bf:Lccn", - "value": "74914844" - }, { "type": "nypl:Oclc", "value": "NYPG001000009-B" }, + { + "type": "bf:Lccn", + "value": "74914844" + }, { "type": "bf:Identifier", "value": "NNSZ00100009" @@ -5023,19 +4953,17 @@ "value": "(WaOLN)nyp0200019" } ], - "idOclc": [ - "NYPG001000009-B" - ], - "updatedAt": 1674870747963, + "updatedAt": 1711329059003, "publicationStatement": [ "[Aṇṇāmalainakar] Aṇṇāmalaip Palkalaik Kaḻakam, 1970." ], "identifier": [ + "urn:shelfmark:*OLB 84-1936", "urn:bnum:10000020", - "urn:lccn:74914844", "urn:oclc:NYPG001000009-B", - "urn:undefined:NNSZ00100009", - "urn:undefined:(WaOLN)nyp0200019" + "urn:lccn:74914844", + "urn:identifier:NNSZ00100009", + "urn:identifier:(WaOLN)nyp0200019" ], "numCheckinCardItems": [ 0 @@ -5071,24 +4999,18 @@ "lccClassification": [ "PL4754.T583 V4 1970" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Aṇṇāmalainakar]" ], - "titleAlt": [ - "Tolkāppiyam nutaliyaporuḷ." - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Tolkāppiyam nutaliyaporuḷ." + ], "tableOfContents": [ "Tolkāppiyam.--Tolkāppiyam nutaliyaporuḷ." ], @@ -5119,24 +5041,14 @@ }, "_score": null, "_source": { - "uri": "i13783786", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -5147,6 +5059,15 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "enumerationChronology": [ + "v. 1" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -5156,8 +5077,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1936 v. 1" + "idBarcode": [ + "33433061301572" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1936 v. 1", + "urn:barcode:33433061301572" ], "identifierV2": [ { @@ -5165,12 +5090,18 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301572" + "value": "33433061301572", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "v. 1" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ "*OLB 84-1936" @@ -5178,23 +5109,24 @@ "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301572" - ], - "idBarcode": [ - "33433061301572" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1936 v. 1" + ], + "shelfMark_sort": "a*OLB 84-1936 v. 000001", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], "volumeRange": [ { @@ -5202,16 +5134,7 @@ "lte": 1 } ], - "enumerationChronology_sort": [ - " 1-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-1936 v. 000001" + "uri": "i13783786" }, "sort": [ " 1-" @@ -5273,30 +5196,33 @@ "createdYear": [ 1978 ], - "type": [ - "nypl:Item" - ], "title": [ "Aurora : sinfonischer Prolog : Partitur" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-113" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Weitzendorf, Heinz." - ], "createdString": [ "1978" ], + "creatorLiteral": [ + "Weitzendorf, Heinz." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1978 ], + "idOclc": [ + "NYPG001000009-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -5323,19 +5249,17 @@ "value": "(WaOLN)nyp0200020" } ], - "idOclc": [ - "NYPG001000009-C" - ], - "updatedAt": 1689717163415, + "updatedAt": 1710995521453, "publicationStatement": [ "Berlin : Verlag Neue Musik, c1978." ], "identifier": [ + "urn:shelfmark:JMG 83-113", "urn:bnum:10000021", "urn:oclc:NYPG001000009-C", - "urn:undefined:NM 384. Verlag Neue Musik", - "urn:undefined:NNSZ00100559", - "urn:undefined:(WaOLN)nyp0200020" + "urn:identifier:NM 384. Verlag Neue Musik", + "urn:identifier:NNSZ00100559", + "urn:identifier:(WaOLN)nyp0200020" ], "numCheckinCardItems": [ 0 @@ -5368,12 +5292,6 @@ "Aurora : sinfonischer Prolog : Partitur / Heinz Weitzendorf." ], "uri": "b10000021", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Berlin" ], @@ -5410,24 +5328,14 @@ }, "_score": null, "_source": { - "uri": "i10942029", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -5438,6 +5346,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -5447,8 +5358,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-113" + "idBarcode": [ + "33433032845079" + ], + "identifier": [ + "urn:shelfmark:JMG 83-113", + "urn:barcode:33433032845079" ], "identifierV2": [ { @@ -5456,41 +5371,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032845079" + "value": "33433032845079", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-113" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032845079" - ], - "idBarcode": [ - "33433032845079" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-113" + ], + "shelfMark_sort": "aJMG 83-000113", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000113" + "uri": "i10942029" }, "sort": [ null @@ -5547,33 +5466,33 @@ "createdYear": [ 1970 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Puttamittiraṉār, active 11th century." - ], "createdString": [ "1970" ], + "creatorLiteral": [ + "Puttamittiraṉār, active 11th century." + ], "idLccn": [ "73913714" ], - "seriesStatement": [ - "Kaḻaka veḷiyīṭu, 1388" - ], "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." @@ -5581,6 +5500,9 @@ "dateStartYear": [ 1970 ], + "idOclc": [ + "NYPG001000010-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -5590,14 +5512,14 @@ "type": "nypl:Bnumber", "value": "10000022" }, - { - "type": "bf:Lccn", - "value": "73913714" - }, { "type": "nypl:Oclc", "value": "NYPG001000010-B" }, + { + "type": "bf:Lccn", + "value": "73913714" + }, { "type": "bf:Identifier", "value": "NNSZ00100010" @@ -5607,19 +5529,17 @@ "value": "(WaOLN)nyp0200021" } ], - "idOclc": [ - "NYPG001000010-B" - ], - "updatedAt": 1674870747963, + "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:lccn:73913714", "urn:oclc:NYPG001000010-B", - "urn:undefined:NNSZ00100010", - "urn:undefined:(WaOLN)nyp0200021" + "urn:lccn:73913714", + "urn:identifier:NNSZ00100010", + "urn:identifier:(WaOLN)nyp0200021" ], "numCheckinCardItems": [ 0 @@ -5655,24 +5575,18 @@ "lccClassification": [ "PL4754 .P8 1970" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ceṉṉai" ], - "titleAlt": [ - "Viracōḻiyam." - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Viracōḻiyam." + ], "dimensions": [ "22 cm." ] @@ -5700,24 +5614,14 @@ }, "_score": null, "_source": { - "uri": "i13783787", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -5728,6 +5632,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -5737,8 +5644,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1935" + "idBarcode": [ + "33433061301564" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1935", + "urn:barcode:33433061301564" ], "identifierV2": [ { @@ -5746,41 +5657,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301564" + "value": "33433061301564", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-1935" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301564" - ], - "idBarcode": [ - "33433061301564" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1935" + ], + "shelfMark_sort": "a*OLB 84-001935", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-001935" + "uri": "i13783787" }, "sort": [ null @@ -5847,30 +5762,33 @@ "createdYear": [ 1979 ], - "type": [ - "nypl:Item" - ], "title": [ "Musica sacra" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMF 83-38" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Zaninelli, Luigi." - ], "createdString": [ "1979" ], + "creatorLiteral": [ + "Zaninelli, Luigi." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1979 ], + "idOclc": [ + "NYPG001000010-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -5897,19 +5815,17 @@ "value": "(WaOLN)nyp0200022" } ], - "idOclc": [ - "NYPG001000010-C" - ], - "updatedAt": 1689717163974, + "updatedAt": 1710995521453, "publicationStatement": [ "Delaware Water Gap, Pa. : Shawnee Press, c1979." ], "identifier": [ + "urn:shelfmark:JMF 83-38", "urn:bnum:10000023", "urn:oclc:NYPG001000010-C", - "urn:undefined:KC913 Shawnee Press", - "urn:undefined:NNSZ00100560", - "urn:undefined:(WaOLN)nyp0200022" + "urn:identifier:KC913 Shawnee Press", + "urn:identifier:NNSZ00100560", + "urn:identifier:(WaOLN)nyp0200022" ], "numCheckinCardItems": [ 0 @@ -5942,12 +5858,6 @@ "Musica sacra / Luigi Zaninelli." ], "uri": "b10000023", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Delaware Water Gap, Pa." ], @@ -5984,24 +5894,14 @@ }, "_score": null, "_source": { - "uri": "i10942030", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -6012,6 +5912,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -6021,8 +5924,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMF 83-38" + "idBarcode": [ + "33433032709028" + ], + "identifier": [ + "urn:shelfmark:JMF 83-38", + "urn:barcode:33433032709028" ], "identifierV2": [ { @@ -6030,41 +5937,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032709028" + "value": "33433032709028", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMF 83-38" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032709028" - ], - "idBarcode": [ - "33433032709028" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMF 83-38" + ], + "shelfMark_sort": "aJMF 83-000038", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMF 83-000038" + "uri": "i10942030" }, "sort": [ null @@ -6124,24 +6035,24 @@ "createdYear": [ 1976 ], - "type": [ - "nypl:Item" - ], "title": [ "al-Baḥrayn : mushkilāt al-taghyīr al-siyāsī wa-al-ijtimāʻī" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFK 84-1944" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Rumayḥī, Muḥammad Ghānim." - ], "createdString": [ "1976" ], + "creatorLiteral": [ + "Rumayḥī, Muḥammad Ghānim." + ], "idLccn": [ "79971032" ], @@ -6151,6 +6062,9 @@ "dateStartYear": [ 1976 ], + "idOclc": [ + "NYPG001000011-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6160,14 +6074,14 @@ "type": "nypl:Bnumber", "value": "10000024" }, - { - "type": "bf:Lccn", - "value": "79971032" - }, { "type": "nypl:Oclc", "value": "NYPG001000011-B" }, + { + "type": "bf:Lccn", + "value": "79971032" + }, { "type": "bf:Identifier", "value": "NNSZ00100011" @@ -6177,19 +6091,17 @@ "value": "(WaOLN)nyp0200023" } ], - "idOclc": [ - "NYPG001000011-B" - ], - "updatedAt": 1674870752089, + "updatedAt": 1711097717293, "publicationStatement": [ "[Bayrūt] : Dār Ibn Khaldūn, 1976." ], "identifier": [ + "urn:shelfmark:*OFK 84-1944", "urn:bnum:10000024", - "urn:lccn:79971032", "urn:oclc:NYPG001000011-B", - "urn:undefined:NNSZ00100011", - "urn:undefined:(WaOLN)nyp0200023" + "urn:lccn:79971032", + "urn:identifier:NNSZ00100011", + "urn:identifier:(WaOLN)nyp0200023" ], "numCheckinCardItems": [ 0 @@ -6227,12 +6139,6 @@ "lccClassification": [ "DS247.B28 R85" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Bayrūt]" ], @@ -6269,24 +6175,14 @@ }, "_score": null, "_source": { - "uri": "i10000005", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -6297,6 +6193,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -6306,8 +6205,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFK 84-1944" + "idBarcode": [ + "33433005548676" + ], + "identifier": [ + "urn:shelfmark:*OFK 84-1944", + "urn:barcode:33433005548676" ], "identifierV2": [ { @@ -6315,41 +6218,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433005548676" + "value": "33433005548676", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFK 84-1944" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433005548676" - ], - "idBarcode": [ - "33433005548676" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFK 84-1944" + ], + "shelfMark_sort": "a*OFK 84-001944", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFK 84-001944" + "uri": "i10000005" }, "sort": [ null @@ -6393,33 +6300,36 @@ "createdYear": [ 1979 ], - "type": [ - "nypl:Item" - ], "title": [ "Drei Sonatinen für Klavier" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMF 83-107" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Stockmeier, Wolfgang." - ], "createdString": [ "1979" ], - "seriesStatement": [ - "Hausmusik ; 179" + "creatorLiteral": [ + "Stockmeier, Wolfgang." ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Hausmusik ; 179" + ], "dateStartYear": [ 1979 ], + "idOclc": [ + "NYPG001000011-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6442,21 +6352,19 @@ "value": "(WaOLN)nyp0200024" } ], - "idOclc": [ - "NYPG001000011-C" - ], "uniformTitle": [ "Sonatinas, piano" ], - "updatedAt": 1689717163974, + "updatedAt": 1711147751540, "publicationStatement": [ "Wolfenbüttel : Möseler, c1979." ], "identifier": [ + "urn:shelfmark:JMF 83-107", "urn:bnum:10000025", "urn:oclc:NYPG001000011-C", - "urn:undefined:NNSZ00100561", - "urn:undefined:(WaOLN)nyp0200024" + "urn:identifier:NNSZ00100561", + "urn:identifier:(WaOLN)nyp0200024" ], "numCheckinCardItems": [ 0 @@ -6489,12 +6397,6 @@ "Drei Sonatinen für Klavier / Wolfgang Stockmeier." ], "uri": "b10000025", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Wolfenbüttel" ], @@ -6534,24 +6436,14 @@ }, "_score": null, "_source": { - "uri": "i10942031", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -6562,6 +6454,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -6571,8 +6466,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMF 83-107" + "idBarcode": [ + "33433032709697" + ], + "identifier": [ + "urn:shelfmark:JMF 83-107", + "urn:barcode:33433032709697" ], "identifierV2": [ { @@ -6580,41 +6479,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032709697" + "value": "33433032709697", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMF 83-107" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032709697" - ], - "idBarcode": [ - "33433032709697" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMF 83-107" + ], + "shelfMark_sort": "aJMF 83-000107", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMF 83-000107" + "uri": "i10942031" }, "sort": [ null @@ -6671,24 +6574,24 @@ "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Razzāz, Nabīlah." - ], "createdString": [ "1975" ], + "creatorLiteral": [ + "Razzāz, Nabīlah." + ], "idLccn": [ "76960987" ], @@ -6698,6 +6601,9 @@ "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG001000012-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6707,14 +6613,14 @@ "type": "nypl:Bnumber", "value": "10000026" }, - { - "type": "bf:Lccn", - "value": "76960987" - }, { "type": "nypl:Oclc", "value": "NYPG001000012-B" }, + { + "type": "bf:Lccn", + "value": "76960987" + }, { "type": "bf:Identifier", "value": "NNSZ00100012" @@ -6724,19 +6630,17 @@ "value": "(WaOLN)nyp0200025" } ], - "idOclc": [ - "NYPG001000012-B" - ], - "updatedAt": 1674870747855, + "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:lccn:76960987", "urn:oclc:NYPG001000012-B", - "urn:undefined:NNSZ00100012", - "urn:undefined:(WaOLN)nyp0200025" + "urn:lccn:76960987", + "urn:identifier:NNSZ00100012", + "urn:identifier:(WaOLN)nyp0200025" ], "numCheckinCardItems": [ 0 @@ -6772,12 +6676,6 @@ "lccClassification": [ "HQ402 .R39" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Dimashq" ], @@ -6814,24 +6712,14 @@ }, "_score": null, "_source": { - "uri": "i10000006", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -6842,6 +6730,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -6851,8 +6742,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFX 84-1953" + "idBarcode": [ + "33433002031700" + ], + "identifier": [ + "urn:shelfmark:*OFX 84-1953", + "urn:barcode:33433002031700" ], "identifierV2": [ { @@ -6860,41 +6755,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433002031700" + "value": "33433002031700", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFX 84-1953" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433002031700" - ], - "idBarcode": [ - "33433002031700" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFX 84-1953" + ], + "shelfMark_sort": "a*OFX 84-001953", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFX 84-001953" + "uri": "i10000006" }, "sort": [ null @@ -6938,33 +6837,36 @@ "createdYear": [ 1979 ], - "type": [ - "nypl:Item" - ], "title": [ "Drei kleine Sonaten : für Violine solo" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMF 83-95" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Köhler, Friedemann." - ], "createdString": [ "1979" ], - "seriesStatement": [ - "Hausmusik ; 172" + "creatorLiteral": [ + "Köhler, Friedemann." ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Hausmusik ; 172" + ], "dateStartYear": [ 1979 ], + "idOclc": [ + "NYPG001000012-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6987,21 +6889,19 @@ "value": "(WaOLN)nyp0200026" } ], - "idOclc": [ - "NYPG001000012-C" - ], "uniformTitle": [ "Kleine Sonaten, violin" ], - "updatedAt": 1689717163363, + "updatedAt": 1710995521453, "publicationStatement": [ "Wolfenbüttel : Möseler Verlag, c1979." ], "identifier": [ + "urn:shelfmark:JMF 83-95", "urn:bnum:10000027", "urn:oclc:NYPG001000012-C", - "urn:undefined:NNSZ00100562", - "urn:undefined:(WaOLN)nyp0200026" + "urn:identifier:NNSZ00100562", + "urn:identifier:(WaOLN)nyp0200026" ], "numCheckinCardItems": [ 0 @@ -7034,12 +6934,6 @@ "Drei kleine Sonaten : für Violine solo / Friedemann Köhler." ], "uri": "b10000027", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Wolfenbüttel" ], @@ -7079,24 +6973,14 @@ }, "_score": null, "_source": { - "uri": "i10942032", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -7107,6 +6991,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -7116,8 +7003,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMF 83-95" + "idBarcode": [ + "33433032709572" + ], + "identifier": [ + "urn:shelfmark:JMF 83-95", + "urn:barcode:33433032709572" ], "identifierV2": [ { @@ -7125,41 +7016,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032709572" + "value": "33433032709572", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "JMF 83-95" - ], - "recapCustomerCode": [ - "NP" + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } ], - "identifier": [ - "urn:barcode:33433032709572" + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" ], - "idBarcode": [ - "33433032709572" + "physicalLocation": [ + "JMF 83-95" + ], + "recapCustomerCode": [ + "NP" ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMF 83-95" + ], + "shelfMark_sort": "aJMF 83-000095", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMF 83-000095" + "uri": "i10942032" }, "sort": [ null @@ -7220,24 +7115,24 @@ "createdYear": [ 1973 ], - "type": [ - "nypl:Item" - ], "title": [ "Vaṃśabhāskara : eka adhyayana" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKTM 84-1945" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Khāna, Ālama Śāha, 1936-2003." - ], "createdString": [ "1973" ], + "creatorLiteral": [ + "Khāna, Ālama Śāha, 1936-2003." + ], "idLccn": [ "75903689" ], @@ -7247,6 +7142,9 @@ "dateStartYear": [ 1973 ], + "idOclc": [ + "NYPG001000013-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -7256,14 +7154,14 @@ "type": "nypl:Bnumber", "value": "10000028" }, - { - "type": "bf:Lccn", - "value": "75903689" - }, { "type": "nypl:Oclc", "value": "NYPG001000013-B" }, + { + "type": "bf:Lccn", + "value": "75903689" + }, { "type": "bf:Identifier", "value": "NNSZ00100013" @@ -7273,19 +7171,17 @@ "value": "(WaOLN)nyp0200027" } ], - "idOclc": [ - "NYPG001000013-B" - ], - "updatedAt": 1674870747855, + "updatedAt": 1710972943549, "publicationStatement": [ "Udayapura : Rājasthāna Sāhitya Akādamī (Saṅgama), 1973." ], "identifier": [ + "urn:shelfmark:*OKTM 84-1945", "urn:bnum:10000028", - "urn:lccn:75903689", "urn:oclc:NYPG001000013-B", - "urn:undefined:NNSZ00100013", - "urn:undefined:(WaOLN)nyp0200027" + "urn:lccn:75903689", + "urn:identifier:NNSZ00100013", + "urn:identifier:(WaOLN)nyp0200027" ], "numCheckinCardItems": [ 0 @@ -7321,12 +7217,6 @@ "lccClassification": [ "PK2708.9.S9 V334" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Udayapura" ], @@ -7363,24 +7253,14 @@ }, "_score": null, "_source": { - "uri": "i10942033", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -7391,6 +7271,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -7400,8 +7283,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKTM 84-1945" + "idBarcode": [ + "33433011094210" + ], + "identifier": [ + "urn:shelfmark:*OKTM 84-1945", + "urn:barcode:33433011094210" ], "identifierV2": [ { @@ -7409,41 +7296,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011094210" + "value": "33433011094210", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKTM 84-1945" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433011094210" - ], - "idBarcode": [ - "33433011094210" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKTM 84-1945" + ], + "shelfMark_sort": "a*OKTM 84-001945", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKTM 84-001945" + "uri": "i10942033" }, "sort": [ null @@ -7504,24 +7395,24 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Cruor : for organ solo, 1977" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMF 83-93" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Lorentzen, Bent." - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Lorentzen, Bent." + ], "idLccn": [ "82771131" ], @@ -7531,6 +7422,9 @@ "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000013-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -7540,14 +7434,14 @@ "type": "nypl:Bnumber", "value": "10000029" }, - { - "type": "bf:Lccn", - "value": "82771131" - }, { "type": "nypl:Oclc", "value": "NYPG001000013-C" }, + { + "type": "bf:Lccn", + "value": "82771131" + }, { "type": "bf:Identifier", "value": "Wilhelm Hansen edition no. 4372." @@ -7565,21 +7459,19 @@ "value": "(WaOLN)nyp0200028" } ], - "idOclc": [ - "NYPG001000013-C" - ], - "updatedAt": 1689717163974, + "updatedAt": 1711207280267, "publicationStatement": [ "Copenhagen ; New York : W. Hansen ; [s.l.] : Distribution, Magnamusic-Baton, c1980." ], "identifier": [ + "urn:shelfmark:JMF 83-93", "urn:bnum:10000029", - "urn:lccn:82771131", "urn:oclc:NYPG001000013-C", - "urn:undefined:Wilhelm Hansen edition no. 4372.", - "urn:undefined:29589.", - "urn:undefined:NNSZ00100563", - "urn:undefined:(WaOLN)nyp0200028" + "urn:lccn:82771131", + "urn:identifier:Wilhelm Hansen edition no. 4372.", + "urn:identifier:29589.", + "urn:identifier:NNSZ00100563", + "urn:identifier:(WaOLN)nyp0200028" ], "numCheckinCardItems": [ 0 @@ -7615,12 +7507,6 @@ "lccClassification": [ "M11 .L" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Copenhagen ; New York : [s.l.]" ], @@ -7657,24 +7543,14 @@ }, "_score": null, "_source": { - "uri": "i10942034", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -7685,6 +7561,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -7694,8 +7573,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMF 83-93" + "idBarcode": [ + "33433032709556" + ], + "identifier": [ + "urn:shelfmark:JMF 83-93", + "urn:barcode:33433032709556" ], "identifierV2": [ { @@ -7703,41 +7586,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032709556" + "value": "33433032709556", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMF 83-93" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032709556" - ], - "idBarcode": [ - "33433032709556" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMF 83-93" + ], + "shelfMark_sort": "aJMF 83-000093", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMF 83-000093" + "uri": "i10942034" }, "sort": [ null @@ -7804,12 +7691,12 @@ "createdYear": [ 1974 ], - "type": [ - "nypl:Item" - ], "title": [ "Uṇādi-koṣaḥ" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKA 84-1931" ], @@ -7835,6 +7722,9 @@ "dateStartYear": [ 1974 ], + "idOclc": [ + "NYPG001000014-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -7844,14 +7734,14 @@ "type": "nypl:Bnumber", "value": "10000030" }, - { - "type": "bf:Lccn", - "value": "75902275" - }, { "type": "nypl:Oclc", "value": "NYPG001000014-B" }, + { + "type": "bf:Lccn", + "value": "75902275" + }, { "type": "bf:Identifier", "value": "NNSZ00100014" @@ -7861,22 +7751,20 @@ "value": "(WaOLN)nyp0200029" } ], - "idOclc": [ - "NYPG001000014-B" - ], "uniformTitle": [ "Uṇādisūtra." ], - "updatedAt": 1674870747855, + "updatedAt": 1711329059003, "publicationStatement": [ "Karanāla : Ra.Ba.Cau. Nārāyaṇasiṃha Dharmārtha Ṭrasṭa ; Bahālagaḍha, Harayāṇa : prāptisthānam, Rāmalāla Kapūra Ṭrasṭa, 1974." ], "identifier": [ + "urn:shelfmark:*OKA 84-1931", "urn:bnum:10000030", - "urn:lccn:75902275", "urn:oclc:NYPG001000014-B", - "urn:undefined:NNSZ00100014", - "urn:undefined:(WaOLN)nyp0200029" + "urn:lccn:75902275", + "urn:identifier:NNSZ00100014", + "urn:identifier:(WaOLN)nyp0200029" ], "numCheckinCardItems": [ 0 @@ -7912,12 +7800,6 @@ "lccClassification": [ "PK551 .U73" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Karanāla : Bahālagaḍha, Harayāṇa" ], @@ -7954,24 +7836,14 @@ }, "_score": null, "_source": { - "uri": "i10000007", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -7982,6 +7854,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -7991,8 +7866,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKA 84-1931" + "idBarcode": [ + "33433012968222" + ], + "identifier": [ + "urn:shelfmark:*OKA 84-1931", + "urn:barcode:33433012968222" ], "identifierV2": [ { @@ -8000,41 +7879,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433012968222" + "value": "33433012968222", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKA 84-1931" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433012968222" - ], - "idBarcode": [ - "33433012968222" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKA 84-1931" + ], + "shelfMark_sort": "a*OKA 84-001931", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKA 84-001931" + "uri": "i10000007" }, "sort": [ null @@ -8078,30 +7961,33 @@ "createdYear": [ 1979 ], - "type": [ - "nypl:Item" - ], "title": [ "Neun Miniaturen : für Klavier : op. 52" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-17" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Petersen, Wilhelm, 1890-1957." - ], "createdString": [ "1979" ], + "creatorLiteral": [ + "Petersen, Wilhelm, 1890-1957." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1979 ], + "idOclc": [ + "NYPG001000014-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -8128,22 +8014,20 @@ "value": "(WaOLN)nyp0200030" } ], - "idOclc": [ - "NYPG001000014-C" - ], "uniformTitle": [ "Miniaturen" ], - "updatedAt": 1689717163974, + "updatedAt": 1710995521453, "publicationStatement": [ "Heidelberg : W. Müller, c1979." ], "identifier": [ + "urn:shelfmark:JMG 83-17", "urn:bnum:10000031", "urn:oclc:NYPG001000014-C", - "urn:undefined:W. Müller WM 1713 SM.", - "urn:undefined:NNSZ00100564", - "urn:undefined:(WaOLN)nyp0200030" + "urn:identifier:W. Müller WM 1713 SM.", + "urn:identifier:NNSZ00100564", + "urn:identifier:(WaOLN)nyp0200030" ], "numCheckinCardItems": [ 0 @@ -8176,12 +8060,6 @@ "Neun Miniaturen : für Klavier : op. 52 / Wilhelm Petersen." ], "uri": "b10000031", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Heidelberg" ], @@ -8222,24 +8100,14 @@ }, "_score": null, "_source": { - "uri": "i10942035", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -8250,6 +8118,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -8259,8 +8130,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-17" + "idBarcode": [ + "33433032841631" + ], + "identifier": [ + "urn:shelfmark:JMG 83-17", + "urn:barcode:33433032841631" ], "identifierV2": [ { @@ -8268,41 +8143,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032841631" + "value": "33433032841631", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-17" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032841631" - ], - "idBarcode": [ - "33433032841631" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-17" + ], + "shelfMark_sort": "aJMG 83-000017", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000017" + "uri": "i10942035" }, "sort": [ null @@ -8361,30 +8240,33 @@ "createdYear": [ 1972 ], - "type": [ - "nypl:Item" - ], "title": [ "Buzurgān-i Jahrum : mushtamil bar sharḥ-i aḥvāl va ā̲sār-i rijāl va sukhanvarān va dānishmandān va khushnivīsān va pizishkān-i Jahrum va Khafr" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OMP 84-2007" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Ishrāq, Muḥammad Karīm." - ], "createdString": [ "1972" ], + "creatorLiteral": [ + "Ishrāq, Muḥammad Karīm." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1972 ], + "idOclc": [ + "NYPG001000015-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -8407,18 +8289,16 @@ "value": "(WaOLN)nyp0200031" } ], - "idOclc": [ - "NYPG001000015-B" - ], - "updatedAt": 1674870752089, + "updatedAt": 1711606508873, "publicationStatement": [ "Tihrān : Kitābfurūshī-i Khayyām, 1351 [1972]" ], "identifier": [ + "urn:shelfmark:*OMP 84-2007", "urn:bnum:10000032", "urn:oclc:NYPG001000015-B", - "urn:undefined:NNSZ00100015", - "urn:undefined:(WaOLN)nyp0200031" + "urn:identifier:NNSZ00100015", + "urn:identifier:(WaOLN)nyp0200031" ], "numCheckinCardItems": [ 0 @@ -8452,12 +8332,6 @@ "Buzurgān-i Jahrum : mushtamil bar sharḥ-i aḥvāl va ā̲sār-i rijāl va sukhanvarān va dānishmandān va khushnivīsān va pizishkān-i Jahrum va Khafr / taʼlīf-i Muḥammad Karīm Ishrāq." ], "uri": "b10000032", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tihrān" ], @@ -8494,24 +8368,14 @@ }, "_score": null, "_source": { - "uri": "i10000008", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -8522,6 +8386,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -8531,8 +8398,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OMP 84-2007" + "idBarcode": [ + "33433013173012" + ], + "identifier": [ + "urn:shelfmark:*OMP 84-2007", + "urn:barcode:33433013173012" ], "identifierV2": [ { @@ -8540,41 +8411,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433013173012" + "value": "33433013173012", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OMP 84-2007" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433013173012" - ], - "idBarcode": [ - "33433013173012" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OMP 84-2007" + ], + "shelfMark_sort": "a*OMP 84-002007", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OMP 84-002007" + "uri": "i10000008" }, "sort": [ null @@ -8626,30 +8501,33 @@ "createdYear": [ 1981 ], - "type": [ - "nypl:Item" - ], "title": [ "Psalm settings" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-59" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Nelhybel, Vaclav." - ], "createdString": [ "1981" ], + "creatorLiteral": [ + "Nelhybel, Vaclav." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1981 ], + "idOclc": [ + "NYPG001000015-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -8672,18 +8550,16 @@ "value": "(WaOLN)nyp0200032" } ], - "idOclc": [ - "NYPG001000015-C" - ], - "updatedAt": 1689901710981, + "updatedAt": 1711343803471, "publicationStatement": [ "Carol Stream, Ill. : Agápe, c1981." ], "identifier": [ + "urn:shelfmark:JMG 83-59", "urn:bnum:10000033", "urn:oclc:NYPG001000015-C", - "urn:undefined:NNSZ00100565", - "urn:undefined:(WaOLN)nyp0200032" + "urn:identifier:NNSZ00100565", + "urn:identifier:(WaOLN)nyp0200032" ], "numCheckinCardItems": [ 0 @@ -8717,12 +8593,6 @@ "Psalm settings / Vaclav Nelhybel." ], "uri": "b10000033", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Carol Stream, Ill." ], @@ -8762,24 +8632,14 @@ }, "_score": null, "_source": { - "uri": "i10942036", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -8790,6 +8650,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -8799,8 +8662,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-59" + "idBarcode": [ + "33433032842035" + ], + "identifier": [ + "urn:shelfmark:JMG 83-59", + "urn:barcode:33433032842035" ], "identifierV2": [ { @@ -8808,41 +8675,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032842035" + "value": "33433032842035", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-59" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032842035" - ], - "idBarcode": [ - "33433032842035" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-59" + ], + "shelfMark_sort": "aJMG 83-000059", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000059" + "uri": "i10942036" }, "sort": [ null @@ -8905,33 +8776,33 @@ "createdYear": [ 1974 ], - "type": [ - "nypl:Item" - ], "title": [ "Brhatkathāślokasaṁgraha : a study" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKR 84-2006" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Budhasvāmin." - ], "createdString": [ "1974" ], + "creatorLiteral": [ + "Budhasvāmin." + ], "idLccn": [ "74903273" ], - "seriesStatement": [ - "Indian civilization series ; no. 4" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Indian civilization series ; no. 4" + ], "contributorLiteral": [ "Guṇāḍhya.", "Agrawala, Vasudeva Sharana.", @@ -8940,6 +8811,9 @@ "dateStartYear": [ 1974 ], + "idOclc": [ + "NYPG001000016-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -8949,14 +8823,14 @@ "type": "nypl:Bnumber", "value": "10000034" }, - { - "type": "bf:Lccn", - "value": "74903273" - }, { "type": "nypl:Oclc", "value": "NYPG001000016-B" }, + { + "type": "bf:Lccn", + "value": "74903273" + }, { "type": "bf:Identifier", "value": "NNSZ00100016" @@ -8966,19 +8840,17 @@ "value": "(WaOLN)nyp0200033" } ], - "idOclc": [ - "NYPG001000016-B" - ], - "updatedAt": 1674870747855, + "updatedAt": 1711113679649, "publicationStatement": [ "Varanasi : Prithivi Prakashan, 1974." ], "identifier": [ + "urn:shelfmark:*OKR 84-2006", "urn:bnum:10000034", - "urn:lccn:74903273", "urn:oclc:NYPG001000016-B", - "urn:undefined:NNSZ00100016", - "urn:undefined:(WaOLN)nyp0200033" + "urn:lccn:74903273", + "urn:identifier:NNSZ00100016", + "urn:identifier:(WaOLN)nyp0200033" ], "numCheckinCardItems": [ 0 @@ -9011,12 +8883,6 @@ "lccClassification": [ "PK3794.B84 B7 1974" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Varanasi" ], @@ -9053,24 +8919,14 @@ }, "_score": null, "_source": { - "uri": "i10000009", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -9081,6 +8937,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -9090,8 +8949,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKR 84-2006" + "idBarcode": [ + "33433011528696" + ], + "identifier": [ + "urn:shelfmark:*OKR 84-2006", + "urn:barcode:33433011528696" ], "identifierV2": [ { @@ -9099,41 +8962,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011528696" + "value": "33433011528696", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKR 84-2006" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433011528696" - ], - "idBarcode": [ - "33433011528696" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKR 84-2006" + ], + "shelfMark_sort": "a*OKR 84-002006", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKR 84-002006" + "uri": "i10000009" }, "sort": [ null @@ -9467,24 +9334,24 @@ "createdYear": [ 1972 ], - "type": [ - "nypl:Item" - ], "title": [ "Srīnārāyaṇatīrthayatīndracaritram[sic]" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKB 84-1928" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Lakshmikantaiah, Garikapati, 1900-" - ], "createdString": [ "1972" ], + "creatorLiteral": [ + "Lakshmikantaiah, Garikapati, 1900-" + ], "idLccn": [ "75902755" ], @@ -9494,6 +9361,9 @@ "dateStartYear": [ 1972 ], + "idOclc": [ + "NYPG001000017-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -9503,14 +9373,14 @@ "type": "nypl:Bnumber", "value": "10000036" }, - { - "type": "bf:Lccn", - "value": "75902755" - }, { "type": "nypl:Oclc", "value": "NYPG001000017-B" }, + { + "type": "bf:Lccn", + "value": "75902755" + }, { "type": "bf:Identifier", "value": "NNSZ00100017" @@ -9520,19 +9390,17 @@ "value": "(WaOLN)nyp0200035" } ], - "idOclc": [ - "NYPG001000017-B" - ], - "updatedAt": 1674870752089, + "updatedAt": 1711355313989, "publicationStatement": [ "[s.1. : s.n.], 1972" ], "identifier": [ + "urn:shelfmark:*OKB 84-1928", "urn:bnum:10000036", - "urn:lccn:75902755", "urn:oclc:NYPG001000017-B", - "urn:undefined:NNSZ00100017", - "urn:undefined:(WaOLN)nyp0200035" + "urn:lccn:75902755", + "urn:identifier:NNSZ00100017", + "urn:identifier:(WaOLN)nyp0200035" ], "numCheckinCardItems": [ 0 @@ -9568,12 +9436,6 @@ "lccClassification": [ "PK3799.L28 S68" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[s.1." ], @@ -9610,24 +9472,14 @@ }, "_score": null, "_source": { - "uri": "i12858032", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -9638,6 +9490,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -9647,8 +9502,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKB 84-1928" + "idBarcode": [ + "33433058548433" + ], + "identifier": [ + "urn:shelfmark:*OKB 84-1928", + "urn:barcode:33433058548433" ], "identifierV2": [ { @@ -9656,41 +9515,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058548433" + "value": "33433058548433", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKB 84-1928" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433058548433" - ], - "idBarcode": [ - "33433058548433" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKB 84-1928" + ], + "shelfMark_sort": "a*OKB 84-001928", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKB 84-001928" + "uri": "i12858032" }, "sort": [ null @@ -9741,30 +9604,33 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Eight studies for guitar : in form of a suite : 1979" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-5" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Hekster, Walter." - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Hekster, Walter." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000017-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -9787,21 +9653,19 @@ "value": "(WaOLN)nyp0200036" } ], - "idOclc": [ - "NYPG001000017-C" - ], "uniformTitle": [ "Studies, guitar" ], - "updatedAt": 1689717163363, + "updatedAt": 1711157193933, "publicationStatement": [ "Amsterdam : Donemus, c1980." ], "identifier": [ + "urn:shelfmark:JMG 83-5", "urn:bnum:10000037", "urn:oclc:NYPG001000017-C", - "urn:undefined:NNSZ00100567", - "urn:undefined:(WaOLN)nyp0200036" + "urn:identifier:NNSZ00100567", + "urn:identifier:(WaOLN)nyp0200036" ], "numCheckinCardItems": [ 0 @@ -9834,12 +9698,6 @@ "Eight studies for guitar : in form of a suite : 1979 / Walter Hekster." ], "uri": "b10000037", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Amsterdam" ], @@ -9879,24 +9737,14 @@ }, "_score": null, "_source": { - "uri": "i10942040", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -9907,6 +9755,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -9916,8 +9767,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-5" + "idBarcode": [ + "33433032841482" + ], + "identifier": [ + "urn:shelfmark:JMG 83-5", + "urn:barcode:33433032841482" ], "identifierV2": [ { @@ -9925,41 +9780,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032841482" + "value": "33433032841482", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-5" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032841482" - ], - "idBarcode": [ - "33433032841482" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-5" + ], + "shelfMark_sort": "aJMG 83-000005", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000005" + "uri": "i10942040" }, "sort": [ null @@ -9991,7 +9850,8 @@ ], "subjectLiteral_exploded": [ "Sanskrit poetry", - "Sanskrit poetry -- Himachal Pradesh" + "Sanskrit poetry -- India", + "Sanskrit poetry -- India -- Himachal Pradesh" ], "numItemDatesParsed": [ 0 @@ -10011,12 +9871,12 @@ "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "title": [ "Rtambharā : Himācala ke ādhunika Saṃskrta kaviyoṃ kī kavitāyoṃ kā saṅkalana" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKP 84-1932" ], @@ -10038,6 +9898,9 @@ "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG001000018-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -10047,14 +9910,14 @@ "type": "nypl:Bnumber", "value": "10000038" }, - { - "type": "bf:Lccn", - "value": "76900772" - }, { "type": "nypl:Oclc", "value": "NYPG001000018-B" }, + { + "type": "bf:Lccn", + "value": "76900772" + }, { "type": "bf:Identifier", "value": "NNSZ00100018" @@ -10064,19 +9927,17 @@ "value": "(WaOLN)nyp0200037" } ], - "idOclc": [ - "NYPG001000018-B" - ], - "updatedAt": 1674870747963, + "updatedAt": 1711083015969, "publicationStatement": [ "Śimalā : Himācala Kalā-Saṃskrti-Bhāṣā Akādamī, 1975." ], "identifier": [ + "urn:shelfmark:*OKP 84-1932", "urn:bnum:10000038", - "urn:lccn:76900772", "urn:oclc:NYPG001000018-B", - "urn:undefined:NNSZ00100018", - "urn:undefined:(WaOLN)nyp0200037" + "urn:lccn:76900772", + "urn:identifier:NNSZ00100018", + "urn:identifier:(WaOLN)nyp0200037" ], "numCheckinCardItems": [ 0 @@ -10103,7 +9964,7 @@ } ], "subjectLiteral": [ - "Sanskrit poetry -- Himachal Pradesh." + "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.]." @@ -10112,12 +9973,6 @@ "lccClassification": [ "PK3800.H52 R7" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Śimalā" ], @@ -10154,24 +10009,14 @@ }, "_score": null, "_source": { - "uri": "i13783788", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -10182,6 +10027,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -10191,8 +10039,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKP 84-1932" + "idBarcode": [ + "33433058153572" + ], + "identifier": [ + "urn:shelfmark:*OKP 84-1932", + "urn:barcode:33433058153572" ], "identifierV2": [ { @@ -10200,41 +10052,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058153572" + "value": "33433058153572", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKP 84-1932" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433058153572" - ], - "idBarcode": [ - "33433058153572" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKP 84-1932" + ], + "shelfMark_sort": "a*OKP 84-001932", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKP 84-001932" + "uri": "i13783788" }, "sort": [ null @@ -10278,24 +10134,24 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Five sonatas for pianoforte" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-66" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Hässler, Johann Wilhelm, 1747-1822." - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Hässler, Johann Wilhelm, 1747-1822." + ], "numElectronicResources": [ 0 ], @@ -10305,6 +10161,9 @@ "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000018-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -10331,22 +10190,20 @@ "value": "(WaOLN)nyp0200038" } ], - "idOclc": [ - "NYPG001000018-C" - ], "uniformTitle": [ "Sonatas, piano. Selections" ], - "updatedAt": 1689717163974, + "updatedAt": 1710995521453, "publicationStatement": [ "New York : C.F. Peters, c1980." ], "identifier": [ + "urn:shelfmark:JMG 83-66", "urn:bnum:10000039", "urn:oclc:NYPG001000018-C", - "urn:undefined:Edition Peters no. 66799. C.F. Peters", - "urn:undefined:NNSZ00100568", - "urn:undefined:(WaOLN)nyp0200038" + "urn:identifier:Edition Peters no. 66799. C.F. Peters", + "urn:identifier:NNSZ00100568", + "urn:identifier:(WaOLN)nyp0200038" ], "numCheckinCardItems": [ 0 @@ -10379,12 +10236,6 @@ "Five sonatas for pianoforte / Johann Wilhelm Hässler ; edited by Fritz Oberdoerffer." ], "uri": "b10000039", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "New York" ], @@ -10424,24 +10275,14 @@ }, "_score": null, "_source": { - "uri": "i10942041", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -10452,6 +10293,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -10461,8 +10305,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-66" + "idBarcode": [ + "33433032842100" + ], + "identifier": [ + "urn:shelfmark:JMG 83-66", + "urn:barcode:33433032842100" ], "identifierV2": [ { @@ -10470,41 +10318,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032842100" + "value": "33433032842100", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-66" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032842100" - ], - "idBarcode": [ - "33433032842100" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-66" + ], + "shelfMark_sort": "aJMG 83-000066", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000066" + "uri": "i10942041" }, "sort": [ null @@ -10555,36 +10407,39 @@ "createdYear": [ 1970 ], - "type": [ - "nypl:Item" - ], "title": [ "Tiru. Vi. Kaliyāṇacuntaraṉār." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-1947" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Pulavar Arasu, 1900-" - ], "createdString": [ "1970" ], + "creatorLiteral": [ + "Pulavar Arasu, 1900-" + ], "idLccn": [ "78913375" ], - "seriesStatement": [ - "Kaḻaka veḷiyīṭu, 672" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Kaḻaka veḷiyīṭu, 672" + ], "dateStartYear": [ 1970 ], + "idOclc": [ + "NYPG001000019-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -10594,14 +10449,14 @@ "type": "nypl:Bnumber", "value": "10000040" }, - { - "type": "bf:Lccn", - "value": "78913375" - }, { "type": "nypl:Oclc", "value": "NYPG001000019-B" }, + { + "type": "bf:Lccn", + "value": "78913375" + }, { "type": "bf:Identifier", "value": "NNSZ00100019" @@ -10611,19 +10466,17 @@ "value": "(WaOLN)nyp0200039" } ], - "idOclc": [ - "NYPG001000019-B" - ], - "updatedAt": 1674870747855, + "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:lccn:78913375", "urn:oclc:NYPG001000019-B", - "urn:undefined:NNSZ00100019", - "urn:undefined:(WaOLN)nyp0200039" + "urn:lccn:78913375", + "urn:identifier:NNSZ00100019", + "urn:identifier:(WaOLN)nyp0200039" ], "numCheckinCardItems": [ 0 @@ -10659,12 +10512,6 @@ "lccClassification": [ "PL4758.9.K223 Z83" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ceṉṉai" ], @@ -10701,24 +10548,14 @@ }, "_score": null, "_source": { - "uri": "i13783789", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -10729,6 +10566,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -10738,8 +10578,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1947" + "idBarcode": [ + "33433061301622" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1947", + "urn:barcode:33433061301622" ], "identifierV2": [ { @@ -10747,41 +10591,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301622" + "value": "33433061301622", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-1947" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301622" - ], - "idBarcode": [ - "33433061301622" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1947" + ], + "shelfMark_sort": "a*OLB 84-001947", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-001947" + "uri": "i13783789" }, "sort": [ null @@ -10833,24 +10681,24 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Encounter" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMF 83-66" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Usher, Julia." - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Usher, Julia." + ], "idLccn": [ "81770739" ], @@ -10860,6 +10708,9 @@ "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000019-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -10869,14 +10720,14 @@ "type": "nypl:Bnumber", "value": "10000041" }, - { - "type": "bf:Lccn", - "value": "81770739" - }, { "type": "nypl:Oclc", "value": "NYPG001000019-C" }, + { + "type": "bf:Lccn", + "value": "81770739" + }, { "type": "bf:Identifier", "value": "NNSZ00100569" @@ -10886,19 +10737,17 @@ "value": "(WaOLN)nyp0200040" } ], - "idOclc": [ - "NYPG001000019-C" - ], - "updatedAt": 1689717163974, + "updatedAt": 1711567835800, "publicationStatement": [ "London : Primavera, c1980." ], "identifier": [ + "urn:shelfmark:JMF 83-66", "urn:bnum:10000041", - "urn:lccn:81770739", "urn:oclc:NYPG001000019-C", - "urn:undefined:NNSZ00100569", - "urn:undefined:(WaOLN)nyp0200040" + "urn:lccn:81770739", + "urn:identifier:NNSZ00100569", + "urn:identifier:(WaOLN)nyp0200040" ], "numCheckinCardItems": [ 0 @@ -10934,12 +10783,6 @@ "lccClassification": [ "M557.2.U8 E5" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "London" ], @@ -10979,24 +10822,14 @@ }, "_score": null, "_source": { - "uri": "i10942042", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -11007,6 +10840,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -11016,8 +10852,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMF 83-66" + "idBarcode": [ + "33433032709291" + ], + "identifier": [ + "urn:shelfmark:JMF 83-66", + "urn:barcode:33433032709291" ], "identifierV2": [ { @@ -11025,41 +10865,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032709291" + "value": "33433032709291", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMF 83-66" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032709291" - ], - "idBarcode": [ - "33433032709291" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMF 83-66" + ], + "shelfMark_sort": "aJMF 83-000066", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMF 83-000066" + "uri": "i10942042" }, "sort": [ null @@ -11114,12 +10958,12 @@ "dateEndString": [ "1972" ], - "type": [ - "nypl:Item" - ], "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" ], @@ -11141,6 +10985,9 @@ "dateStartYear": [ 1971 ], + "idOclc": [ + "NYPG001000020-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -11150,14 +10997,14 @@ "type": "nypl:Bnumber", "value": "10000042" }, - { - "type": "bf:Lccn", - "value": "72902870" - }, { "type": "nypl:Oclc", "value": "NYPG001000020-B" }, + { + "type": "bf:Lccn", + "value": "72902870" + }, { "type": "bf:Identifier", "value": "NNSZ00100020" @@ -11167,25 +11014,23 @@ "value": "(WaOLN)nyp0200041" } ], - "idOclc": [ - "NYPG001000020-B" - ], "uniformTitle": [ "Mahābhārata. Sanatsugātīya." ], "dateEndYear": [ 1972 ], - "updatedAt": 1674870747855, + "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:lccn:72902870", "urn:oclc:NYPG001000020-B", - "urn:undefined:NNSZ00100020", - "urn:undefined:(WaOLN)nyp0200041" + "urn:lccn:72902870", + "urn:identifier:NNSZ00100020", + "urn:identifier:(WaOLN)nyp0200041" ], "numCheckinCardItems": [ 0 @@ -11222,12 +11067,6 @@ "lccClassification": [ "B132.V3 M264" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Prayāga" ], @@ -11264,24 +11103,14 @@ }, "_score": null, "_source": { - "uri": "i13783790", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -11292,6 +11121,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -11301,8 +11133,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKN 84-1926" + "idBarcode": [ + "33433058618392" + ], + "identifier": [ + "urn:shelfmark:*OKN 84-1926", + "urn:barcode:33433058618392" ], "identifierV2": [ { @@ -11310,41 +11146,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058618392" + "value": "33433058618392", + "type": "bf:Barcode" } ], - "physicalLocation": [ + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ "*OKN 84-1926" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433058618392" - ], - "idBarcode": [ - "33433058618392" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKN 84-1926" + ], + "shelfMark_sort": "a*OKN 84-001926", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKN 84-001926" + "uri": "i13783790" }, "sort": [ null @@ -11406,33 +11246,36 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Capriccio : für 10 Blasinstrumente" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMC 83-9" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Eröd, Iván." - ], "createdString": [ "1980" ], - "seriesStatement": [ - "Doblingers Studienpartituren ; Stp. 410" + "creatorLiteral": [ + "Eröd, Iván." ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Doblingers Studienpartituren ; Stp. 410" + ], "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000020-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -11463,20 +11306,18 @@ "value": "(WaOLN)nyp0200042" } ], - "idOclc": [ - "NYPG001000020-C" - ], - "updatedAt": 1689717163974, + "updatedAt": 1711115789595, "publicationStatement": [ "Wien : Verlag Doblinger, c1980." ], "identifier": [ + "urn:shelfmark:JMC 83-9", "urn:bnum:10000043", "urn:oclc:NYPG001000020-C", - "urn:undefined:Stp. 410 Verlag Doblinger", - "urn:undefined:D.15 579 Verlag Doblinger", - "urn:undefined:NNSZ00100570", - "urn:undefined:(WaOLN)nyp0200042" + "urn:identifier:Stp. 410 Verlag Doblinger", + "urn:identifier:D.15 579 Verlag Doblinger", + "urn:identifier:NNSZ00100570", + "urn:identifier:(WaOLN)nyp0200042" ], "numCheckinCardItems": [ 0 @@ -11509,12 +11350,6 @@ "Capriccio : für 10 Blasinstrumente / Iván Eröd." ], "uri": "b10000043", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Wien" ], @@ -11551,24 +11386,14 @@ }, "_score": null, "_source": { - "uri": "i10000010", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -11579,6 +11404,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -11588,8 +11416,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMC 83-9" + "idBarcode": [ + "33433004744128" + ], + "identifier": [ + "urn:shelfmark:JMC 83-9", + "urn:barcode:33433004744128" ], "identifierV2": [ { @@ -11597,41 +11429,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433004744128" + "value": "33433004744128", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMC 83-9" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433004744128" - ], - "idBarcode": [ - "33433004744128" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMC 83-9" + ], + "shelfMark_sort": "aJMC 83-000009", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMC 83-000009" + "uri": "i10000010" }, "sort": [ null @@ -11968,24 +11804,24 @@ "createdYear": [ 1979 ], - "type": [ - "nypl:Item" - ], "title": [ "Thoughts & feelings : for violin solo" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 82-688" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Stutschewsky, Joachim, 1891-1982." - ], "createdString": [ "1979" ], + "creatorLiteral": [ + "Stutschewsky, Joachim, 1891-1982." + ], "idLccn": [ "80770813" ], @@ -11995,6 +11831,9 @@ "dateStartYear": [ 1979 ], + "idOclc": [ + "NYPG001000021-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -12004,14 +11843,14 @@ "type": "nypl:Bnumber", "value": "10000045" }, - { - "type": "bf:Lccn", - "value": "80770813" - }, { "type": "nypl:Oclc", "value": "NYPG001000021-C" }, + { + "type": "bf:Lccn", + "value": "80770813" + }, { "type": "bf:Identifier", "value": "NNSZ00100571" @@ -12021,19 +11860,17 @@ "value": "(WaOLN)nyp0200044" } ], - "idOclc": [ - "NYPG001000021-C" - ], - "updatedAt": 1689717163363, + "updatedAt": 1711551616246, "publicationStatement": [ "Tel-Aviv : Sole selling agents, Or-Tav, c1979." ], "identifier": [ + "urn:shelfmark:JMG 82-688", "urn:bnum:10000045", - "urn:lccn:80770813", "urn:oclc:NYPG001000021-C", - "urn:undefined:NNSZ00100571", - "urn:undefined:(WaOLN)nyp0200044" + "urn:lccn:80770813", + "urn:identifier:NNSZ00100571", + "urn:identifier:(WaOLN)nyp0200044" ], "numCheckinCardItems": [ 0 @@ -12069,12 +11906,6 @@ "lccClassification": [ "M42 .S" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tel-Aviv" ], @@ -12111,24 +11942,14 @@ }, "_score": null, "_source": { - "uri": "i10942043", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -12139,6 +11960,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -12148,8 +11972,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 82-688" + "idBarcode": [ + "33433032707568" + ], + "identifier": [ + "urn:shelfmark:JMG 82-688", + "urn:barcode:33433032707568" ], "identifierV2": [ { @@ -12157,41 +11985,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032707568" + "value": "33433032707568", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 82-688" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032707568" - ], - "idBarcode": [ - "33433032707568" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 82-688" + ], + "shelfMark_sort": "aJMG 82-000688", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 82-000688" + "uri": "i10942043" }, "sort": [ null @@ -12236,8 +12068,9 @@ "Tripiṭaka.", "Tripiṭaka. -- Commentaries", "Sa-skya-pa lamas", - "Sa-skya-pa lamas -- Tibet", - "Sa-skya-pa lamas -- Tibet -- Biography" + "Sa-skya-pa lamas -- China", + "Sa-skya-pa lamas -- China -- Tibet", + "Sa-skya-pa lamas -- China -- Tibet -- Biography" ], "numItemDatesParsed": [ 0 @@ -12257,24 +12090,24 @@ "createdYear": [ 1976 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Tshe-dbaṅ-rdo-rje-rig-ʼdzin, Prince of Sde-dge." - ], "createdString": [ "1976" ], + "creatorLiteral": [ + "Tshe-dbaṅ-rdo-rje-rig-ʼdzin, Prince of Sde-dge." + ], "idLccn": [ "77900893" ], @@ -12287,6 +12120,9 @@ "dateStartYear": [ 1976 ], + "idOclc": [ + "NYPG001000022-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -12296,14 +12132,14 @@ "type": "nypl:Bnumber", "value": "10000046" }, - { - "type": "bf:Lccn", - "value": "77900893" - }, { "type": "nypl:Oclc", "value": "NYPG001000022-B" }, + { + "type": "bf:Lccn", + "value": "77900893" + }, { "type": "bf:Identifier", "value": "NNSZ00100022" @@ -12313,19 +12149,17 @@ "value": "(WaOLN)nyp0200045" } ], - "idOclc": [ - "NYPG001000022-B" - ], - "updatedAt": 1674870752089, + "updatedAt": 1711147554676, "publicationStatement": [ "New Delhi : Trayang and Jamyang Samten, 1976." ], "identifier": [ + "urn:shelfmark:*OZ+ 82-2362", "urn:bnum:10000046", - "urn:lccn:77900893", "urn:oclc:NYPG001000022-B", - "urn:undefined:NNSZ00100022", - "urn:undefined:(WaOLN)nyp0200045" + "urn:lccn:77900893", + "urn:identifier:NNSZ00100022", + "urn:identifier:(WaOLN)nyp0200045" ], "numCheckinCardItems": [ 0 @@ -12354,7 +12188,7 @@ "subjectLiteral": [ "Ngor-chen Kun-dgaʼ-bzang-po, 1382-1456.", "Tripiṭaka. -- Commentaries.", - "Sa-skya-pa lamas -- Tibet -- Biography." + "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." @@ -12363,26 +12197,20 @@ "lccClassification": [ "BG974.0727 T75" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "New Delhi" ], - "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." - ], "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." ] @@ -12410,24 +12238,14 @@ }, "_score": null, "_source": { - "uri": "i10000012", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -12438,6 +12256,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -12447,8 +12268,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OZ+ 82-2362" + "idBarcode": [ + "33433015080413" + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2362", + "urn:barcode:33433015080413" ], "identifierV2": [ { @@ -12456,41 +12281,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433015080413" + "value": "33433015080413", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OZ+ 82-2362" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433015080413" - ], - "idBarcode": [ - "33433015080413" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OZ+ 82-2362" + ], + "shelfMark_sort": "a*OZ+ 82-002362", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OZ+ 82-002362" + "uri": "i10000012" }, "sort": [ null @@ -12547,24 +12376,24 @@ "createdYear": [ 1979 ], - "type": [ - "nypl:Item" - ], "title": [ "Vocalise, op. 38, for soprano, clarinet, piano, violin, violoncello" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-79" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Routh, Francis." - ], "createdString": [ "1979" ], + "creatorLiteral": [ + "Routh, Francis." + ], "idLccn": [ "81770634" ], @@ -12574,6 +12403,9 @@ "dateStartYear": [ 1979 ], + "idOclc": [ + "NYPG001000022-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -12583,14 +12415,14 @@ "type": "nypl:Bnumber", "value": "10000047" }, - { - "type": "bf:Lccn", - "value": "81770634" - }, { "type": "nypl:Oclc", "value": "NYPG001000022-C" }, + { + "type": "bf:Lccn", + "value": "81770634" + }, { "type": "bf:Identifier", "value": "NNSZ00100572" @@ -12600,22 +12432,20 @@ "value": "(WaOLN)nyp0200046" } ], - "idOclc": [ - "NYPG001000022-C" - ], "uniformTitle": [ "Vocalise, soprano, instrumental ensemble, op. 38" ], - "updatedAt": 1689717163363, + "updatedAt": 1711329080401, "publicationStatement": [ "London, England (Arlington Park House, London W4) : Redcliffe Edition, c1979." ], "identifier": [ + "urn:shelfmark:JMG 83-79", "urn:bnum:10000047", - "urn:lccn:81770634", "urn:oclc:NYPG001000022-C", - "urn:undefined:NNSZ00100572", - "urn:undefined:(WaOLN)nyp0200046" + "urn:lccn:81770634", + "urn:identifier:NNSZ00100572", + "urn:identifier:(WaOLN)nyp0200046" ], "numCheckinCardItems": [ 0 @@ -12651,24 +12481,18 @@ "lccClassification": [ "M1613.3 .R8 op.38" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "London, England (Arlington Park House, London W4)" ], - "titleAlt": [ - "Vocalise, op. 38" - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Vocalise, op. 38" + ], "dimensions": [ "38 cm." ] @@ -12696,24 +12520,14 @@ }, "_score": null, "_source": { - "uri": "i10942044", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -12724,6 +12538,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -12733,8 +12550,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-79" + "idBarcode": [ + "33433032842233" + ], + "identifier": [ + "urn:shelfmark:JMG 83-79", + "urn:barcode:33433032842233" ], "identifierV2": [ { @@ -12742,41 +12563,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032842233" + "value": "33433032842233", + "type": "bf:Barcode" } ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-79" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032842233" - ], - "idBarcode": [ - "33433032842233" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-79" + ], + "shelfMark_sort": "aJMG 83-000079", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000079" + "uri": "i10942044" }, "sort": [ null @@ -12833,12 +12658,12 @@ "createdYear": [ 1976 ], - "type": [ - "nypl:Item" - ], "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" ], @@ -12857,6 +12682,9 @@ "dateStartYear": [ 1976 ], + "idOclc": [ + "NYPG001000023-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -12866,14 +12694,14 @@ "type": "nypl:Bnumber", "value": "10000048" }, - { - "type": "bf:Lccn", - "value": "76901012" - }, { "type": "nypl:Oclc", "value": "NYPG001000023-B" }, + { + "type": "bf:Lccn", + "value": "76901012" + }, { "type": "bf:Identifier", "value": "NNSZ00100023" @@ -12883,19 +12711,17 @@ "value": "(WaOLN)nyp0200047" } ], - "idOclc": [ - "NYPG001000023-B" - ], - "updatedAt": 1674870747963, + "updatedAt": 1711479031405, "publicationStatement": [ "Thimphu : Kunzang Topgey, 1976." ], "identifier": [ + "urn:shelfmark:*OZ+ 82-2382", "urn:bnum:10000048", - "urn:lccn:76901012", "urn:oclc:NYPG001000023-B", - "urn:undefined:NNSZ00100023", - "urn:undefined:(WaOLN)nyp0200047" + "urn:lccn:76901012", + "urn:identifier:NNSZ00100023", + "urn:identifier:(WaOLN)nyp0200047" ], "numCheckinCardItems": [ 0 @@ -12931,12 +12757,6 @@ "lccClassification": [ "BQ7695 .B55" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Thimphu" ], @@ -12973,24 +12793,14 @@ }, "_score": null, "_source": { - "uri": "i10000013", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -13001,6 +12811,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -13010,8 +12823,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OZ+ 82-2382" + "idBarcode": [ + "33433015080439" + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2382", + "urn:barcode:33433015080439" ], "identifierV2": [ { @@ -13019,41 +12836,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433015080439" + "value": "33433015080439", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OZ+ 82-2382" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433015080439" - ], - "idBarcode": [ - "33433015080439" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OZ+ 82-2382" + ], + "shelfMark_sort": "a*OZ+ 82-002382", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OZ+ 82-002382" + "uri": "i10000013" }, "sort": [ null @@ -13105,24 +12926,24 @@ "createdYear": [ 1976 ], - "type": [ - "nypl:Item" - ], "title": [ "Symphony, op. 26 : full score" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-80" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Routh, Francis." - ], "createdString": [ "1976" ], + "creatorLiteral": [ + "Routh, Francis." + ], "idLccn": [ "81770641" ], @@ -13132,6 +12953,9 @@ "dateStartYear": [ 1976 ], + "idOclc": [ + "NYPG001000023-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -13141,14 +12965,14 @@ "type": "nypl:Bnumber", "value": "10000049" }, - { - "type": "bf:Lccn", - "value": "81770641" - }, { "type": "nypl:Oclc", "value": "NYPG001000023-C" }, + { + "type": "bf:Lccn", + "value": "81770641" + }, { "type": "bf:Identifier", "value": "NNSZ00100573" @@ -13158,22 +12982,20 @@ "value": "(WaOLN)nyp0200048" } ], - "idOclc": [ - "NYPG001000023-C" - ], "uniformTitle": [ "Symphony, op. 26" ], - "updatedAt": 1689717163415, + "updatedAt": 1710995521453, "publicationStatement": [ "London (Arlington Park House, London W4 4HD) : Redcliffe Edition, c1976." ], "identifier": [ + "urn:shelfmark:JMG 83-80", "urn:bnum:10000049", - "urn:lccn:81770641", "urn:oclc:NYPG001000023-C", - "urn:undefined:NNSZ00100573", - "urn:undefined:(WaOLN)nyp0200048" + "urn:lccn:81770641", + "urn:identifier:NNSZ00100573", + "urn:identifier:(WaOLN)nyp0200048" ], "numCheckinCardItems": [ 0 @@ -13209,24 +13031,18 @@ "lccClassification": [ "M1001 .R8615 op.26" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "London (Arlington Park House, London W4 4HD)" ], - "titleAlt": [ - "Symphony, op. 26" - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Symphony, op. 26" + ], "dimensions": [ "33 cm." ] @@ -13254,24 +13070,14 @@ }, "_score": null, "_source": { - "uri": "i10942045", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -13282,6 +13088,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -13291,8 +13100,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-80" + "idBarcode": [ + "33433032842241" + ], + "identifier": [ + "urn:shelfmark:JMG 83-80", + "urn:barcode:33433032842241" ], "identifierV2": [ { @@ -13300,41 +13113,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032842241" + "value": "33433032842241", + "type": "bf:Barcode" } ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-80" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032842241" - ], - "idBarcode": [ - "33433032842241" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-80" + ], + "shelfMark_sort": "aJMG 83-000080", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000080" + "uri": "i10942045" }, "sort": [ null @@ -13372,8 +13189,9 @@ "subjectLiteral_exploded": [ "ʼBaʼ-ra-ba Rgyal-mtshan-dpal-bzaṅ, 1310?-1391?", "Bkaʼ-brgyud-pa lamas", - "Bkaʼ-brgyud-pa lamas -- Tibet", - "Bkaʼ-brgyud-pa lamas -- Tibet -- Biography", + "Bkaʼ-brgyud-pa lamas -- China", + "Bkaʼ-brgyud-pa lamas -- China -- Tibet", + "Bkaʼ-brgyud-pa lamas -- China -- Tibet -- Biography", "Spiritual life", "Spiritual life -- Buddhism" ], @@ -13395,24 +13213,24 @@ "createdYear": [ 1976 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "ʼBaʼ-ra-ba Rgyal-mtshan-dpal-bzaṅ, 1310?-1391?" - ], "createdString": [ "1976" ], + "creatorLiteral": [ + "ʼBaʼ-ra-ba Rgyal-mtshan-dpal-bzaṅ, 1310?-1391?" + ], "idLccn": [ "76901747" ], @@ -13422,6 +13240,9 @@ "dateStartYear": [ 1976 ], + "idOclc": [ + "NYPG001000024-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -13431,14 +13252,14 @@ "type": "nypl:Bnumber", "value": "10000050" }, - { - "type": "bf:Lccn", - "value": "76901747" - }, { "type": "nypl:Oclc", "value": "NYPG001000024-B" }, + { + "type": "bf:Lccn", + "value": "76901747" + }, { "type": "bf:Identifier", "value": "NNSZ00100024" @@ -13448,19 +13269,17 @@ "value": "(WaOLN)nyp0200049" } ], - "idOclc": [ - "NYPG001000024-B" - ], - "updatedAt": 1674870747963, + "updatedAt": 1711329080401, "publicationStatement": [ "New Delhi : Urgyan Dorje, 1976." ], "identifier": [ + "urn:shelfmark:*OZ+ 82-2381", "urn:bnum:10000050", - "urn:lccn:76901747", "urn:oclc:NYPG001000024-B", - "urn:undefined:NNSZ00100024", - "urn:undefined:(WaOLN)nyp0200049" + "urn:lccn:76901747", + "urn:identifier:NNSZ00100024", + "urn:identifier:(WaOLN)nyp0200049" ], "numCheckinCardItems": [ 0 @@ -13488,7 +13307,7 @@ ], "subjectLiteral": [ "ʼBaʼ-ra-ba Rgyal-mtshan-dpal-bzaṅ, 1310?-1391?", - "Bkaʼ-brgyud-pa lamas -- Tibet -- Biography.", + "Bkaʼ-brgyud-pa lamas -- China -- Tibet -- Biography.", "Spiritual life -- Buddhism." ], "titleDisplay": [ @@ -13498,12 +13317,6 @@ "lccClassification": [ "BQ942.A187 A35 1976" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "New Delhi" ], @@ -13543,24 +13356,14 @@ }, "_score": null, "_source": { - "uri": "i10000014", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -13571,6 +13374,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -13580,8 +13386,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OZ+ 82-2381" + "idBarcode": [ + "33433015080421" + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2381", + "urn:barcode:33433015080421" ], "identifierV2": [ { @@ -13589,41 +13399,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433015080421" + "value": "33433015080421", + "type": "bf:Barcode" } ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OZ+ 82-2381" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433015080421" - ], - "idBarcode": [ - "33433015080421" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OZ+ 82-2381" + ], + "shelfMark_sort": "a*OZ+ 82-002381", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OZ+ 82-002381" + "uri": "i10000014" }, "sort": [ null @@ -13675,36 +13489,39 @@ "createdYear": [ 1977 ], - "type": [ - "nypl:Item" - ], "title": [ "2 symfoni : Den forsvundne : baseret på musikken til filmen \"Den forsvundne fuldmægtig\" op. 69c, 1972" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-75" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Christiansen, Henning." - ], "createdString": [ "1977" ], + "creatorLiteral": [ + "Christiansen, Henning." + ], "idLccn": [ "78770955" ], - "seriesStatement": [ - "[Publikation] - Samfundet til udgivelse af dansk musik : 3. serie, nr. 264" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "[Publikation] - Samfundet til udgivelse af dansk musik : 3. serie, nr. 264" + ], "dateStartYear": [ 1977 ], + "idOclc": [ + "NYPG001000024-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -13714,14 +13531,14 @@ "type": "nypl:Bnumber", "value": "10000051" }, - { - "type": "bf:Lccn", - "value": "78770955" - }, { "type": "nypl:Oclc", "value": "NYPG001000024-C" }, + { + "type": "bf:Lccn", + "value": "78770955" + }, { "type": "bf:Identifier", "value": "NNSZ00100574" @@ -13731,23 +13548,21 @@ "value": "(WaOLN)nyp0200050" } ], - "idOclc": [ - "NYPG001000024-C" - ], "uniformTitle": [ "Symphony, no. 2, op. 69c", "Samfundet til udgivelse af dansk musik (Series) ; 3. ser., nr. 264." ], - "updatedAt": 1689717163974, + "updatedAt": 1710995521453, "publicationStatement": [ "København : Samfundet til udgivelse af dansk musik, 1977." ], "identifier": [ + "urn:shelfmark:JMG 83-75", "urn:bnum:10000051", - "urn:lccn:78770955", "urn:oclc:NYPG001000024-C", - "urn:undefined:NNSZ00100574", - "urn:undefined:(WaOLN)nyp0200050" + "urn:lccn:78770955", + "urn:identifier:NNSZ00100574", + "urn:identifier:(WaOLN)nyp0200050" ], "numCheckinCardItems": [ 0 @@ -13783,25 +13598,19 @@ "lccClassification": [ "M1001 .C533 op.69c" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "København" ], - "titleAlt": [ - "Symphony, no. 2, op. 69c", - "Den forsvundne." - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Symphony, no. 2, op. 69c", + "Den forsvundne." + ], "dimensions": [ "37 cm." ] @@ -13829,24 +13638,14 @@ }, "_score": null, "_source": { - "uri": "i10942046", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -13857,6 +13656,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -13866,8 +13668,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-75" + "idBarcode": [ + "33433032842191" + ], + "identifier": [ + "urn:shelfmark:JMG 83-75", + "urn:barcode:33433032842191" ], "identifierV2": [ { @@ -13875,41 +13681,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032842191" + "value": "33433032842191", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-75" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032842191" - ], - "idBarcode": [ - "33433032842191" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-75" + ], + "shelfMark_sort": "aJMG 83-000075", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000075" + "uri": "i10942046" }, "sort": [ null @@ -13923,50 +13733,5 @@ ] } }, - "statusCode": 200, - "headers": { - "date": "Mon, 11 Mar 2024 15:37:09 GMT", - "content-type": "application/json; charset=UTF-8", - "content-length": "170287", - "connection": "keep-alive", - "access-control-allow-origin": "*" - }, - "meta": { - "context": null, - "request": { - "params": { - "method": "POST", - "path": "/resources-2018-04-09/_search", - "body": "{\"from\":0,\"size\":50,\"sort\":[\"uri\"],\"_source\":{\"excludes\":[\"uris\",\"*_packed\",\"*_sort\",\"items.*_packed\",\"contentsTitle\",\"items\"]},\"query\":{\"bool\":{\"filter\":[{\"bool\":{\"should\":[{\"nested\":{\"path\":\"items\",\"query\":{\"bool\":{\"must_not\":[{\"exists\":{\"field\":\"items.electronicLocator\"}}]}},\"inner_hits\":{\"sort\":[{\"items.enumerationChronology_sort\":\"desc\"}],\"size\":\"100\",\"from\":0,\"name\":\"items\"}}},{\"nested\":{\"path\":\"items\",\"query\":{\"exists\":{\"field\":\"items.electronicLocator\"}},\"inner_hits\":{\"name\":\"electronicResources\"}}},{\"match_all\":{}}]}}]}}}", - "querystring": "", - "headers": { - "user-agent": "elasticsearch-js/7.12.0 (darwin 21.6.0-x64; Node.js v18.12.1)", - "x-elastic-client-meta": "es=7.12.0,js=18.12.1,t=7.12.0,hc=18.12.1", - "content-type": "application/json", - "content-length": "536" - }, - "timeout": 30000 - }, - "options": {}, - "id": 56 - }, - "name": "elasticsearch-js", - "connection": { - "url": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "id": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "headers": {}, - "deadCount": 0, - "resurrectTimeout": 0, - "_openRequests": 0, - "status": "alive", - "roles": { - "master": true, - "data": true, - "ingest": true, - "ml": false - } - }, - "attempts": 0, - "aborted": false - } + "statusCode": 200 } \ No newline at end of file diff --git a/test/fixtures/query-74aaa61ebf97366fbad1553c74794c4c.json b/test/fixtures/query-343eb0667cbbe7b99ffb59786ca2cdc1.json similarity index 94% rename from test/fixtures/query-74aaa61ebf97366fbad1553c74794c4c.json rename to test/fixtures/query-343eb0667cbbe7b99ffb59786ca2cdc1.json index bf2f76f3..063a0b28 100644 --- a/test/fixtures/query-74aaa61ebf97366fbad1553c74794c4c.json +++ b/test/fixtures/query-343eb0667cbbe7b99ffb59786ca2cdc1.json @@ -1,6 +1,6 @@ { "body": { - "took": 1929, + "took": 2132, "timed_out": false, "_shards": { "total": 3, @@ -8,7 +8,7 @@ "failed": 0 }, "hits": { - "total": 19083597, + "total": 18786025, "max_score": null, "hits": [ { @@ -58,12 +58,12 @@ "createdYear": [ 1985 ], - "type": [ - "nypl:Item" - ], "title": [ "Dante Alighieri 1985 : in memoriam Hermann Gmelin" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JFE 86-3252" ], @@ -76,12 +76,12 @@ "idLccn": [ "86124252" ], - "seriesStatement": [ - "Romanica et comparatistica ; Bd. 4" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Romanica et comparatistica ; Bd. 4" + ], "contributorLiteral": [ "Gmelin, Hermann, 1900-1958.", "Baum, Richard.", @@ -90,6 +90,9 @@ "dateStartYear": [ 1985 ], + "idOclc": [ + "NYPGNYPG-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -103,35 +106,33 @@ "type": "bf:Isbn", "value": "3923721544" }, - { - "type": "bf:Lccn", - "value": "86124252" - }, { "type": "nypl:Oclc", "value": "NYPGNYPG-B" }, + { + "type": "bf:Lccn", + "value": "86124252" + }, { "type": "bf:Identifier", "value": "(WaOLN)nyp0200001" } ], - "idOclc": [ - "NYPGNYPG-B" - ], - "updatedAt": 1687402640360, + "updatedAt": 1711606506102, "publicationStatement": [ "Tübingen : Stauffenburg, c1985." ], + "idIsbn": [ + "3923721544" + ], "identifier": [ + "urn:shelfmark:JFE 86-3252", "urn:bnum:10000002", "urn:isbn:3923721544", - "urn:lccn:86124252", "urn:oclc:NYPGNYPG-B", - "urn:undefined:(WaOLN)nyp0200001" - ], - "idIsbn": [ - "3923721544" + "urn:lccn:86124252", + "urn:identifier:(WaOLN)nyp0200001" ], "numCheckinCardItems": [ 0 @@ -168,29 +169,23 @@ "lccClassification": [ "PQ4390 .D274 1985" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tübingen" ], - "titleAlt": [ - "Dante Alighieri neunzehnhundertfünfundachtzig." - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], - "idIsbn_clean": [ - "3923721544" + "titleAlt": [ + "Dante Alighieri neunzehnhundertfünfundachtzig." ], "dimensions": [ "23 cm." + ], + "idIsbn_clean": [ + "3923721544" ] }, "sort": [ @@ -216,15 +211,14 @@ }, "_score": null, "_source": { - "uri": "i12858031", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:1", + "label": "Use in library" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -235,6 +229,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:mal92", @@ -244,8 +241,12 @@ "holdingLocation_packed": [ "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "shelfMark": [ - "JFE 86-3252" + "idBarcode": [ + "33433046113795" + ], + "identifier": [ + "urn:shelfmark:JFE 86-3252", + "urn:barcode:33433046113795" ], "identifierV2": [ { @@ -253,41 +254,36 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433046113795" + "value": "33433046113795", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "JFE 86-3252" - ], "m2CustomerCode": [ "XF" ], - "identifier": [ - "urn:barcode:33433046113795" - ], - "idBarcode": [ - "33433046113795" + "physicalLocation": [ + "JFE 86-3252" ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JFE 86-3252" + ], + "shelfMark_sort": "aJFE 86-003252", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aJFE 86-003252" + "uri": "i12858031" }, "sort": [ null @@ -332,24 +328,24 @@ "createdYear": [ 1989 ], - "type": [ - "nypl:Item" - ], "title": [ "Scottish islands" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JFF 89-526" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Waite, Charlie." - ], "createdString": [ "1989" ], + "creatorLiteral": [ + "Waite, Charlie." + ], "idLccn": [ "gb 89012970" ], @@ -362,6 +358,9 @@ "donor": [ "Gift of the Drue Heinz Book Fund for English Literature" ], + "idOclc": [ + "NYPGUKBPGP8917-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -373,37 +372,35 @@ }, { "type": "bf:Isbn", - "value": "0094675708 :" - }, - { - "type": "bf:Lccn", - "value": "gb 89012970" + "value": "0094675708" }, { "type": "nypl:Oclc", "value": "NYPGUKBPGP8917-B" }, + { + "type": "bf:Lccn", + "value": "gb 89012970" + }, { "type": "bf:Identifier", "value": "(WaOLN)nyp0200002" } ], - "idOclc": [ - "NYPGUKBPGP8917-B" - ], - "updatedAt": 1686707689781, + "updatedAt": 1711606506102, "publicationStatement": [ "London : Constable, 1989." ], + "idIsbn": [ + "0094675708" + ], "identifier": [ + "urn:shelfmark:JFF 89-526", "urn:bnum:10000003", - "urn:isbn:0094675708 :", - "urn:lccn:gb 89012970", + "urn:isbn:0094675708", "urn:oclc:NYPGUKBPGP8917-B", - "urn:undefined:(WaOLN)nyp0200002" - ], - "idIsbn": [ - "0094675708 " + "urn:lccn:gb 89012970", + "urn:identifier:(WaOLN)nyp0200002" ], "numCheckinCardItems": [ 0 @@ -436,12 +433,6 @@ "Scottish islands / Charlie Waite." ], "uri": "b10000003", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "London" ], @@ -451,11 +442,11 @@ "label": "monograph/item" } ], - "idIsbn_clean": [ - "0094675708" - ], "dimensions": [ "26 cm." + ], + "idIsbn_clean": [ + "0094675708" ] }, "sort": [ @@ -481,15 +472,14 @@ }, "_score": null, "_source": { - "uri": "i13783780", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:1", + "label": "Use in library" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -500,6 +490,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:mal92", @@ -509,8 +502,12 @@ "holdingLocation_packed": [ "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "shelfMark": [ - "JFF 89-526" + "idBarcode": [ + "33433050409147" + ], + "identifier": [ + "urn:shelfmark:JFF 89-526", + "urn:barcode:33433050409147" ], "identifierV2": [ { @@ -518,41 +515,36 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433050409147" + "value": "33433050409147", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "JFF 89-526" - ], "m2CustomerCode": [ "XA" ], - "identifier": [ - "urn:barcode:33433050409147" - ], - "idBarcode": [ - "33433050409147" + "physicalLocation": [ + "JFF 89-526" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "JFF 89-526" + ], + "shelfMark_sort": "aJFF 89-000526", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aJFF 89-000526" + "uri": "i13783780" }, "sort": [ null @@ -613,36 +605,39 @@ "createdYear": [ 1965 ], - "type": [ - "nypl:Item" - ], "title": [ "Mutaṟkuṟaḷ uvamai." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-1934" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Kothandapani Pillai, K., 1896-" - ], "createdString": [ "1965" ], + "creatorLiteral": [ + "Kothandapani Pillai, K., 1896-" + ], "idLccn": [ "74915265" ], - "seriesStatement": [ - "Kaḻaka veḷiyīṭu, 1247" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Kaḻaka veḷiyīṭu, 1247" + ], "dateStartYear": [ 1965 ], + "idOclc": [ + "NYPG001000001-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -652,14 +647,14 @@ "type": "nypl:Bnumber", "value": "10000004" }, - { - "type": "bf:Lccn", - "value": "74915265" - }, { "type": "nypl:Oclc", "value": "NYPG001000001-B" }, + { + "type": "bf:Lccn", + "value": "74915265" + }, { "type": "bf:Identifier", "value": "NNSZ00100001" @@ -669,19 +664,17 @@ "value": "(WaOLN)nyp0200003" } ], - "idOclc": [ - "NYPG001000001-B" - ], - "updatedAt": 1674870752089, + "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:lccn:74915265", "urn:oclc:NYPG001000001-B", - "urn:undefined:NNSZ00100001", - "urn:undefined:(WaOLN)nyp0200003" + "urn:lccn:74915265", + "urn:identifier:NNSZ00100001", + "urn:identifier:(WaOLN)nyp0200003" ], "numCheckinCardItems": [ 0 @@ -717,12 +710,6 @@ "lccClassification": [ "PL4758.9.T5 K6 1965" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tirunelvēli" ], @@ -759,24 +746,14 @@ }, "_score": null, "_source": { - "uri": "i13783781", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -787,6 +764,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -796,50 +776,58 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1934" - ], + "idBarcode": [ + "33433061301556" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1934", + "urn:barcode:33433061301556" + ], "identifierV2": [ { "value": "*OLB 84-1934", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301556" + "value": "33433061301556", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-1934" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301556" - ], - "idBarcode": [ - "33433061301556" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1934" + ], + "shelfMark_sort": "a*OLB 84-001934", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-001934" + "uri": "i13783781" }, "sort": [ null @@ -901,30 +889,33 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Kon︠t︡sert No 2 dl︠i︡a skripki s orkestrom" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMF 83-336" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Wieniawski, Henri, 1835-1880." - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Wieniawski, Henri, 1835-1880." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000001-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -951,22 +942,20 @@ "value": "(WaOLN)nyp0200004" } ], - "idOclc": [ - "NYPG001000001-C" - ], "uniformTitle": [ "Concertos, violin, orchestra, no. 2, op. 22, D minor; arranged" ], - "updatedAt": 1689717163415, + "updatedAt": 1710995521453, "publicationStatement": [ "Moskva : Muzyka, 1980." ], "identifier": [ + "urn:shelfmark:JMF 83-336", "urn:bnum:10000005", "urn:oclc:NYPG001000001-C", - "urn:undefined:11049. Muzyka", - "urn:undefined:NNSZ00100551", - "urn:undefined:(WaOLN)nyp0200004" + "urn:identifier:11049. Muzyka", + "urn:identifier:NNSZ00100551", + "urn:identifier:(WaOLN)nyp0200004" ], "numCheckinCardItems": [ 0 @@ -999,12 +988,6 @@ "Kon︠t︡sert No 2 dl︠i︡a skripki s orkestrom / G. Ven︠i︡avskiĭ ; klavir." ], "uri": "b10000005", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Moskva" ], @@ -1044,24 +1027,14 @@ }, "_score": null, "_source": { - "uri": "i10942022", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -1072,6 +1045,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -1081,8 +1057,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMF 83-336" + "idBarcode": [ + "33433032711909" + ], + "identifier": [ + "urn:shelfmark:JMF 83-336", + "urn:barcode:33433032711909" ], "identifierV2": [ { @@ -1090,41 +1070,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032711909" + "value": "33433032711909", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMF 83-336" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032711909" - ], - "idBarcode": [ - "33433032711909" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMF 83-336" + ], + "shelfMark_sort": "aJMF 83-000336", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMF 83-000336" + "uri": "i10942022" }, "sort": [ null @@ -1186,24 +1170,24 @@ "createdYear": [ 1968 ], - "type": [ - "nypl:Item" - ], "title": [ "Tajdīd al-tafkīr al-dīnī fī al-Islām" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OGC 84-1984" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Iqbal, Muhammad, Sir, 1877-1938." - ], "createdString": [ "1968" ], + "creatorLiteral": [ + "Iqbal, Muhammad, Sir, 1877-1938." + ], "idLccn": [ "75962707" ], @@ -1216,6 +1200,9 @@ "dateStartYear": [ 1968 ], + "idOclc": [ + "NYPG001000002-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -1225,14 +1212,14 @@ "type": "nypl:Bnumber", "value": "10000006" }, - { - "type": "bf:Lccn", - "value": "75962707" - }, { "type": "nypl:Oclc", "value": "NYPG001000002-B" }, + { + "type": "bf:Lccn", + "value": "75962707" + }, { "type": "bf:Identifier", "value": "NNSZ00100002" @@ -1242,19 +1229,17 @@ "value": "(WaOLN)nyp0200005" } ], - "idOclc": [ - "NYPG001000002-B" - ], - "updatedAt": 1674870747963, + "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:lccn:75962707", "urn:oclc:NYPG001000002-B", - "urn:undefined:NNSZ00100002", - "urn:undefined:(WaOLN)nyp0200005" + "urn:lccn:75962707", + "urn:identifier:NNSZ00100002", + "urn:identifier:(WaOLN)nyp0200005" ], "numCheckinCardItems": [ 0 @@ -1290,12 +1275,6 @@ "lccClassification": [ "BP161 .I712 1968" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "al-Qāhirah" ], @@ -1332,24 +1311,14 @@ }, "_score": null, "_source": { - "uri": "i12540039", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -1360,6 +1329,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -1369,8 +1341,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OGC 84-1984" + "idBarcode": [ + "33433022691665" + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1984", + "urn:barcode:33433022691665" ], "identifierV2": [ { @@ -1378,41 +1354,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433022691665" + "value": "33433022691665", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OGC 84-1984" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433022691665" - ], - "idBarcode": [ - "33433022691665" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OGC 84-1984" + ], + "shelfMark_sort": "a*OGC 84-001984", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OGC 84-001984" + "uri": "i12540039" }, "sort": [ null @@ -1470,30 +1450,33 @@ "createdYear": [ 1981 ], - "type": [ - "nypl:Item" - ], "title": [ "Due studi per chitarra" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-276" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Patachich, Iván." - ], "createdString": [ "1981" ], + "creatorLiteral": [ + "Patachich, Iván." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1981 ], + "idOclc": [ + "NYPG001000002-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -1520,22 +1503,20 @@ "value": "(WaOLN)nyp0200006" } ], - "idOclc": [ - "NYPG001000002-C" - ], "uniformTitle": [ "Studies, guitar" ], - "updatedAt": 1689717163363, + "updatedAt": 1711149115321, "publicationStatement": [ "Budapest : Editio Musica, c1981." ], "identifier": [ + "urn:shelfmark:JMG 83-276", "urn:bnum:10000007", "urn:oclc:NYPG001000002-C", - "urn:undefined:Z.8917. Editio Musica", - "urn:undefined:NNSZ00100552", - "urn:undefined:(WaOLN)nyp0200006" + "urn:identifier:Z.8917. Editio Musica", + "urn:identifier:NNSZ00100552", + "urn:identifier:(WaOLN)nyp0200006" ], "numCheckinCardItems": [ 0 @@ -1569,12 +1550,6 @@ "Due studi per chitarra / Patachich Iván." ], "uri": "b10000007", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Budapest" ], @@ -1614,26 +1589,16 @@ }, "_score": null, "_source": { - "uri": "i10942023", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "status_packed": [ - "status:a||Available" + "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" - } - ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" - ], - "catalogItemType": [ + "catalogItemType": [ { "id": "catalogItemType:7", "label": "printed music, non-circ" @@ -1642,6 +1607,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -1651,8 +1619,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-276" + "idBarcode": [ + "33433032883591" + ], + "identifier": [ + "urn:shelfmark:JMG 83-276", + "urn:barcode:33433032883591" ], "identifierV2": [ { @@ -1660,41 +1632,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032883591" + "value": "33433032883591", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-276" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032883591" - ], - "idBarcode": [ - "33433032883591" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-276" + ], + "shelfMark_sort": "aJMG 83-000276", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000276" + "uri": "i10942023" }, "sort": [ null @@ -1742,24 +1718,24 @@ "createdYear": [ 1969 ], - "type": [ - "nypl:Item" - ], "title": [ "Aṇṇāviṉ ciṟukataikaḷ." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-1986" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Annadurai, C. N., 1909-1969." - ], "createdString": [ "1969" ], + "creatorLiteral": [ + "Annadurai, C. N., 1909-1969." + ], "idLccn": [ "72913998" ], @@ -1769,6 +1745,9 @@ "dateStartYear": [ 1969 ], + "idOclc": [ + "NYPG001000003-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -1778,14 +1757,14 @@ "type": "nypl:Bnumber", "value": "10000008" }, - { - "type": "bf:Lccn", - "value": "72913998" - }, { "type": "nypl:Oclc", "value": "NYPG001000003-B" }, + { + "type": "bf:Lccn", + "value": "72913998" + }, { "type": "bf:Identifier", "value": "NNSZ00100003" @@ -1795,19 +1774,17 @@ "value": "(WaOLN)nyp0200007" } ], - "idOclc": [ - "NYPG001000003-B" - ], - "updatedAt": 1674870747855, + "updatedAt": 1711102509897, "publicationStatement": [ "Ceṉṉai, Parimaḷam Patippakam [1969]" ], "identifier": [ + "urn:shelfmark:*OLB 84-1986", "urn:bnum:10000008", - "urn:lccn:72913998", "urn:oclc:NYPG001000003-B", - "urn:undefined:NNSZ00100003", - "urn:undefined:(WaOLN)nyp0200007" + "urn:lccn:72913998", + "urn:identifier:NNSZ00100003", + "urn:identifier:(WaOLN)nyp0200007" ], "numCheckinCardItems": [ 0 @@ -1840,12 +1817,6 @@ "lccClassification": [ "PL4758.9.A5 A84" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ceṉṉai" ], @@ -1882,24 +1853,14 @@ }, "_score": null, "_source": { - "uri": "i13783782", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -1910,6 +1871,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -1919,8 +1883,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1986" + "idBarcode": [ + "33433061301689" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1986", + "urn:barcode:33433061301689" ], "identifierV2": [ { @@ -1928,41 +1896,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301689" + "value": "33433061301689", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-1986" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301689" - ], - "idBarcode": [ - "33433061301689" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1986" + ], + "shelfMark_sort": "a*OLB 84-001986", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-001986" + "uri": "i13783782" }, "sort": [ null @@ -2023,30 +1995,33 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Miniaturen II : 13 kleine Klavierstücke" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-278" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Golle, Jürgen, 1942-" - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Golle, Jürgen, 1942-" + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000003-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2077,23 +2052,21 @@ "value": "(WaOLN)nyp0200008" } ], - "idOclc": [ - "NYPG001000003-C" - ], "uniformTitle": [ "Miniaturen, no. 2" ], - "updatedAt": 1689717163363, + "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:undefined:Edition Peters Nr. 5489 Edition Peters", - "urn:undefined:E.P. 13028. Edition Peters", - "urn:undefined:NNSZ00100553", - "urn:undefined:(WaOLN)nyp0200008" + "urn:identifier:Edition Peters Nr. 5489 Edition Peters", + "urn:identifier:E.P. 13028. Edition Peters", + "urn:identifier:NNSZ00100553", + "urn:identifier:(WaOLN)nyp0200008" ], "numCheckinCardItems": [ 0 @@ -2126,12 +2099,6 @@ "Miniaturen II : 13 kleine Klavierstücke / Jürgen Golle." ], "uri": "b10000009", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Leipzig : New York" ], @@ -2171,24 +2138,14 @@ }, "_score": null, "_source": { - "uri": "i10942024", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -2199,6 +2156,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -2208,8 +2168,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-278" + "idBarcode": [ + "33433032883617" + ], + "identifier": [ + "urn:shelfmark:JMG 83-278", + "urn:barcode:33433032883617" ], "identifierV2": [ { @@ -2217,41 +2181,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032883617" + "value": "33433032883617", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-278" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032883617" - ], - "idBarcode": [ - "33433032883617" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-278" + ], + "shelfMark_sort": "aJMG 83-000278", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000278" + "uri": "i10942024" }, "sort": [ null @@ -2307,36 +2275,39 @@ "createdYear": [ 1969 ], - "type": [ - "nypl:Item" - ], "title": [ "Cēkkiḻār; Corṇammāḷ niṉaivuc coṟpoḻivukaḷ." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-1938" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Irācamāṇikkaṉār, Mā., 1907-1967." - ], "createdString": [ "1969" ], + "creatorLiteral": [ + "Irācamāṇikkaṉār, Mā., 1907-1967." + ], "idLccn": [ "72913466" ], - "seriesStatement": [ - "Corṇammāḷ corpoḻivu varicai, 6" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Corṇammāḷ corpoḻivu varicai, 6" + ], "dateStartYear": [ 1969 ], + "idOclc": [ + "NYPG001000004-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2346,36 +2317,34 @@ "type": "nypl:Bnumber", "value": "10000010" }, - { - "type": "bf:Lccn", - "value": "72913466" - }, { "type": "nypl:Oclc", "value": "NYPG001000004-B" }, { - "type": "bf:Identifier", - "value": "NNSZ00100004" + "type": "bf:Lccn", + "value": "72913466" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100004" }, { "type": "bf:Identifier", "value": "(WaOLN)nyp0200009" } ], - "idOclc": [ - "NYPG001000004-B" - ], - "updatedAt": 1674870747855, + "updatedAt": 1711284909373, "publicationStatement": [ "Aṇṇāmalainakar, Aṇṇāmalaip Palkalaikkaḻakam, 1969." ], "identifier": [ + "urn:shelfmark:*OLB 84-1938", "urn:bnum:10000010", - "urn:lccn:72913466", "urn:oclc:NYPG001000004-B", - "urn:undefined:NNSZ00100004", - "urn:undefined:(WaOLN)nyp0200009" + "urn:lccn:72913466", + "urn:identifier:NNSZ00100004", + "urn:identifier:(WaOLN)nyp0200009" ], "numCheckinCardItems": [ 0 @@ -2411,12 +2380,6 @@ "lccClassification": [ "PL4758.9.C385 Z8" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Aṇṇāmalainakar" ], @@ -2453,24 +2416,14 @@ }, "_score": null, "_source": { - "uri": "i13783783", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -2481,6 +2434,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -2490,8 +2446,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1938" + "idBarcode": [ + "33433061301598" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1938", + "urn:barcode:33433061301598" ], "identifierV2": [ { @@ -2499,41 +2459,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301598" + "value": "33433061301598", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-1938" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301598" - ], - "idBarcode": [ - "33433061301598" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1938" + ], + "shelfMark_sort": "a*OLB 84-001938", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-001938" + "uri": "i13783783" }, "sort": [ null @@ -2576,36 +2540,39 @@ "numItemsTotal": [ 1 ], - "dateEndString": [ - "1982" - ], "createdYear": [ 1976 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1982" ], "title": [ "Passie en pasen : suite voor orgel, opus 50" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-279" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Berg, Jan J. van den." - ], "createdString": [ "1976" ], + "creatorLiteral": [ + "Berg, Jan J. van den." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1976 ], + "idOclc": [ + "NYPG001000004-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2624,20 +2591,18 @@ "value": "(WaOLN)nyp0200010" } ], - "idOclc": [ - "NYPG001000004-C" - ], "dateEndYear": [ 1982 ], - "updatedAt": 1689717163363, + "updatedAt": 1710978413661, "publicationStatement": [ "Sneek [Netherlands] : Boeijenga, [between 1976 and 1982]." ], "identifier": [ + "urn:shelfmark:JMG 83-279", "urn:bnum:10000011", "urn:oclc:NYPG001000004-C", - "urn:undefined:(WaOLN)nyp0200010" + "urn:identifier:(WaOLN)nyp0200010" ], "numCheckinCardItems": [ 0 @@ -2672,12 +2637,6 @@ "Passie en pasen : suite voor orgel, opus 50 / door Jan J. van den Berg." ], "uri": "b10000011", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Sneek [Netherlands]" ], @@ -2717,24 +2676,14 @@ }, "_score": null, "_source": { - "uri": "i10942025", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -2745,6 +2694,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -2754,8 +2706,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-279" + "idBarcode": [ + "33433032883625" + ], + "identifier": [ + "urn:shelfmark:JMG 83-279", + "urn:barcode:33433032883625" ], "identifierV2": [ { @@ -2763,41 +2719,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032883625" + "value": "33433032883625", + "type": "bf:Barcode" } ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-279" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032883625" - ], - "idBarcode": [ - "33433032883625" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-279" + ], + "shelfMark_sort": "aJMG 83-000279", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000279" + "uri": "i10942025" }, "sort": [ null @@ -2853,30 +2813,33 @@ "createdYear": [ 1970 ], - "type": [ - "nypl:Item" - ], "title": [ "al-Ḥuṭayʼah : fī sīratihi wa-nafsīyatihi wa-shiʻrihi" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFS 84-1997" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Ḥāwī, Īlīyā Salīm." - ], "createdString": [ "1970" ], + "creatorLiteral": [ + "Ḥāwī, Īlīyā Salīm." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1970 ], + "idOclc": [ + "NYPG001000005-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2899,18 +2862,16 @@ "value": "(WaOLN)nyp0200011" } ], - "idOclc": [ - "NYPG001000005-B" - ], - "updatedAt": 1674870752089, + "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:undefined:NNSZ00100005", - "urn:undefined:(WaOLN)nyp0200011" + "urn:identifier:NNSZ00100005", + "urn:identifier:(WaOLN)nyp0200011" ], "numCheckinCardItems": [ 0 @@ -2943,12 +2904,6 @@ "al-Ḥuṭayʼah : fī sīratihi wa-nafsīyatihi wa-shiʻrihi / bi-qalam Īlīyā Ḥāwī." ], "uri": "b10000012", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Bayrūt" ], @@ -2985,24 +2940,14 @@ }, "_score": null, "_source": { - "uri": "i10000003", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -3013,6 +2958,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -3022,8 +2970,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFS 84-1997" + "idBarcode": [ + "33433014514719" + ], + "identifier": [ + "urn:shelfmark:*OFS 84-1997", + "urn:barcode:33433014514719" ], "identifierV2": [ { @@ -3031,41 +2983,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433014514719" + "value": "33433014514719", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFS 84-1997" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433014514719" - ], - "idBarcode": [ - "33433014514719" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFS 84-1997" + ], + "shelfMark_sort": "a*OFS 84-001997", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFS 84-001997" + "uri": "i10000003" }, "sort": [ null @@ -3122,12 +3078,12 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Disko Treff 1 : Klavier." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMF 83-366" ], @@ -3143,6 +3099,9 @@ "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000005-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3165,18 +3124,16 @@ "value": "(WaOLN)nyp0200012" } ], - "idOclc": [ - "NYPG001000005-C" - ], - "updatedAt": 1689717163415, + "updatedAt": 1710995521453, "publicationStatement": [ "Leipzig : Harth Musik Verlag, c1980." ], "identifier": [ + "urn:shelfmark:JMF 83-366", "urn:bnum:10000013", "urn:oclc:NYPG001000005-C", - "urn:undefined:NNSZ00100555", - "urn:undefined:(WaOLN)nyp0200012" + "urn:identifier:NNSZ00100555", + "urn:identifier:(WaOLN)nyp0200012" ], "numCheckinCardItems": [ 0 @@ -3209,12 +3166,6 @@ "Disko Treff 1 : Klavier." ], "uri": "b10000013", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Leipzig" ], @@ -3254,24 +3205,14 @@ }, "_score": null, "_source": { - "uri": "i10942026", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -3282,6 +3223,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -3291,8 +3235,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMF 83-366" + "idBarcode": [ + "33433032712204" + ], + "identifier": [ + "urn:shelfmark:JMF 83-366", + "urn:barcode:33433032712204" ], "identifierV2": [ { @@ -3300,41 +3248,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032712204" + "value": "33433032712204", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMF 83-366" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032712204" - ], - "idBarcode": [ - "33433032712204" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMF 83-366" + ], + "shelfMark_sort": "aJMF 83-000366", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMF 83-000366" + "uri": "i10942026" }, "sort": [ null @@ -3392,12 +3344,12 @@ "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "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" ], @@ -3416,6 +3368,9 @@ "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG001000006-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3438,18 +3393,16 @@ "value": "(WaOLN)nyp0200013" } ], - "idOclc": [ - "NYPG001000006-B" - ], - "updatedAt": 1674870752089, + "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:undefined:NNSZ00100006", - "urn:undefined:(WaOLN)nyp0200013" + "urn:identifier:NNSZ00100006", + "urn:identifier:(WaOLN)nyp0200013" ], "numCheckinCardItems": [ 0 @@ -3483,12 +3436,6 @@ "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", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Bayrūt" ], @@ -3528,24 +3475,14 @@ }, "_score": null, "_source": { - "uri": "i12540040", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -3556,6 +3493,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -3565,8 +3505,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OGC 84-1996" + "idBarcode": [ + "33433022691780" + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1996", + "urn:barcode:33433022691780" ], "identifierV2": [ { @@ -3574,41 +3518,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433022691780" + "value": "33433022691780", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OGC 84-1996" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433022691780" - ], - "idBarcode": [ - "33433022691780" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OGC 84-1996" + ], + "shelfMark_sort": "a*OGC 84-001996", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OGC 84-001996" + "uri": "i12540040" }, "sort": [ null @@ -3674,30 +3622,33 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Suite no. 1 : 1977" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JNG 83-102" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Hampton, Calvin." - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Hampton, Calvin." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000006-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3724,22 +3675,20 @@ "value": "(WaOLN)nyp0200014" } ], - "idOclc": [ - "NYPG001000006-C" - ], "uniformTitle": [ "Suite, organ, no. 1" ], - "updatedAt": 1689717163363, + "updatedAt": 1711491730703, "publicationStatement": [ "Melville, NY : Belwin-Mills, [1980?]" ], "identifier": [ + "urn:shelfmark:JNG 83-102", "urn:bnum:10000015", "urn:oclc:NYPG001000006-C", - "urn:undefined:DM 220. Belwin-Mills", - "urn:undefined:NNSZ00100556", - "urn:undefined:(WaOLN)nyp0200014" + "urn:identifier:DM 220. Belwin-Mills", + "urn:identifier:NNSZ00100556", + "urn:identifier:(WaOLN)nyp0200014" ], "numCheckinCardItems": [ 0 @@ -3772,12 +3721,6 @@ "Suite no. 1 : 1977 / Calvin Hampton." ], "uri": "b10000015", - "numItems": [ - 0 - ], - "numAvailable": [ - 0 - ], "placeOfPublication": [ "Melville, NY" ], @@ -3857,24 +3800,24 @@ "createdYear": [ 1967 ], - "type": [ - "nypl:Item" - ], "title": [ "Nalla Kuṟuntokaiyil nāṉilam." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-1937" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Cellappaṉ, Cilampoli, 1929-" - ], "createdString": [ "1967" ], + "creatorLiteral": [ + "Cellappaṉ, Cilampoli, 1929-" + ], "idLccn": [ "74913402" ], @@ -3884,6 +3827,9 @@ "dateStartYear": [ 1967 ], + "idOclc": [ + "NYPG001000007-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3893,14 +3839,14 @@ "type": "nypl:Bnumber", "value": "10000016" }, - { - "type": "bf:Lccn", - "value": "74913402" - }, { "type": "nypl:Oclc", "value": "NYPG001000007-B" }, + { + "type": "bf:Lccn", + "value": "74913402" + }, { "type": "bf:Identifier", "value": "NNSZ00100007" @@ -3910,19 +3856,17 @@ "value": "(WaOLN)nyp0200015" } ], - "idOclc": [ - "NYPG001000007-B" - ], - "updatedAt": 1674870752089, + "updatedAt": 1711185167994, "publicationStatement": [ "Ceṉṉai, Manṅkaḷa Nūlakam, 1959 [i.e. 1967]" ], "identifier": [ + "urn:shelfmark:*OLB 84-1937", "urn:bnum:10000016", - "urn:lccn:74913402", "urn:oclc:NYPG001000007-B", - "urn:undefined:NNSZ00100007", - "urn:undefined:(WaOLN)nyp0200015" + "urn:lccn:74913402", + "urn:identifier:NNSZ00100007", + "urn:identifier:(WaOLN)nyp0200015" ], "numCheckinCardItems": [ 0 @@ -3958,12 +3902,6 @@ "lccClassification": [ "PL4758.9.K794 Z6 1967" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ceṉṉai" ], @@ -4000,24 +3938,14 @@ }, "_score": null, "_source": { - "uri": "i13783785", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -4028,6 +3956,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -4037,8 +3968,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1937" + "idBarcode": [ + "33433061301580" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1937", + "urn:barcode:33433061301580" ], "identifierV2": [ { @@ -4046,41 +3981,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301580" + "value": "33433061301580", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-1937" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301580" - ], - "idBarcode": [ - "33433061301580" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1937" + ], + "shelfMark_sort": "a*OLB 84-001937", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-001937" + "uri": "i13783785" }, "sort": [ null @@ -4143,24 +4082,24 @@ "createdYear": [ 1981 ], - "type": [ - "nypl:Item" - ], "title": [ "Lettre du Mexique : pour baryton et piano, 1942" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-395" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Escher, Rudolf." - ], "createdString": [ "1981" ], + "creatorLiteral": [ + "Escher, Rudolf." + ], "numElectronicResources": [ 0 ], @@ -4170,6 +4109,9 @@ "dateStartYear": [ 1981 ], + "idOclc": [ + "NYPG001000007-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -4192,18 +4134,16 @@ "value": "(WaOLN)nyp0200016" } ], - "idOclc": [ - "NYPG001000007-C" - ], - "updatedAt": 1689717163974, + "updatedAt": 1710995521453, "publicationStatement": [ "Amsterdam : Donemus, c1981." ], "identifier": [ + "urn:shelfmark:JMG 83-395", "urn:bnum:10000017", "urn:oclc:NYPG001000007-C", - "urn:undefined:NNSZ00100557", - "urn:undefined:(WaOLN)nyp0200016" + "urn:identifier:NNSZ00100557", + "urn:identifier:(WaOLN)nyp0200016" ], "numCheckinCardItems": [ 0 @@ -4237,12 +4177,6 @@ "Lettre du Mexique : pour baryton et piano, 1942 / Rudolf Escher ; poème de Tristan Corbière." ], "uri": "b10000017", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Amsterdam" ], @@ -4279,24 +4213,14 @@ }, "_score": null, "_source": { - "uri": "i10942027", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -4307,6 +4231,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -4316,8 +4243,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-395" + "idBarcode": [ + "33433032735007" + ], + "identifier": [ + "urn:shelfmark:JMG 83-395", + "urn:barcode:33433032735007" ], "identifierV2": [ { @@ -4325,41 +4256,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032735007" + "value": "33433032735007", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-395" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032735007" - ], - "idBarcode": [ - "33433032735007" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-395" + ], + "shelfMark_sort": "aJMG 83-000395", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000395" + "uri": "i10942027" }, "sort": [ null @@ -4416,24 +4351,24 @@ "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "title": [ "al-Marʼah al-Lubnānīyah : wāqiʻuhā wa-qaḍāyāhā" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFX 84-1995" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Bashshūr, Najlāʼ Naṣīr." - ], "createdString": [ "1975" ], + "creatorLiteral": [ + "Bashshūr, Najlāʼ Naṣīr." + ], "idLccn": [ "78970449" ], @@ -4443,6 +4378,9 @@ "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG001000008-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -4452,14 +4390,14 @@ "type": "nypl:Bnumber", "value": "10000018" }, - { - "type": "bf:Lccn", - "value": "78970449" - }, { "type": "nypl:Oclc", "value": "NYPG001000008-B" }, + { + "type": "bf:Lccn", + "value": "78970449" + }, { "type": "bf:Identifier", "value": "NNSZ00100008" @@ -4469,19 +4407,17 @@ "value": "(WaOLN)nyp0200017" } ], - "idOclc": [ - "NYPG001000008-B" - ], - "updatedAt": 1674870747855, + "updatedAt": 1711582848276, "publicationStatement": [ "Bayrūt : Dār al-Ṭalīʻah, 1975." ], "identifier": [ + "urn:shelfmark:*OFX 84-1995", "urn:bnum:10000018", - "urn:lccn:78970449", "urn:oclc:NYPG001000008-B", - "urn:undefined:NNSZ00100008", - "urn:undefined:(WaOLN)nyp0200017" + "urn:lccn:78970449", + "urn:identifier:NNSZ00100008", + "urn:identifier:(WaOLN)nyp0200017" ], "numCheckinCardItems": [ 0 @@ -4517,12 +4453,6 @@ "lccClassification": [ "HQ1728 .B37" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Bayrūt" ], @@ -4559,24 +4489,14 @@ }, "_score": null, "_source": { - "uri": "i10000004", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -4587,6 +4507,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -4596,8 +4519,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFX 84-1995" + "idBarcode": [ + "33433002031718" + ], + "identifier": [ + "urn:shelfmark:*OFX 84-1995", + "urn:barcode:33433002031718" ], "identifierV2": [ { @@ -4605,41 +4532,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433002031718" + "value": "33433002031718", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFX 84-1995" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433002031718" - ], - "idBarcode": [ - "33433002031718" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFX 84-1995" + ], + "shelfMark_sort": "a*OFX 84-001995", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFX 84-001995" + "uri": "i10000004" }, "sort": [ null @@ -4695,30 +4626,33 @@ "createdYear": [ 1979 ], - "type": [ - "nypl:Item" - ], "title": [ "Zwölf Walzer und ein Epilog : für Klavier" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-111" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Benary, Peter." - ], "createdString": [ "1979" ], + "creatorLiteral": [ + "Benary, Peter." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1979 ], + "idOclc": [ + "NYPG001000008-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -4745,22 +4679,20 @@ "value": "(WaOLN)nyp0200018" } ], - "idOclc": [ - "NYPG001000008-C" - ], "uniformTitle": [ "Walzer und ein Epilog" ], - "updatedAt": 1689717163974, + "updatedAt": 1710995521453, "publicationStatement": [ "Wolfenbüttel : Möseler, c1979." ], "identifier": [ + "urn:shelfmark:JMG 83-111", "urn:bnum:10000019", "urn:oclc:NYPG001000008-C", - "urn:undefined:Möseler M 18.487.", - "urn:undefined:NNSZ00100558", - "urn:undefined:(WaOLN)nyp0200018" + "urn:identifier:Möseler M 18.487.", + "urn:identifier:NNSZ00100558", + "urn:identifier:(WaOLN)nyp0200018" ], "numCheckinCardItems": [ 0 @@ -4793,12 +4725,6 @@ "Zwölf Walzer und ein Epilog : für Klavier / Peter Benary." ], "uri": "b10000019", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Wolfenbüttel" ], @@ -4839,24 +4765,14 @@ }, "_score": null, "_source": { - "uri": "i10942028", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -4867,6 +4783,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -4876,8 +4795,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-111" + "idBarcode": [ + "33433032845053" + ], + "identifier": [ + "urn:shelfmark:JMG 83-111", + "urn:barcode:33433032845053" ], "identifierV2": [ { @@ -4885,41 +4808,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032845053" + "value": "33433032845053", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "JMG 83-111" + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } ], - "recapCustomerCode": [ - "NP" + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" ], - "identifier": [ - "urn:barcode:33433032845053" + "physicalLocation": [ + "JMG 83-111" ], - "idBarcode": [ - "33433032845053" + "recapCustomerCode": [ + "NP" ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-111" + ], + "shelfMark_sort": "aJMG 83-000111", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000111" + "uri": "i10942028" }, "sort": [ null @@ -4970,24 +4897,24 @@ "createdYear": [ 1970 ], - "type": [ - "nypl:Item" - ], "title": [ "Tolkāppiyam." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-1936" ], "numItemVolumesParsed": [ 1 ], - "creatorLiteral": [ - "Veḷḷaivāraṇaṉ, Ka." - ], "createdString": [ "1970" ], + "creatorLiteral": [ + "Veḷḷaivāraṇaṉ, Ka." + ], "idLccn": [ "74914844" ], @@ -4997,6 +4924,9 @@ "dateStartYear": [ 1970 ], + "idOclc": [ + "NYPG001000009-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -5006,14 +4936,14 @@ "type": "nypl:Bnumber", "value": "10000020" }, - { - "type": "bf:Lccn", - "value": "74914844" - }, { "type": "nypl:Oclc", "value": "NYPG001000009-B" }, + { + "type": "bf:Lccn", + "value": "74914844" + }, { "type": "bf:Identifier", "value": "NNSZ00100009" @@ -5023,19 +4953,17 @@ "value": "(WaOLN)nyp0200019" } ], - "idOclc": [ - "NYPG001000009-B" - ], - "updatedAt": 1674870747963, + "updatedAt": 1711329059003, "publicationStatement": [ "[Aṇṇāmalainakar] Aṇṇāmalaip Palkalaik Kaḻakam, 1970." ], "identifier": [ + "urn:shelfmark:*OLB 84-1936", "urn:bnum:10000020", - "urn:lccn:74914844", "urn:oclc:NYPG001000009-B", - "urn:undefined:NNSZ00100009", - "urn:undefined:(WaOLN)nyp0200019" + "urn:lccn:74914844", + "urn:identifier:NNSZ00100009", + "urn:identifier:(WaOLN)nyp0200019" ], "numCheckinCardItems": [ 0 @@ -5071,24 +4999,18 @@ "lccClassification": [ "PL4754.T583 V4 1970" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Aṇṇāmalainakar]" ], - "titleAlt": [ - "Tolkāppiyam nutaliyaporuḷ." - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Tolkāppiyam nutaliyaporuḷ." + ], "tableOfContents": [ "Tolkāppiyam.--Tolkāppiyam nutaliyaporuḷ." ], @@ -5119,24 +5041,14 @@ }, "_score": null, "_source": { - "uri": "i13783786", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -5147,6 +5059,15 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "enumerationChronology": [ + "v. 1" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -5156,8 +5077,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1936 v. 1" + "idBarcode": [ + "33433061301572" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1936 v. 1", + "urn:barcode:33433061301572" ], "identifierV2": [ { @@ -5165,12 +5090,18 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301572" + "value": "33433061301572", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "v. 1" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ "*OLB 84-1936" @@ -5178,23 +5109,24 @@ "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301572" - ], - "idBarcode": [ - "33433061301572" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1936 v. 1" + ], + "shelfMark_sort": "a*OLB 84-1936 v. 000001", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], "volumeRange": [ { @@ -5202,16 +5134,7 @@ "lte": 1 } ], - "enumerationChronology_sort": [ - " 1-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-1936 v. 000001" + "uri": "i13783786" }, "sort": [ " 1-" @@ -5273,30 +5196,33 @@ "createdYear": [ 1978 ], - "type": [ - "nypl:Item" - ], "title": [ "Aurora : sinfonischer Prolog : Partitur" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-113" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Weitzendorf, Heinz." - ], "createdString": [ "1978" ], + "creatorLiteral": [ + "Weitzendorf, Heinz." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1978 ], + "idOclc": [ + "NYPG001000009-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -5323,19 +5249,17 @@ "value": "(WaOLN)nyp0200020" } ], - "idOclc": [ - "NYPG001000009-C" - ], - "updatedAt": 1689717163415, + "updatedAt": 1710995521453, "publicationStatement": [ "Berlin : Verlag Neue Musik, c1978." ], "identifier": [ + "urn:shelfmark:JMG 83-113", "urn:bnum:10000021", "urn:oclc:NYPG001000009-C", - "urn:undefined:NM 384. Verlag Neue Musik", - "urn:undefined:NNSZ00100559", - "urn:undefined:(WaOLN)nyp0200020" + "urn:identifier:NM 384. Verlag Neue Musik", + "urn:identifier:NNSZ00100559", + "urn:identifier:(WaOLN)nyp0200020" ], "numCheckinCardItems": [ 0 @@ -5368,12 +5292,6 @@ "Aurora : sinfonischer Prolog : Partitur / Heinz Weitzendorf." ], "uri": "b10000021", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Berlin" ], @@ -5410,24 +5328,14 @@ }, "_score": null, "_source": { - "uri": "i10942029", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -5438,6 +5346,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -5447,8 +5358,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-113" + "idBarcode": [ + "33433032845079" + ], + "identifier": [ + "urn:shelfmark:JMG 83-113", + "urn:barcode:33433032845079" ], "identifierV2": [ { @@ -5456,41 +5371,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032845079" + "value": "33433032845079", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-113" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032845079" - ], - "idBarcode": [ - "33433032845079" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-113" + ], + "shelfMark_sort": "aJMG 83-000113", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000113" + "uri": "i10942029" }, "sort": [ null @@ -5547,33 +5466,33 @@ "createdYear": [ 1970 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Puttamittiraṉār, active 11th century." - ], "createdString": [ "1970" ], + "creatorLiteral": [ + "Puttamittiraṉār, active 11th century." + ], "idLccn": [ "73913714" ], - "seriesStatement": [ - "Kaḻaka veḷiyīṭu, 1388" - ], "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." @@ -5581,6 +5500,9 @@ "dateStartYear": [ 1970 ], + "idOclc": [ + "NYPG001000010-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -5590,14 +5512,14 @@ "type": "nypl:Bnumber", "value": "10000022" }, - { - "type": "bf:Lccn", - "value": "73913714" - }, { "type": "nypl:Oclc", "value": "NYPG001000010-B" }, + { + "type": "bf:Lccn", + "value": "73913714" + }, { "type": "bf:Identifier", "value": "NNSZ00100010" @@ -5607,19 +5529,17 @@ "value": "(WaOLN)nyp0200021" } ], - "idOclc": [ - "NYPG001000010-B" - ], - "updatedAt": 1674870747963, + "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:lccn:73913714", "urn:oclc:NYPG001000010-B", - "urn:undefined:NNSZ00100010", - "urn:undefined:(WaOLN)nyp0200021" + "urn:lccn:73913714", + "urn:identifier:NNSZ00100010", + "urn:identifier:(WaOLN)nyp0200021" ], "numCheckinCardItems": [ 0 @@ -5655,24 +5575,18 @@ "lccClassification": [ "PL4754 .P8 1970" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ceṉṉai" ], - "titleAlt": [ - "Viracōḻiyam." - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Viracōḻiyam." + ], "dimensions": [ "22 cm." ] @@ -5700,24 +5614,14 @@ }, "_score": null, "_source": { - "uri": "i13783787", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -5728,6 +5632,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -5737,8 +5644,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1935" + "idBarcode": [ + "33433061301564" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1935", + "urn:barcode:33433061301564" ], "identifierV2": [ { @@ -5746,41 +5657,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301564" + "value": "33433061301564", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-1935" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301564" - ], - "idBarcode": [ - "33433061301564" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1935" + ], + "shelfMark_sort": "a*OLB 84-001935", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-001935" + "uri": "i13783787" }, "sort": [ null @@ -5847,30 +5762,33 @@ "createdYear": [ 1979 ], - "type": [ - "nypl:Item" - ], "title": [ "Musica sacra" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMF 83-38" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Zaninelli, Luigi." - ], "createdString": [ "1979" ], + "creatorLiteral": [ + "Zaninelli, Luigi." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1979 ], + "idOclc": [ + "NYPG001000010-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -5897,19 +5815,17 @@ "value": "(WaOLN)nyp0200022" } ], - "idOclc": [ - "NYPG001000010-C" - ], - "updatedAt": 1689717163974, + "updatedAt": 1710995521453, "publicationStatement": [ "Delaware Water Gap, Pa. : Shawnee Press, c1979." ], "identifier": [ + "urn:shelfmark:JMF 83-38", "urn:bnum:10000023", "urn:oclc:NYPG001000010-C", - "urn:undefined:KC913 Shawnee Press", - "urn:undefined:NNSZ00100560", - "urn:undefined:(WaOLN)nyp0200022" + "urn:identifier:KC913 Shawnee Press", + "urn:identifier:NNSZ00100560", + "urn:identifier:(WaOLN)nyp0200022" ], "numCheckinCardItems": [ 0 @@ -5942,12 +5858,6 @@ "Musica sacra / Luigi Zaninelli." ], "uri": "b10000023", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Delaware Water Gap, Pa." ], @@ -5984,24 +5894,14 @@ }, "_score": null, "_source": { - "uri": "i10942030", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -6012,6 +5912,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -6021,8 +5924,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMF 83-38" + "idBarcode": [ + "33433032709028" + ], + "identifier": [ + "urn:shelfmark:JMF 83-38", + "urn:barcode:33433032709028" ], "identifierV2": [ { @@ -6030,41 +5937,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032709028" + "value": "33433032709028", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMF 83-38" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032709028" - ], - "idBarcode": [ - "33433032709028" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMF 83-38" + ], + "shelfMark_sort": "aJMF 83-000038", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMF 83-000038" + "uri": "i10942030" }, "sort": [ null @@ -6124,24 +6035,24 @@ "createdYear": [ 1976 ], - "type": [ - "nypl:Item" - ], "title": [ "al-Baḥrayn : mushkilāt al-taghyīr al-siyāsī wa-al-ijtimāʻī" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFK 84-1944" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Rumayḥī, Muḥammad Ghānim." - ], "createdString": [ "1976" ], + "creatorLiteral": [ + "Rumayḥī, Muḥammad Ghānim." + ], "idLccn": [ "79971032" ], @@ -6151,6 +6062,9 @@ "dateStartYear": [ 1976 ], + "idOclc": [ + "NYPG001000011-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6160,14 +6074,14 @@ "type": "nypl:Bnumber", "value": "10000024" }, - { - "type": "bf:Lccn", - "value": "79971032" - }, { "type": "nypl:Oclc", "value": "NYPG001000011-B" }, + { + "type": "bf:Lccn", + "value": "79971032" + }, { "type": "bf:Identifier", "value": "NNSZ00100011" @@ -6177,19 +6091,17 @@ "value": "(WaOLN)nyp0200023" } ], - "idOclc": [ - "NYPG001000011-B" - ], - "updatedAt": 1674870752089, + "updatedAt": 1711097717293, "publicationStatement": [ "[Bayrūt] : Dār Ibn Khaldūn, 1976." ], "identifier": [ + "urn:shelfmark:*OFK 84-1944", "urn:bnum:10000024", - "urn:lccn:79971032", "urn:oclc:NYPG001000011-B", - "urn:undefined:NNSZ00100011", - "urn:undefined:(WaOLN)nyp0200023" + "urn:lccn:79971032", + "urn:identifier:NNSZ00100011", + "urn:identifier:(WaOLN)nyp0200023" ], "numCheckinCardItems": [ 0 @@ -6227,12 +6139,6 @@ "lccClassification": [ "DS247.B28 R85" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Bayrūt]" ], @@ -6269,24 +6175,14 @@ }, "_score": null, "_source": { - "uri": "i10000005", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -6297,6 +6193,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -6306,8 +6205,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFK 84-1944" + "idBarcode": [ + "33433005548676" + ], + "identifier": [ + "urn:shelfmark:*OFK 84-1944", + "urn:barcode:33433005548676" ], "identifierV2": [ { @@ -6315,41 +6218,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433005548676" + "value": "33433005548676", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFK 84-1944" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433005548676" - ], - "idBarcode": [ - "33433005548676" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFK 84-1944" + ], + "shelfMark_sort": "a*OFK 84-001944", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFK 84-001944" + "uri": "i10000005" }, "sort": [ null @@ -6393,33 +6300,36 @@ "createdYear": [ 1979 ], - "type": [ - "nypl:Item" - ], "title": [ "Drei Sonatinen für Klavier" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMF 83-107" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Stockmeier, Wolfgang." - ], "createdString": [ "1979" ], - "seriesStatement": [ - "Hausmusik ; 179" + "creatorLiteral": [ + "Stockmeier, Wolfgang." ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Hausmusik ; 179" + ], "dateStartYear": [ 1979 ], + "idOclc": [ + "NYPG001000011-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6442,21 +6352,19 @@ "value": "(WaOLN)nyp0200024" } ], - "idOclc": [ - "NYPG001000011-C" - ], "uniformTitle": [ "Sonatinas, piano" ], - "updatedAt": 1689717163974, + "updatedAt": 1711147751540, "publicationStatement": [ "Wolfenbüttel : Möseler, c1979." ], "identifier": [ + "urn:shelfmark:JMF 83-107", "urn:bnum:10000025", "urn:oclc:NYPG001000011-C", - "urn:undefined:NNSZ00100561", - "urn:undefined:(WaOLN)nyp0200024" + "urn:identifier:NNSZ00100561", + "urn:identifier:(WaOLN)nyp0200024" ], "numCheckinCardItems": [ 0 @@ -6489,12 +6397,6 @@ "Drei Sonatinen für Klavier / Wolfgang Stockmeier." ], "uri": "b10000025", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Wolfenbüttel" ], @@ -6534,24 +6436,14 @@ }, "_score": null, "_source": { - "uri": "i10942031", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -6562,6 +6454,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -6571,8 +6466,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMF 83-107" + "idBarcode": [ + "33433032709697" + ], + "identifier": [ + "urn:shelfmark:JMF 83-107", + "urn:barcode:33433032709697" ], "identifierV2": [ { @@ -6580,41 +6479,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032709697" + "value": "33433032709697", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMF 83-107" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032709697" - ], - "idBarcode": [ - "33433032709697" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMF 83-107" + ], + "shelfMark_sort": "aJMF 83-000107", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMF 83-000107" + "uri": "i10942031" }, "sort": [ null @@ -6671,24 +6574,24 @@ "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Razzāz, Nabīlah." - ], "createdString": [ "1975" ], + "creatorLiteral": [ + "Razzāz, Nabīlah." + ], "idLccn": [ "76960987" ], @@ -6698,6 +6601,9 @@ "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG001000012-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6707,14 +6613,14 @@ "type": "nypl:Bnumber", "value": "10000026" }, - { - "type": "bf:Lccn", - "value": "76960987" - }, { "type": "nypl:Oclc", "value": "NYPG001000012-B" }, + { + "type": "bf:Lccn", + "value": "76960987" + }, { "type": "bf:Identifier", "value": "NNSZ00100012" @@ -6724,19 +6630,17 @@ "value": "(WaOLN)nyp0200025" } ], - "idOclc": [ - "NYPG001000012-B" - ], - "updatedAt": 1674870747855, + "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:lccn:76960987", "urn:oclc:NYPG001000012-B", - "urn:undefined:NNSZ00100012", - "urn:undefined:(WaOLN)nyp0200025" + "urn:lccn:76960987", + "urn:identifier:NNSZ00100012", + "urn:identifier:(WaOLN)nyp0200025" ], "numCheckinCardItems": [ 0 @@ -6772,12 +6676,6 @@ "lccClassification": [ "HQ402 .R39" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Dimashq" ], @@ -6814,24 +6712,14 @@ }, "_score": null, "_source": { - "uri": "i10000006", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -6842,6 +6730,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -6851,8 +6742,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFX 84-1953" + "idBarcode": [ + "33433002031700" + ], + "identifier": [ + "urn:shelfmark:*OFX 84-1953", + "urn:barcode:33433002031700" ], "identifierV2": [ { @@ -6860,41 +6755,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433002031700" + "value": "33433002031700", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFX 84-1953" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433002031700" - ], - "idBarcode": [ - "33433002031700" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFX 84-1953" + ], + "shelfMark_sort": "a*OFX 84-001953", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFX 84-001953" + "uri": "i10000006" }, "sort": [ null @@ -6938,33 +6837,36 @@ "createdYear": [ 1979 ], - "type": [ - "nypl:Item" - ], "title": [ "Drei kleine Sonaten : für Violine solo" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMF 83-95" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Köhler, Friedemann." - ], "createdString": [ "1979" ], - "seriesStatement": [ - "Hausmusik ; 172" + "creatorLiteral": [ + "Köhler, Friedemann." ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Hausmusik ; 172" + ], "dateStartYear": [ 1979 ], + "idOclc": [ + "NYPG001000012-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6987,21 +6889,19 @@ "value": "(WaOLN)nyp0200026" } ], - "idOclc": [ - "NYPG001000012-C" - ], "uniformTitle": [ "Kleine Sonaten, violin" ], - "updatedAt": 1689717163363, + "updatedAt": 1710995521453, "publicationStatement": [ "Wolfenbüttel : Möseler Verlag, c1979." ], "identifier": [ + "urn:shelfmark:JMF 83-95", "urn:bnum:10000027", "urn:oclc:NYPG001000012-C", - "urn:undefined:NNSZ00100562", - "urn:undefined:(WaOLN)nyp0200026" + "urn:identifier:NNSZ00100562", + "urn:identifier:(WaOLN)nyp0200026" ], "numCheckinCardItems": [ 0 @@ -7034,12 +6934,6 @@ "Drei kleine Sonaten : für Violine solo / Friedemann Köhler." ], "uri": "b10000027", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Wolfenbüttel" ], @@ -7079,24 +6973,14 @@ }, "_score": null, "_source": { - "uri": "i10942032", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -7107,6 +6991,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -7116,8 +7003,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMF 83-95" + "idBarcode": [ + "33433032709572" + ], + "identifier": [ + "urn:shelfmark:JMF 83-95", + "urn:barcode:33433032709572" ], "identifierV2": [ { @@ -7125,41 +7016,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032709572" + "value": "33433032709572", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "JMF 83-95" - ], - "recapCustomerCode": [ - "NP" + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } ], - "identifier": [ - "urn:barcode:33433032709572" + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" ], - "idBarcode": [ - "33433032709572" + "physicalLocation": [ + "JMF 83-95" + ], + "recapCustomerCode": [ + "NP" ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMF 83-95" + ], + "shelfMark_sort": "aJMF 83-000095", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMF 83-000095" + "uri": "i10942032" }, "sort": [ null @@ -7220,24 +7115,24 @@ "createdYear": [ 1973 ], - "type": [ - "nypl:Item" - ], "title": [ "Vaṃśabhāskara : eka adhyayana" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKTM 84-1945" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Khāna, Ālama Śāha, 1936-2003." - ], "createdString": [ "1973" ], + "creatorLiteral": [ + "Khāna, Ālama Śāha, 1936-2003." + ], "idLccn": [ "75903689" ], @@ -7247,6 +7142,9 @@ "dateStartYear": [ 1973 ], + "idOclc": [ + "NYPG001000013-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -7256,14 +7154,14 @@ "type": "nypl:Bnumber", "value": "10000028" }, - { - "type": "bf:Lccn", - "value": "75903689" - }, { "type": "nypl:Oclc", "value": "NYPG001000013-B" }, + { + "type": "bf:Lccn", + "value": "75903689" + }, { "type": "bf:Identifier", "value": "NNSZ00100013" @@ -7273,19 +7171,17 @@ "value": "(WaOLN)nyp0200027" } ], - "idOclc": [ - "NYPG001000013-B" - ], - "updatedAt": 1674870747855, + "updatedAt": 1710972943549, "publicationStatement": [ "Udayapura : Rājasthāna Sāhitya Akādamī (Saṅgama), 1973." ], "identifier": [ + "urn:shelfmark:*OKTM 84-1945", "urn:bnum:10000028", - "urn:lccn:75903689", "urn:oclc:NYPG001000013-B", - "urn:undefined:NNSZ00100013", - "urn:undefined:(WaOLN)nyp0200027" + "urn:lccn:75903689", + "urn:identifier:NNSZ00100013", + "urn:identifier:(WaOLN)nyp0200027" ], "numCheckinCardItems": [ 0 @@ -7321,12 +7217,6 @@ "lccClassification": [ "PK2708.9.S9 V334" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Udayapura" ], @@ -7363,24 +7253,14 @@ }, "_score": null, "_source": { - "uri": "i10942033", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -7391,6 +7271,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -7400,8 +7283,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKTM 84-1945" + "idBarcode": [ + "33433011094210" + ], + "identifier": [ + "urn:shelfmark:*OKTM 84-1945", + "urn:barcode:33433011094210" ], "identifierV2": [ { @@ -7409,41 +7296,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011094210" + "value": "33433011094210", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKTM 84-1945" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433011094210" - ], - "idBarcode": [ - "33433011094210" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKTM 84-1945" + ], + "shelfMark_sort": "a*OKTM 84-001945", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKTM 84-001945" + "uri": "i10942033" }, "sort": [ null @@ -7504,24 +7395,24 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Cruor : for organ solo, 1977" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMF 83-93" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Lorentzen, Bent." - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Lorentzen, Bent." + ], "idLccn": [ "82771131" ], @@ -7531,6 +7422,9 @@ "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000013-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -7540,14 +7434,14 @@ "type": "nypl:Bnumber", "value": "10000029" }, - { - "type": "bf:Lccn", - "value": "82771131" - }, { "type": "nypl:Oclc", "value": "NYPG001000013-C" }, + { + "type": "bf:Lccn", + "value": "82771131" + }, { "type": "bf:Identifier", "value": "Wilhelm Hansen edition no. 4372." @@ -7565,21 +7459,19 @@ "value": "(WaOLN)nyp0200028" } ], - "idOclc": [ - "NYPG001000013-C" - ], - "updatedAt": 1689717163974, + "updatedAt": 1711207280267, "publicationStatement": [ "Copenhagen ; New York : W. Hansen ; [s.l.] : Distribution, Magnamusic-Baton, c1980." ], "identifier": [ + "urn:shelfmark:JMF 83-93", "urn:bnum:10000029", - "urn:lccn:82771131", "urn:oclc:NYPG001000013-C", - "urn:undefined:Wilhelm Hansen edition no. 4372.", - "urn:undefined:29589.", - "urn:undefined:NNSZ00100563", - "urn:undefined:(WaOLN)nyp0200028" + "urn:lccn:82771131", + "urn:identifier:Wilhelm Hansen edition no. 4372.", + "urn:identifier:29589.", + "urn:identifier:NNSZ00100563", + "urn:identifier:(WaOLN)nyp0200028" ], "numCheckinCardItems": [ 0 @@ -7615,12 +7507,6 @@ "lccClassification": [ "M11 .L" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Copenhagen ; New York : [s.l.]" ], @@ -7657,24 +7543,14 @@ }, "_score": null, "_source": { - "uri": "i10942034", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -7685,6 +7561,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -7694,8 +7573,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMF 83-93" + "idBarcode": [ + "33433032709556" + ], + "identifier": [ + "urn:shelfmark:JMF 83-93", + "urn:barcode:33433032709556" ], "identifierV2": [ { @@ -7703,41 +7586,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032709556" + "value": "33433032709556", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMF 83-93" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032709556" - ], - "idBarcode": [ - "33433032709556" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMF 83-93" + ], + "shelfMark_sort": "aJMF 83-000093", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMF 83-000093" + "uri": "i10942034" }, "sort": [ null @@ -7804,12 +7691,12 @@ "createdYear": [ 1974 ], - "type": [ - "nypl:Item" - ], "title": [ "Uṇādi-koṣaḥ" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKA 84-1931" ], @@ -7835,6 +7722,9 @@ "dateStartYear": [ 1974 ], + "idOclc": [ + "NYPG001000014-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -7844,14 +7734,14 @@ "type": "nypl:Bnumber", "value": "10000030" }, - { - "type": "bf:Lccn", - "value": "75902275" - }, { "type": "nypl:Oclc", "value": "NYPG001000014-B" }, + { + "type": "bf:Lccn", + "value": "75902275" + }, { "type": "bf:Identifier", "value": "NNSZ00100014" @@ -7861,22 +7751,20 @@ "value": "(WaOLN)nyp0200029" } ], - "idOclc": [ - "NYPG001000014-B" - ], "uniformTitle": [ "Uṇādisūtra." ], - "updatedAt": 1674870747855, + "updatedAt": 1711329059003, "publicationStatement": [ "Karanāla : Ra.Ba.Cau. Nārāyaṇasiṃha Dharmārtha Ṭrasṭa ; Bahālagaḍha, Harayāṇa : prāptisthānam, Rāmalāla Kapūra Ṭrasṭa, 1974." ], "identifier": [ + "urn:shelfmark:*OKA 84-1931", "urn:bnum:10000030", - "urn:lccn:75902275", "urn:oclc:NYPG001000014-B", - "urn:undefined:NNSZ00100014", - "urn:undefined:(WaOLN)nyp0200029" + "urn:lccn:75902275", + "urn:identifier:NNSZ00100014", + "urn:identifier:(WaOLN)nyp0200029" ], "numCheckinCardItems": [ 0 @@ -7912,12 +7800,6 @@ "lccClassification": [ "PK551 .U73" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Karanāla : Bahālagaḍha, Harayāṇa" ], @@ -7954,24 +7836,14 @@ }, "_score": null, "_source": { - "uri": "i10000007", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -7982,6 +7854,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -7991,8 +7866,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKA 84-1931" + "idBarcode": [ + "33433012968222" + ], + "identifier": [ + "urn:shelfmark:*OKA 84-1931", + "urn:barcode:33433012968222" ], "identifierV2": [ { @@ -8000,41 +7879,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433012968222" + "value": "33433012968222", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKA 84-1931" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433012968222" - ], - "idBarcode": [ - "33433012968222" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKA 84-1931" + ], + "shelfMark_sort": "a*OKA 84-001931", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKA 84-001931" + "uri": "i10000007" }, "sort": [ null @@ -8078,30 +7961,33 @@ "createdYear": [ 1979 ], - "type": [ - "nypl:Item" - ], "title": [ "Neun Miniaturen : für Klavier : op. 52" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-17" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Petersen, Wilhelm, 1890-1957." - ], "createdString": [ "1979" ], + "creatorLiteral": [ + "Petersen, Wilhelm, 1890-1957." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1979 ], + "idOclc": [ + "NYPG001000014-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -8128,22 +8014,20 @@ "value": "(WaOLN)nyp0200030" } ], - "idOclc": [ - "NYPG001000014-C" - ], "uniformTitle": [ "Miniaturen" ], - "updatedAt": 1689717163974, + "updatedAt": 1710995521453, "publicationStatement": [ "Heidelberg : W. Müller, c1979." ], "identifier": [ + "urn:shelfmark:JMG 83-17", "urn:bnum:10000031", "urn:oclc:NYPG001000014-C", - "urn:undefined:W. Müller WM 1713 SM.", - "urn:undefined:NNSZ00100564", - "urn:undefined:(WaOLN)nyp0200030" + "urn:identifier:W. Müller WM 1713 SM.", + "urn:identifier:NNSZ00100564", + "urn:identifier:(WaOLN)nyp0200030" ], "numCheckinCardItems": [ 0 @@ -8176,12 +8060,6 @@ "Neun Miniaturen : für Klavier : op. 52 / Wilhelm Petersen." ], "uri": "b10000031", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Heidelberg" ], @@ -8222,24 +8100,14 @@ }, "_score": null, "_source": { - "uri": "i10942035", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -8250,6 +8118,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -8259,8 +8130,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-17" + "idBarcode": [ + "33433032841631" + ], + "identifier": [ + "urn:shelfmark:JMG 83-17", + "urn:barcode:33433032841631" ], "identifierV2": [ { @@ -8268,41 +8143,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032841631" + "value": "33433032841631", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-17" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032841631" - ], - "idBarcode": [ - "33433032841631" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-17" + ], + "shelfMark_sort": "aJMG 83-000017", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000017" + "uri": "i10942035" }, "sort": [ null @@ -8361,30 +8240,33 @@ "createdYear": [ 1972 ], - "type": [ - "nypl:Item" - ], "title": [ "Buzurgān-i Jahrum : mushtamil bar sharḥ-i aḥvāl va ā̲sār-i rijāl va sukhanvarān va dānishmandān va khushnivīsān va pizishkān-i Jahrum va Khafr" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OMP 84-2007" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Ishrāq, Muḥammad Karīm." - ], "createdString": [ "1972" ], + "creatorLiteral": [ + "Ishrāq, Muḥammad Karīm." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1972 ], + "idOclc": [ + "NYPG001000015-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -8407,18 +8289,16 @@ "value": "(WaOLN)nyp0200031" } ], - "idOclc": [ - "NYPG001000015-B" - ], - "updatedAt": 1674870752089, + "updatedAt": 1711606508873, "publicationStatement": [ "Tihrān : Kitābfurūshī-i Khayyām, 1351 [1972]" ], "identifier": [ + "urn:shelfmark:*OMP 84-2007", "urn:bnum:10000032", "urn:oclc:NYPG001000015-B", - "urn:undefined:NNSZ00100015", - "urn:undefined:(WaOLN)nyp0200031" + "urn:identifier:NNSZ00100015", + "urn:identifier:(WaOLN)nyp0200031" ], "numCheckinCardItems": [ 0 @@ -8452,12 +8332,6 @@ "Buzurgān-i Jahrum : mushtamil bar sharḥ-i aḥvāl va ā̲sār-i rijāl va sukhanvarān va dānishmandān va khushnivīsān va pizishkān-i Jahrum va Khafr / taʼlīf-i Muḥammad Karīm Ishrāq." ], "uri": "b10000032", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tihrān" ], @@ -8494,24 +8368,14 @@ }, "_score": null, "_source": { - "uri": "i10000008", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -8522,6 +8386,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -8531,8 +8398,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OMP 84-2007" + "idBarcode": [ + "33433013173012" + ], + "identifier": [ + "urn:shelfmark:*OMP 84-2007", + "urn:barcode:33433013173012" ], "identifierV2": [ { @@ -8540,41 +8411,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433013173012" + "value": "33433013173012", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OMP 84-2007" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433013173012" - ], - "idBarcode": [ - "33433013173012" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OMP 84-2007" + ], + "shelfMark_sort": "a*OMP 84-002007", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OMP 84-002007" + "uri": "i10000008" }, "sort": [ null @@ -8626,30 +8501,33 @@ "createdYear": [ 1981 ], - "type": [ - "nypl:Item" - ], "title": [ "Psalm settings" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-59" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Nelhybel, Vaclav." - ], "createdString": [ "1981" ], + "creatorLiteral": [ + "Nelhybel, Vaclav." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1981 ], + "idOclc": [ + "NYPG001000015-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -8672,18 +8550,16 @@ "value": "(WaOLN)nyp0200032" } ], - "idOclc": [ - "NYPG001000015-C" - ], - "updatedAt": 1689901710981, + "updatedAt": 1711343803471, "publicationStatement": [ "Carol Stream, Ill. : Agápe, c1981." ], "identifier": [ + "urn:shelfmark:JMG 83-59", "urn:bnum:10000033", "urn:oclc:NYPG001000015-C", - "urn:undefined:NNSZ00100565", - "urn:undefined:(WaOLN)nyp0200032" + "urn:identifier:NNSZ00100565", + "urn:identifier:(WaOLN)nyp0200032" ], "numCheckinCardItems": [ 0 @@ -8717,12 +8593,6 @@ "Psalm settings / Vaclav Nelhybel." ], "uri": "b10000033", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Carol Stream, Ill." ], @@ -8762,24 +8632,14 @@ }, "_score": null, "_source": { - "uri": "i10942036", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -8790,6 +8650,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -8799,8 +8662,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-59" + "idBarcode": [ + "33433032842035" + ], + "identifier": [ + "urn:shelfmark:JMG 83-59", + "urn:barcode:33433032842035" ], "identifierV2": [ { @@ -8808,41 +8675,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032842035" + "value": "33433032842035", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-59" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032842035" - ], - "idBarcode": [ - "33433032842035" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-59" + ], + "shelfMark_sort": "aJMG 83-000059", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000059" + "uri": "i10942036" }, "sort": [ null @@ -8905,33 +8776,33 @@ "createdYear": [ 1974 ], - "type": [ - "nypl:Item" - ], "title": [ "Brhatkathāślokasaṁgraha : a study" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKR 84-2006" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Budhasvāmin." - ], "createdString": [ "1974" ], + "creatorLiteral": [ + "Budhasvāmin." + ], "idLccn": [ "74903273" ], - "seriesStatement": [ - "Indian civilization series ; no. 4" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Indian civilization series ; no. 4" + ], "contributorLiteral": [ "Guṇāḍhya.", "Agrawala, Vasudeva Sharana.", @@ -8940,6 +8811,9 @@ "dateStartYear": [ 1974 ], + "idOclc": [ + "NYPG001000016-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -8949,14 +8823,14 @@ "type": "nypl:Bnumber", "value": "10000034" }, - { - "type": "bf:Lccn", - "value": "74903273" - }, { "type": "nypl:Oclc", "value": "NYPG001000016-B" }, + { + "type": "bf:Lccn", + "value": "74903273" + }, { "type": "bf:Identifier", "value": "NNSZ00100016" @@ -8966,19 +8840,17 @@ "value": "(WaOLN)nyp0200033" } ], - "idOclc": [ - "NYPG001000016-B" - ], - "updatedAt": 1674870747855, + "updatedAt": 1711113679649, "publicationStatement": [ "Varanasi : Prithivi Prakashan, 1974." ], "identifier": [ + "urn:shelfmark:*OKR 84-2006", "urn:bnum:10000034", - "urn:lccn:74903273", "urn:oclc:NYPG001000016-B", - "urn:undefined:NNSZ00100016", - "urn:undefined:(WaOLN)nyp0200033" + "urn:lccn:74903273", + "urn:identifier:NNSZ00100016", + "urn:identifier:(WaOLN)nyp0200033" ], "numCheckinCardItems": [ 0 @@ -9011,12 +8883,6 @@ "lccClassification": [ "PK3794.B84 B7 1974" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Varanasi" ], @@ -9053,24 +8919,14 @@ }, "_score": null, "_source": { - "uri": "i10000009", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -9081,6 +8937,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -9090,8 +8949,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKR 84-2006" + "idBarcode": [ + "33433011528696" + ], + "identifier": [ + "urn:shelfmark:*OKR 84-2006", + "urn:barcode:33433011528696" ], "identifierV2": [ { @@ -9099,41 +8962,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011528696" + "value": "33433011528696", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKR 84-2006" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433011528696" - ], - "idBarcode": [ - "33433011528696" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKR 84-2006" + ], + "shelfMark_sort": "a*OKR 84-002006", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKR 84-002006" + "uri": "i10000009" }, "sort": [ null @@ -9467,24 +9334,24 @@ "createdYear": [ 1972 ], - "type": [ - "nypl:Item" - ], "title": [ "Srīnārāyaṇatīrthayatīndracaritram[sic]" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKB 84-1928" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Lakshmikantaiah, Garikapati, 1900-" - ], "createdString": [ "1972" ], + "creatorLiteral": [ + "Lakshmikantaiah, Garikapati, 1900-" + ], "idLccn": [ "75902755" ], @@ -9494,6 +9361,9 @@ "dateStartYear": [ 1972 ], + "idOclc": [ + "NYPG001000017-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -9503,14 +9373,14 @@ "type": "nypl:Bnumber", "value": "10000036" }, - { - "type": "bf:Lccn", - "value": "75902755" - }, { "type": "nypl:Oclc", "value": "NYPG001000017-B" }, + { + "type": "bf:Lccn", + "value": "75902755" + }, { "type": "bf:Identifier", "value": "NNSZ00100017" @@ -9520,19 +9390,17 @@ "value": "(WaOLN)nyp0200035" } ], - "idOclc": [ - "NYPG001000017-B" - ], - "updatedAt": 1674870752089, + "updatedAt": 1711355313989, "publicationStatement": [ "[s.1. : s.n.], 1972" ], "identifier": [ + "urn:shelfmark:*OKB 84-1928", "urn:bnum:10000036", - "urn:lccn:75902755", "urn:oclc:NYPG001000017-B", - "urn:undefined:NNSZ00100017", - "urn:undefined:(WaOLN)nyp0200035" + "urn:lccn:75902755", + "urn:identifier:NNSZ00100017", + "urn:identifier:(WaOLN)nyp0200035" ], "numCheckinCardItems": [ 0 @@ -9568,12 +9436,6 @@ "lccClassification": [ "PK3799.L28 S68" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[s.1." ], @@ -9610,24 +9472,14 @@ }, "_score": null, "_source": { - "uri": "i12858032", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -9638,6 +9490,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -9647,8 +9502,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKB 84-1928" + "idBarcode": [ + "33433058548433" + ], + "identifier": [ + "urn:shelfmark:*OKB 84-1928", + "urn:barcode:33433058548433" ], "identifierV2": [ { @@ -9656,41 +9515,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058548433" + "value": "33433058548433", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKB 84-1928" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433058548433" - ], - "idBarcode": [ - "33433058548433" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKB 84-1928" + ], + "shelfMark_sort": "a*OKB 84-001928", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKB 84-001928" + "uri": "i12858032" }, "sort": [ null @@ -9741,30 +9604,33 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Eight studies for guitar : in form of a suite : 1979" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-5" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Hekster, Walter." - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Hekster, Walter." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000017-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -9787,21 +9653,19 @@ "value": "(WaOLN)nyp0200036" } ], - "idOclc": [ - "NYPG001000017-C" - ], "uniformTitle": [ "Studies, guitar" ], - "updatedAt": 1689717163363, + "updatedAt": 1711157193933, "publicationStatement": [ "Amsterdam : Donemus, c1980." ], "identifier": [ + "urn:shelfmark:JMG 83-5", "urn:bnum:10000037", "urn:oclc:NYPG001000017-C", - "urn:undefined:NNSZ00100567", - "urn:undefined:(WaOLN)nyp0200036" + "urn:identifier:NNSZ00100567", + "urn:identifier:(WaOLN)nyp0200036" ], "numCheckinCardItems": [ 0 @@ -9834,12 +9698,6 @@ "Eight studies for guitar : in form of a suite : 1979 / Walter Hekster." ], "uri": "b10000037", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Amsterdam" ], @@ -9879,24 +9737,14 @@ }, "_score": null, "_source": { - "uri": "i10942040", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -9907,6 +9755,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -9916,8 +9767,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-5" + "idBarcode": [ + "33433032841482" + ], + "identifier": [ + "urn:shelfmark:JMG 83-5", + "urn:barcode:33433032841482" ], "identifierV2": [ { @@ -9925,41 +9780,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032841482" + "value": "33433032841482", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-5" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032841482" - ], - "idBarcode": [ - "33433032841482" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-5" + ], + "shelfMark_sort": "aJMG 83-000005", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000005" + "uri": "i10942040" }, "sort": [ null @@ -9991,7 +9850,8 @@ ], "subjectLiteral_exploded": [ "Sanskrit poetry", - "Sanskrit poetry -- Himachal Pradesh" + "Sanskrit poetry -- India", + "Sanskrit poetry -- India -- Himachal Pradesh" ], "numItemDatesParsed": [ 0 @@ -10011,12 +9871,12 @@ "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "title": [ "Rtambharā : Himācala ke ādhunika Saṃskrta kaviyoṃ kī kavitāyoṃ kā saṅkalana" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKP 84-1932" ], @@ -10038,6 +9898,9 @@ "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG001000018-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -10047,14 +9910,14 @@ "type": "nypl:Bnumber", "value": "10000038" }, - { - "type": "bf:Lccn", - "value": "76900772" - }, { "type": "nypl:Oclc", "value": "NYPG001000018-B" }, + { + "type": "bf:Lccn", + "value": "76900772" + }, { "type": "bf:Identifier", "value": "NNSZ00100018" @@ -10064,19 +9927,17 @@ "value": "(WaOLN)nyp0200037" } ], - "idOclc": [ - "NYPG001000018-B" - ], - "updatedAt": 1674870747963, + "updatedAt": 1711083015969, "publicationStatement": [ "Śimalā : Himācala Kalā-Saṃskrti-Bhāṣā Akādamī, 1975." ], "identifier": [ + "urn:shelfmark:*OKP 84-1932", "urn:bnum:10000038", - "urn:lccn:76900772", "urn:oclc:NYPG001000018-B", - "urn:undefined:NNSZ00100018", - "urn:undefined:(WaOLN)nyp0200037" + "urn:lccn:76900772", + "urn:identifier:NNSZ00100018", + "urn:identifier:(WaOLN)nyp0200037" ], "numCheckinCardItems": [ 0 @@ -10103,7 +9964,7 @@ } ], "subjectLiteral": [ - "Sanskrit poetry -- Himachal Pradesh." + "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.]." @@ -10112,12 +9973,6 @@ "lccClassification": [ "PK3800.H52 R7" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Śimalā" ], @@ -10154,24 +10009,14 @@ }, "_score": null, "_source": { - "uri": "i13783788", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -10182,6 +10027,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -10191,8 +10039,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKP 84-1932" + "idBarcode": [ + "33433058153572" + ], + "identifier": [ + "urn:shelfmark:*OKP 84-1932", + "urn:barcode:33433058153572" ], "identifierV2": [ { @@ -10200,41 +10052,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058153572" + "value": "33433058153572", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKP 84-1932" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433058153572" - ], - "idBarcode": [ - "33433058153572" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKP 84-1932" + ], + "shelfMark_sort": "a*OKP 84-001932", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKP 84-001932" + "uri": "i13783788" }, "sort": [ null @@ -10278,24 +10134,24 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Five sonatas for pianoforte" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-66" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Hässler, Johann Wilhelm, 1747-1822." - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Hässler, Johann Wilhelm, 1747-1822." + ], "numElectronicResources": [ 0 ], @@ -10305,6 +10161,9 @@ "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000018-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -10331,22 +10190,20 @@ "value": "(WaOLN)nyp0200038" } ], - "idOclc": [ - "NYPG001000018-C" - ], "uniformTitle": [ "Sonatas, piano. Selections" ], - "updatedAt": 1689717163974, + "updatedAt": 1710995521453, "publicationStatement": [ "New York : C.F. Peters, c1980." ], "identifier": [ + "urn:shelfmark:JMG 83-66", "urn:bnum:10000039", "urn:oclc:NYPG001000018-C", - "urn:undefined:Edition Peters no. 66799. C.F. Peters", - "urn:undefined:NNSZ00100568", - "urn:undefined:(WaOLN)nyp0200038" + "urn:identifier:Edition Peters no. 66799. C.F. Peters", + "urn:identifier:NNSZ00100568", + "urn:identifier:(WaOLN)nyp0200038" ], "numCheckinCardItems": [ 0 @@ -10379,12 +10236,6 @@ "Five sonatas for pianoforte / Johann Wilhelm Hässler ; edited by Fritz Oberdoerffer." ], "uri": "b10000039", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "New York" ], @@ -10424,24 +10275,14 @@ }, "_score": null, "_source": { - "uri": "i10942041", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -10452,6 +10293,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -10461,8 +10305,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-66" + "idBarcode": [ + "33433032842100" + ], + "identifier": [ + "urn:shelfmark:JMG 83-66", + "urn:barcode:33433032842100" ], "identifierV2": [ { @@ -10470,41 +10318,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032842100" + "value": "33433032842100", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-66" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032842100" - ], - "idBarcode": [ - "33433032842100" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-66" + ], + "shelfMark_sort": "aJMG 83-000066", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000066" + "uri": "i10942041" }, "sort": [ null @@ -10555,36 +10407,39 @@ "createdYear": [ 1970 ], - "type": [ - "nypl:Item" - ], "title": [ "Tiru. Vi. Kaliyāṇacuntaraṉār." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-1947" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Pulavar Arasu, 1900-" - ], "createdString": [ "1970" ], + "creatorLiteral": [ + "Pulavar Arasu, 1900-" + ], "idLccn": [ "78913375" ], - "seriesStatement": [ - "Kaḻaka veḷiyīṭu, 672" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Kaḻaka veḷiyīṭu, 672" + ], "dateStartYear": [ 1970 ], + "idOclc": [ + "NYPG001000019-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -10594,14 +10449,14 @@ "type": "nypl:Bnumber", "value": "10000040" }, - { - "type": "bf:Lccn", - "value": "78913375" - }, { "type": "nypl:Oclc", "value": "NYPG001000019-B" }, + { + "type": "bf:Lccn", + "value": "78913375" + }, { "type": "bf:Identifier", "value": "NNSZ00100019" @@ -10611,19 +10466,17 @@ "value": "(WaOLN)nyp0200039" } ], - "idOclc": [ - "NYPG001000019-B" - ], - "updatedAt": 1674870747855, + "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:lccn:78913375", "urn:oclc:NYPG001000019-B", - "urn:undefined:NNSZ00100019", - "urn:undefined:(WaOLN)nyp0200039" + "urn:lccn:78913375", + "urn:identifier:NNSZ00100019", + "urn:identifier:(WaOLN)nyp0200039" ], "numCheckinCardItems": [ 0 @@ -10659,12 +10512,6 @@ "lccClassification": [ "PL4758.9.K223 Z83" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ceṉṉai" ], @@ -10701,24 +10548,14 @@ }, "_score": null, "_source": { - "uri": "i13783789", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -10729,6 +10566,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -10738,8 +10578,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1947" + "idBarcode": [ + "33433061301622" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1947", + "urn:barcode:33433061301622" ], "identifierV2": [ { @@ -10747,41 +10591,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301622" + "value": "33433061301622", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-1947" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301622" - ], - "idBarcode": [ - "33433061301622" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1947" + ], + "shelfMark_sort": "a*OLB 84-001947", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-001947" + "uri": "i13783789" }, "sort": [ null @@ -10833,24 +10681,24 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Encounter" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMF 83-66" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Usher, Julia." - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Usher, Julia." + ], "idLccn": [ "81770739" ], @@ -10860,6 +10708,9 @@ "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000019-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -10869,14 +10720,14 @@ "type": "nypl:Bnumber", "value": "10000041" }, - { - "type": "bf:Lccn", - "value": "81770739" - }, { "type": "nypl:Oclc", "value": "NYPG001000019-C" }, + { + "type": "bf:Lccn", + "value": "81770739" + }, { "type": "bf:Identifier", "value": "NNSZ00100569" @@ -10886,19 +10737,17 @@ "value": "(WaOLN)nyp0200040" } ], - "idOclc": [ - "NYPG001000019-C" - ], - "updatedAt": 1689717163974, + "updatedAt": 1711567835800, "publicationStatement": [ "London : Primavera, c1980." ], "identifier": [ + "urn:shelfmark:JMF 83-66", "urn:bnum:10000041", - "urn:lccn:81770739", "urn:oclc:NYPG001000019-C", - "urn:undefined:NNSZ00100569", - "urn:undefined:(WaOLN)nyp0200040" + "urn:lccn:81770739", + "urn:identifier:NNSZ00100569", + "urn:identifier:(WaOLN)nyp0200040" ], "numCheckinCardItems": [ 0 @@ -10934,12 +10783,6 @@ "lccClassification": [ "M557.2.U8 E5" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "London" ], @@ -10979,24 +10822,14 @@ }, "_score": null, "_source": { - "uri": "i10942042", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -11007,6 +10840,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -11016,8 +10852,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMF 83-66" + "idBarcode": [ + "33433032709291" + ], + "identifier": [ + "urn:shelfmark:JMF 83-66", + "urn:barcode:33433032709291" ], "identifierV2": [ { @@ -11025,41 +10865,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032709291" + "value": "33433032709291", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMF 83-66" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032709291" - ], - "idBarcode": [ - "33433032709291" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMF 83-66" + ], + "shelfMark_sort": "aJMF 83-000066", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMF 83-000066" + "uri": "i10942042" }, "sort": [ null @@ -11114,12 +10958,12 @@ "dateEndString": [ "1972" ], - "type": [ - "nypl:Item" - ], "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" ], @@ -11141,6 +10985,9 @@ "dateStartYear": [ 1971 ], + "idOclc": [ + "NYPG001000020-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -11150,14 +10997,14 @@ "type": "nypl:Bnumber", "value": "10000042" }, - { - "type": "bf:Lccn", - "value": "72902870" - }, { "type": "nypl:Oclc", "value": "NYPG001000020-B" }, + { + "type": "bf:Lccn", + "value": "72902870" + }, { "type": "bf:Identifier", "value": "NNSZ00100020" @@ -11167,25 +11014,23 @@ "value": "(WaOLN)nyp0200041" } ], - "idOclc": [ - "NYPG001000020-B" - ], "uniformTitle": [ "Mahābhārata. Sanatsugātīya." ], "dateEndYear": [ 1972 ], - "updatedAt": 1674870747855, + "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:lccn:72902870", "urn:oclc:NYPG001000020-B", - "urn:undefined:NNSZ00100020", - "urn:undefined:(WaOLN)nyp0200041" + "urn:lccn:72902870", + "urn:identifier:NNSZ00100020", + "urn:identifier:(WaOLN)nyp0200041" ], "numCheckinCardItems": [ 0 @@ -11222,12 +11067,6 @@ "lccClassification": [ "B132.V3 M264" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Prayāga" ], @@ -11264,24 +11103,14 @@ }, "_score": null, "_source": { - "uri": "i13783790", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -11292,6 +11121,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -11301,8 +11133,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKN 84-1926" + "idBarcode": [ + "33433058618392" + ], + "identifier": [ + "urn:shelfmark:*OKN 84-1926", + "urn:barcode:33433058618392" ], "identifierV2": [ { @@ -11310,41 +11146,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058618392" + "value": "33433058618392", + "type": "bf:Barcode" } ], - "physicalLocation": [ + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ "*OKN 84-1926" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433058618392" - ], - "idBarcode": [ - "33433058618392" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKN 84-1926" + ], + "shelfMark_sort": "a*OKN 84-001926", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKN 84-001926" + "uri": "i13783790" }, "sort": [ null @@ -11406,33 +11246,36 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Capriccio : für 10 Blasinstrumente" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMC 83-9" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Eröd, Iván." - ], "createdString": [ "1980" ], - "seriesStatement": [ - "Doblingers Studienpartituren ; Stp. 410" + "creatorLiteral": [ + "Eröd, Iván." ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Doblingers Studienpartituren ; Stp. 410" + ], "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000020-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -11463,20 +11306,18 @@ "value": "(WaOLN)nyp0200042" } ], - "idOclc": [ - "NYPG001000020-C" - ], - "updatedAt": 1689717163974, + "updatedAt": 1711115789595, "publicationStatement": [ "Wien : Verlag Doblinger, c1980." ], "identifier": [ + "urn:shelfmark:JMC 83-9", "urn:bnum:10000043", "urn:oclc:NYPG001000020-C", - "urn:undefined:Stp. 410 Verlag Doblinger", - "urn:undefined:D.15 579 Verlag Doblinger", - "urn:undefined:NNSZ00100570", - "urn:undefined:(WaOLN)nyp0200042" + "urn:identifier:Stp. 410 Verlag Doblinger", + "urn:identifier:D.15 579 Verlag Doblinger", + "urn:identifier:NNSZ00100570", + "urn:identifier:(WaOLN)nyp0200042" ], "numCheckinCardItems": [ 0 @@ -11509,12 +11350,6 @@ "Capriccio : für 10 Blasinstrumente / Iván Eröd." ], "uri": "b10000043", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Wien" ], @@ -11551,24 +11386,14 @@ }, "_score": null, "_source": { - "uri": "i10000010", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -11579,6 +11404,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -11588,8 +11416,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMC 83-9" + "idBarcode": [ + "33433004744128" + ], + "identifier": [ + "urn:shelfmark:JMC 83-9", + "urn:barcode:33433004744128" ], "identifierV2": [ { @@ -11597,41 +11429,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433004744128" + "value": "33433004744128", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMC 83-9" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433004744128" - ], - "idBarcode": [ - "33433004744128" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMC 83-9" + ], + "shelfMark_sort": "aJMC 83-000009", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMC 83-000009" + "uri": "i10000010" }, "sort": [ null @@ -11968,24 +11804,24 @@ "createdYear": [ 1979 ], - "type": [ - "nypl:Item" - ], "title": [ "Thoughts & feelings : for violin solo" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 82-688" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Stutschewsky, Joachim, 1891-1982." - ], "createdString": [ "1979" ], + "creatorLiteral": [ + "Stutschewsky, Joachim, 1891-1982." + ], "idLccn": [ "80770813" ], @@ -11995,6 +11831,9 @@ "dateStartYear": [ 1979 ], + "idOclc": [ + "NYPG001000021-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -12004,14 +11843,14 @@ "type": "nypl:Bnumber", "value": "10000045" }, - { - "type": "bf:Lccn", - "value": "80770813" - }, { "type": "nypl:Oclc", "value": "NYPG001000021-C" }, + { + "type": "bf:Lccn", + "value": "80770813" + }, { "type": "bf:Identifier", "value": "NNSZ00100571" @@ -12021,19 +11860,17 @@ "value": "(WaOLN)nyp0200044" } ], - "idOclc": [ - "NYPG001000021-C" - ], - "updatedAt": 1689717163363, + "updatedAt": 1711551616246, "publicationStatement": [ "Tel-Aviv : Sole selling agents, Or-Tav, c1979." ], "identifier": [ + "urn:shelfmark:JMG 82-688", "urn:bnum:10000045", - "urn:lccn:80770813", "urn:oclc:NYPG001000021-C", - "urn:undefined:NNSZ00100571", - "urn:undefined:(WaOLN)nyp0200044" + "urn:lccn:80770813", + "urn:identifier:NNSZ00100571", + "urn:identifier:(WaOLN)nyp0200044" ], "numCheckinCardItems": [ 0 @@ -12069,12 +11906,6 @@ "lccClassification": [ "M42 .S" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tel-Aviv" ], @@ -12111,24 +11942,14 @@ }, "_score": null, "_source": { - "uri": "i10942043", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -12139,6 +11960,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -12148,8 +11972,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 82-688" + "idBarcode": [ + "33433032707568" + ], + "identifier": [ + "urn:shelfmark:JMG 82-688", + "urn:barcode:33433032707568" ], "identifierV2": [ { @@ -12157,41 +11985,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032707568" + "value": "33433032707568", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 82-688" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032707568" - ], - "idBarcode": [ - "33433032707568" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 82-688" + ], + "shelfMark_sort": "aJMG 82-000688", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 82-000688" + "uri": "i10942043" }, "sort": [ null @@ -12236,8 +12068,9 @@ "Tripiṭaka.", "Tripiṭaka. -- Commentaries", "Sa-skya-pa lamas", - "Sa-skya-pa lamas -- Tibet", - "Sa-skya-pa lamas -- Tibet -- Biography" + "Sa-skya-pa lamas -- China", + "Sa-skya-pa lamas -- China -- Tibet", + "Sa-skya-pa lamas -- China -- Tibet -- Biography" ], "numItemDatesParsed": [ 0 @@ -12257,24 +12090,24 @@ "createdYear": [ 1976 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Tshe-dbaṅ-rdo-rje-rig-ʼdzin, Prince of Sde-dge." - ], "createdString": [ "1976" ], + "creatorLiteral": [ + "Tshe-dbaṅ-rdo-rje-rig-ʼdzin, Prince of Sde-dge." + ], "idLccn": [ "77900893" ], @@ -12287,6 +12120,9 @@ "dateStartYear": [ 1976 ], + "idOclc": [ + "NYPG001000022-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -12296,14 +12132,14 @@ "type": "nypl:Bnumber", "value": "10000046" }, - { - "type": "bf:Lccn", - "value": "77900893" - }, { "type": "nypl:Oclc", "value": "NYPG001000022-B" }, + { + "type": "bf:Lccn", + "value": "77900893" + }, { "type": "bf:Identifier", "value": "NNSZ00100022" @@ -12313,19 +12149,17 @@ "value": "(WaOLN)nyp0200045" } ], - "idOclc": [ - "NYPG001000022-B" - ], - "updatedAt": 1674870752089, + "updatedAt": 1711147554676, "publicationStatement": [ "New Delhi : Trayang and Jamyang Samten, 1976." ], "identifier": [ + "urn:shelfmark:*OZ+ 82-2362", "urn:bnum:10000046", - "urn:lccn:77900893", "urn:oclc:NYPG001000022-B", - "urn:undefined:NNSZ00100022", - "urn:undefined:(WaOLN)nyp0200045" + "urn:lccn:77900893", + "urn:identifier:NNSZ00100022", + "urn:identifier:(WaOLN)nyp0200045" ], "numCheckinCardItems": [ 0 @@ -12354,7 +12188,7 @@ "subjectLiteral": [ "Ngor-chen Kun-dgaʼ-bzang-po, 1382-1456.", "Tripiṭaka. -- Commentaries.", - "Sa-skya-pa lamas -- Tibet -- Biography." + "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." @@ -12363,26 +12197,20 @@ "lccClassification": [ "BG974.0727 T75" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "New Delhi" ], - "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." - ], "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." ] @@ -12410,24 +12238,14 @@ }, "_score": null, "_source": { - "uri": "i10000012", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -12438,6 +12256,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -12447,8 +12268,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OZ+ 82-2362" + "idBarcode": [ + "33433015080413" + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2362", + "urn:barcode:33433015080413" ], "identifierV2": [ { @@ -12456,41 +12281,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433015080413" + "value": "33433015080413", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OZ+ 82-2362" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433015080413" - ], - "idBarcode": [ - "33433015080413" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OZ+ 82-2362" + ], + "shelfMark_sort": "a*OZ+ 82-002362", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OZ+ 82-002362" + "uri": "i10000012" }, "sort": [ null @@ -12547,24 +12376,24 @@ "createdYear": [ 1979 ], - "type": [ - "nypl:Item" - ], "title": [ "Vocalise, op. 38, for soprano, clarinet, piano, violin, violoncello" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-79" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Routh, Francis." - ], "createdString": [ "1979" ], + "creatorLiteral": [ + "Routh, Francis." + ], "idLccn": [ "81770634" ], @@ -12574,6 +12403,9 @@ "dateStartYear": [ 1979 ], + "idOclc": [ + "NYPG001000022-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -12583,14 +12415,14 @@ "type": "nypl:Bnumber", "value": "10000047" }, - { - "type": "bf:Lccn", - "value": "81770634" - }, { "type": "nypl:Oclc", "value": "NYPG001000022-C" }, + { + "type": "bf:Lccn", + "value": "81770634" + }, { "type": "bf:Identifier", "value": "NNSZ00100572" @@ -12600,22 +12432,20 @@ "value": "(WaOLN)nyp0200046" } ], - "idOclc": [ - "NYPG001000022-C" - ], "uniformTitle": [ "Vocalise, soprano, instrumental ensemble, op. 38" ], - "updatedAt": 1689717163363, + "updatedAt": 1711329080401, "publicationStatement": [ "London, England (Arlington Park House, London W4) : Redcliffe Edition, c1979." ], "identifier": [ + "urn:shelfmark:JMG 83-79", "urn:bnum:10000047", - "urn:lccn:81770634", "urn:oclc:NYPG001000022-C", - "urn:undefined:NNSZ00100572", - "urn:undefined:(WaOLN)nyp0200046" + "urn:lccn:81770634", + "urn:identifier:NNSZ00100572", + "urn:identifier:(WaOLN)nyp0200046" ], "numCheckinCardItems": [ 0 @@ -12651,24 +12481,18 @@ "lccClassification": [ "M1613.3 .R8 op.38" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "London, England (Arlington Park House, London W4)" ], - "titleAlt": [ - "Vocalise, op. 38" - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Vocalise, op. 38" + ], "dimensions": [ "38 cm." ] @@ -12696,24 +12520,14 @@ }, "_score": null, "_source": { - "uri": "i10942044", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -12724,6 +12538,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -12733,8 +12550,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-79" + "idBarcode": [ + "33433032842233" + ], + "identifier": [ + "urn:shelfmark:JMG 83-79", + "urn:barcode:33433032842233" ], "identifierV2": [ { @@ -12742,41 +12563,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032842233" + "value": "33433032842233", + "type": "bf:Barcode" } ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-79" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032842233" - ], - "idBarcode": [ - "33433032842233" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-79" + ], + "shelfMark_sort": "aJMG 83-000079", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000079" + "uri": "i10942044" }, "sort": [ null @@ -12833,12 +12658,12 @@ "createdYear": [ 1976 ], - "type": [ - "nypl:Item" - ], "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" ], @@ -12857,6 +12682,9 @@ "dateStartYear": [ 1976 ], + "idOclc": [ + "NYPG001000023-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -12866,14 +12694,14 @@ "type": "nypl:Bnumber", "value": "10000048" }, - { - "type": "bf:Lccn", - "value": "76901012" - }, { "type": "nypl:Oclc", "value": "NYPG001000023-B" }, + { + "type": "bf:Lccn", + "value": "76901012" + }, { "type": "bf:Identifier", "value": "NNSZ00100023" @@ -12883,19 +12711,17 @@ "value": "(WaOLN)nyp0200047" } ], - "idOclc": [ - "NYPG001000023-B" - ], - "updatedAt": 1674870747963, + "updatedAt": 1711479031405, "publicationStatement": [ "Thimphu : Kunzang Topgey, 1976." ], "identifier": [ + "urn:shelfmark:*OZ+ 82-2382", "urn:bnum:10000048", - "urn:lccn:76901012", "urn:oclc:NYPG001000023-B", - "urn:undefined:NNSZ00100023", - "urn:undefined:(WaOLN)nyp0200047" + "urn:lccn:76901012", + "urn:identifier:NNSZ00100023", + "urn:identifier:(WaOLN)nyp0200047" ], "numCheckinCardItems": [ 0 @@ -12931,12 +12757,6 @@ "lccClassification": [ "BQ7695 .B55" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Thimphu" ], @@ -12973,24 +12793,14 @@ }, "_score": null, "_source": { - "uri": "i10000013", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -13001,6 +12811,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -13010,8 +12823,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OZ+ 82-2382" + "idBarcode": [ + "33433015080439" + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2382", + "urn:barcode:33433015080439" ], "identifierV2": [ { @@ -13019,41 +12836,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433015080439" + "value": "33433015080439", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OZ+ 82-2382" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433015080439" - ], - "idBarcode": [ - "33433015080439" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OZ+ 82-2382" + ], + "shelfMark_sort": "a*OZ+ 82-002382", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OZ+ 82-002382" + "uri": "i10000013" }, "sort": [ null @@ -13105,24 +12926,24 @@ "createdYear": [ 1976 ], - "type": [ - "nypl:Item" - ], "title": [ "Symphony, op. 26 : full score" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-80" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Routh, Francis." - ], "createdString": [ "1976" ], + "creatorLiteral": [ + "Routh, Francis." + ], "idLccn": [ "81770641" ], @@ -13132,6 +12953,9 @@ "dateStartYear": [ 1976 ], + "idOclc": [ + "NYPG001000023-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -13141,14 +12965,14 @@ "type": "nypl:Bnumber", "value": "10000049" }, - { - "type": "bf:Lccn", - "value": "81770641" - }, { "type": "nypl:Oclc", "value": "NYPG001000023-C" }, + { + "type": "bf:Lccn", + "value": "81770641" + }, { "type": "bf:Identifier", "value": "NNSZ00100573" @@ -13158,22 +12982,20 @@ "value": "(WaOLN)nyp0200048" } ], - "idOclc": [ - "NYPG001000023-C" - ], "uniformTitle": [ "Symphony, op. 26" ], - "updatedAt": 1689717163415, + "updatedAt": 1710995521453, "publicationStatement": [ "London (Arlington Park House, London W4 4HD) : Redcliffe Edition, c1976." ], "identifier": [ + "urn:shelfmark:JMG 83-80", "urn:bnum:10000049", - "urn:lccn:81770641", "urn:oclc:NYPG001000023-C", - "urn:undefined:NNSZ00100573", - "urn:undefined:(WaOLN)nyp0200048" + "urn:lccn:81770641", + "urn:identifier:NNSZ00100573", + "urn:identifier:(WaOLN)nyp0200048" ], "numCheckinCardItems": [ 0 @@ -13209,24 +13031,18 @@ "lccClassification": [ "M1001 .R8615 op.26" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "London (Arlington Park House, London W4 4HD)" ], - "titleAlt": [ - "Symphony, op. 26" - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Symphony, op. 26" + ], "dimensions": [ "33 cm." ] @@ -13254,24 +13070,14 @@ }, "_score": null, "_source": { - "uri": "i10942045", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -13282,6 +13088,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -13291,8 +13100,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-80" + "idBarcode": [ + "33433032842241" + ], + "identifier": [ + "urn:shelfmark:JMG 83-80", + "urn:barcode:33433032842241" ], "identifierV2": [ { @@ -13300,41 +13113,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032842241" + "value": "33433032842241", + "type": "bf:Barcode" } ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-80" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032842241" - ], - "idBarcode": [ - "33433032842241" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-80" + ], + "shelfMark_sort": "aJMG 83-000080", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000080" + "uri": "i10942045" }, "sort": [ null @@ -13372,8 +13189,9 @@ "subjectLiteral_exploded": [ "ʼBaʼ-ra-ba Rgyal-mtshan-dpal-bzaṅ, 1310?-1391?", "Bkaʼ-brgyud-pa lamas", - "Bkaʼ-brgyud-pa lamas -- Tibet", - "Bkaʼ-brgyud-pa lamas -- Tibet -- Biography", + "Bkaʼ-brgyud-pa lamas -- China", + "Bkaʼ-brgyud-pa lamas -- China -- Tibet", + "Bkaʼ-brgyud-pa lamas -- China -- Tibet -- Biography", "Spiritual life", "Spiritual life -- Buddhism" ], @@ -13395,24 +13213,24 @@ "createdYear": [ 1976 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "ʼBaʼ-ra-ba Rgyal-mtshan-dpal-bzaṅ, 1310?-1391?" - ], "createdString": [ "1976" ], + "creatorLiteral": [ + "ʼBaʼ-ra-ba Rgyal-mtshan-dpal-bzaṅ, 1310?-1391?" + ], "idLccn": [ "76901747" ], @@ -13422,6 +13240,9 @@ "dateStartYear": [ 1976 ], + "idOclc": [ + "NYPG001000024-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -13431,14 +13252,14 @@ "type": "nypl:Bnumber", "value": "10000050" }, - { - "type": "bf:Lccn", - "value": "76901747" - }, { "type": "nypl:Oclc", "value": "NYPG001000024-B" }, + { + "type": "bf:Lccn", + "value": "76901747" + }, { "type": "bf:Identifier", "value": "NNSZ00100024" @@ -13448,19 +13269,17 @@ "value": "(WaOLN)nyp0200049" } ], - "idOclc": [ - "NYPG001000024-B" - ], - "updatedAt": 1674870747963, + "updatedAt": 1711329080401, "publicationStatement": [ "New Delhi : Urgyan Dorje, 1976." ], "identifier": [ + "urn:shelfmark:*OZ+ 82-2381", "urn:bnum:10000050", - "urn:lccn:76901747", "urn:oclc:NYPG001000024-B", - "urn:undefined:NNSZ00100024", - "urn:undefined:(WaOLN)nyp0200049" + "urn:lccn:76901747", + "urn:identifier:NNSZ00100024", + "urn:identifier:(WaOLN)nyp0200049" ], "numCheckinCardItems": [ 0 @@ -13488,7 +13307,7 @@ ], "subjectLiteral": [ "ʼBaʼ-ra-ba Rgyal-mtshan-dpal-bzaṅ, 1310?-1391?", - "Bkaʼ-brgyud-pa lamas -- Tibet -- Biography.", + "Bkaʼ-brgyud-pa lamas -- China -- Tibet -- Biography.", "Spiritual life -- Buddhism." ], "titleDisplay": [ @@ -13498,12 +13317,6 @@ "lccClassification": [ "BQ942.A187 A35 1976" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "New Delhi" ], @@ -13543,24 +13356,14 @@ }, "_score": null, "_source": { - "uri": "i10000014", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -13571,6 +13374,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -13580,8 +13386,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OZ+ 82-2381" + "idBarcode": [ + "33433015080421" + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2381", + "urn:barcode:33433015080421" ], "identifierV2": [ { @@ -13589,41 +13399,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433015080421" + "value": "33433015080421", + "type": "bf:Barcode" } ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OZ+ 82-2381" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433015080421" - ], - "idBarcode": [ - "33433015080421" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OZ+ 82-2381" + ], + "shelfMark_sort": "a*OZ+ 82-002381", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OZ+ 82-002381" + "uri": "i10000014" }, "sort": [ null @@ -13675,36 +13489,39 @@ "createdYear": [ 1977 ], - "type": [ - "nypl:Item" - ], "title": [ "2 symfoni : Den forsvundne : baseret på musikken til filmen \"Den forsvundne fuldmægtig\" op. 69c, 1972" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-75" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Christiansen, Henning." - ], "createdString": [ "1977" ], + "creatorLiteral": [ + "Christiansen, Henning." + ], "idLccn": [ "78770955" ], - "seriesStatement": [ - "[Publikation] - Samfundet til udgivelse af dansk musik : 3. serie, nr. 264" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "[Publikation] - Samfundet til udgivelse af dansk musik : 3. serie, nr. 264" + ], "dateStartYear": [ 1977 ], + "idOclc": [ + "NYPG001000024-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -13714,14 +13531,14 @@ "type": "nypl:Bnumber", "value": "10000051" }, - { - "type": "bf:Lccn", - "value": "78770955" - }, { "type": "nypl:Oclc", "value": "NYPG001000024-C" }, + { + "type": "bf:Lccn", + "value": "78770955" + }, { "type": "bf:Identifier", "value": "NNSZ00100574" @@ -13731,23 +13548,21 @@ "value": "(WaOLN)nyp0200050" } ], - "idOclc": [ - "NYPG001000024-C" - ], "uniformTitle": [ "Symphony, no. 2, op. 69c", "Samfundet til udgivelse af dansk musik (Series) ; 3. ser., nr. 264." ], - "updatedAt": 1689717163974, + "updatedAt": 1710995521453, "publicationStatement": [ "København : Samfundet til udgivelse af dansk musik, 1977." ], "identifier": [ + "urn:shelfmark:JMG 83-75", "urn:bnum:10000051", - "urn:lccn:78770955", "urn:oclc:NYPG001000024-C", - "urn:undefined:NNSZ00100574", - "urn:undefined:(WaOLN)nyp0200050" + "urn:lccn:78770955", + "urn:identifier:NNSZ00100574", + "urn:identifier:(WaOLN)nyp0200050" ], "numCheckinCardItems": [ 0 @@ -13783,25 +13598,19 @@ "lccClassification": [ "M1001 .C533 op.69c" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "København" ], - "titleAlt": [ - "Symphony, no. 2, op. 69c", - "Den forsvundne." - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Symphony, no. 2, op. 69c", + "Den forsvundne." + ], "dimensions": [ "37 cm." ] @@ -13829,24 +13638,14 @@ }, "_score": null, "_source": { - "uri": "i10942046", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -13857,6 +13656,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -13866,8 +13668,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-75" + "idBarcode": [ + "33433032842191" + ], + "identifier": [ + "urn:shelfmark:JMG 83-75", + "urn:barcode:33433032842191" ], "identifierV2": [ { @@ -13875,41 +13681,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032842191" + "value": "33433032842191", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-75" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032842191" - ], - "idBarcode": [ - "33433032842191" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-75" + ], + "shelfMark_sort": "aJMG 83-000075", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000075" + "uri": "i10942046" }, "sort": [ null @@ -13923,50 +13733,5 @@ ] } }, - "statusCode": 200, - "headers": { - "date": "Mon, 11 Mar 2024 15:37:05 GMT", - "content-type": "application/json; charset=UTF-8", - "content-length": "170288", - "connection": "keep-alive", - "access-control-allow-origin": "*" - }, - "meta": { - "context": null, - "request": { - "params": { - "method": "POST", - "path": "/resources-2018-04-09/_search", - "body": "{\"from\":0,\"size\":50,\"query\":{\"bool\":{\"filter\":[{\"bool\":{\"should\":[{\"range\":{\"dateStartYear\":{\"gte\":1800}}},{\"range\":{\"dateEndYear\":{\"gte\":1800}}}]}},{\"bool\":{\"should\":[{\"nested\":{\"path\":\"items\",\"query\":{\"bool\":{\"must_not\":[{\"exists\":{\"field\":\"items.electronicLocator\"}}]}},\"inner_hits\":{\"sort\":[{\"items.enumerationChronology_sort\":\"desc\"}],\"size\":\"100\",\"from\":0,\"name\":\"items\"}}},{\"nested\":{\"path\":\"items\",\"query\":{\"exists\":{\"field\":\"items.electronicLocator\"}},\"inner_hits\":{\"name\":\"electronicResources\"}}},{\"match_all\":{}}]}}]}},\"sort\":[\"uri\"],\"_source\":{\"excludes\":[\"uris\",\"*_packed\",\"*_sort\",\"items.*_packed\",\"contentsTitle\",\"items\"]}}", - "querystring": "", - "headers": { - "user-agent": "elasticsearch-js/7.12.0 (darwin 21.6.0-x64; Node.js v18.12.1)", - "x-elastic-client-meta": "es=7.12.0,js=18.12.1,t=7.12.0,hc=18.12.1", - "content-type": "application/json", - "content-length": "638" - }, - "timeout": 30000 - }, - "options": {}, - "id": 48 - }, - "name": "elasticsearch-js", - "connection": { - "url": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "id": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "headers": {}, - "deadCount": 0, - "resurrectTimeout": 0, - "_openRequests": 0, - "status": "alive", - "roles": { - "master": true, - "data": true, - "ingest": true, - "ml": false - } - }, - "attempts": 0, - "aborted": false - } + "statusCode": 200 } \ No newline at end of file diff --git a/test/fixtures/query-4356f3bc84584e2564ddf8544411ac5b.json b/test/fixtures/query-4356f3bc84584e2564ddf8544411ac5b.json deleted file mode 100644 index d66c7da2..00000000 --- a/test/fixtures/query-4356f3bc84584e2564ddf8544411ac5b.json +++ /dev/null @@ -1,999 +0,0 @@ -{ - "body": { - "took": 502, - "timed_out": false, - "_shards": { - "total": 3, - "successful": 3, - "failed": 0 - }, - "hits": { - "total": 1, - "max_score": 50.650852, - "hits": [ - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b22144813", - "_score": 50.650852, - "_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": 1697570720189, - "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" - ], - "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" - ] - }, - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 2, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "enumerationChronology": [ - "v.1" - ], - "enumerationChronology_sort": [ - " 1-" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mall1", - "label": "Schwarzman Building - Main Reading Room 315 - Reference" - } - ], - "holdingLocation_packed": [ - "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" - ], - "idBarcode": [ - "3333333333" - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", - "urn:barcode:3333333333" - ], - "identifierV2": [ - { - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", - "type": "bf:ShelfMark" - }, - { - "value": "3333333333", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1101", - "label": "General Research Division" - } - ], - "owner_packed": [ - "orgs:1101||General Research Division" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "requestable": [ - false - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", - "status": [ - { - "id": "status:k", - "label": "Check with staff" - } - ], - "status_packed": [ - "status:k||Check with staff" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 1, - "lte": 1 - } - ], - "uri": "i37857771" - }, - "sort": [ - " 1-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "enumerationChronology": [ - "nothing" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmf2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmf2||Offsite" - ], - "idBarcode": [ - "44455533322211" - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "urn:barcode:44455533322211" - ], - "identifierV2": [ - { - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "type": "bf:ShelfMark" - }, - { - "value": "44455533322211", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1103", - "label": "Dorot Jewish Division" - } - ], - "owner_packed": [ - "orgs:1103||Dorot Jewish Division" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "requestable": [ - true - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i37857772" - }, - "sort": [ - null - ] - } - ] - } - } - } - } - ] - } - }, - "statusCode": 200, - "headers": { - "date": "Mon, 11 Mar 2024 15:37:11 GMT", - "content-type": "application/json; charset=UTF-8", - "content-length": "19778", - "connection": "keep-alive", - "access-control-allow-origin": "*" - }, - "meta": { - "context": null, - "request": { - "params": { - "method": "POST", - "path": "/resources-2018-04-09/_search", - "body": "{\"from\":0,\"size\":50,\"query\":{\"function_score\":{\"query\":{\"bool\":{\"must\":[{\"bool\":{\"should\":[{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"\\\"Q\\\\-TAG \\\\(852 8b q tag. Staff call in bib.\\\\)\\\"\",\"default_operator\":\"AND\"}},{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"\\\"\\\"Q\\\\-TAG \\\\(852 8b q tag. Staff call in bib.\\\\)\\\"\\\"\",\"default_operator\":\"AND\"}},{\"nested\":{\"path\":\"items\",\"query\":{\"query_string\":{\"fields\":[\"items.shelfMark\"],\"query\":\"\\\"Q\\\\-TAG \\\\(852 8b q tag. Staff call in bib.\\\\)\\\"\",\"default_operator\":\"AND\"}}}}]}}],\"filter\":[{\"bool\":{\"should\":[{\"nested\":{\"path\":\"items\",\"query\":{\"bool\":{\"must_not\":[{\"exists\":{\"field\":\"items.electronicLocator\"}}]}},\"inner_hits\":{\"sort\":[{\"items.enumerationChronology_sort\":\"desc\"}],\"size\":\"100\",\"from\":0,\"name\":\"items\"}}},{\"nested\":{\"path\":\"items\",\"query\":{\"exists\":{\"field\":\"items.electronicLocator\"}},\"inner_hits\":{\"name\":\"electronicResources\"}}},{\"match_all\":{}}]}}]}}}},\"min_score\":0.65,\"sort\":[\"_score\"],\"_source\":{\"excludes\":[\"uris\",\"*_packed\",\"*_sort\",\"items.*_packed\",\"contentsTitle\",\"items\"]}}", - "querystring": "", - "headers": { - "user-agent": "elasticsearch-js/7.12.0 (darwin 21.6.0-x64; Node.js v18.12.1)", - "x-elastic-client-meta": "es=7.12.0,js=18.12.1,t=7.12.0,hc=18.12.1", - "content-type": "application/json", - "content-length": "1159" - }, - "timeout": 30000 - }, - "options": {}, - "id": 62 - }, - "name": "elasticsearch-js", - "connection": { - "url": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "id": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "headers": {}, - "deadCount": 0, - "resurrectTimeout": 0, - "_openRequests": 0, - "status": "alive", - "roles": { - "master": true, - "data": true, - "ingest": true, - "ml": false - } - }, - "attempts": 0, - "aborted": false - } -} \ No newline at end of file diff --git a/test/fixtures/query-b7376b6a73076f225ec5c02b314cb34d.json b/test/fixtures/query-4a274e785d57c96cbae17cfe58b9e40e.json similarity index 93% rename from test/fixtures/query-b7376b6a73076f225ec5c02b314cb34d.json rename to test/fixtures/query-4a274e785d57c96cbae17cfe58b9e40e.json index f220cf85..9e25e3a5 100644 --- a/test/fixtures/query-b7376b6a73076f225ec5c02b314cb34d.json +++ b/test/fixtures/query-4a274e785d57c96cbae17cfe58b9e40e.json @@ -1,6 +1,6 @@ { "body": { - "took": 60, + "took": 169, "timed_out": false, "_shards": { "total": 3, @@ -9,13 +9,13 @@ }, "hits": { "total": 1, - "max_score": 15.442222, + "max_score": 14.980092, "hits": [ { "_index": "resources-2018-04-09", "_type": "resource", "_id": "b22144813", - "_score": 15.442222, + "_score": 14.980092, "_source": { "extent": [ "1234, [1] pages, x leaves : illustrations ;", @@ -154,7 +154,7 @@ "formerTitle": [ "Former title -- 247 00" ], - "updatedAt": 1697570720189, + "updatedAt": 1711656889146, "publicationStatement": [ "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", @@ -950,50 +950,5 @@ ] } }, - "statusCode": 200, - "headers": { - "date": "Mon, 11 Mar 2024 15:37:10 GMT", - "content-type": "application/json; charset=UTF-8", - "content-length": "19777", - "connection": "keep-alive", - "access-control-allow-origin": "*" - }, - "meta": { - "context": null, - "request": { - "params": { - "method": "POST", - "path": "/resources-2018-04-09/_search", - "body": "{\"from\":0,\"size\":50,\"query\":{\"function_score\":{\"query\":{\"bool\":{\"must\":[{\"bool\":{\"should\":[{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"44455533322211\",\"default_operator\":\"AND\"}},{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"\\\"44455533322211\\\"\",\"default_operator\":\"AND\"}},{\"nested\":{\"path\":\"items\",\"query\":{\"query_string\":{\"fields\":[\"items.shelfMark\",\"items.idBarcode\"],\"query\":\"44455533322211\",\"default_operator\":\"AND\"}}}}]}}],\"filter\":[{\"bool\":{\"should\":[{\"nested\":{\"path\":\"items\",\"query\":{\"bool\":{\"must_not\":[{\"exists\":{\"field\":\"items.electronicLocator\"}}]}},\"inner_hits\":{\"sort\":[{\"items.enumerationChronology_sort\":\"desc\"}],\"size\":\"100\",\"from\":0,\"name\":\"items\"}}},{\"nested\":{\"path\":\"items\",\"query\":{\"exists\":{\"field\":\"items.electronicLocator\"}},\"inner_hits\":{\"name\":\"electronicResources\"}}},{\"match_all\":{}}]}}]}}}},\"min_score\":0.65,\"sort\":[\"_score\"],\"_source\":{\"excludes\":[\"uris\",\"*_packed\",\"*_sort\",\"items.*_packed\",\"contentsTitle\",\"items\"]}}", - "querystring": "", - "headers": { - "user-agent": "elasticsearch-js/7.12.0 (darwin 21.6.0-x64; Node.js v18.12.1)", - "x-elastic-client-meta": "es=7.12.0,js=18.12.1,t=7.12.0,hc=18.12.1", - "content-type": "application/json", - "content-length": "1066" - }, - "timeout": 30000 - }, - "options": {}, - "id": 60 - }, - "name": "elasticsearch-js", - "connection": { - "url": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "id": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "headers": {}, - "deadCount": 0, - "resurrectTimeout": 0, - "_openRequests": 0, - "status": "alive", - "roles": { - "master": true, - "data": true, - "ingest": true, - "ml": false - } - }, - "attempts": 0, - "aborted": false - } + "statusCode": 200 } \ No newline at end of file diff --git a/test/fixtures/query-6fa83483f91c71a2a4b98ac73c958162.json b/test/fixtures/query-4f1a7963bbbfe1fea27a98641b2b4849.json similarity index 92% rename from test/fixtures/query-6fa83483f91c71a2a4b98ac73c958162.json rename to test/fixtures/query-4f1a7963bbbfe1fea27a98641b2b4849.json index 9e5f3002..06318a89 100644 --- a/test/fixtures/query-6fa83483f91c71a2a4b98ac73c958162.json +++ b/test/fixtures/query-4f1a7963bbbfe1fea27a98641b2b4849.json @@ -1,6 +1,6 @@ { "body": { - "took": 12, + "took": 161, "timed_out": false, "_shards": { "total": 3, @@ -9,13 +9,13 @@ }, "hits": { "total": 1, - "max_score": 15.006381, + "max_score": 14.980111, "hits": [ { "_index": "resources-2018-04-09", "_type": "resource", "_id": "b22144813", - "_score": 15.006381, + "_score": 14.980111, "_source": { "extent": [ "1234, [1] pages, x leaves : illustrations ;", @@ -154,7 +154,7 @@ "formerTitle": [ "Former title -- 247 00" ], - "updatedAt": 1697570720189, + "updatedAt": 1711656889146, "publicationStatement": [ "[s.l.] : Specious Publ. [prev.pub.-- 260.2b], 2001. ", "Long Island CIty, N.Y. : CopyCat pub. co. -- 260 bb, 2011.", @@ -950,50 +950,5 @@ ] } }, - "statusCode": 200, - "headers": { - "date": "Mon, 11 Mar 2024 15:37:11 GMT", - "content-type": "application/json; charset=UTF-8", - "content-length": "19777", - "connection": "keep-alive", - "access-control-allow-origin": "*" - }, - "meta": { - "context": null, - "request": { - "params": { - "method": "POST", - "path": "/resources-2018-04-09/_search", - "body": "{\"from\":0,\"size\":50,\"query\":{\"function_score\":{\"query\":{\"bool\":{\"must\":[{\"bool\":{\"should\":[{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"\\\"ISSN \\\\-\\\\- 022\\\"\",\"default_operator\":\"AND\"}},{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"\\\"\\\"ISSN \\\\-\\\\- 022\\\"\\\"\",\"default_operator\":\"AND\"}},{\"nested\":{\"path\":\"items\",\"query\":{\"query_string\":{\"fields\":[\"items.shelfMark\"],\"query\":\"\\\"ISSN \\\\-\\\\- 022\\\"\",\"default_operator\":\"AND\"}}}}]}}],\"filter\":[{\"bool\":{\"should\":[{\"nested\":{\"path\":\"items\",\"query\":{\"bool\":{\"must_not\":[{\"exists\":{\"field\":\"items.electronicLocator\"}}]}},\"inner_hits\":{\"sort\":[{\"items.enumerationChronology_sort\":\"desc\"}],\"size\":\"100\",\"from\":0,\"name\":\"items\"}}},{\"nested\":{\"path\":\"items\",\"query\":{\"exists\":{\"field\":\"items.electronicLocator\"}},\"inner_hits\":{\"name\":\"electronicResources\"}}},{\"match_all\":{}}]}}]}}}},\"min_score\":0.65,\"sort\":[\"_score\"],\"_source\":{\"excludes\":[\"uris\",\"*_packed\",\"*_sort\",\"items.*_packed\",\"contentsTitle\",\"items\"]}}", - "querystring": "", - "headers": { - "user-agent": "elasticsearch-js/7.12.0 (darwin 21.6.0-x64; Node.js v18.12.1)", - "x-elastic-client-meta": "es=7.12.0,js=18.12.1,t=7.12.0,hc=18.12.1", - "content-type": "application/json", - "content-length": "1063" - }, - "timeout": 30000 - }, - "options": {}, - "id": 63 - }, - "name": "elasticsearch-js", - "connection": { - "url": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "id": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "headers": {}, - "deadCount": 0, - "resurrectTimeout": 0, - "_openRequests": 0, - "status": "alive", - "roles": { - "master": true, - "data": true, - "ingest": true, - "ml": false - } - }, - "attempts": 0, - "aborted": false - } + "statusCode": 200 } \ No newline at end of file diff --git a/test/fixtures/query-52a176a516835538d3a8131a02c15113.json b/test/fixtures/query-52a176a516835538d3a8131a02c15113.json deleted file mode 100644 index ddc3dec7..00000000 --- a/test/fixtures/query-52a176a516835538d3a8131a02c15113.json +++ /dev/null @@ -1,999 +0,0 @@ -{ - "body": { - "took": 249, - "timed_out": false, - "_shards": { - "total": 3, - "successful": 3, - "failed": 0 - }, - "hits": { - "total": 1, - "max_score": 15.007645, - "hits": [ - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b22144813", - "_score": 15.007645, - "_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": 1697570720189, - "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" - ], - "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" - ] - }, - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 2, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "enumerationChronology": [ - "v.1" - ], - "enumerationChronology_sort": [ - " 1-" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mall1", - "label": "Schwarzman Building - Main Reading Room 315 - Reference" - } - ], - "holdingLocation_packed": [ - "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" - ], - "idBarcode": [ - "3333333333" - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", - "urn:barcode:3333333333" - ], - "identifierV2": [ - { - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", - "type": "bf:ShelfMark" - }, - { - "value": "3333333333", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1101", - "label": "General Research Division" - } - ], - "owner_packed": [ - "orgs:1101||General Research Division" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "requestable": [ - false - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", - "status": [ - { - "id": "status:k", - "label": "Check with staff" - } - ], - "status_packed": [ - "status:k||Check with staff" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 1, - "lte": 1 - } - ], - "uri": "i37857771" - }, - "sort": [ - " 1-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "enumerationChronology": [ - "nothing" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmf2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmf2||Offsite" - ], - "idBarcode": [ - "44455533322211" - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "urn:barcode:44455533322211" - ], - "identifierV2": [ - { - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "type": "bf:ShelfMark" - }, - { - "value": "44455533322211", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1103", - "label": "Dorot Jewish Division" - } - ], - "owner_packed": [ - "orgs:1103||Dorot Jewish Division" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "requestable": [ - true - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i37857772" - }, - "sort": [ - null - ] - } - ] - } - } - } - } - ] - } - }, - "statusCode": 200, - "headers": { - "date": "Mon, 11 Mar 2024 15:37:11 GMT", - "content-type": "application/json; charset=UTF-8", - "content-length": "19778", - "connection": "keep-alive", - "access-control-allow-origin": "*" - }, - "meta": { - "context": null, - "request": { - "params": { - "method": "POST", - "path": "/resources-2018-04-09/_search", - "body": "{\"from\":0,\"size\":50,\"query\":{\"function_score\":{\"query\":{\"bool\":{\"must\":[{\"bool\":{\"should\":[{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"\\\"GPO Item number. \\\\-\\\\- 074\\\"\",\"default_operator\":\"AND\"}},{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"\\\"\\\"GPO Item number. \\\\-\\\\- 074\\\"\\\"\",\"default_operator\":\"AND\"}},{\"nested\":{\"path\":\"items\",\"query\":{\"query_string\":{\"fields\":[\"items.shelfMark\"],\"query\":\"\\\"GPO Item number. \\\\-\\\\- 074\\\"\",\"default_operator\":\"AND\"}}}}]}}],\"filter\":[{\"bool\":{\"should\":[{\"nested\":{\"path\":\"items\",\"query\":{\"bool\":{\"must_not\":[{\"exists\":{\"field\":\"items.electronicLocator\"}}]}},\"inner_hits\":{\"sort\":[{\"items.enumerationChronology_sort\":\"desc\"}],\"size\":\"100\",\"from\":0,\"name\":\"items\"}}},{\"nested\":{\"path\":\"items\",\"query\":{\"exists\":{\"field\":\"items.electronicLocator\"}},\"inner_hits\":{\"name\":\"electronicResources\"}}},{\"match_all\":{}}]}}]}}}},\"min_score\":0.65,\"sort\":[\"_score\"],\"_source\":{\"excludes\":[\"uris\",\"*_packed\",\"*_sort\",\"items.*_packed\",\"contentsTitle\",\"items\"]}}", - "querystring": "", - "headers": { - "user-agent": "elasticsearch-js/7.12.0 (darwin 21.6.0-x64; Node.js v18.12.1)", - "x-elastic-client-meta": "es=7.12.0,js=18.12.1,t=7.12.0,hc=18.12.1", - "content-type": "application/json", - "content-length": "1099" - }, - "timeout": 30000 - }, - "options": {}, - "id": 66 - }, - "name": "elasticsearch-js", - "connection": { - "url": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "id": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "headers": {}, - "deadCount": 0, - "resurrectTimeout": 0, - "_openRequests": 0, - "status": "alive", - "roles": { - "master": true, - "data": true, - "ingest": true, - "ml": false - } - }, - "attempts": 0, - "aborted": false - } -} \ No newline at end of file diff --git a/test/fixtures/query-8f3c5260ceb02bb81bc94e262266c822.json b/test/fixtures/query-55743186e9f80f68392ba34c4201c2d3.json similarity index 75% rename from test/fixtures/query-8f3c5260ceb02bb81bc94e262266c822.json rename to test/fixtures/query-55743186e9f80f68392ba34c4201c2d3.json index ce4259b7..dc8cc77f 100644 --- a/test/fixtures/query-8f3c5260ceb02bb81bc94e262266c822.json +++ b/test/fixtures/query-55743186e9f80f68392ba34c4201c2d3.json @@ -1,6 +1,6 @@ { "body": { - "took": 1216, + "took": 1093, "timed_out": false, "_shards": { "total": 3, @@ -8,7 +8,7 @@ "failed": 0 }, "hits": { - "total": 20014165, + "total": 19657399, "max_score": null, "hits": [ { @@ -48,36 +48,39 @@ "createdYear": [ 1967 ], - "type": [ - "nypl:Item" - ], "title": [ "Dīwān Muḥammad al-ʻĪd Muḥammad ʻAlī Khalīfah." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFA 82-5137" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Khalīfah, Muḥammad al-ʻĪd, 1904-1979." - ], "createdString": [ "1967" ], + "creatorLiteral": [ + "Khalīfah, Muḥammad al-ʻĪd, 1904-1979." + ], "idLccn": [ "75960366" ], - "seriesStatement": [ - "Manshūrāt Wizārat al-Tarbiyah al-Waṭanīyah bi-al-Jazāʼir; 1" - ], "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", @@ -87,14 +90,14 @@ "type": "nypl:Bnumber", "value": "10000103" }, - { - "type": "bf:Lccn", - "value": "75960366" - }, { "type": "nypl:Oclc", "value": "NYPG001000051-B" }, + { + "type": "bf:Lccn", + "value": "75960366" + }, { "type": "bf:Identifier", "value": "NNSZ00100051" @@ -104,19 +107,17 @@ "value": "(WaOLN)nyp0200102" } ], - "idOclc": [ - "NYPG001000051-B" - ], - "updatedAt": 1674870755402, + "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:lccn:75960366", "urn:oclc:NYPG001000051-B", - "urn:undefined:NNSZ00100051", - "urn:undefined:(WaOLN)nyp0200102" + "urn:lccn:75960366", + "urn:identifier:NNSZ00100051", + "urn:identifier:(WaOLN)nyp0200102" ], "numCheckinCardItems": [ 0 @@ -149,12 +150,6 @@ "lccClassification": [ "PJ7842.H2937 A17 1967" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[al-Jazāʼir]" ], @@ -191,24 +186,14 @@ }, "_score": null, "_source": { - "uri": "i10000042", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -219,6 +204,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -228,8 +216,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFA 82-5137" + "idBarcode": [ + "33433002000671" + ], + "identifier": [ + "urn:shelfmark:*OFA 82-5137", + "urn:barcode:33433002000671" ], "identifierV2": [ { @@ -237,41 +229,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433002000671" + "value": "33433002000671", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFA 82-5137" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433002000671" - ], - "idBarcode": [ - "33433002000671" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFA 82-5137" + ], + "shelfMark_sort": "a*OFA 82-005137", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFA 82-005137" + "uri": "i10000042" }, "sort": [ null @@ -285,50 +281,5 @@ ] } }, - "statusCode": 200, - "headers": { - "date": "Mon, 11 Mar 2024 15:37:01 GMT", - "content-type": "application/json; charset=UTF-8", - "content-length": "3324", - "connection": "keep-alive", - "access-control-allow-origin": "*" - }, - "meta": { - "context": null, - "request": { - "params": { - "method": "POST", - "path": "/resources-2018-04-09/_search", - "body": "{\"from\":100,\"size\":1,\"sort\":[\"uri\"],\"_source\":{\"excludes\":[\"uris\",\"*_packed\",\"*_sort\",\"items.*_packed\",\"contentsTitle\",\"items\"]},\"query\":{\"bool\":{\"filter\":[{\"bool\":{\"should\":[{\"nested\":{\"path\":\"items\",\"query\":{\"bool\":{\"must_not\":[{\"exists\":{\"field\":\"items.electronicLocator\"}}]}},\"inner_hits\":{\"sort\":[{\"items.enumerationChronology_sort\":\"desc\"}],\"size\":\"100\",\"from\":0,\"name\":\"items\"}}},{\"nested\":{\"path\":\"items\",\"query\":{\"exists\":{\"field\":\"items.electronicLocator\"}},\"inner_hits\":{\"name\":\"electronicResources\"}}},{\"match_all\":{}}]}}]}}}", - "querystring": "", - "headers": { - "user-agent": "elasticsearch-js/7.12.0 (darwin 21.6.0-x64; Node.js v18.12.1)", - "x-elastic-client-meta": "es=7.12.0,js=18.12.1,t=7.12.0,hc=18.12.1", - "content-type": "application/json", - "content-length": "537" - }, - "timeout": 30000 - }, - "options": {}, - "id": 42 - }, - "name": "elasticsearch-js", - "connection": { - "url": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "id": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "headers": {}, - "deadCount": 0, - "resurrectTimeout": 0, - "_openRequests": 0, - "status": "alive", - "roles": { - "master": true, - "data": true, - "ingest": true, - "ml": false - } - }, - "attempts": 0, - "aborted": false - } + "statusCode": 200 } \ No newline at end of file diff --git a/test/fixtures/query-5fd8a7bc95ea9e9ad14fe9b45e2b1561.json b/test/fixtures/query-5fd8a7bc95ea9e9ad14fe9b45e2b1561.json deleted file mode 100644 index 8ead41ec..00000000 --- a/test/fixtures/query-5fd8a7bc95ea9e9ad14fe9b45e2b1561.json +++ /dev/null @@ -1,16741 +0,0 @@ -{ - "body": { - "took": 296, - "timed_out": false, - "_shards": { - "total": 3, - "successful": 3, - "failed": 0 - }, - "hits": { - "total": 5, - "max_score": 54.71482, - "hits": [ - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b11826883", - "_score": 54.71482, - "_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": 1704592887021, - "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." - ] - }, - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 70, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2023", - "lte": "2023" - } - ], - "dueDate": [ - "2024-04-05" - ], - "enumerationChronology": [ - "v. 59 (2023)" - ], - "enumerationChronology_sort": [ - " 59-2023" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433076530082" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 59 (2023)", - "urn:barcode:33433076530082" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 59 (2023)", - "type": "bf:ShelfMark" - }, - { - "value": "33433076530082", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-18" - ], - "requestable": [ - false - ], - "shelfMark": [ - "JQL 08-18 v. 59 (2023)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000059 (2023)", - "status": [ - { - "id": "status:co", - "label": "Loaned" - } - ], - "status_packed": [ - "status:co||Loaned" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 59, - "lte": 59 - } - ], - "uri": "i40673104" - }, - "sort": [ - " 59-2023" - ] - }, - { - "_nested": { - "field": "items", - "offset": 69 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2022-01-01", - "lte": "2022-01-01" - } - ], - "enumerationChronology": [ - "No. 58 (2022)" - ], - "enumerationChronology_sort": [ - " 58-2022-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-18", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-18" - ], - "shelfMark_sort": "aJQL 08-000018", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1066822-0", - "volumeRange": [ - { - "gte": 58, - "lte": 58 - } - ], - "volumeRaw": [ - "No. 58" - ] - }, - "sort": [ - " 58-2022-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2022", - "lte": "2022" - } - ], - "enumerationChronology": [ - "v. 58 (2022)" - ], - "enumerationChronology_sort": [ - " 58-2022" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433076543143" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 58 (2022)", - "urn:barcode:33433076543143" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 58 (2022)", - "type": "bf:ShelfMark" - }, - { - "value": "33433076543143", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-18" - ], - "recapCustomerCode": [ - "NA" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-18 v. 58 (2022)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000058 (2022)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 58, - "lte": 58 - } - ], - "uri": "i39962833" - }, - "sort": [ - " 58-2022" - ] - }, - { - "_nested": { - "field": "items", - "offset": 68 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2021-01-01", - "lte": "2021-01-01" - } - ], - "enumerationChronology": [ - "No. 57 (2021)" - ], - "enumerationChronology_sort": [ - " 57-2021-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-18", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-18" - ], - "shelfMark_sort": "aJQL 08-000018", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1066822-1", - "volumeRange": [ - { - "gte": 57, - "lte": 57 - } - ], - "volumeRaw": [ - "No. 57" - ] - }, - "sort": [ - " 57-2021-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 2 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2021", - "lte": "2021" - } - ], - "enumerationChronology": [ - "v. 57 (2021)" - ], - "enumerationChronology_sort": [ - " 57-2021" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433072299997" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 57 (2021)", - "urn:barcode:33433072299997" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 57 (2021)", - "type": "bf:ShelfMark" - }, - { - "value": "33433072299997", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-18" - ], - "recapCustomerCode": [ - "NA" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-18 v. 57 (2021)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000057 (2021)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 57, - "lte": 57 - } - ], - "uri": "i39175596" - }, - "sort": [ - " 57-2021" - ] - }, - { - "_nested": { - "field": "items", - "offset": 67 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2020-01-01", - "lte": "2020-01-01" - } - ], - "enumerationChronology": [ - "No. 56 (2020)" - ], - "enumerationChronology_sort": [ - " 56-2020-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-18", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-18" - ], - "shelfMark_sort": "aJQL 08-000018", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1066822-2", - "volumeRange": [ - { - "gte": 56, - "lte": 56 - } - ], - "volumeRaw": [ - "No. 56" - ] - }, - "sort": [ - " 56-2020-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 3 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2020", - "lte": "2020" - } - ], - "enumerationChronology": [ - "v. 56 (2020)" - ], - "enumerationChronology_sort": [ - " 56-2020" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433076529019" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 56 (2020)", - "urn:barcode:33433076529019" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 56 (2020)", - "type": "bf:ShelfMark" - }, - { - "value": "33433076529019", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-18" - ], - "recapCustomerCode": [ - "NA" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-18 v. 56 (2020)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000056 (2020)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 56, - "lte": 56 - } - ], - "uri": "i38877467" - }, - "sort": [ - " 56-2020" - ] - }, - { - "_nested": { - "field": "items", - "offset": 66 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2019-01-01", - "lte": "2019-01-01" - } - ], - "enumerationChronology": [ - "No. 55 (2019)" - ], - "enumerationChronology_sort": [ - " 55-2019-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-18", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-18" - ], - "shelfMark_sort": "aJQL 08-000018", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1066822-3", - "volumeRange": [ - { - "gte": 55, - "lte": 55 - } - ], - "volumeRaw": [ - "No. 55" - ] - }, - "sort": [ - " 55-2019-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 4 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2019", - "lte": "2019" - } - ], - "enumerationChronology": [ - "v. 55 (2019)" - ], - "enumerationChronology_sort": [ - " 55-2019" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433076528763" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 55 (2019)", - "urn:barcode:33433076528763" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 55 (2019)", - "type": "bf:ShelfMark" - }, - { - "value": "33433076528763", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-18" - ], - "recapCustomerCode": [ - "NA" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-18 v. 55 (2019)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000055 (2019)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 55, - "lte": 55 - } - ], - "uri": "i38877461" - }, - "sort": [ - " 55-2019" - ] - }, - { - "_nested": { - "field": "items", - "offset": 65 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2018-01-01", - "lte": "2018-01-01" - } - ], - "enumerationChronology": [ - "No. 54 (2018)" - ], - "enumerationChronology_sort": [ - " 54-2018-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-18", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-18" - ], - "shelfMark_sort": "aJQL 08-000018", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1066822-4", - "volumeRange": [ - { - "gte": 54, - "lte": 54 - } - ], - "volumeRaw": [ - "No. 54" - ] - }, - "sort": [ - " 54-2018-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 5 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2018", - "lte": "2018" - } - ], - "enumerationChronology": [ - "v. 54 (2018)" - ], - "enumerationChronology_sort": [ - " 54-2018" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433083531677" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 54 (2018)", - "urn:barcode:33433083531677" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 54 (2018)", - "type": "bf:ShelfMark" - }, - { - "value": "33433083531677", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-18" - ], - "recapCustomerCode": [ - "NA" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-18 v. 54 (2018)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000054 (2018)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 54, - "lte": 54 - } - ], - "uri": "i16753906" - }, - "sort": [ - " 54-2018" - ] - }, - { - "_nested": { - "field": "items", - "offset": 64 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2017-01-01", - "lte": "2017-01-01" - } - ], - "enumerationChronology": [ - "No. 53 (2017)" - ], - "enumerationChronology_sort": [ - " 53-2017-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-18", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-18" - ], - "shelfMark_sort": "aJQL 08-000018", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1066822-5", - "volumeRange": [ - { - "gte": 53, - "lte": 53 - } - ], - "volumeRaw": [ - "No. 53" - ] - }, - "sort": [ - " 53-2017-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 6 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2017", - "lte": "2017" - } - ], - "enumerationChronology": [ - "v. 53 (2017)" - ], - "enumerationChronology_sort": [ - " 53-2017" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433086720046" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 53 (2017)", - "urn:barcode:33433086720046" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 53 (2017)", - "type": "bf:ShelfMark" - }, - { - "value": "33433086720046", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-18" - ], - "recapCustomerCode": [ - "NA" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-18 v. 53 (2017)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000053 (2017)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 53, - "lte": 53 - } - ], - "uri": "i36041027" - }, - "sort": [ - " 53-2017" - ] - }, - { - "_nested": { - "field": "items", - "offset": 40 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2016-01-01", - "lte": "2016-01-01" - } - ], - "enumerationChronology": [ - "No. 52 (2016)" - ], - "enumerationChronology_sort": [ - " 52-2016-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-18", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-18" - ], - "shelfMark_sort": "aJQL 08-000018", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1066822-29", - "volumeRange": [ - { - "gte": 52, - "lte": 52 - } - ], - "volumeRaw": [ - "No. 52" - ] - }, - "sort": [ - " 52-2016-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 39 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2015-01-01", - "lte": "2015-01-01" - } - ], - "enumerationChronology": [ - "No. 51 (2015)" - ], - "enumerationChronology_sort": [ - " 51-2015-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-18", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-18" - ], - "shelfMark_sort": "aJQL 08-000018", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1066822-30", - "volumeRange": [ - { - "gte": 51, - "lte": 51 - } - ], - "volumeRaw": [ - "No. 51" - ] - }, - "sort": [ - " 51-2015-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 7 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2015", - "lte": "2015" - } - ], - "enumerationChronology": [ - "v. 51 (2015)" - ], - "enumerationChronology_sort": [ - " 51-2015" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433069825366" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 51 (2015)", - "urn:barcode:33433069825366" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 51 (2015)", - "type": "bf:ShelfMark" - }, - { - "value": "33433069825366", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-18" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-18 v. 51 (2015)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000051 (2015)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 51, - "lte": 51 - } - ], - "uri": "i33587281" - }, - "sort": [ - " 51-2015" - ] - }, - { - "_nested": { - "field": "items", - "offset": 41 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2014-01-01", - "lte": "2014-01-01" - } - ], - "enumerationChronology": [ - "No. 50 (2014)" - ], - "enumerationChronology_sort": [ - " 50-2014-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-18", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-18" - ], - "shelfMark_sort": "aJQL 08-000018", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1066822-28", - "volumeRange": [ - { - "gte": 50, - "lte": 50 - } - ], - "volumeRaw": [ - "No. 50" - ] - }, - "sort": [ - " 50-2014-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 8 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2014", - "lte": "2014" - } - ], - "enumerationChronology": [ - "v. 50 (2014)" - ], - "enumerationChronology_sort": [ - " 50-2014" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433112607373" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 50 (2014)", - "urn:barcode:33433112607373" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 50 (2014)", - "type": "bf:ShelfMark" - }, - { - "value": "33433112607373", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-18" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-18 v. 50 (2014)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000050 (2014)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 50, - "lte": 50 - } - ], - "uri": "i32204255" - }, - "sort": [ - " 50-2014" - ] - }, - { - "_nested": { - "field": "items", - "offset": 42 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2013-01-01", - "lte": "2013-01-01" - } - ], - "enumerationChronology": [ - "No. 49 (2013)" - ], - "enumerationChronology_sort": [ - " 49-2013-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-18", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-18" - ], - "shelfMark_sort": "aJQL 08-000018", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1066822-27", - "volumeRange": [ - { - "gte": 49, - "lte": 49 - } - ], - "volumeRaw": [ - "No. 49" - ] - }, - "sort": [ - " 49-2013-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 9 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2013", - "lte": "2013" - } - ], - "enumerationChronology": [ - "v. 49 (2013)" - ], - "enumerationChronology_sort": [ - " 49-2013" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433101062549" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 49 (2013)", - "urn:barcode:33433101062549" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 49 (2013)", - "type": "bf:ShelfMark" - }, - { - "value": "33433101062549", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-18" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-18 v. 49 (2013)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000049 (2013)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 49, - "lte": 49 - } - ], - "uri": "i31146937" - }, - "sort": [ - " 49-2013" - ] - }, - { - "_nested": { - "field": "items", - "offset": 44 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2012-01-01", - "lte": "2012-01-01" - } - ], - "enumerationChronology": [ - "No. 48 (2012)" - ], - "enumerationChronology_sort": [ - " 48-2012-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-18", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-18" - ], - "shelfMark_sort": "aJQL 08-000018", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1066822-25", - "volumeRange": [ - { - "gte": 48, - "lte": 48 - } - ], - "volumeRaw": [ - "No. 48" - ] - }, - "sort": [ - " 48-2012-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 10 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2012", - "lte": "2012" - } - ], - "enumerationChronology": [ - "v. 48 (2012)" - ], - "enumerationChronology_sort": [ - " 48-2012" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433101084204" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 48 (2012)", - "urn:barcode:33433101084204" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 48 (2012)", - "type": "bf:ShelfMark" - }, - { - "value": "33433101084204", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-18" - ], - "recapCustomerCode": [ - "NA" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-18 v. 48 (2012)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000048 (2012)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 48, - "lte": 48 - } - ], - "uri": "i30011841" - }, - "sort": [ - " 48-2012" - ] - }, - { - "_nested": { - "field": "items", - "offset": 45 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2011-01-01", - "lte": "2011-01-01" - } - ], - "enumerationChronology": [ - "No. 47 (2011)" - ], - "enumerationChronology_sort": [ - " 47-2011-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-18", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-18" - ], - "shelfMark_sort": "aJQL 08-000018", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1066822-24", - "volumeRange": [ - { - "gte": 47, - "lte": 47 - } - ], - "volumeRaw": [ - "No. 47" - ] - }, - "sort": [ - " 47-2011-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 11 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2011", - "lte": "2011" - } - ], - "enumerationChronology": [ - "v. 47 (2011)" - ], - "enumerationChronology_sort": [ - " 47-2011" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab92", - "label": "Schwarzman Building M2 - Art and Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab92||Schwarzman Building M2 - Art and Architecture Room 300" - ], - "idBarcode": [ - "33433101072555" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 47 (2011)", - "urn:barcode:33433101072555" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 47 (2011)", - "type": "bf:ShelfMark" - }, - { - "value": "33433101072555", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "JQL 08-18" - ], - "requestable": [ - false - ], - "shelfMark": [ - "JQL 08-18 v. 47 (2011)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000047 (2011)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 47, - "lte": 47 - } - ], - "uri": "i28878768" - }, - "sort": [ - " 47-2011" - ] - }, - { - "_nested": { - "field": "items", - "offset": 46 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2010-01-01", - "lte": "2010-01-01" - } - ], - "enumerationChronology": [ - "No. 46 (2010)" - ], - "enumerationChronology_sort": [ - " 46-2010-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-18", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-18" - ], - "shelfMark_sort": "aJQL 08-000018", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1066822-23", - "volumeRange": [ - { - "gte": 46, - "lte": 46 - } - ], - "volumeRaw": [ - "No. 46" - ] - }, - "sort": [ - " 46-2010-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 12 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2010", - "lte": "2010" - } - ], - "enumerationChronology": [ - "v. 46 (2010)" - ], - "enumerationChronology_sort": [ - " 46-2010" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433088832484" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 46 (2010)", - "urn:barcode:33433088832484" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 46 (2010)", - "type": "bf:ShelfMark" - }, - { - "value": "33433088832484", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-18" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-18 v. 46 (2010)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000046 (2010)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 46, - "lte": 46 - } - ], - "uri": "i26216680" - }, - "sort": [ - " 46-2010" - ] - }, - { - "_nested": { - "field": "items", - "offset": 47 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2009-01-01", - "lte": "2009-01-01" - } - ], - "enumerationChronology": [ - "No. 45 (2009)" - ], - "enumerationChronology_sort": [ - " 45-2009-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-18", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-18" - ], - "shelfMark_sort": "aJQL 08-000018", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1066822-22", - "volumeRange": [ - { - "gte": 45, - "lte": 45 - } - ], - "volumeRaw": [ - "No. 45" - ] - }, - "sort": [ - " 45-2009-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 48 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2008-01-01", - "lte": "2008-01-01" - } - ], - "enumerationChronology": [ - "No. 44 (2008)" - ], - "enumerationChronology_sort": [ - " 44-2008-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-18", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-18" - ], - "shelfMark_sort": "aJQL 08-000018", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1066822-21", - "volumeRange": [ - { - "gte": 44, - "lte": 44 - } - ], - "volumeRaw": [ - "No. 44" - ] - }, - "sort": [ - " 44-2008-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 13 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2008", - "lte": "2009" - } - ], - "enumerationChronology": [ - "v. 44-45 (2008-2009)" - ], - "enumerationChronology_sort": [ - " 44-2008" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab92", - "label": "Schwarzman Building M2 - Art and Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab92||Schwarzman Building M2 - Art and Architecture Room 300" - ], - "idBarcode": [ - "33433084525736" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 44-45 (2008-2009)", - "urn:barcode:33433084525736" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 44-45 (2008-2009)", - "type": "bf:ShelfMark" - }, - { - "value": "33433084525736", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "JQL 08-18" - ], - "requestable": [ - false - ], - "shelfMark": [ - "JQL 08-18 v. 44-45 (2008-2009)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000044-45 (2008-2009)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 44, - "lte": 45 - } - ], - "uri": "i29627803" - }, - "sort": [ - " 44-2008" - ] - }, - { - "_nested": { - "field": "items", - "offset": 49 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2007-01-01", - "lte": "2007-01-01" - } - ], - "enumerationChronology": [ - "No. 43 (2007)" - ], - "enumerationChronology_sort": [ - " 43-2007-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-18", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-18" - ], - "shelfMark_sort": "aJQL 08-000018", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1066822-20", - "volumeRange": [ - { - "gte": 43, - "lte": 43 - } - ], - "volumeRaw": [ - "No. 43" - ] - }, - "sort": [ - " 43-2007-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 50 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2006-01-01", - "lte": "2006-01-01" - } - ], - "enumerationChronology": [ - "No. 42 (2006)" - ], - "enumerationChronology_sort": [ - " 42-2006-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-18", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-18" - ], - "shelfMark_sort": "aJQL 08-000018", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1066822-19", - "volumeRange": [ - { - "gte": 42, - "lte": 42 - } - ], - "volumeRaw": [ - "No. 42" - ] - }, - "sort": [ - " 42-2006-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 14 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2006", - "lte": "2007" - } - ], - "enumerationChronology": [ - "v. 42-43 (2006-2007)" - ], - "enumerationChronology_sort": [ - " 42-2006" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab92", - "label": "Schwarzman Building M2 - Art and Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab92||Schwarzman Building M2 - Art and Architecture Room 300" - ], - "idBarcode": [ - "33433102440397" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 42-43 (2006-2007)", - "urn:barcode:33433102440397" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 42-43 (2006-2007)", - "type": "bf:ShelfMark" - }, - { - "value": "33433102440397", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "JQL 08-18" - ], - "requestable": [ - false - ], - "shelfMark": [ - "JQL 08-18 v. 42-43 (2006-2007)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000042-43 (2006-2007)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 42, - "lte": 43 - } - ], - "uri": "i29627528" - }, - "sort": [ - " 42-2006" - ] - }, - { - "_nested": { - "field": "items", - "offset": 51 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2005-01-01", - "lte": "2005-01-01" - } - ], - "enumerationChronology": [ - "No. 41 (2005)" - ], - "enumerationChronology_sort": [ - " 41-2005-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-18", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-18" - ], - "shelfMark_sort": "aJQL 08-000018", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1066822-18", - "volumeRange": [ - { - "gte": 41, - "lte": 41 - } - ], - "volumeRaw": [ - "No. 41" - ] - }, - "sort": [ - " 41-2005-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 52 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2004-01-01", - "lte": "2004-01-01" - } - ], - "enumerationChronology": [ - "No. 40 (2004)" - ], - "enumerationChronology_sort": [ - " 40-2004-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-18", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-18" - ], - "shelfMark_sort": "aJQL 08-000018", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1066822-17", - "volumeRange": [ - { - "gte": 40, - "lte": 40 - } - ], - "volumeRaw": [ - "No. 40" - ] - }, - "sort": [ - " 40-2004-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 15 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2004", - "lte": "2005" - } - ], - "enumerationChronology": [ - "v. 40-41 (2004-2005)" - ], - "enumerationChronology_sort": [ - " 40-2004" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab92", - "label": "Schwarzman Building M2 - Art and Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab92||Schwarzman Building M2 - Art and Architecture Room 300" - ], - "idBarcode": [ - "33433102440389" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 40-41 (2004-2005)", - "urn:barcode:33433102440389" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 40-41 (2004-2005)", - "type": "bf:ShelfMark" - }, - { - "value": "33433102440389", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "JQL 08-18" - ], - "requestable": [ - false - ], - "shelfMark": [ - "JQL 08-18 v. 40-41 (2004-2005)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000040-41 (2004-2005)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 40, - "lte": 41 - } - ], - "uri": "i29627525" - }, - "sort": [ - " 40-2004" - ] - }, - { - "_nested": { - "field": "items", - "offset": 53 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2003-01-01", - "lte": "2003-01-01" - } - ], - "enumerationChronology": [ - "No. 39 (2003)" - ], - "enumerationChronology_sort": [ - " 39-2003-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-18", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-18" - ], - "shelfMark_sort": "aJQL 08-000018", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1066822-16", - "volumeRange": [ - { - "gte": 39, - "lte": 39 - } - ], - "volumeRaw": [ - "No. 39" - ] - }, - "sort": [ - " 39-2003-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 54 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2002-01-01", - "lte": "2002-01-01" - } - ], - "enumerationChronology": [ - "No. 38 (2002)" - ], - "enumerationChronology_sort": [ - " 38-2002-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-18", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-18" - ], - "shelfMark_sort": "aJQL 08-000018", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1066822-15", - "volumeRange": [ - { - "gte": 38, - "lte": 38 - } - ], - "volumeRaw": [ - "No. 38" - ] - }, - "sort": [ - " 38-2002-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 16 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2002", - "lte": "2003" - } - ], - "enumerationChronology": [ - "v. 38-39 (2002-2003)" - ], - "enumerationChronology_sort": [ - " 38-2002" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433078272329" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 38-39 (2002-2003)", - "urn:barcode:33433078272329" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 38-39 (2002-2003)", - "type": "bf:ShelfMark" - }, - { - "value": "33433078272329", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-18" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-18 v. 38-39 (2002-2003)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000038-39 (2002-2003)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 38, - "lte": 39 - } - ], - "uri": "i16753905" - }, - "sort": [ - " 38-2002" - ] - }, - { - "_nested": { - "field": "items", - "offset": 55 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2001-01-01", - "lte": "2001-01-01" - } - ], - "enumerationChronology": [ - "No. 37 (2001)" - ], - "enumerationChronology_sort": [ - " 37-2001-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-18", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-18" - ], - "shelfMark_sort": "aJQL 08-000018", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1066822-14", - "volumeRange": [ - { - "gte": 37, - "lte": 37 - } - ], - "volumeRaw": [ - "No. 37" - ] - }, - "sort": [ - " 37-2001-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 56 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2000-01-01", - "lte": "2000-01-01" - } - ], - "enumerationChronology": [ - "No. 36 (2000)" - ], - "enumerationChronology_sort": [ - " 36-2000-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-18", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-18" - ], - "shelfMark_sort": "aJQL 08-000018", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1066822-13", - "volumeRange": [ - { - "gte": 36, - "lte": 36 - } - ], - "volumeRaw": [ - "No. 36" - ] - }, - "sort": [ - " 36-2000-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 43 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2000-01-01", - "lte": "2009-01-01" - } - ], - "enumerationChronology": [ - "No. 36-45 (2000 - 2009)" - ], - "enumerationChronology_sort": [ - " 36-2000-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-18", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-18" - ], - "shelfMark_sort": "aJQL 08-000018", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1066822-26", - "volumeRange": [ - { - "gte": 36, - "lte": 45 - } - ], - "volumeRaw": [ - "No. 36-45" - ] - }, - "sort": [ - " 36-2000-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 17 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2000", - "lte": "2009" - } - ], - "enumerationChronology": [ - "v. 36-45 (2000-2009) + index" - ], - "enumerationChronology_sort": [ - " 36-2000" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433101083917" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 36-45 (2000-2009) + index", - "urn:barcode:33433101083917" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 36-45 (2000-2009) + index", - "type": "bf:ShelfMark" - }, - { - "value": "33433101083917", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-18" - ], - "recapCustomerCode": [ - "NA" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-18 v. 36-45 (2000-2009) + index" - ], - "shelfMark_sort": "aJQL 08-18 v. 000036-45 (2000-2009) + index", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 36, - "lte": 45 - } - ], - "uri": "i30011859" - }, - "sort": [ - " 36-2000" - ] - }, - { - "_nested": { - "field": "items", - "offset": 58 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "1999-01-01", - "lte": "1999-01-01" - } - ], - "enumerationChronology": [ - "No. 35 (1999)" - ], - "enumerationChronology_sort": [ - " 35-1999-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-18", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-18" - ], - "shelfMark_sort": "aJQL 08-000018", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1066822-11", - "volumeRange": [ - { - "gte": 35, - "lte": 35 - } - ], - "volumeRaw": [ - "No. 35" - ] - }, - "sort": [ - " 35-1999-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 18 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1999", - "lte": "2001" - } - ], - "enumerationChronology": [ - "v. 35-37 (1999-2001)" - ], - "enumerationChronology_sort": [ - " 35-1999" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433078272311" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 35-37 (1999-2001)", - "urn:barcode:33433078272311" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 35-37 (1999-2001)", - "type": "bf:ShelfMark" - }, - { - "value": "33433078272311", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-18" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-18 v. 35-37 (1999-2001)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000035-37 (1999-2001)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 35, - "lte": 37 - } - ], - "uri": "i16753904" - }, - "sort": [ - " 35-1999" - ] - }, - { - "_nested": { - "field": "items", - "offset": 59 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "1998-01-01", - "lte": "1998-01-01" - } - ], - "enumerationChronology": [ - "No. 34 (1998)" - ], - "enumerationChronology_sort": [ - " 34-1998-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-18", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-18" - ], - "shelfMark_sort": "aJQL 08-000018", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1066822-10", - "volumeRange": [ - { - "gte": 34, - "lte": 34 - } - ], - "volumeRaw": [ - "No. 34" - ] - }, - "sort": [ - " 34-1998-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 60 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "1997-01-01", - "lte": "1997-01-01" - } - ], - "enumerationChronology": [ - "No. 33 (1997)" - ], - "enumerationChronology_sort": [ - " 33-1997-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-18", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-18" - ], - "shelfMark_sort": "aJQL 08-000018", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1066822-9", - "volumeRange": [ - { - "gte": 33, - "lte": 33 - } - ], - "volumeRaw": [ - "No. 33" - ] - }, - "sort": [ - " 33-1997-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 61 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "1996-01-01", - "lte": "1996-01-01" - } - ], - "enumerationChronology": [ - "No. 32 (1996)" - ], - "enumerationChronology_sort": [ - " 32-1996-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-18", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-18" - ], - "shelfMark_sort": "aJQL 08-000018", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1066822-8", - "volumeRange": [ - { - "gte": 32, - "lte": 32 - } - ], - "volumeRaw": [ - "No. 32" - ] - }, - "sort": [ - " 32-1996-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 19 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1996", - "lte": "1998" - } - ], - "enumerationChronology": [ - "v. 32-34 (1996-1998)" - ], - "enumerationChronology_sort": [ - " 32-1996" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433078272303" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 32-34 (1996-1998)", - "urn:barcode:33433078272303" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 32-34 (1996-1998)", - "type": "bf:ShelfMark" - }, - { - "value": "33433078272303", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-18" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-18 v. 32-34 (1996-1998)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000032-34 (1996-1998)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 32, - "lte": 34 - } - ], - "uri": "i16753903" - }, - "sort": [ - " 32-1996" - ] - }, - { - "_nested": { - "field": "items", - "offset": 62 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "1995-01-01", - "lte": "1995-01-01" - } - ], - "enumerationChronology": [ - "No. 31 (1995)" - ], - "enumerationChronology_sort": [ - " 31-1995-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-18", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-18" - ], - "shelfMark_sort": "aJQL 08-000018", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1066822-7", - "volumeRange": [ - { - "gte": 31, - "lte": 31 - } - ], - "volumeRaw": [ - "No. 31" - ] - }, - "sort": [ - " 31-1995-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 20 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1995", - "lte": "1995" - } - ], - "enumerationChronology": [ - "v. 31 (1995)" - ], - "enumerationChronology_sort": [ - " 31-1995" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433078272295" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 31 (1995)", - "urn:barcode:33433078272295" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 31 (1995)", - "type": "bf:ShelfMark" - }, - { - "value": "33433078272295", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-18" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-18 v. 31 (1995)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000031 (1995)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 31, - "lte": 31 - } - ], - "uri": "i16753902" - }, - "sort": [ - " 31-1995" - ] - }, - { - "_nested": { - "field": "items", - "offset": 63 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "1994-01-01", - "lte": "1994-01-01" - } - ], - "enumerationChronology": [ - "No. 30 (1994)" - ], - "enumerationChronology_sort": [ - " 30-1994-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-18", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-18" - ], - "shelfMark_sort": "aJQL 08-000018", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1066822-6", - "volumeRange": [ - { - "gte": 30, - "lte": 30 - } - ], - "volumeRaw": [ - "No. 30" - ] - }, - "sort": [ - " 30-1994-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 21 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1994", - "lte": "1994" - } - ], - "enumerationChronology": [ - "v. 30 (1994)" - ], - "enumerationChronology_sort": [ - " 30-1994" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433078272287" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 30 (1994)", - "urn:barcode:33433078272287" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 30 (1994)", - "type": "bf:ShelfMark" - }, - { - "value": "33433078272287", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-18" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-18 v. 30 (1994)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000030 (1994)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 30, - "lte": 30 - } - ], - "uri": "i16753901" - }, - "sort": [ - " 30-1994" - ] - }, - { - "_nested": { - "field": "items", - "offset": 22 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1993", - "lte": "1993" - } - ], - "enumerationChronology": [ - "v. 29 (1993)" - ], - "enumerationChronology_sort": [ - " 29-1993" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433078272279" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 29 (1993)", - "urn:barcode:33433078272279" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 29 (1993)", - "type": "bf:ShelfMark" - }, - { - "value": "33433078272279", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-18" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-18 v. 29 (1993)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000029 (1993)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 29, - "lte": 29 - } - ], - "uri": "i16753900" - }, - "sort": [ - " 29-1993" - ] - }, - { - "_nested": { - "field": "items", - "offset": 23 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1992", - "lte": "1992" - } - ], - "enumerationChronology": [ - "v. 28 (1992)" - ], - "enumerationChronology_sort": [ - " 28-1992" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433078272261" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 28 (1992)", - "urn:barcode:33433078272261" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 28 (1992)", - "type": "bf:ShelfMark" - }, - { - "value": "33433078272261", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-18" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-18 v. 28 (1992)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000028 (1992)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 28, - "lte": 28 - } - ], - "uri": "i16753899" - }, - "sort": [ - " 28-1992" - ] - }, - { - "_nested": { - "field": "items", - "offset": 24 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1991", - "lte": "1991" - } - ], - "enumerationChronology": [ - "v. 27 (1991)" - ], - "enumerationChronology_sort": [ - " 27-1991" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433078272253" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 27 (1991)", - "urn:barcode:33433078272253" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 27 (1991)", - "type": "bf:ShelfMark" - }, - { - "value": "33433078272253", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-18" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-18 v. 27 (1991)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000027 (1991)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 27, - "lte": 27 - } - ], - "uri": "i16753898" - }, - "sort": [ - " 27-1991" - ] - }, - { - "_nested": { - "field": "items", - "offset": 57 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "1990-01-01", - "lte": "1999-01-01" - } - ], - "enumerationChronology": [ - "No. 26-35 (1990 - 1999)" - ], - "enumerationChronology_sort": [ - " 26-1990-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-18", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-18" - ], - "shelfMark_sort": "aJQL 08-000018", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1066822-12", - "volumeRange": [ - { - "gte": 26, - "lte": 35 - } - ], - "volumeRaw": [ - "No. 26-35" - ] - }, - "sort": [ - " 26-1990-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 26 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1987", - "lte": "1988" - } - ], - "enumerationChronology": [ - "v. 23-24 (1987-1988)" - ], - "enumerationChronology_sort": [ - " 23-1987" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433078272238" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 23-24 (1987-1988)", - "urn:barcode:33433078272238" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 23-24 (1987-1988)", - "type": "bf:ShelfMark" - }, - { - "value": "33433078272238", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-18" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-18 v. 23-24 (1987-1988)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000023-24 (1987-1988)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 23, - "lte": 24 - } - ], - "uri": "i16753896" - }, - "sort": [ - " 23-1987" - ] - }, - { - "_nested": { - "field": "items", - "offset": 27 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1985", - "lte": "1986" - } - ], - "enumerationChronology": [ - "v. 21-22 (1985-1986)" - ], - "enumerationChronology_sort": [ - " 21-1985" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433078272220" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 21-22 (1985-1986)", - "urn:barcode:33433078272220" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 21-22 (1985-1986)", - "type": "bf:ShelfMark" - }, - { - "value": "33433078272220", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-18" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-18 v. 21-22 (1985-1986)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000021-22 (1985-1986)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 21, - "lte": 22 - } - ], - "uri": "i16753895" - }, - "sort": [ - " 21-1985" - ] - }, - { - "_nested": { - "field": "items", - "offset": 28 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1983", - "lte": "1984" - } - ], - "enumerationChronology": [ - "v. 19-20 (1983-1984)" - ], - "enumerationChronology_sort": [ - " 19-1983" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433078272212" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 19-20 (1983-1984)", - "urn:barcode:33433078272212" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 19-20 (1983-1984)", - "type": "bf:ShelfMark" - }, - { - "value": "33433078272212", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-18" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-18 v. 19-20 (1983-1984)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000019-20 (1983-1984)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 19, - "lte": 20 - } - ], - "uri": "i16753894" - }, - "sort": [ - " 19-1983" - ] - }, - { - "_nested": { - "field": "items", - "offset": 29 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1982", - "lte": "1982" - } - ], - "enumerationChronology": [ - "v. 18 (1982)" - ], - "enumerationChronology_sort": [ - " 18-1982" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433078272204" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 18 (1982)", - "urn:barcode:33433078272204" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 18 (1982)", - "type": "bf:ShelfMark" - }, - { - "value": "33433078272204", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-18" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-18 v. 18 (1982)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000018 (1982)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 18, - "lte": 18 - } - ], - "uri": "i16753893" - }, - "sort": [ - " 18-1982" - ] - }, - { - "_nested": { - "field": "items", - "offset": 25 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1989", - "lte": "1990" - } - ], - "enumerationChronology": [ - "v. 25-26 (1989-90) + Index v. 16-25 (1980-90)" - ], - "enumerationChronology_sort": [ - " 16-1989" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433078272246" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 25-26 (1989-90) + Index v. 16-25 (1980-90)", - "urn:barcode:33433078272246" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 25-26 (1989-90) + Index v. 16-25 (1980-90)", - "type": "bf:ShelfMark" - }, - { - "value": "33433078272246", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-18" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-18 v. 25-26 (1989-90) + Index v. 16-25 (1980-90)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000025-26 (1989-90) + Index v. 16-25 (1980-90)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 25, - "lte": 26 - }, - { - "gte": 16, - "lte": 25 - } - ], - "uri": "i16753897" - }, - "sort": [ - " 16-1989" - ] - }, - { - "_nested": { - "field": "items", - "offset": 30 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1980", - "lte": "1981" - } - ], - "enumerationChronology": [ - "v. 16-17 (1980-1981)" - ], - "enumerationChronology_sort": [ - " 16-1980" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433078272196" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 16-17 (1980-1981)", - "urn:barcode:33433078272196" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 16-17 (1980-1981)", - "type": "bf:ShelfMark" - }, - { - "value": "33433078272196", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-18" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-18 v. 16-17 (1980-1981)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000016-17 (1980-1981)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 16, - "lte": 17 - } - ], - "uri": "i16753892" - }, - "sort": [ - " 16-1980" - ] - }, - { - "_nested": { - "field": "items", - "offset": 31 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1978", - "lte": "1979" - } - ], - "enumerationChronology": [ - "v. 14-15 (1978-1979)" - ], - "enumerationChronology_sort": [ - " 14-1978" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433078272188" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 14-15 (1978-1979)", - "urn:barcode:33433078272188" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 14-15 (1978-1979)", - "type": "bf:ShelfMark" - }, - { - "value": "33433078272188", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-18" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-18 v. 14-15 (1978-1979)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000014-15 (1978-1979)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 14, - "lte": 15 - } - ], - "uri": "i16753891" - }, - "sort": [ - " 14-1978" - ] - }, - { - "_nested": { - "field": "items", - "offset": 32 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1977", - "lte": "1977" - } - ], - "enumerationChronology": [ - "v. 13 (1977)" - ], - "enumerationChronology_sort": [ - " 13-1977" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433078272170" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 13 (1977)", - "urn:barcode:33433078272170" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 13 (1977)", - "type": "bf:ShelfMark" - }, - { - "value": "33433078272170", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-18" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-18 v. 13 (1977)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000013 (1977)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 13, - "lte": 13 - } - ], - "uri": "i16753890" - }, - "sort": [ - " 13-1977" - ] - }, - { - "_nested": { - "field": "items", - "offset": 33 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1975", - "lte": "1976" - } - ], - "enumerationChronology": [ - "v. 11-12 (1975-1976)" - ], - "enumerationChronology_sort": [ - " 11-1975" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433078272162" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 11-12 (1975-1976)", - "urn:barcode:33433078272162" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 11-12 (1975-1976)", - "type": "bf:ShelfMark" - }, - { - "value": "33433078272162", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-18" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-18 v. 11-12 (1975-1976)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000011-12 (1975-1976)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 11, - "lte": 12 - } - ], - "uri": "i16753889" - }, - "sort": [ - " 11-1975" - ] - }, - { - "_nested": { - "field": "items", - "offset": 35 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1972", - "lte": "1973" - } - ], - "enumerationChronology": [ - "v. 8-9 (1972-1973)" - ], - "enumerationChronology_sort": [ - " 8-1972" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433078272147" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 8-9 (1972-1973)", - "urn:barcode:33433078272147" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 8-9 (1972-1973)", - "type": "bf:ShelfMark" - }, - { - "value": "33433078272147", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-18" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-18 v. 8-9 (1972-1973)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000008-9 (1972-1973)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 8, - "lte": 9 - } - ], - "uri": "i16753887" - }, - "sort": [ - " 8-1972" - ] - }, - { - "_nested": { - "field": "items", - "offset": 36 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1971", - "lte": "1971" - } - ], - "enumerationChronology": [ - "v. 7 (1971)" - ], - "enumerationChronology_sort": [ - " 7-1971" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433078272139" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 7 (1971)", - "urn:barcode:33433078272139" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 7 (1971)", - "type": "bf:ShelfMark" - }, - { - "value": "33433078272139", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-18" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-18 v. 7 (1971)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000007 (1971)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 7, - "lte": 7 - } - ], - "uri": "i16753886" - }, - "sort": [ - " 7-1971" - ] - }, - { - "_nested": { - "field": "items", - "offset": 37 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1969", - "lte": "1970" - } - ], - "enumerationChronology": [ - "v. 5-6 (1969-1970)" - ], - "enumerationChronology_sort": [ - " 5-1969" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433078272121" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 5-6 (1969-1970)", - "urn:barcode:33433078272121" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 5-6 (1969-1970)", - "type": "bf:ShelfMark" - }, - { - "value": "33433078272121", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-18" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-18 v. 5-6 (1969-1970)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000005-6 (1969-1970)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 5, - "lte": 6 - } - ], - "uri": "i16753885" - }, - "sort": [ - " 5-1969" - ] - }, - { - "_nested": { - "field": "items", - "offset": 34 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1974", - "lte": "1974" - } - ], - "enumerationChronology": [ - "v. 10 (1974) + Index v. 1-10" - ], - "enumerationChronology_sort": [ - " 1-1974" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433078272154" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 10 (1974) + Index v. 1-10", - "urn:barcode:33433078272154" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 10 (1974) + Index v. 1-10", - "type": "bf:ShelfMark" - }, - { - "value": "33433078272154", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-18" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-18 v. 10 (1974) + Index v. 1-10" - ], - "shelfMark_sort": "aJQL 08-18 v. 000010 (1974) + Index v. 1-10", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 10, - "lte": 10 - }, - { - "gte": 1, - "lte": 10 - } - ], - "uri": "i16753888" - }, - "sort": [ - " 1-1974" - ] - }, - { - "_nested": { - "field": "items", - "offset": 38 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1965", - "lte": "1968" - } - ], - "enumerationChronology": [ - "v. 1-4 (1965-1968)" - ], - "enumerationChronology_sort": [ - " 1-1965" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433078272113" - ], - "identifier": [ - "urn:shelfmark:JQL 08-18 v. 1-4 (1965-1968)", - "urn:barcode:33433078272113" - ], - "identifierV2": [ - { - "value": "JQL 08-18 v. 1-4 (1965-1968)", - "type": "bf:ShelfMark" - }, - { - "value": "33433078272113", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-18" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-18 v. 1-4 (1965-1968)" - ], - "shelfMark_sort": "aJQL 08-18 v. 000001-4 (1965-1968)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 1, - "lte": 4 - } - ], - "uri": "i16753884" - }, - "sort": [ - " 1-1965" - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b16775643", - "_score": 15.845539, - "_source": { - "extent": [ - "v. : ill. ;" - ], - "note": [ - { - "noteType": "Note", - "label": "Title from cover.", - "type": "bf:Note" - } - ], - "nyplSource": [ - "sierra-nypl" - ], - "serialPublicationDates": [ - "No. 16 (fall 1982)-" - ], - "subjectLiteral_exploded": [ - "Art", - "Art -- Research", - "Art -- Research -- Periodicals" - ], - "numItemDatesParsed": [ - 10 - ], - "publisherLiteral": [ - "University of Illinois Press" - ], - "language": [ - { - "id": "lang:eng", - "label": "English" - } - ], - "numItemsTotal": [ - 10 - ], - "createdYear": [ - 1982 - ], - "dateEndString": [ - "9999" - ], - "title": [ - "Visual arts research." - ], - "type": [ - "nypl:Item" - ], - "shelfMark": [ - "JQL 08-3" - ], - "numItemVolumesParsed": [ - 2 - ], - "createdString": [ - "1982" - ], - "idLccn": [ - "83644328" - ], - "idIssn": [ - "0736-0770" - ], - "numElectronicResources": [ - 0 - ], - "dateStartYear": [ - 1982 - ], - "idOclc": [ - "9069635" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "JQL 08-3" - }, - { - "type": "nypl:Bnumber", - "value": "16775643" - }, - { - "type": "nypl:Oclc", - "value": "9069635" - }, - { - "type": "bf:Lccn", - "value": "83644328" - }, - { - "type": "bf:Issn", - "value": "0736-0770" - }, - { - "type": "bf:Issn", - "identifierStatus": "incorrect", - "value": "0160-3221" - }, - { - "type": "bf:Identifier", - "value": "(OCoLC)9069635" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)S240000007" - } - ], - "dateEndYear": [ - 9999 - ], - "holdings": [ - { - "holdingStatement": [ - "9(1983)-27(2001)-" - ], - "identifier": [ - { - "type": "bf:shelfMark", - "value": "JQL 08-3" - } - ], - "physicalLocation": [ - "JQL 08-3" - ], - "location": [ - { - "code": "loc:mab82", - "label": "Schwarzman Building M1 - Art & Architecture Room 300" - } - ], - "shelfMark": [ - "JQL 08-3" - ], - "uri": "h1090282" - } - ], - "updatedAt": 1699484187620, - "publicationStatement": [ - "[Champaign, Ill.] : University of Illinois Press, c1982-" - ], - "identifier": [ - "urn:shelfmark:JQL 08-3", - "urn:bnum:16775643", - "urn:oclc:9069635", - "urn:lccn:83644328", - "urn:issn:0736-0770", - "urn:issn:0160-3221", - "urn:identifier:(OCoLC)9069635", - "urn:identifier:(WaOLN)S240000007" - ], - "numCheckinCardItems": [ - 0 - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "1982" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Art -- Research -- Periodicals." - ], - "titleDisplay": [ - "Visual arts research." - ], - "uri": "b16775643", - "lccClassification": [ - "N81 .R49" - ], - "placeOfPublication": [ - "[Champaign, Ill.]" - ], - "issuance": [ - { - "id": "urn:biblevel:s", - "label": "serial" - } - ], - "titleAlt": [ - "Vis. arts res.", - "Visual arts research" - ], - "dimensions": [ - "23 cm." - ] - }, - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 10, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2012", - "lte": "2012" - } - ], - "enumerationChronology": [ - "v. 38, no. 1, Issue 74 (Sum. 2012)" - ], - "enumerationChronology_sort": [ - " 38-2012" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433115147914" - ], - "identifier": [ - "urn:shelfmark:JQL 08-3 v. 38, no. 1, Issue 74 (Sum. 2012)", - "urn:barcode:33433115147914" - ], - "identifierV2": [ - { - "value": "JQL 08-3 v. 38, no. 1, Issue 74 (Sum. 2012)", - "type": "bf:ShelfMark" - }, - { - "value": "33433115147914", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-3" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-3 v. 38, no. 1, Issue 74 (Sum. 2012)" - ], - "shelfMark_sort": "aJQL 08-3 v. 000038, no. 1, Issue 74 (Sum. 2012)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 38, - "lte": 38 - } - ], - "uri": "i29405160" - }, - "sort": [ - " 38-2012" - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1989", - "lte": "1990" - } - ], - "enumerationChronology": [ - "v. 15-16 (1989-90)" - ], - "enumerationChronology_sort": [ - " 15-1989" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433105255586" - ], - "identifier": [ - "urn:shelfmark:JQL 08-3 v. 15-16 (1989-90)", - "urn:barcode:33433105255586" - ], - "identifierV2": [ - { - "value": "JQL 08-3 v. 15-16 (1989-90)", - "type": "bf:ShelfMark" - }, - { - "value": "33433105255586", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-3" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-3 v. 15-16 (1989-90)" - ], - "shelfMark_sort": "aJQL 08-3 v. 000015-16 (1989-90)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 15, - "lte": 16 - } - ], - "uri": "i29627807" - }, - "sort": [ - " 15-1989" - ] - }, - { - "_nested": { - "field": "items", - "offset": 3 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2000", - "lte": "2001" - } - ], - "enumerationChronology": [ - "26-27 (2000-2001)" - ], - "enumerationChronology_sort": [ - " -2000" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433074083142" - ], - "identifier": [ - "urn:shelfmark:JQL 08-3 26-27 (2000-2001)", - "urn:barcode:33433074083142" - ], - "identifierV2": [ - { - "value": "JQL 08-3 26-27 (2000-2001)", - "type": "bf:ShelfMark" - }, - { - "value": "33433074083142", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-3" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-3 26-27 (2000-2001)" - ], - "shelfMark_sort": "aJQL 08-3 26-27 (2000-2001)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i17662016" - }, - "sort": [ - " -2000" - ] - }, - { - "_nested": { - "field": "items", - "offset": 4 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1998", - "lte": "1999" - } - ], - "enumerationChronology": [ - "24-25 (1998-1999)" - ], - "enumerationChronology_sort": [ - " -1998" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433074083191" - ], - "identifier": [ - "urn:shelfmark:JQL 08-3 24-25 (1998-1999)", - "urn:barcode:33433074083191" - ], - "identifierV2": [ - { - "value": "JQL 08-3 24-25 (1998-1999)", - "type": "bf:ShelfMark" - }, - { - "value": "33433074083191", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-3" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-3 24-25 (1998-1999)" - ], - "shelfMark_sort": "aJQL 08-3 24-25 (1998-1999)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i17662015" - }, - "sort": [ - " -1998" - ] - }, - { - "_nested": { - "field": "items", - "offset": 5 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1995", - "lte": "1997" - } - ], - "enumerationChronology": [ - "21-23 (1995-1997)" - ], - "enumerationChronology_sort": [ - " -1995" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433074083217" - ], - "identifier": [ - "urn:shelfmark:JQL 08-3 21-23 (1995-1997)", - "urn:barcode:33433074083217" - ], - "identifierV2": [ - { - "value": "JQL 08-3 21-23 (1995-1997)", - "type": "bf:ShelfMark" - }, - { - "value": "33433074083217", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-3" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-3 21-23 (1995-1997)" - ], - "shelfMark_sort": "aJQL 08-3 21-23 (1995-1997)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i17662014" - }, - "sort": [ - " -1995" - ] - }, - { - "_nested": { - "field": "items", - "offset": 6 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1993", - "lte": "1994" - } - ], - "enumerationChronology": [ - "19-20 (1993-1994)" - ], - "enumerationChronology_sort": [ - " -1993" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433074083209" - ], - "identifier": [ - "urn:shelfmark:JQL 08-3 19-20 (1993-1994)", - "urn:barcode:33433074083209" - ], - "identifierV2": [ - { - "value": "JQL 08-3 19-20 (1993-1994)", - "type": "bf:ShelfMark" - }, - { - "value": "33433074083209", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-3" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-3 19-20 (1993-1994)" - ], - "shelfMark_sort": "aJQL 08-3 19-20 (1993-1994)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i17662013" - }, - "sort": [ - " -1993" - ] - }, - { - "_nested": { - "field": "items", - "offset": 7 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1991", - "lte": "1992" - } - ], - "enumerationChronology": [ - "17-18 (1991-1992)" - ], - "enumerationChronology_sort": [ - " -1991" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433074083225" - ], - "identifier": [ - "urn:shelfmark:JQL 08-3 17-18 (1991-1992)", - "urn:barcode:33433074083225" - ], - "identifierV2": [ - { - "value": "JQL 08-3 17-18 (1991-1992)", - "type": "bf:ShelfMark" - }, - { - "value": "33433074083225", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-3" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-3 17-18 (1991-1992)" - ], - "shelfMark_sort": "aJQL 08-3 17-18 (1991-1992)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i17662012" - }, - "sort": [ - " -1991" - ] - }, - { - "_nested": { - "field": "items", - "offset": 8 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1987", - "lte": "1988" - } - ], - "enumerationChronology": [ - "13-14 (1987-1988)" - ], - "enumerationChronology_sort": [ - " -1987" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433074083175" - ], - "identifier": [ - "urn:shelfmark:JQL 08-3 13-14 (1987-1988)", - "urn:barcode:33433074083175" - ], - "identifierV2": [ - { - "value": "JQL 08-3 13-14 (1987-1988)", - "type": "bf:ShelfMark" - }, - { - "value": "33433074083175", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-3" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-3 13-14 (1987-1988)" - ], - "shelfMark_sort": "aJQL 08-3 13-14 (1987-1988)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i17662011" - }, - "sort": [ - " -1987" - ] - }, - { - "_nested": { - "field": "items", - "offset": 9 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1985", - "lte": "1986" - } - ], - "enumerationChronology": [ - "11-12 (1985-1986)" - ], - "enumerationChronology_sort": [ - " -1985" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433074083159" - ], - "identifier": [ - "urn:shelfmark:JQL 08-3 11-12 (1985-1986)", - "urn:barcode:33433074083159" - ], - "identifierV2": [ - { - "value": "JQL 08-3 11-12 (1985-1986)", - "type": "bf:ShelfMark" - }, - { - "value": "33433074083159", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-3" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-3 11-12 (1985-1986)" - ], - "shelfMark_sort": "aJQL 08-3 11-12 (1985-1986)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i17662010" - }, - "sort": [ - " -1985" - ] - }, - { - "_nested": { - "field": "items", - "offset": 2 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1983", - "lte": "1984" - } - ], - "enumerationChronology": [ - "9-10 (1983-1984)" - ], - "enumerationChronology_sort": [ - " -1983" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433074083183" - ], - "identifier": [ - "urn:shelfmark:JQL 08-3 9-10 (1983-1984)", - "urn:barcode:33433074083183" - ], - "identifierV2": [ - { - "value": "JQL 08-3 9-10 (1983-1984)", - "type": "bf:ShelfMark" - }, - { - "value": "33433074083183", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-3" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-3 9-10 (1983-1984)" - ], - "shelfMark_sort": "aJQL 08-3 9-10 (1983-1984)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i17662009" - }, - "sort": [ - " -1983" - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b21506221", - "_score": 15.659852, - "_source": { - "extent": [ - "v. : ill. ;" - ], - "note": [ - { - "noteType": "Note", - "label": "\"A magazine of art, design and architecture.\"", - "type": "bf:Note" - }, - { - "noteType": "Source of Description", - "label": "Description based on: Issue 01 (2007/08); title from cover.", - "type": "bf:Note" - }, - { - "noteType": "Source of Description", - "label": "Latest issue consulted: Issue 01 (2007/08)", - "type": "bf:Note" - } - ], - "nyplSource": [ - "sierra-nypl" - ], - "serialPublicationDates": [ - "Issue 01 (2007-08)-" - ], - "subjectLiteral_exploded": [ - "Art", - "Art -- Periodicals" - ], - "numItemDatesParsed": [ - 0 - ], - "publisherLiteral": [ - "Faculty of Art, Design and Architecture, Kingston University" - ], - "language": [ - { - "id": "lang:eng", - "label": "English" - } - ], - "numItemsTotal": [ - 1 - ], - "createdYear": [ - 2007 - ], - "dateEndString": [ - "9999" - ], - "type": [ - "nypl:Item" - ], - "title": [ - "Kiosk." - ], - "shelfMark": [ - "JQL 18-4" - ], - "numItemVolumesParsed": [ - 0 - ], - "createdString": [ - "2007" - ], - "idIssn": [ - "1755-9626" - ], - "numElectronicResources": [ - 0 - ], - "contributorLiteral": [ - "Kingston University (London, England). Faculty of Art, Design and Architecture." - ], - "dateStartYear": [ - 2007 - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "JQL 18-4" - }, - { - "type": "nypl:Bnumber", - "value": "21506221" - }, - { - "type": "bf:Issn", - "value": "1755-9626" - }, - { - "type": "nypl:Oclc", - "value": "190792176" - }, - { - "type": "nypl:Oclc", - "value": "190792176" - }, - { - "type": "bf:Identifier", - "value": "(OCoLC)190792176" - } - ], - "idOclc": [ - "190792176" - ], - "dateEndYear": [ - 9999 - ], - "updatedAt": 1671766334241, - "publicationStatement": [ - "London : Faculty of Art, Design and Architecture, Kingston University, 2007-" - ], - "identifier": [ - "urn:bnum:21506221", - "urn:issn:1755-9626", - "urn:oclc:190792176", - "urn:undefined:(OCoLC)190792176" - ], - "genreForm": [ - "Periodicals." - ], - "numCheckinCardItems": [ - 0 - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "2007" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Art -- Periodicals.", - "Art." - ], - "titleDisplay": [ - "Kiosk." - ], - "uri": "b21506221", - "lccClassification": [ - "N1 .K56" - ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], - "placeOfPublication": [ - "London" - ], - "issuance": [ - { - "id": "urn:biblevel:s", - "label": "serial" - } - ], - "dimensions": [ - "23 cm" - ] - }, - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 1, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "identifier": [ - "urn:barcode:33433116522354" - ], - "physicalLocation": [ - "JQL 18-4" - ], - "shelfMark_sort": "aJQL 18-4 issue 1 (2007/08)", - "m2CustomerCode": [ - "XG" - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i35913145", - "shelfMark": [ - "JQL 18-4 issue 1 (2007/08)" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "JQL 18-4 issue 1 (2007/08)" - }, - { - "type": "bf:Barcode", - "value": "33433116522354" - } - ], - "holdingLocation_packed": [ - "loc:mab92||Schwarzman Building M2 - Art and Architecture Room 300" - ], - "enumerationChronology": [ - "issue 1 (2007/08)" - ], - "idBarcode": [ - "33433116522354" - ], - "requestable": [ - false - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ - { - "id": "loc:mab92", - "label": "Schwarzman Building M2 - Art and Architecture Room 300" - } - ], - "formatLiteral": [ - "Text" - ] - }, - "sort": [ - null - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b12525718", - "_score": 13.062321, - "_source": { - "extent": [ - "v. : ill. ;" - ], - "note": [ - { - "noteType": "Note", - "label": "Published: Fratelli Palombi Editori, 1954-1984; L'Erma di Bretschneider, 1985- .", - "type": "bf:Note" - }, - { - "noteType": "Indexed In", - "label": "RILA. Répertoire international de la littérature de l'art", - "type": "bf:Note" - }, - { - "noteType": "Numbering", - "label": "Anno 25 (1978)-27 (1980) combined.", - "type": "bf:Note" - } - ], - "nyplSource": [ - "sierra-nypl" - ], - "serialPublicationDates": [ - "Anno 1, n. 1-2 (1954)-anno 32 (1985) ; nuova serie, 1 (1987)-" - ], - "subjectLiteral_exploded": [ - "Rome (Italy)", - "Rome (Italy) -- Galleries and museums" - ], - "numItemDatesParsed": [ - 45 - ], - "publisherLiteral": [ - "Gli Amici" - ], - "language": [ - { - "id": "lang:ita", - "label": "Italian" - } - ], - "numItemsTotal": [ - 45 - ], - "createdYear": [ - 1954 - ], - "dateEndString": [ - "9999" - ], - "type": [ - "nypl:Item" - ], - "title": [ - "Bollettino dei Musei comunali di Roma" - ], - "shelfMark": [ - "JQL 08-17" - ], - "numItemVolumesParsed": [ - 45 - ], - "createdString": [ - "1954" - ], - "idLccn": [ - "64036787 //r882" - ], - "idIssn": [ - "0523-9346" - ], - "numElectronicResources": [ - 0 - ], - "contributorLiteral": [ - "Amici dei musei di Roma (Italy)" - ], - "dateStartYear": [ - 1954 - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "JQL 08-17" - }, - { - "type": "nypl:Bnumber", - "value": "12525718" - }, - { - "type": "nypl:Oclc", - "value": "2785323" - }, - { - "type": "bf:Lccn", - "value": "64036787 //r882" - }, - { - "type": "bf:Issn", - "value": "0523-9346" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)S010000043" - } - ], - "idOclc": [ - "2785323" - ], - "dateEndYear": [ - 9999 - ], - "holdings": [ - { - "checkInBoxes": [ - { - "coverage": "No. 7 (1993)", - "position": 1, - "type": "nypl:CheckInBox", - "shelfMark": [ - "JQL 08-17" - ], - "status": "Arrived" - }, - { - "coverage": "No. 8 (1994)", - "position": 2, - "type": "nypl:CheckInBox", - "shelfMark": [ - "JQL 08-17" - ], - "status": "Arrived" - }, - { - "coverage": "No. 9 (1995)", - "position": 3, - "type": "nypl:CheckInBox", - "shelfMark": [ - "JQL 08-17" - ], - "status": "Arrived" - }, - { - "coverage": "No. 10 (1996)", - "position": 4, - "type": "nypl:CheckInBox", - "shelfMark": [ - "JQL 08-17" - ], - "status": "Arrived" - }, - { - "coverage": "No. 11 (1997)", - "position": 5, - "type": "nypl:CheckInBox", - "shelfMark": [ - "JQL 08-17" - ], - "status": "Arrived" - }, - { - "coverage": "No. 12 (1998)", - "position": 6, - "type": "nypl:CheckInBox", - "shelfMark": [ - "JQL 08-17" - ], - "status": "Arrived" - }, - { - "coverage": "No. 13 (1999)", - "position": 7, - "type": "nypl:CheckInBox", - "shelfMark": [ - "JQL 08-17" - ], - "status": "Arrived" - }, - { - "coverage": "No. 14 (2000)", - "position": 8, - "type": "nypl:CheckInBox", - "shelfMark": [ - "JQL 08-17" - ], - "status": "Arrived" - }, - { - "coverage": "No. 15 (2001)", - "position": 9, - "type": "nypl:CheckInBox", - "shelfMark": [ - "JQL 08-17" - ], - "status": "Arrived" - }, - { - "coverage": "No. 16 (2002)", - "position": 10, - "type": "nypl:CheckInBox", - "shelfMark": [ - "JQL 08-17" - ], - "status": "Arrived" - }, - { - "coverage": "No. 17 (2003)", - "position": 11, - "type": "nypl:CheckInBox", - "shelfMark": [ - "JQL 08-17" - ], - "status": "Arrived" - }, - { - "coverage": "No. 18 (2004)", - "position": 12, - "type": "nypl:CheckInBox", - "shelfMark": [ - "JQL 08-17" - ], - "status": "Arrived" - }, - { - "coverage": "No. 19 (2005)", - "position": 13, - "type": "nypl:CheckInBox", - "shelfMark": [ - "JQL 08-17" - ], - "status": "Expected" - }, - { - "coverage": "No. 20 (2006)", - "position": 14, - "type": "nypl:CheckInBox", - "shelfMark": [ - "JQL 08-17" - ], - "status": "Expected" - }, - { - "coverage": "No. 21 (2007)", - "position": 15, - "type": "nypl:CheckInBox", - "shelfMark": [ - "JQL 08-17" - ], - "status": "Expected" - }, - { - "coverage": "No. 22 (2008)", - "position": 16, - "type": "nypl:CheckInBox", - "shelfMark": [ - "JQL 08-17" - ], - "status": "Expected" - }, - { - "coverage": "No. 23 (2009)", - "position": 17, - "type": "nypl:CheckInBox", - "shelfMark": [ - "JQL 08-17" - ], - "status": "Expected" - }, - { - "coverage": "No. 24 (2010)", - "position": 18, - "type": "nypl:CheckInBox", - "shelfMark": [ - "JQL 08-17" - ], - "status": "Expected" - }, - { - "coverage": "No. 25 (2011)", - "position": 19, - "type": "nypl:CheckInBox", - "shelfMark": [ - "JQL 08-17" - ], - "status": "Arrived" - }, - { - "coverage": "No. 26 (2012)", - "position": 20, - "type": "nypl:CheckInBox", - "shelfMark": [ - "JQL 08-17" - ], - "status": "Arrived" - }, - { - "coverage": "No. 27 (2013)", - "position": 21, - "type": "nypl:CheckInBox", - "shelfMark": [ - "JQL 08-17" - ], - "status": "Arrived" - }, - { - "coverage": "No. 28 (2014)", - "position": 22, - "type": "nypl:CheckInBox", - "shelfMark": [ - "JQL 08-17" - ], - "status": "Arrived" - }, - { - "coverage": "No. 29 (2015)", - "position": 23, - "type": "nypl:CheckInBox", - "shelfMark": [ - "JQL 08-17" - ], - "status": "Expected" - }, - { - "coverage": "No. 30 (2018)", - "position": 24, - "type": "nypl:CheckInBox", - "shelfMark": [ - "JQL 08-17" - ], - "status": "Expected" - }, - { - "coverage": "No. 31 (2019)", - "position": 25, - "type": "nypl:CheckInBox", - "shelfMark": [ - "JQL 08-17" - ], - "status": "Expected" - }, - { - "coverage": "No. 32 (2018)", - "position": 26, - "type": "nypl:CheckInBox", - "shelfMark": [ - "JQL 08-17" - ], - "status": "Arrived" - }, - { - "coverage": "No. 33 (2021)", - "position": 27, - "type": "nypl:CheckInBox", - "shelfMark": [ - "JQL 08-17" - ], - "status": "Expected" - }, - { - "coverage": "No. 34 (2022)", - "position": 28, - "type": "nypl:CheckInBox", - "shelfMark": [ - "JQL 08-17" - ], - "status": "Expected" - } - ], - "holdingStatement": [ - "1(1954)-6(1959),8(1961)-32(1985) [N.S] 1(1987)-18(2004),25(2011)28(2014),32(2018)-", - "v. 25 (2011) - v. 28 (2014); v. 32 (2020)" - ], - "identifier": [ - { - "type": "bf:shelfMark", - "value": "JQL 08-17" - } - ], - "notes": [ - "Order transferred from GRD to ART per CCK/ART 7/29/04 ?EP" - ], - "physicalLocation": [ - "JQL 08-17" - ], - "location": [ - { - "code": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "shelfMark": [ - "JQL 08-17" - ], - "uri": "h1069076" - } - ], - "updatedAt": 1699485082718, - "publicationStatement": [ - "[Roma] : Gli Amici, [1954]-" - ], - "identifier": [ - "urn:shelfmark:JQL 08-17", - "urn:bnum:12525718", - "urn:oclc:2785323", - "urn:lccn:64036787 //r882", - "urn:issn:0523-9346", - "urn:identifier:(WaOLN)S010000043" - ], - "numCheckinCardItems": [ - 28 - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "1954" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Rome (Italy) -- Galleries and museums." - ], - "titleDisplay": [ - "Bollettino dei Musei comunali di Roma / a cura degli Amici dei musei di Roma." - ], - "uri": "b12525718", - "lccClassification": [ - "AM55.R6 B6" - ], - "placeOfPublication": [ - "[Roma]" - ], - "titleAlt": [ - "Boll. Mus. comunali Roma", - "Bollettino dei Musei comunali di Roma" - ], - "issuance": [ - { - "id": "urn:biblevel:s", - "label": "serial" - } - ], - "dimensions": [ - "25 cm." - ] - }, - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 45, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 44 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2022-01-01", - "lte": "2022-01-01" - } - ], - "enumerationChronology": [ - "No. 34 (2022)" - ], - "enumerationChronology_sort": [ - " 34-2022-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-17", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-17" - ], - "shelfMark_sort": "aJQL 08-000017", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1069076-0", - "volumeRange": [ - { - "gte": 34, - "lte": 34 - } - ], - "volumeRaw": [ - "No. 34" - ] - }, - "sort": [ - " 34-2022-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 43 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2021-01-01", - "lte": "2021-01-01" - } - ], - "enumerationChronology": [ - "No. 33 (2021)" - ], - "enumerationChronology_sort": [ - " 33-2021-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-17", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-17" - ], - "shelfMark_sort": "aJQL 08-000017", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1069076-1", - "volumeRange": [ - { - "gte": 33, - "lte": 33 - } - ], - "volumeRaw": [ - "No. 33" - ] - }, - "sort": [ - " 33-2021-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 42 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2018-01-01", - "lte": "2018-01-01" - } - ], - "enumerationChronology": [ - "No. 32 (2018)" - ], - "enumerationChronology_sort": [ - " 32-2018-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-17", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-17" - ], - "shelfMark_sort": "aJQL 08-000017", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1069076-2", - "volumeRange": [ - { - "gte": 32, - "lte": 32 - } - ], - "volumeRaw": [ - "No. 32" - ] - }, - "sort": [ - " 32-2018-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 4 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2018", - "lte": "2018" - } - ], - "enumerationChronology": [ - "N.S. v. 32 (2018)" - ], - "enumerationChronology_sort": [ - " 32-2018" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433121729853" - ], - "identifier": [ - "urn:shelfmark:JQL 08-17 N.S. v. 32 (2018)", - "urn:barcode:33433121729853" - ], - "identifierV2": [ - { - "value": "JQL 08-17 N.S. v. 32 (2018)", - "type": "bf:ShelfMark" - }, - { - "value": "33433121729853", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-17" - ], - "recapCustomerCode": [ - "NA" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-17 N.S. v. 32 (2018)" - ], - "shelfMark_sort": "aJQL 08-17 N.S. v. 000032 (2018)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 32, - "lte": 32 - } - ], - "uri": "i37359040" - }, - "sort": [ - " 32-2018" - ] - }, - { - "_nested": { - "field": "items", - "offset": 41 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2019-01-01", - "lte": "2019-01-01" - } - ], - "enumerationChronology": [ - "No. 31 (2019)" - ], - "enumerationChronology_sort": [ - " 31-2019-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-17", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-17" - ], - "shelfMark_sort": "aJQL 08-000017", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1069076-3", - "volumeRange": [ - { - "gte": 31, - "lte": 31 - } - ], - "volumeRaw": [ - "No. 31" - ] - }, - "sort": [ - " 31-2019-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 40 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2018-01-01", - "lte": "2018-01-01" - } - ], - "enumerationChronology": [ - "No. 30 (2018)" - ], - "enumerationChronology_sort": [ - " 30-2018-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-17", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-17" - ], - "shelfMark_sort": "aJQL 08-000017", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1069076-4", - "volumeRange": [ - { - "gte": 30, - "lte": 30 - } - ], - "volumeRaw": [ - "No. 30" - ] - }, - "sort": [ - " 30-2018-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 39 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2015-01-01", - "lte": "2015-01-01" - } - ], - "enumerationChronology": [ - "No. 29 (2015)" - ], - "enumerationChronology_sort": [ - " 29-2015-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-17", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-17" - ], - "shelfMark_sort": "aJQL 08-000017", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1069076-5", - "volumeRange": [ - { - "gte": 29, - "lte": 29 - } - ], - "volumeRaw": [ - "No. 29" - ] - }, - "sort": [ - " 29-2015-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 38 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2014-01-01", - "lte": "2014-01-01" - } - ], - "enumerationChronology": [ - "No. 28 (2014)" - ], - "enumerationChronology_sort": [ - " 28-2014-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-17", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-17" - ], - "shelfMark_sort": "aJQL 08-000017", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1069076-6", - "volumeRange": [ - { - "gte": 28, - "lte": 28 - } - ], - "volumeRaw": [ - "No. 28" - ] - }, - "sort": [ - " 28-2014-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 5 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2014", - "lte": "2014" - } - ], - "enumerationChronology": [ - "N.S. v. 28 (2014)" - ], - "enumerationChronology_sort": [ - " 28-2014" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433117119341" - ], - "identifier": [ - "urn:shelfmark:JQL 08-17 N.S. v. 28 (2014)", - "urn:barcode:33433117119341" - ], - "identifierV2": [ - { - "value": "JQL 08-17 N.S. v. 28 (2014)", - "type": "bf:ShelfMark" - }, - { - "value": "33433117119341", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-17" - ], - "recapCustomerCode": [ - "NA" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-17 N.S. v. 28 (2014)" - ], - "shelfMark_sort": "aJQL 08-17 N.S. v. 000028 (2014)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 28, - "lte": 28 - } - ], - "uri": "i33860628" - }, - "sort": [ - " 28-2014" - ] - }, - { - "_nested": { - "field": "items", - "offset": 18 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2013-01-01", - "lte": "2013-01-01" - } - ], - "enumerationChronology": [ - "No. 27 (2013)" - ], - "enumerationChronology_sort": [ - " 27-2013-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-17", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-17" - ], - "shelfMark_sort": "aJQL 08-000017", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1069076-26", - "volumeRange": [ - { - "gte": 27, - "lte": 27 - } - ], - "volumeRaw": [ - "No. 27" - ] - }, - "sort": [ - " 27-2013-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 6 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2013", - "lte": "2013" - } - ], - "enumerationChronology": [ - "N.S. v. 27 (2013)" - ], - "enumerationChronology_sort": [ - " 27-2013" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433117979173" - ], - "identifier": [ - "urn:shelfmark:JQL 08-17 N.S. v. 27 (2013)", - "urn:barcode:33433117979173" - ], - "identifierV2": [ - { - "value": "JQL 08-17 N.S. v. 27 (2013)", - "type": "bf:ShelfMark" - }, - { - "value": "33433117979173", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-17" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-17 N.S. v. 27 (2013)" - ], - "shelfMark_sort": "aJQL 08-17 N.S. v. 000027 (2013)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 27, - "lte": 27 - } - ], - "uri": "i33682199" - }, - "sort": [ - " 27-2013" - ] - }, - { - "_nested": { - "field": "items", - "offset": 17 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2012-01-01", - "lte": "2012-01-01" - } - ], - "enumerationChronology": [ - "No. 26 (2012)" - ], - "enumerationChronology_sort": [ - " 26-2012-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-17", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-17" - ], - "shelfMark_sort": "aJQL 08-000017", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1069076-27", - "volumeRange": [ - { - "gte": 26, - "lte": 26 - } - ], - "volumeRaw": [ - "No. 26" - ] - }, - "sort": [ - " 26-2012-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 7 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2012", - "lte": "2012" - } - ], - "enumerationChronology": [ - "N.S. v. 26 (2012)" - ], - "enumerationChronology_sort": [ - " 26-2012" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433112611961" - ], - "identifier": [ - "urn:shelfmark:JQL 08-17 N.S. v. 26 (2012)", - "urn:barcode:33433112611961" - ], - "identifierV2": [ - { - "value": "JQL 08-17 N.S. v. 26 (2012)", - "type": "bf:ShelfMark" - }, - { - "value": "33433112611961", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-17" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-17 N.S. v. 26 (2012)" - ], - "shelfMark_sort": "aJQL 08-17 N.S. v. 000026 (2012)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 26, - "lte": 26 - } - ], - "uri": "i32391069" - }, - "sort": [ - " 26-2012" - ] - }, - { - "_nested": { - "field": "items", - "offset": 19 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2011-01-01", - "lte": "2011-01-01" - } - ], - "enumerationChronology": [ - "No. 25 (2011)" - ], - "enumerationChronology_sort": [ - " 25-2011-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-17", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-17" - ], - "shelfMark_sort": "aJQL 08-000017", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1069076-25", - "volumeRange": [ - { - "gte": 25, - "lte": 25 - } - ], - "volumeRaw": [ - "No. 25" - ] - }, - "sort": [ - " 25-2011-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 8 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2011", - "lte": "2011" - } - ], - "enumerationChronology": [ - "N.S. v. 25 (2011)" - ], - "enumerationChronology_sort": [ - " 25-2011" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433101055220" - ], - "identifier": [ - "urn:shelfmark:JQL 08-17 N.S. v. 25 (2011)", - "urn:barcode:33433101055220" - ], - "identifierV2": [ - { - "value": "JQL 08-17 N.S. v. 25 (2011)", - "type": "bf:ShelfMark" - }, - { - "value": "33433101055220", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-17" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-17 N.S. v. 25 (2011)" - ], - "shelfMark_sort": "aJQL 08-17 N.S. v. 000025 (2011)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 25, - "lte": 25 - } - ], - "uri": "i30890910" - }, - "sort": [ - " 25-2011" - ] - }, - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1978", - "lte": "1985" - } - ], - "enumerationChronology": [ - "v. 25-32 (1978-1985)" - ], - "enumerationChronology_sort": [ - " 25-1978" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433019857568" - ], - "identifier": [ - "urn:shelfmark:JQL 08-17 v. 25-32 (1978-1985)", - "urn:barcode:33433019857568" - ], - "identifierV2": [ - { - "value": "JQL 08-17 v. 25-32 (1978-1985)", - "type": "bf:ShelfMark" - }, - { - "value": "33433019857568", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-17" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-17 v. 25-32 (1978-1985)" - ], - "shelfMark_sort": "aJQL 08-17 v. 000025-32 (1978-1985)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 25, - "lte": 32 - } - ], - "uri": "i12757465" - }, - "sort": [ - " 25-1978" - ] - }, - { - "_nested": { - "field": "items", - "offset": 20 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2010-01-01", - "lte": "2010-01-01" - } - ], - "enumerationChronology": [ - "No. 24 (2010)" - ], - "enumerationChronology_sort": [ - " 24-2010-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-17", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-17" - ], - "shelfMark_sort": "aJQL 08-000017", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1069076-24", - "volumeRange": [ - { - "gte": 24, - "lte": 24 - } - ], - "volumeRaw": [ - "No. 24" - ] - }, - "sort": [ - " 24-2010-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 21 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2009-01-01", - "lte": "2009-01-01" - } - ], - "enumerationChronology": [ - "No. 23 (2009)" - ], - "enumerationChronology_sort": [ - " 23-2009-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-17", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-17" - ], - "shelfMark_sort": "aJQL 08-000017", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1069076-23", - "volumeRange": [ - { - "gte": 23, - "lte": 23 - } - ], - "volumeRaw": [ - "No. 23" - ] - }, - "sort": [ - " 23-2009-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 22 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2008-01-01", - "lte": "2008-01-01" - } - ], - "enumerationChronology": [ - "No. 22 (2008)" - ], - "enumerationChronology_sort": [ - " 22-2008-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-17", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-17" - ], - "shelfMark_sort": "aJQL 08-000017", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1069076-22", - "volumeRange": [ - { - "gte": 22, - "lte": 22 - } - ], - "volumeRaw": [ - "No. 22" - ] - }, - "sort": [ - " 22-2008-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 23 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2007-01-01", - "lte": "2007-01-01" - } - ], - "enumerationChronology": [ - "No. 21 (2007)" - ], - "enumerationChronology_sort": [ - " 21-2007-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-17", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-17" - ], - "shelfMark_sort": "aJQL 08-000017", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1069076-21", - "volumeRange": [ - { - "gte": 21, - "lte": 21 - } - ], - "volumeRaw": [ - "No. 21" - ] - }, - "sort": [ - " 21-2007-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 24 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2006-01-01", - "lte": "2006-01-01" - } - ], - "enumerationChronology": [ - "No. 20 (2006)" - ], - "enumerationChronology_sort": [ - " 20-2006-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-17", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-17" - ], - "shelfMark_sort": "aJQL 08-000017", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1069076-20", - "volumeRange": [ - { - "gte": 20, - "lte": 20 - } - ], - "volumeRaw": [ - "No. 20" - ] - }, - "sort": [ - " 20-2006-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 25 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2005-01-01", - "lte": "2005-01-01" - } - ], - "enumerationChronology": [ - "No. 19 (2005)" - ], - "enumerationChronology_sort": [ - " 19-2005-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-17", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-17" - ], - "shelfMark_sort": "aJQL 08-000017", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1069076-19", - "volumeRange": [ - { - "gte": 19, - "lte": 19 - } - ], - "volumeRaw": [ - "No. 19" - ] - }, - "sort": [ - " 19-2005-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 26 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2004-01-01", - "lte": "2004-01-01" - } - ], - "enumerationChronology": [ - "No. 18 (2004)" - ], - "enumerationChronology_sort": [ - " 18-2004-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-17", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-17" - ], - "shelfMark_sort": "aJQL 08-000017", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1069076-18", - "volumeRange": [ - { - "gte": 18, - "lte": 18 - } - ], - "volumeRaw": [ - "No. 18" - ] - }, - "sort": [ - " 18-2004-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 27 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2003-01-01", - "lte": "2003-01-01" - } - ], - "enumerationChronology": [ - "No. 17 (2003)" - ], - "enumerationChronology_sort": [ - " 17-2003-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-17", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-17" - ], - "shelfMark_sort": "aJQL 08-000017", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1069076-17", - "volumeRange": [ - { - "gte": 17, - "lte": 17 - } - ], - "volumeRaw": [ - "No. 17" - ] - }, - "sort": [ - " 17-2003-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 9 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2003", - "lte": "2004" - } - ], - "enumerationChronology": [ - "N.S. v. 17-18 (2003-2004)" - ], - "enumerationChronology_sort": [ - " 17-2003" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433060930082" - ], - "identifier": [ - "urn:shelfmark:JQL 08-17 N.S. v. 17-18 (2003-2004)", - "urn:barcode:33433060930082" - ], - "identifierV2": [ - { - "value": "JQL 08-17 N.S. v. 17-18 (2003-2004)", - "type": "bf:ShelfMark" - }, - { - "value": "33433060930082", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-17" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-17 N.S. v. 17-18 (2003-2004)" - ], - "shelfMark_sort": "aJQL 08-17 N.S. v. 000017-18 (2003-2004)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 17, - "lte": 18 - } - ], - "uri": "i14288461" - }, - "sort": [ - " 17-2003" - ] - }, - { - "_nested": { - "field": "items", - "offset": 28 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2002-01-01", - "lte": "2002-01-01" - } - ], - "enumerationChronology": [ - "No. 16 (2002)" - ], - "enumerationChronology_sort": [ - " 16-2002-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-17", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-17" - ], - "shelfMark_sort": "aJQL 08-000017", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1069076-16", - "volumeRange": [ - { - "gte": 16, - "lte": 16 - } - ], - "volumeRaw": [ - "No. 16" - ] - }, - "sort": [ - " 16-2002-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1969", - "lte": "1977" - } - ], - "enumerationChronology": [ - "v. 16-24 (1969-1977)" - ], - "enumerationChronology_sort": [ - " 16-1969" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433019857550" - ], - "identifier": [ - "urn:shelfmark:JQL 08-17 v. 16-24 (1969-1977)", - "urn:barcode:33433019857550" - ], - "identifierV2": [ - { - "value": "JQL 08-17 v. 16-24 (1969-1977)", - "type": "bf:ShelfMark" - }, - { - "value": "33433019857550", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-17" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-17 v. 16-24 (1969-1977)" - ], - "shelfMark_sort": "aJQL 08-17 v. 000016-24 (1969-1977)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 16, - "lte": 24 - } - ], - "uri": "i12757464" - }, - "sort": [ - " 16-1969" - ] - }, - { - "_nested": { - "field": "items", - "offset": 29 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2001-01-01", - "lte": "2001-01-01" - } - ], - "enumerationChronology": [ - "No. 15 (2001)" - ], - "enumerationChronology_sort": [ - " 15-2001-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-17", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-17" - ], - "shelfMark_sort": "aJQL 08-000017", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1069076-15", - "volumeRange": [ - { - "gte": 15, - "lte": 15 - } - ], - "volumeRaw": [ - "No. 15" - ] - }, - "sort": [ - " 15-2001-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 30 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2000-01-01", - "lte": "2000-01-01" - } - ], - "enumerationChronology": [ - "No. 14 (2000)" - ], - "enumerationChronology_sort": [ - " 14-2000-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-17", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-17" - ], - "shelfMark_sort": "aJQL 08-000017", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1069076-14", - "volumeRange": [ - { - "gte": 14, - "lte": 14 - } - ], - "volumeRaw": [ - "No. 14" - ] - }, - "sort": [ - " 14-2000-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 10 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2000", - "lte": "2002" - } - ], - "enumerationChronology": [ - "N.S. v. 14-16 (2000-2002)" - ], - "enumerationChronology_sort": [ - " 14-2000" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433019857634" - ], - "identifier": [ - "urn:shelfmark:JQL 08-17 N.S. v. 14-16 (2000-2002)", - "urn:barcode:33433019857634" - ], - "identifierV2": [ - { - "value": "JQL 08-17 N.S. v. 14-16 (2000-2002)", - "type": "bf:ShelfMark" - }, - { - "value": "33433019857634", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-17" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-17 N.S. v. 14-16 (2000-2002)" - ], - "shelfMark_sort": "aJQL 08-17 N.S. v. 000014-16 (2000-2002)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 14, - "lte": 16 - } - ], - "uri": "i12757472" - }, - "sort": [ - " 14-2000" - ] - }, - { - "_nested": { - "field": "items", - "offset": 31 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "1999-01-01", - "lte": "1999-01-01" - } - ], - "enumerationChronology": [ - "No. 13 (1999)" - ], - "enumerationChronology_sort": [ - " 13-1999-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-17", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-17" - ], - "shelfMark_sort": "aJQL 08-000017", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1069076-13", - "volumeRange": [ - { - "gte": 13, - "lte": 13 - } - ], - "volumeRaw": [ - "No. 13" - ] - }, - "sort": [ - " 13-1999-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 32 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "1998-01-01", - "lte": "1998-01-01" - } - ], - "enumerationChronology": [ - "No. 12 (1998)" - ], - "enumerationChronology_sort": [ - " 12-1998-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-17", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-17" - ], - "shelfMark_sort": "aJQL 08-000017", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1069076-12", - "volumeRange": [ - { - "gte": 12, - "lte": 12 - } - ], - "volumeRaw": [ - "No. 12" - ] - }, - "sort": [ - " 12-1998-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 11 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1998", - "lte": "1999" - } - ], - "enumerationChronology": [ - "N.S. v. 12-13 (1998-1999)" - ], - "enumerationChronology_sort": [ - " 12-1998" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab92", - "label": "Schwarzman Building M2 - Art and Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab92||Schwarzman Building M2 - Art and Architecture Room 300" - ], - "idBarcode": [ - "33433019857626" - ], - "identifier": [ - "urn:shelfmark:JQL 08-17 N.S. v. 12-13 (1998-1999)", - "urn:barcode:33433019857626" - ], - "identifierV2": [ - { - "value": "JQL 08-17 N.S. v. 12-13 (1998-1999)", - "type": "bf:ShelfMark" - }, - { - "value": "33433019857626", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "JQL 08-17" - ], - "requestable": [ - false - ], - "shelfMark": [ - "JQL 08-17 N.S. v. 12-13 (1998-1999)" - ], - "shelfMark_sort": "aJQL 08-17 N.S. v. 000012-13 (1998-1999)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 12, - "lte": 13 - } - ], - "uri": "i12757471" - }, - "sort": [ - " 12-1998" - ] - }, - { - "_nested": { - "field": "items", - "offset": 33 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "1997-01-01", - "lte": "1997-01-01" - } - ], - "enumerationChronology": [ - "No. 11 (1997)" - ], - "enumerationChronology_sort": [ - " 11-1997-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-17", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-17" - ], - "shelfMark_sort": "aJQL 08-000017", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1069076-11", - "volumeRange": [ - { - "gte": 11, - "lte": 11 - } - ], - "volumeRaw": [ - "No. 11" - ] - }, - "sort": [ - " 11-1997-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 34 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "1996-01-01", - "lte": "1996-01-01" - } - ], - "enumerationChronology": [ - "No. 10 (1996)" - ], - "enumerationChronology_sort": [ - " 10-1996-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-17", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-17" - ], - "shelfMark_sort": "aJQL 08-000017", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1069076-10", - "volumeRange": [ - { - "gte": 10, - "lte": 10 - } - ], - "volumeRaw": [ - "No. 10" - ] - }, - "sort": [ - " 10-1996-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 35 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "1995-01-01", - "lte": "1995-01-01" - } - ], - "enumerationChronology": [ - "No. 9 (1995)" - ], - "enumerationChronology_sort": [ - " 9-1995-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-17", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-17" - ], - "shelfMark_sort": "aJQL 08-000017", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1069076-9", - "volumeRange": [ - { - "gte": 9, - "lte": 9 - } - ], - "volumeRaw": [ - "No. 9" - ] - }, - "sort": [ - " 9-1995-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 12 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1995", - "lte": "1997" - } - ], - "enumerationChronology": [ - "N.S. v. 9-11 (1995-1997)" - ], - "enumerationChronology_sort": [ - " 9-1995" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433019857618" - ], - "identifier": [ - "urn:shelfmark:JQL 08-17 N.S. v. 9-11 (1995-1997)", - "urn:barcode:33433019857618" - ], - "identifierV2": [ - { - "value": "JQL 08-17 N.S. v. 9-11 (1995-1997)", - "type": "bf:ShelfMark" - }, - { - "value": "33433019857618", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-17" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-17 N.S. v. 9-11 (1995-1997)" - ], - "shelfMark_sort": "aJQL 08-17 N.S. v. 000009-11 (1995-1997)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 9, - "lte": 11 - } - ], - "uri": "i12757470" - }, - "sort": [ - " 9-1995" - ] - }, - { - "_nested": { - "field": "items", - "offset": 36 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "1994-01-01", - "lte": "1994-01-01" - } - ], - "enumerationChronology": [ - "No. 8 (1994)" - ], - "enumerationChronology_sort": [ - " 8-1994-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-17", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-17" - ], - "shelfMark_sort": "aJQL 08-000017", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1069076-8", - "volumeRange": [ - { - "gte": 8, - "lte": 8 - } - ], - "volumeRaw": [ - "No. 8" - ] - }, - "sort": [ - " 8-1994-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 2 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1961", - "lte": "1968" - } - ], - "enumerationChronology": [ - "v. 8-15 (1961-1968)" - ], - "enumerationChronology_sort": [ - " 8-1961" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433019857543" - ], - "identifier": [ - "urn:shelfmark:JQL 08-17 v. 8-15 (1961-1968)", - "urn:barcode:33433019857543" - ], - "identifierV2": [ - { - "value": "JQL 08-17 v. 8-15 (1961-1968)", - "type": "bf:ShelfMark" - }, - { - "value": "33433019857543", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-17" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-17 v. 8-15 (1961-1968)" - ], - "shelfMark_sort": "aJQL 08-17 v. 000008-15 (1961-1968)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 8, - "lte": 15 - } - ], - "uri": "i12757463" - }, - "sort": [ - " 8-1961" - ] - }, - { - "_nested": { - "field": "items", - "offset": 37 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "1993-01-01", - "lte": "1993-01-01" - } - ], - "enumerationChronology": [ - "No. 7 (1993)" - ], - "enumerationChronology_sort": [ - " 7-1993-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab", - "label": "Schwarzman Building - Art & Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab||Schwarzman Building - Art & Architecture Room 300" - ], - "identifierV2": [ - { - "value": "JQL 08-17", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "JQL 08-17" - ], - "shelfMark_sort": "aJQL 08-000017", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1069076-7", - "volumeRange": [ - { - "gte": 7, - "lte": 7 - } - ], - "volumeRaw": [ - "No. 7" - ] - }, - "sort": [ - " 7-1993-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 13 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1993", - "lte": "1994" - } - ], - "enumerationChronology": [ - "N.S. v. 7-8 (1993-1994)" - ], - "enumerationChronology_sort": [ - " 7-1993" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433019857600" - ], - "identifier": [ - "urn:shelfmark:JQL 08-17 N.S. v. 7-8 (1993-1994)", - "urn:barcode:33433019857600" - ], - "identifierV2": [ - { - "value": "JQL 08-17 N.S. v. 7-8 (1993-1994)", - "type": "bf:ShelfMark" - }, - { - "value": "33433019857600", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-17" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-17 N.S. v. 7-8 (1993-1994)" - ], - "shelfMark_sort": "aJQL 08-17 N.S. v. 000007-8 (1993-1994)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 7, - "lte": 8 - } - ], - "uri": "i12757469" - }, - "sort": [ - " 7-1993" - ] - }, - { - "_nested": { - "field": "items", - "offset": 14 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1991", - "lte": "1992" - } - ], - "enumerationChronology": [ - "N.S. v. 5-6 (1991-1992)" - ], - "enumerationChronology_sort": [ - " 5-1991" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab92", - "label": "Schwarzman Building M2 - Art and Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab92||Schwarzman Building M2 - Art and Architecture Room 300" - ], - "idBarcode": [ - "33433019857592" - ], - "identifier": [ - "urn:shelfmark:JQL 08-17 N.S. v. 5-6 (1991-1992)", - "urn:barcode:33433019857592" - ], - "identifierV2": [ - { - "value": "JQL 08-17 N.S. v. 5-6 (1991-1992)", - "type": "bf:ShelfMark" - }, - { - "value": "33433019857592", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "JQL 08-17" - ], - "requestable": [ - false - ], - "shelfMark": [ - "JQL 08-17 N.S. v. 5-6 (1991-1992)" - ], - "shelfMark_sort": "aJQL 08-17 N.S. v. 000005-6 (1991-1992)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 5, - "lte": 6 - } - ], - "uri": "i12757468" - }, - "sort": [ - " 5-1991" - ] - }, - { - "_nested": { - "field": "items", - "offset": 15 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1989", - "lte": "1990" - } - ], - "enumerationChronology": [ - "N.S. v. 3-4 (1989-1990)" - ], - "enumerationChronology_sort": [ - " 3-1989" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab92", - "label": "Schwarzman Building M2 - Art and Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab92||Schwarzman Building M2 - Art and Architecture Room 300" - ], - "idBarcode": [ - "33433019857584" - ], - "identifier": [ - "urn:shelfmark:JQL 08-17 N.S. v. 3-4 (1989-1990)", - "urn:barcode:33433019857584" - ], - "identifierV2": [ - { - "value": "JQL 08-17 N.S. v. 3-4 (1989-1990)", - "type": "bf:ShelfMark" - }, - { - "value": "33433019857584", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "JQL 08-17" - ], - "requestable": [ - false - ], - "shelfMark": [ - "JQL 08-17 N.S. v. 3-4 (1989-1990)" - ], - "shelfMark_sort": "aJQL 08-17 N.S. v. 000003-4 (1989-1990)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 3, - "lte": 4 - } - ], - "uri": "i12757467" - }, - "sort": [ - " 3-1989" - ] - }, - { - "_nested": { - "field": "items", - "offset": 16 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1987", - "lte": "1988" - } - ], - "enumerationChronology": [ - "N.S. v. 1-2 (1987-1988)" - ], - "enumerationChronology_sort": [ - " 1-1987" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433019857576" - ], - "identifier": [ - "urn:shelfmark:JQL 08-17 N.S. v. 1-2 (1987-1988)", - "urn:barcode:33433019857576" - ], - "identifierV2": [ - { - "value": "JQL 08-17 N.S. v. 1-2 (1987-1988)", - "type": "bf:ShelfMark" - }, - { - "value": "33433019857576", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-17" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-17 N.S. v. 1-2 (1987-1988)" - ], - "shelfMark_sort": "aJQL 08-17 N.S. v. 000001-2 (1987-1988)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 1, - "lte": 2 - } - ], - "uri": "i12757466" - }, - "sort": [ - " 1-1987" - ] - }, - { - "_nested": { - "field": "items", - "offset": 3 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1954", - "lte": "1959" - } - ], - "enumerationChronology": [ - "v. 1-6 (1954-1959)" - ], - "enumerationChronology_sort": [ - " 1-1954" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433019857535" - ], - "identifier": [ - "urn:shelfmark:JQL 08-17 v. 1-6 (1954-1959)", - "urn:barcode:33433019857535" - ], - "identifierV2": [ - { - "value": "JQL 08-17 v. 1-6 (1954-1959)", - "type": "bf:ShelfMark" - }, - { - "value": "33433019857535", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-17" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-17 v. 1-6 (1954-1959)" - ], - "shelfMark_sort": "aJQL 08-17 v. 000001-6 (1954-1959)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 1, - "lte": 6 - } - ], - "uri": "i12757462" - }, - "sort": [ - " 1-1954" - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b11560439", - "_score": 12.890203, - "_source": { - "extent": [ - "56 volumes : illustrations ;" - ], - "note": [ - { - "noteType": "Source of Description", - "label": "Description based on: Jaarg. 16, nr. 1, published in 1968.", - "type": "bf:Note" - }, - { - "noteType": "Source of Description", - "label": "Latest issue consulted: Jaarg. 56, nr. 4 (2008).", - "type": "bf:Note" - } - ], - "nyplSource": [ - "sierra-nypl" - ], - "serialPublicationDates": [ - "Began 1953; ceased in 2008." - ], - "subjectLiteral_exploded": [ - "Rijksmuseum (Netherlands)", - "Rijksmuseum (Netherlands) -- Periodicals", - "Art", - "Art -- Periodicals", - "Art -- Netherlands", - "Art -- Netherlands -- Amsterdam", - "Art -- Netherlands -- Amsterdam -- Periodicals", - "Art -- Netherlands -- Amsterdam -- Periodicals -- Art", - "Netherlands", - "Netherlands -- Amsterdam" - ], - "numItemDatesParsed": [ - 28 - ], - "publisherLiteral": [ - "Rijks-Museum" - ], - "language": [ - { - "id": "lang:dut", - "label": "Dutch" - } - ], - "numItemsTotal": [ - 28 - ], - "createdYear": [ - 1953 - ], - "dateEndString": [ - "2008" - ], - "type": [ - "nypl:Item" - ], - "title": [ - "Bulletin van het Rijksmuseum." - ], - "shelfMark": [ - "JQL 08-19" - ], - "numItemVolumesParsed": [ - 28 - ], - "createdString": [ - "1953" - ], - "creatorLiteral": [ - "Rijksmuseum (Netherlands)" - ], - "idLccn": [ - "2009219042" - ], - "idIssn": [ - "0165-9510" - ], - "numElectronicResources": [ - 2 - ], - "dateStartYear": [ - 1953 - ], - "donor": [ - "Gift of the DeWitt Wallace Endowment Fund, named in honor of the founder of Reader's Digest" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "JQL 08-19" - }, - { - "type": "nypl:Bnumber", - "value": "11560439" - }, - { - "type": "nypl:Oclc", - "value": "4272788" - }, - { - "type": "bf:Lccn", - "value": "2009219042" - }, - { - "type": "bf:Issn", - "value": "0165-9510" - }, - { - "type": "bf:Identifier", - "value": "(OCoLC)4272788" - }, - { - "type": "bf:Identifier", - "value": "(OCoLC)1481032 (OCoLC)646828412 (OCoLC)1001937252 (OCoLC)1036735109 (OCoLC)1052909875 (OCoLC)1064861871" - } - ], - "idOclc": [ - "4272788" - ], - "dateEndYear": [ - 2008 - ], - "updatedAt": 1710165188363, - "publicationStatement": [ - "Amsterdam : Rijks-Museum, -©2008." - ], - "identifier": [ - "urn:shelfmark:JQL 08-19", - "urn:bnum:11560439", - "urn:oclc:4272788", - "urn:lccn:2009219042", - "urn:issn:0165-9510", - "urn:identifier:(OCoLC)4272788", - "urn:identifier:(OCoLC)1481032 (OCoLC)646828412 (OCoLC)1001937252 (OCoLC)1036735109 (OCoLC)1052909875 (OCoLC)1064861871" - ], - "genreForm": [ - "Catalogs.", - "Periodicals.", - "Art." - ], - "numCheckinCardItems": [ - 0 - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "1953" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Rijksmuseum (Netherlands) -- Periodicals.", - "Rijksmuseum (Netherlands)", - "Art -- Periodicals.", - "Art -- Netherlands -- Amsterdam -- Periodicals -- Art.", - "Art.", - "Netherlands -- Amsterdam." - ], - "titleDisplay": [ - "Bulletin van het Rijksmuseum." - ], - "uri": "b11560439", - "lccClassification": [ - "N2460 .A3" - ], - "electronicResources": [ - { - "url": "http://www.rijksmuseum.nl/bulletin?lang=en" - }, - { - "url": "http://www.jstor.org/journals/01659510.html" - } - ], - "placeOfPublication": [ - "Amsterdam" - ], - "titleAlt": [ - "Bull. Rÿksmus.", - "Bulletin van het Rÿksmuseum" - ], - "issuance": [ - { - "id": "urn:biblevel:s", - "label": "serial" - } - ], - "dimensions": [ - "24 cm" - ] - }, - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 28, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2008", - "lte": "2008" - } - ], - "enumerationChronology": [ - "v. 56 (2008) & Index" - ], - "enumerationChronology_sort": [ - " 56-2008" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433099607917" - ], - "identifier": [ - "urn:shelfmark:JQL 08-19 v. 56 (2008) & Index", - "urn:barcode:33433099607917" - ], - "identifierV2": [ - { - "value": "JQL 08-19 v. 56 (2008) & Index", - "type": "bf:ShelfMark" - }, - { - "value": "33433099607917", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-19" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-19 v. 56 (2008) & Index" - ], - "shelfMark_sort": "aJQL 08-19 v. 000056 (2008) & Index", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 56, - "lte": 56 - } - ], - "uri": "i28757051" - }, - "sort": [ - " 56-2008" - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2007", - "lte": "2007" - } - ], - "enumerationChronology": [ - "v. 55 (2007) & Index" - ], - "enumerationChronology_sort": [ - " 55-2007" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433099608063" - ], - "identifier": [ - "urn:shelfmark:JQL 08-19 v. 55 (2007) & Index", - "urn:barcode:33433099608063" - ], - "identifierV2": [ - { - "value": "JQL 08-19 v. 55 (2007) & Index", - "type": "bf:ShelfMark" - }, - { - "value": "33433099608063", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-19" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-19 v. 55 (2007) & Index" - ], - "shelfMark_sort": "aJQL 08-19 v. 000055 (2007) & Index", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 55, - "lte": 55 - } - ], - "uri": "i28756751" - }, - "sort": [ - " 55-2007" - ] - }, - { - "_nested": { - "field": "items", - "offset": 2 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2006", - "lte": "2006" - } - ], - "enumerationChronology": [ - "v. 54 (2006) & Index" - ], - "enumerationChronology_sort": [ - " 54-2006" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433099608188" - ], - "identifier": [ - "urn:shelfmark:JQL 08-19 v. 54 (2006) & Index", - "urn:barcode:33433099608188" - ], - "identifierV2": [ - { - "value": "JQL 08-19 v. 54 (2006) & Index", - "type": "bf:ShelfMark" - }, - { - "value": "33433099608188", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-19" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-19 v. 54 (2006) & Index" - ], - "shelfMark_sort": "aJQL 08-19 v. 000054 (2006) & Index", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 54, - "lte": 54 - } - ], - "uri": "i28756731" - }, - "sort": [ - " 54-2006" - ] - }, - { - "_nested": { - "field": "items", - "offset": 3 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2005", - "lte": "2005" - } - ], - "enumerationChronology": [ - "v. 53 (2005)" - ], - "enumerationChronology_sort": [ - " 53-2005" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433071526242" - ], - "identifier": [ - "urn:shelfmark:JQL 08-19 v. 53 (2005)", - "urn:barcode:33433071526242" - ], - "identifierV2": [ - { - "value": "JQL 08-19 v. 53 (2005)", - "type": "bf:ShelfMark" - }, - { - "value": "33433071526242", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-19" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-19 v. 53 (2005)" - ], - "shelfMark_sort": "aJQL 08-19 v. 000053 (2005)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 53, - "lte": 53 - } - ], - "uri": "i17508061" - }, - "sort": [ - " 53-2005" - ] - }, - { - "_nested": { - "field": "items", - "offset": 4 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2004", - "lte": "2004" - } - ], - "enumerationChronology": [ - "v. 52 (2004)" - ], - "enumerationChronology_sort": [ - " 52-2004" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433071526234" - ], - "identifier": [ - "urn:shelfmark:JQL 08-19 v. 52 (2004)", - "urn:barcode:33433071526234" - ], - "identifierV2": [ - { - "value": "JQL 08-19 v. 52 (2004)", - "type": "bf:ShelfMark" - }, - { - "value": "33433071526234", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-19" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-19 v. 52 (2004)" - ], - "shelfMark_sort": "aJQL 08-19 v. 000052 (2004)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 52, - "lte": 52 - } - ], - "uri": "i17508060" - }, - "sort": [ - " 52-2004" - ] - }, - { - "_nested": { - "field": "items", - "offset": 5 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2003", - "lte": "2003" - } - ], - "enumerationChronology": [ - "v. 51 (2003) & Index" - ], - "enumerationChronology_sort": [ - " 51-2003" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433071526226" - ], - "identifier": [ - "urn:shelfmark:JQL 08-19 v. 51 (2003) & Index", - "urn:barcode:33433071526226" - ], - "identifierV2": [ - { - "value": "JQL 08-19 v. 51 (2003) & Index", - "type": "bf:ShelfMark" - }, - { - "value": "33433071526226", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-19" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-19 v. 51 (2003) & Index" - ], - "shelfMark_sort": "aJQL 08-19 v. 000051 (2003) & Index", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 51, - "lte": 51 - } - ], - "uri": "i17508059" - }, - "sort": [ - " 51-2003" - ] - }, - { - "_nested": { - "field": "items", - "offset": 6 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2002", - "lte": "2002" - } - ], - "enumerationChronology": [ - "v. 50 (2002) & Index" - ], - "enumerationChronology_sort": [ - " 50-2002" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433071526218" - ], - "identifier": [ - "urn:shelfmark:JQL 08-19 v. 50 (2002) & Index", - "urn:barcode:33433071526218" - ], - "identifierV2": [ - { - "value": "JQL 08-19 v. 50 (2002) & Index", - "type": "bf:ShelfMark" - }, - { - "value": "33433071526218", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-19" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-19 v. 50 (2002) & Index" - ], - "shelfMark_sort": "aJQL 08-19 v. 000050 (2002) & Index", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 50, - "lte": 50 - } - ], - "uri": "i17508058" - }, - "sort": [ - " 50-2002" - ] - }, - { - "_nested": { - "field": "items", - "offset": 7 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2001", - "lte": "2001" - } - ], - "enumerationChronology": [ - "v. 49 (2001) & Index" - ], - "enumerationChronology_sort": [ - " 49-2001" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433071526143" - ], - "identifier": [ - "urn:shelfmark:JQL 08-19 v. 49 (2001) & Index", - "urn:barcode:33433071526143" - ], - "identifierV2": [ - { - "value": "JQL 08-19 v. 49 (2001) & Index", - "type": "bf:ShelfMark" - }, - { - "value": "33433071526143", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-19" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-19 v. 49 (2001) & Index" - ], - "shelfMark_sort": "aJQL 08-19 v. 000049 (2001) & Index", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 49, - "lte": 49 - } - ], - "uri": "i17508057" - }, - "sort": [ - " 49-2001" - ] - }, - { - "_nested": { - "field": "items", - "offset": 8 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2000", - "lte": "2000" - } - ], - "enumerationChronology": [ - "v. 48 (2000)" - ], - "enumerationChronology_sort": [ - " 48-2000" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433105255578" - ], - "identifier": [ - "urn:shelfmark:JQL 08-19 v. 48 (2000)", - "urn:barcode:33433105255578" - ], - "identifierV2": [ - { - "value": "JQL 08-19 v. 48 (2000)", - "type": "bf:ShelfMark" - }, - { - "value": "33433105255578", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-19" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-19 v. 48 (2000)" - ], - "shelfMark_sort": "aJQL 08-19 v. 000048 (2000)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 48, - "lte": 48 - } - ], - "uri": "i17508056" - }, - "sort": [ - " 48-2000" - ] - }, - { - "_nested": { - "field": "items", - "offset": 9 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1998", - "lte": "1999" - } - ], - "enumerationChronology": [ - "v. 46-47 (1998-1999)" - ], - "enumerationChronology_sort": [ - " 46-1998" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433019846223" - ], - "identifier": [ - "urn:shelfmark:JQL 08-19 v. 46-47 (1998-1999)", - "urn:barcode:33433019846223" - ], - "identifierV2": [ - { - "value": "JQL 08-19 v. 46-47 (1998-1999)", - "type": "bf:ShelfMark" - }, - { - "value": "33433019846223", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-19" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-19 v. 46-47 (1998-1999)" - ], - "shelfMark_sort": "aJQL 08-19 v. 000046-47 (1998-1999)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 46, - "lte": 47 - } - ], - "uri": "i12693382" - }, - "sort": [ - " 46-1998" - ] - }, - { - "_nested": { - "field": "items", - "offset": 10 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1995", - "lte": "1997" - } - ], - "enumerationChronology": [ - "v. 43-45 (1995-1997)" - ], - "enumerationChronology_sort": [ - " 43-1995" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433019846215" - ], - "identifier": [ - "urn:shelfmark:JQL 08-19 v. 43-45 (1995-1997)", - "urn:barcode:33433019846215" - ], - "identifierV2": [ - { - "value": "JQL 08-19 v. 43-45 (1995-1997)", - "type": "bf:ShelfMark" - }, - { - "value": "33433019846215", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-19" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-19 v. 43-45 (1995-1997)" - ], - "shelfMark_sort": "aJQL 08-19 v. 000043-45 (1995-1997)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 43, - "lte": 45 - } - ], - "uri": "i12693381" - }, - "sort": [ - " 43-1995" - ] - }, - { - "_nested": { - "field": "items", - "offset": 11 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1994", - "lte": "1994" - } - ], - "enumerationChronology": [ - "v. 42 (1994)" - ], - "enumerationChronology_sort": [ - " 42-1994" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433019846207" - ], - "identifier": [ - "urn:shelfmark:JQL 08-19 v. 42 (1994)", - "urn:barcode:33433019846207" - ], - "identifierV2": [ - { - "value": "JQL 08-19 v. 42 (1994)", - "type": "bf:ShelfMark" - }, - { - "value": "33433019846207", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-19" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-19 v. 42 (1994)" - ], - "shelfMark_sort": "aJQL 08-19 v. 000042 (1994)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 42, - "lte": 42 - } - ], - "uri": "i12693380" - }, - "sort": [ - " 42-1994" - ] - }, - { - "_nested": { - "field": "items", - "offset": 12 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1993", - "lte": "1993" - } - ], - "enumerationChronology": [ - "v. 41 (1993)" - ], - "enumerationChronology_sort": [ - " 41-1993" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433019846199" - ], - "identifier": [ - "urn:shelfmark:JQL 08-19 v. 41 (1993)", - "urn:barcode:33433019846199" - ], - "identifierV2": [ - { - "value": "JQL 08-19 v. 41 (1993)", - "type": "bf:ShelfMark" - }, - { - "value": "33433019846199", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-19" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-19 v. 41 (1993)" - ], - "shelfMark_sort": "aJQL 08-19 v. 000041 (1993)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 41, - "lte": 41 - } - ], - "uri": "i12693379" - }, - "sort": [ - " 41-1993" - ] - }, - { - "_nested": { - "field": "items", - "offset": 13 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1992", - "lte": "1992" - } - ], - "enumerationChronology": [ - "v. 40 (1992)" - ], - "enumerationChronology_sort": [ - " 40-1992" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433019846181" - ], - "identifier": [ - "urn:shelfmark:JQL 08-19 v. 40 (1992)", - "urn:barcode:33433019846181" - ], - "identifierV2": [ - { - "value": "JQL 08-19 v. 40 (1992)", - "type": "bf:ShelfMark" - }, - { - "value": "33433019846181", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-19" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-19 v. 40 (1992)" - ], - "shelfMark_sort": "aJQL 08-19 v. 000040 (1992)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 40, - "lte": 40 - } - ], - "uri": "i12693378" - }, - "sort": [ - " 40-1992" - ] - }, - { - "_nested": { - "field": "items", - "offset": 14 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1991", - "lte": "1991" - } - ], - "enumerationChronology": [ - "v. 39 (1991)" - ], - "enumerationChronology_sort": [ - " 39-1991" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433019846173" - ], - "identifier": [ - "urn:shelfmark:JQL 08-19 v. 39 (1991)", - "urn:barcode:33433019846173" - ], - "identifierV2": [ - { - "value": "JQL 08-19 v. 39 (1991)", - "type": "bf:ShelfMark" - }, - { - "value": "33433019846173", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-19" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-19 v. 39 (1991)" - ], - "shelfMark_sort": "aJQL 08-19 v. 000039 (1991)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 39, - "lte": 39 - } - ], - "uri": "i12693377" - }, - "sort": [ - " 39-1991" - ] - }, - { - "_nested": { - "field": "items", - "offset": 15 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1990", - "lte": "1990" - } - ], - "enumerationChronology": [ - "v. 38 (1990)" - ], - "enumerationChronology_sort": [ - " 38-1990" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433019846165" - ], - "identifier": [ - "urn:shelfmark:JQL 08-19 v. 38 (1990)", - "urn:barcode:33433019846165" - ], - "identifierV2": [ - { - "value": "JQL 08-19 v. 38 (1990)", - "type": "bf:ShelfMark" - }, - { - "value": "33433019846165", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-19" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-19 v. 38 (1990)" - ], - "shelfMark_sort": "aJQL 08-19 v. 000038 (1990)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 38, - "lte": 38 - } - ], - "uri": "i12693376" - }, - "sort": [ - " 38-1990" - ] - }, - { - "_nested": { - "field": "items", - "offset": 16 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1989", - "lte": "1989" - } - ], - "enumerationChronology": [ - "v. 37 (1989)" - ], - "enumerationChronology_sort": [ - " 37-1989" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433019846157" - ], - "identifier": [ - "urn:shelfmark:JQL 08-19 v. 37 (1989)", - "urn:barcode:33433019846157" - ], - "identifierV2": [ - { - "value": "JQL 08-19 v. 37 (1989)", - "type": "bf:ShelfMark" - }, - { - "value": "33433019846157", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-19" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-19 v. 37 (1989)" - ], - "shelfMark_sort": "aJQL 08-19 v. 000037 (1989)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 37, - "lte": 37 - } - ], - "uri": "i12693375" - }, - "sort": [ - " 37-1989" - ] - }, - { - "_nested": { - "field": "items", - "offset": 17 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1987", - "lte": "1988" - } - ], - "dueDate": [ - "2024-06-09" - ], - "enumerationChronology": [ - "v. 35-36 (1987-1988)" - ], - "enumerationChronology_sort": [ - " 35-1987" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433019846140" - ], - "identifier": [ - "urn:shelfmark:JQL 08-19 v. 35-36 (1987-1988)", - "urn:barcode:33433019846140" - ], - "identifierV2": [ - { - "value": "JQL 08-19 v. 35-36 (1987-1988)", - "type": "bf:ShelfMark" - }, - { - "value": "33433019846140", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-19" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - false - ], - "shelfMark": [ - "JQL 08-19 v. 35-36 (1987-1988)" - ], - "shelfMark_sort": "aJQL 08-19 v. 000035-36 (1987-1988)", - "status": [ - { - "id": "status:co", - "label": "Loaned" - } - ], - "status_packed": [ - "status:co||Loaned" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 35, - "lte": 36 - } - ], - "uri": "i12693374" - }, - "sort": [ - " 35-1987" - ] - }, - { - "_nested": { - "field": "items", - "offset": 18 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1985", - "lte": "1986" - } - ], - "dueDate": [ - "2024-05-12" - ], - "enumerationChronology": [ - "v. 33-34 (1985-1986)" - ], - "enumerationChronology_sort": [ - " 33-1985" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433019846132" - ], - "identifier": [ - "urn:shelfmark:JQL 08-19 v. 33-34 (1985-1986)", - "urn:barcode:33433019846132" - ], - "identifierV2": [ - { - "value": "JQL 08-19 v. 33-34 (1985-1986)", - "type": "bf:ShelfMark" - }, - { - "value": "33433019846132", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-19" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - false - ], - "shelfMark": [ - "JQL 08-19 v. 33-34 (1985-1986)" - ], - "shelfMark_sort": "aJQL 08-19 v. 000033-34 (1985-1986)", - "status": [ - { - "id": "status:co", - "label": "Loaned" - } - ], - "status_packed": [ - "status:co||Loaned" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 33, - "lte": 34 - } - ], - "uri": "i12693373" - }, - "sort": [ - " 33-1985" - ] - }, - { - "_nested": { - "field": "items", - "offset": 19 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1982", - "lte": "1984" - } - ], - "enumerationChronology": [ - "v. 30-32 (1982-1984)" - ], - "enumerationChronology_sort": [ - " 30-1982" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433019846124" - ], - "identifier": [ - "urn:shelfmark:JQL 08-19 v. 30-32 (1982-1984)", - "urn:barcode:33433019846124" - ], - "identifierV2": [ - { - "value": "JQL 08-19 v. 30-32 (1982-1984)", - "type": "bf:ShelfMark" - }, - { - "value": "33433019846124", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-19" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-19 v. 30-32 (1982-1984)" - ], - "shelfMark_sort": "aJQL 08-19 v. 000030-32 (1982-1984)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 30, - "lte": 32 - } - ], - "uri": "i12693372" - }, - "sort": [ - " 30-1982" - ] - }, - { - "_nested": { - "field": "items", - "offset": 20 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1979", - "lte": "1981" - } - ], - "enumerationChronology": [ - "v. 27-29 (1979-1981)" - ], - "enumerationChronology_sort": [ - " 27-1979" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433019846116" - ], - "identifier": [ - "urn:shelfmark:JQL 08-19 v. 27-29 (1979-1981)", - "urn:barcode:33433019846116" - ], - "identifierV2": [ - { - "value": "JQL 08-19 v. 27-29 (1979-1981)", - "type": "bf:ShelfMark" - }, - { - "value": "33433019846116", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-19" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-19 v. 27-29 (1979-1981)" - ], - "shelfMark_sort": "aJQL 08-19 v. 000027-29 (1979-1981)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 27, - "lte": 29 - } - ], - "uri": "i12693371" - }, - "sort": [ - " 27-1979" - ] - }, - { - "_nested": { - "field": "items", - "offset": 21 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1975", - "lte": "1978" - } - ], - "enumerationChronology": [ - "v. 23-26 (1975-1978)" - ], - "enumerationChronology_sort": [ - " 23-1975" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433019846108" - ], - "identifier": [ - "urn:shelfmark:JQL 08-19 v. 23-26 (1975-1978)", - "urn:barcode:33433019846108" - ], - "identifierV2": [ - { - "value": "JQL 08-19 v. 23-26 (1975-1978)", - "type": "bf:ShelfMark" - }, - { - "value": "33433019846108", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-19" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-19 v. 23-26 (1975-1978)" - ], - "shelfMark_sort": "aJQL 08-19 v. 000023-26 (1975-1978)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 23, - "lte": 26 - } - ], - "uri": "i12693370" - }, - "sort": [ - " 23-1975" - ] - }, - { - "_nested": { - "field": "items", - "offset": 22 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1971", - "lte": "1974" - } - ], - "enumerationChronology": [ - "v. 19-22 (1971-1974)" - ], - "enumerationChronology_sort": [ - " 19-1971" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433019846090" - ], - "identifier": [ - "urn:shelfmark:JQL 08-19 v. 19-22 (1971-1974)", - "urn:barcode:33433019846090" - ], - "identifierV2": [ - { - "value": "JQL 08-19 v. 19-22 (1971-1974)", - "type": "bf:ShelfMark" - }, - { - "value": "33433019846090", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-19" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-19 v. 19-22 (1971-1974)" - ], - "shelfMark_sort": "aJQL 08-19 v. 000019-22 (1971-1974)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 19, - "lte": 22 - } - ], - "uri": "i12693369" - }, - "sort": [ - " 19-1971" - ] - }, - { - "_nested": { - "field": "items", - "offset": 23 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1968", - "lte": "1970" - } - ], - "enumerationChronology": [ - "v. 16-18 (1968-1970)" - ], - "enumerationChronology_sort": [ - " 16-1968" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433019846082" - ], - "identifier": [ - "urn:shelfmark:JQL 08-19 v. 16-18 (1968-1970)", - "urn:barcode:33433019846082" - ], - "identifierV2": [ - { - "value": "JQL 08-19 v. 16-18 (1968-1970)", - "type": "bf:ShelfMark" - }, - { - "value": "33433019846082", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-19" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-19 v. 16-18 (1968-1970)" - ], - "shelfMark_sort": "aJQL 08-19 v. 000016-18 (1968-1970)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 16, - "lte": 18 - } - ], - "uri": "i12693368" - }, - "sort": [ - " 16-1968" - ] - }, - { - "_nested": { - "field": "items", - "offset": 24 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1965", - "lte": "1967" - } - ], - "enumerationChronology": [ - "v. 13-15 (1965-1967)" - ], - "enumerationChronology_sort": [ - " 13-1965" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmb2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmb2||Offsite" - ], - "idBarcode": [ - "33433019846074" - ], - "identifier": [ - "urn:shelfmark:JQL 08-19 v. 13-15 (1965-1967)", - "urn:barcode:33433019846074" - ], - "identifierV2": [ - { - "value": "JQL 08-19 v. 13-15 (1965-1967)", - "type": "bf:ShelfMark" - }, - { - "value": "33433019846074", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1110", - "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - } - ], - "owner_packed": [ - "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" - ], - "physicalLocation": [ - "JQL 08-19" - ], - "recapCustomerCode": [ - "NQ" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JQL 08-19 v. 13-15 (1965-1967)" - ], - "shelfMark_sort": "aJQL 08-19 v. 000013-15 (1965-1967)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 13, - "lte": 15 - } - ], - "uri": "i12693367" - }, - "sort": [ - " 13-1965" - ] - }, - { - "_nested": { - "field": "items", - "offset": 25 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1961", - "lte": "1964" - } - ], - "enumerationChronology": [ - "v. 9-12 (1961-1964)" - ], - "enumerationChronology_sort": [ - " 9-1961" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab92", - "label": "Schwarzman Building M2 - Art and Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab92||Schwarzman Building M2 - Art and Architecture Room 300" - ], - "idBarcode": [ - "33433019846066" - ], - "identifier": [ - "urn:shelfmark:JQL 08-19 v. 9-12 (1961-1964)", - "urn:barcode:33433019846066" - ], - "identifierV2": [ - { - "value": "JQL 08-19 v. 9-12 (1961-1964)", - "type": "bf:ShelfMark" - }, - { - "value": "33433019846066", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "JQL 08-19" - ], - "requestable": [ - false - ], - "shelfMark": [ - "JQL 08-19 v. 9-12 (1961-1964)" - ], - "shelfMark_sort": "aJQL 08-19 v. 000009-12 (1961-1964)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 9, - "lte": 12 - } - ], - "uri": "i12693366" - }, - "sort": [ - " 9-1961" - ] - }, - { - "_nested": { - "field": "items", - "offset": 26 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1957", - "lte": "1960" - } - ], - "enumerationChronology": [ - "v. 5-8 (1957-1960)" - ], - "enumerationChronology_sort": [ - " 5-1957" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab92", - "label": "Schwarzman Building M2 - Art and Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab92||Schwarzman Building M2 - Art and Architecture Room 300" - ], - "idBarcode": [ - "33433019846058" - ], - "identifier": [ - "urn:shelfmark:JQL 08-19 v. 5-8 (1957-1960)", - "urn:barcode:33433019846058" - ], - "identifierV2": [ - { - "value": "JQL 08-19 v. 5-8 (1957-1960)", - "type": "bf:ShelfMark" - }, - { - "value": "33433019846058", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "JQL 08-19" - ], - "requestable": [ - false - ], - "shelfMark": [ - "JQL 08-19 v. 5-8 (1957-1960)" - ], - "shelfMark_sort": "aJQL 08-19 v. 000005-8 (1957-1960)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 5, - "lte": 8 - } - ], - "uri": "i12693365" - }, - "sort": [ - " 5-1957" - ] - }, - { - "_nested": { - "field": "items", - "offset": 27 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1953", - "lte": "1956" - } - ], - "enumerationChronology": [ - "v. 1-4 (1953-1956)" - ], - "enumerationChronology_sort": [ - " 1-1953" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mab92", - "label": "Schwarzman Building M2 - Art and Architecture Room 300" - } - ], - "holdingLocation_packed": [ - "loc:mab92||Schwarzman Building M2 - Art and Architecture Room 300" - ], - "idBarcode": [ - "33433019846041" - ], - "identifier": [ - "urn:shelfmark:JQL 08-19 v. 1-4 (1953-1956)", - "urn:barcode:33433019846041" - ], - "identifierV2": [ - { - "value": "JQL 08-19 v. 1-4 (1953-1956)", - "type": "bf:ShelfMark" - }, - { - "value": "33433019846041", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "JQL 08-19" - ], - "requestable": [ - false - ], - "shelfMark": [ - "JQL 08-19 v. 1-4 (1953-1956)" - ], - "shelfMark_sort": "aJQL 08-19 v. 000001-4 (1953-1956)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 1, - "lte": 4 - } - ], - "uri": "i12693364" - }, - "sort": [ - " 1-1953" - ] - } - ] - } - } - } - } - ] - } - }, - "statusCode": 200, - "headers": { - "date": "Mon, 11 Mar 2024 15:37:13 GMT", - "content-type": "application/json; charset=UTF-8", - "content-length": "212345", - "connection": "keep-alive", - "access-control-allow-origin": "*" - }, - "meta": { - "context": null, - "request": { - "params": { - "method": "POST", - "path": "/resources-2018-04-09/_search", - "body": "{\"from\":0,\"size\":50,\"query\":{\"function_score\":{\"query\":{\"bool\":{\"must\":[{\"bool\":{\"should\":[{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"JQL 08\\\\-18\",\"default_operator\":\"AND\"}},{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"\\\"JQL 08\\\\-18\\\"\",\"default_operator\":\"AND\"}},{\"nested\":{\"path\":\"items\",\"query\":{\"query_string\":{\"fields\":[\"items.shelfMark\"],\"query\":\"JQL 08\\\\-18\",\"default_operator\":\"AND\"}}}}]}}],\"filter\":[{\"bool\":{\"should\":[{\"nested\":{\"path\":\"items\",\"query\":{\"bool\":{\"must_not\":[{\"exists\":{\"field\":\"items.electronicLocator\"}}]}},\"inner_hits\":{\"sort\":[{\"items.enumerationChronology_sort\":\"desc\"}],\"size\":\"100\",\"from\":0,\"name\":\"items\"}}},{\"nested\":{\"path\":\"items\",\"query\":{\"exists\":{\"field\":\"items.electronicLocator\"}},\"inner_hits\":{\"name\":\"electronicResources\"}}},{\"match_all\":{}}]}}]}}}},\"min_score\":0.65,\"sort\":[\"_score\"],\"_source\":{\"excludes\":[\"uris\",\"*_packed\",\"*_sort\",\"items.*_packed\",\"contentsTitle\",\"items\"]}}", - "querystring": "", - "headers": { - "user-agent": "elasticsearch-js/7.12.0 (darwin 21.6.0-x64; Node.js v18.12.1)", - "x-elastic-client-meta": "es=7.12.0,js=18.12.1,t=7.12.0,hc=18.12.1", - "content-type": "application/json", - "content-length": "1039" - }, - "timeout": 30000 - }, - "options": {}, - "id": 71 - }, - "name": "elasticsearch-js", - "connection": { - "url": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "id": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "headers": {}, - "deadCount": 0, - "resurrectTimeout": 0, - "_openRequests": 0, - "status": "alive", - "roles": { - "master": true, - "data": true, - "ingest": true, - "ml": false - } - }, - "attempts": 0, - "aborted": false - } -} \ No newline at end of file diff --git a/test/fixtures/query-6bc30294ff18dd3eb46f47d89a9166f5.json b/test/fixtures/query-6bc30294ff18dd3eb46f47d89a9166f5.json new file mode 100644 index 00000000..1f971691 --- /dev/null +++ b/test/fixtures/query-6bc30294ff18dd3eb46f47d89a9166f5.json @@ -0,0 +1,954 @@ +{ + "body": { + "took": 90, + "timed_out": false, + "_shards": { + "total": 3, + "successful": 3, + "failed": 0 + }, + "hits": { + "total": 1, + "max_score": 29.947943, + "hits": [ + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b22144813", + "_score": 29.947943, + "_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" + ], + "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" + ] + }, + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 2, + "max_score": null, + "hits": [ + { + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "enumerationChronology": [ + "v.1" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mall1", + "label": "Schwarzman Building - Main Reading Room 315 - Reference" + } + ], + "holdingLocation_packed": [ + "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" + ], + "idBarcode": [ + "3333333333" + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "urn:barcode:3333333333" + ], + "identifierV2": [ + { + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "type": "bf:ShelfMark" + }, + { + "value": "3333333333", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "requestable": [ + false + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", + "status": [ + { + "id": "status:k", + "label": "Check with staff" + } + ], + "status_packed": [ + "status:k||Check with staff" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ], + "uri": "i37857771" + }, + "sort": [ + " 1-" + ] + }, + { + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "enumerationChronology": [ + "nothing" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmf2", + "label": "Offsite" + } + ], + "holdingLocation_packed": [ + "loc:rcmf2||Offsite" + ], + "idBarcode": [ + "44455533322211" + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "urn:barcode:44455533322211" + ], + "identifierV2": [ + { + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "type": "bf:ShelfMark" + }, + { + "value": "44455533322211", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "requestable": [ + true + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i37857772" + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-af1eb94bf25cec28cbb6055cc02978ea.json b/test/fixtures/query-6c6d9c2c546a2d398f61bf986c5a4714.json similarity index 86% rename from test/fixtures/query-af1eb94bf25cec28cbb6055cc02978ea.json rename to test/fixtures/query-6c6d9c2c546a2d398f61bf986c5a4714.json index 1900f42f..b4ebd7de 100644 --- a/test/fixtures/query-af1eb94bf25cec28cbb6055cc02978ea.json +++ b/test/fixtures/query-6c6d9c2c546a2d398f61bf986c5a4714.json @@ -1,6 +1,6 @@ { "body": { - "took": 616, + "took": 879, "timed_out": false, "_shards": { "total": 3, @@ -8,7 +8,7 @@ "failed": 0 }, "hits": { - "total": 10440897, + "total": 10149025, "max_score": null, "hits": [ { @@ -58,12 +58,12 @@ "createdYear": [ 1985 ], - "type": [ - "nypl:Item" - ], "title": [ "Dante Alighieri 1985 : in memoriam Hermann Gmelin" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JFE 86-3252" ], @@ -76,12 +76,12 @@ "idLccn": [ "86124252" ], - "seriesStatement": [ - "Romanica et comparatistica ; Bd. 4" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Romanica et comparatistica ; Bd. 4" + ], "contributorLiteral": [ "Gmelin, Hermann, 1900-1958.", "Baum, Richard.", @@ -90,6 +90,9 @@ "dateStartYear": [ 1985 ], + "idOclc": [ + "NYPGNYPG-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -103,35 +106,33 @@ "type": "bf:Isbn", "value": "3923721544" }, - { - "type": "bf:Lccn", - "value": "86124252" - }, { "type": "nypl:Oclc", "value": "NYPGNYPG-B" }, + { + "type": "bf:Lccn", + "value": "86124252" + }, { "type": "bf:Identifier", "value": "(WaOLN)nyp0200001" } ], - "idOclc": [ - "NYPGNYPG-B" - ], - "updatedAt": 1687402640360, + "updatedAt": 1711606506102, "publicationStatement": [ "Tübingen : Stauffenburg, c1985." ], + "idIsbn": [ + "3923721544" + ], "identifier": [ + "urn:shelfmark:JFE 86-3252", "urn:bnum:10000002", "urn:isbn:3923721544", - "urn:lccn:86124252", "urn:oclc:NYPGNYPG-B", - "urn:undefined:(WaOLN)nyp0200001" - ], - "idIsbn": [ - "3923721544" + "urn:lccn:86124252", + "urn:identifier:(WaOLN)nyp0200001" ], "numCheckinCardItems": [ 0 @@ -168,29 +169,23 @@ "lccClassification": [ "PQ4390 .D274 1985" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tübingen" ], - "titleAlt": [ - "Dante Alighieri neunzehnhundertfünfundachtzig." - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], - "idIsbn_clean": [ - "3923721544" + "titleAlt": [ + "Dante Alighieri neunzehnhundertfünfundachtzig." ], "dimensions": [ "23 cm." + ], + "idIsbn_clean": [ + "3923721544" ] }, "sort": [ @@ -216,15 +211,14 @@ }, "_score": null, "_source": { - "uri": "i12858031", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:1", + "label": "Use in library" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -235,6 +229,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:mal92", @@ -244,8 +241,12 @@ "holdingLocation_packed": [ "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "shelfMark": [ - "JFE 86-3252" + "idBarcode": [ + "33433046113795" + ], + "identifier": [ + "urn:shelfmark:JFE 86-3252", + "urn:barcode:33433046113795" ], "identifierV2": [ { @@ -253,41 +254,36 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433046113795" + "value": "33433046113795", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "JFE 86-3252" - ], "m2CustomerCode": [ "XF" ], - "identifier": [ - "urn:barcode:33433046113795" - ], - "idBarcode": [ - "33433046113795" + "physicalLocation": [ + "JFE 86-3252" ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JFE 86-3252" + ], + "shelfMark_sort": "aJFE 86-003252", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aJFE 86-003252" + "uri": "i12858031" }, "sort": [ null @@ -332,24 +328,24 @@ "createdYear": [ 1989 ], - "type": [ - "nypl:Item" - ], "title": [ "Scottish islands" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JFF 89-526" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Waite, Charlie." - ], "createdString": [ "1989" ], + "creatorLiteral": [ + "Waite, Charlie." + ], "idLccn": [ "gb 89012970" ], @@ -362,6 +358,9 @@ "donor": [ "Gift of the Drue Heinz Book Fund for English Literature" ], + "idOclc": [ + "NYPGUKBPGP8917-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -373,37 +372,35 @@ }, { "type": "bf:Isbn", - "value": "0094675708 :" - }, - { - "type": "bf:Lccn", - "value": "gb 89012970" + "value": "0094675708" }, { "type": "nypl:Oclc", "value": "NYPGUKBPGP8917-B" }, + { + "type": "bf:Lccn", + "value": "gb 89012970" + }, { "type": "bf:Identifier", "value": "(WaOLN)nyp0200002" } ], - "idOclc": [ - "NYPGUKBPGP8917-B" - ], - "updatedAt": 1686707689781, + "updatedAt": 1711606506102, "publicationStatement": [ "London : Constable, 1989." ], + "idIsbn": [ + "0094675708" + ], "identifier": [ + "urn:shelfmark:JFF 89-526", "urn:bnum:10000003", - "urn:isbn:0094675708 :", - "urn:lccn:gb 89012970", + "urn:isbn:0094675708", "urn:oclc:NYPGUKBPGP8917-B", - "urn:undefined:(WaOLN)nyp0200002" - ], - "idIsbn": [ - "0094675708 " + "urn:lccn:gb 89012970", + "urn:identifier:(WaOLN)nyp0200002" ], "numCheckinCardItems": [ 0 @@ -436,12 +433,6 @@ "Scottish islands / Charlie Waite." ], "uri": "b10000003", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "London" ], @@ -451,11 +442,11 @@ "label": "monograph/item" } ], - "idIsbn_clean": [ - "0094675708" - ], "dimensions": [ "26 cm." + ], + "idIsbn_clean": [ + "0094675708" ] }, "sort": [ @@ -481,15 +472,14 @@ }, "_score": null, "_source": { - "uri": "i13783780", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:1", + "label": "Use in library" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -500,6 +490,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:mal92", @@ -509,8 +502,12 @@ "holdingLocation_packed": [ "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "shelfMark": [ - "JFF 89-526" + "idBarcode": [ + "33433050409147" + ], + "identifier": [ + "urn:shelfmark:JFF 89-526", + "urn:barcode:33433050409147" ], "identifierV2": [ { @@ -518,41 +515,36 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433050409147" + "value": "33433050409147", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "JFF 89-526" - ], "m2CustomerCode": [ "XA" ], - "identifier": [ - "urn:barcode:33433050409147" - ], - "idBarcode": [ - "33433050409147" + "physicalLocation": [ + "JFF 89-526" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "JFF 89-526" + ], + "shelfMark_sort": "aJFF 89-000526", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aJFF 89-000526" + "uri": "i13783780" }, "sort": [ null @@ -690,7 +682,7 @@ "value": "(OCoLC)184821618" } ], - "updatedAt": 1709334898828, + "updatedAt": 1711529073455, "publicationStatement": [ "New York : Columbia University Press, c2008." ], @@ -1018,36 +1010,39 @@ "numItemsTotal": [ 1 ], - "dateEndString": [ - "1984" - ], "createdYear": [ 1983 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1984" ], "title": [ "Mānilī va khānah-ʼi Sarīvaylī : du manẓūmah" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OMO 84-1527" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Yūshīj, Nīmā." - ], "createdString": [ "1983" ], + "creatorLiteral": [ + "Yūshīj, Nīmā." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1983 ], + "idOclc": [ + "NYPG001000386-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -1070,21 +1065,19 @@ "value": "(WaOLN)nyp0200431" } ], - "idOclc": [ - "NYPG001000386-B" - ], "dateEndYear": [ 1984 ], - "updatedAt": 1674870767447, + "updatedAt": 1711284782152, "publicationStatement": [ "Tihrān : Intishārāt-i Amīr Kabīr, 1362 [1983 or 1984]" ], "identifier": [ + "urn:shelfmark:*OMO 84-1527", "urn:bnum:10000432", "urn:oclc:NYPG001000386-B", - "urn:undefined:NNSZ00100386", - "urn:undefined:(WaOLN)nyp0200431" + "urn:identifier:NNSZ00100386", + "urn:identifier:(WaOLN)nyp0200431" ], "numCheckinCardItems": [ 0 @@ -1114,12 +1107,6 @@ "Mānilī va khānah-ʼi Sarīvaylī : du manẓūmah / az Nīmā yūshīj." ], "uri": "b10000432", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tihrān" ], @@ -1159,24 +1146,14 @@ }, "_score": null, "_source": { - "uri": "i10000245", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -1187,6 +1164,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -1196,8 +1176,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OMO 84-1527" + "idBarcode": [ + "33433001898497" + ], + "identifier": [ + "urn:shelfmark:*OMO 84-1527", + "urn:barcode:33433001898497" ], "identifierV2": [ { @@ -1205,41 +1189,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001898497" + "value": "33433001898497", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OMO 84-1527" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433001898497" + "requestable": [ + true ], - "idBarcode": [ - "33433001898497" - ], - "requestable": [ - true + "shelfMark": [ + "*OMO 84-1527" ], - "accessMessage": [ + "shelfMark_sort": "a*OMO 84-001527", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OMO 84-001527" + "uri": "i10000245" }, "sort": [ null @@ -1278,8 +1266,11 @@ "Geomorphology", "Geomorphology -- Libya" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "al-Jāmiʻah al-Lībīyah, Kullīyat al-Ādāb," + "al-Jāmiʻah al-Lībīyah, Kullīyat al-Ādāb" ], "language": [ { @@ -1287,33 +1278,45 @@ "label": "Arabic" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 2 ], "createdYear": [ 1973 ], - "type": [ - "nypl:Item" + "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" ], - "creatorLiteral": [ - "Jawdah, Jawdah Ḥasanayn." + "numItemVolumesParsed": [ + 2 ], "createdString": [ "1973" ], + "creatorLiteral": [ + "Jawdah, Jawdah Ḥasanayn." + ], "idLccn": [ "75960642" ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1973 ], + "idOclc": [ + "NYPG002000748-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -1323,6 +1326,10 @@ "type": "nypl:Bnumber", "value": "10001333" }, + { + "type": "nypl:Oclc", + "value": "NYPG002000748-B" + }, { "type": "bf:Lccn", "value": "75960642" @@ -1339,15 +1346,20 @@ "dateEndYear": [ 9999 ], - "updatedAt": 1636070536203, + "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:undefined:NNSZ00201348", - "urn:undefined:(WaOLN)nyp0201331" + "urn:identifier:NNSZ00201348", + "urn:identifier:(WaOLN)nyp0201331" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -1380,14 +1392,8 @@ "lccClassification": [ "GB440.L5 J38" ], - "numItems": [ - 2 - ], - "numAvailable": [ - 2 - ], "placeOfPublication": [ - "[Binghāzī] :" + "[Binghāzī]" ], "issuance": [ { @@ -1418,181 +1424,213 @@ { "_nested": { "field": "items", - "offset": 1 + "offset": 0 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433005586197" - ], - "physicalLocation": [ - "*OFO 82-5116 al-Juzʼān 1-2." + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "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" - } + "enumerationChronology": [ + "v. 2" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 2-" ], - "uri": "i10000872", - "shelfMark": [ - "*OFO 82-5116 al-Juzʼān 1-2. v. 2" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OFO 82-5116 al-Juzʼān 1-2. v. 2" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433005586197" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "enumerationChronology": [ - "v. 2" - ], "idBarcode": [ "33433005586197" ], + "identifier": [ + "urn:shelfmark:*OFO 82-5116 al-Juzʼān 1-2. v. 2", + "urn:barcode:33433005586197" + ], + "identifierV2": [ + { + "value": "*OFO 82-5116 al-Juzʼān 1-2. v. 2", + "type": "bf:ShelfMark" + }, + { + "value": "33433005586197", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OFO 82-5116 al-Juzʼān 1-2." + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OFO 82-5116 al-Juzʼān 1-2. v. 2" ], + "shelfMark_sort": "a*OFO 82-5116 al-Juzʼān 1-2. v. 000002", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 2, + "lte": 2 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10000872" }, "sort": [ - null + " 2-" ] }, { "_nested": { "field": "items", - "offset": 0 + "offset": 1 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433005586189" - ], - "physicalLocation": [ - "*OFO 82-5116 al-Juzʼān 1-2." + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "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" - } + "enumerationChronology": [ + "v. 1" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 1-" ], - "uri": "i10000871", - "shelfMark": [ - "*OFO 82-5116 al-Juzʼān 1-2. v. 1" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OFO 82-5116 al-Juzʼān 1-2. v. 1" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433005586189" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "enumerationChronology": [ - "v. 1" - ], "idBarcode": [ "33433005586189" ], + "identifier": [ + "urn:shelfmark:*OFO 82-5116 al-Juzʼān 1-2. v. 1", + "urn:barcode:33433005586189" + ], + "identifierV2": [ + { + "value": "*OFO 82-5116 al-Juzʼān 1-2. v. 1", + "type": "bf:ShelfMark" + }, + { + "value": "33433005586189", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OFO 82-5116 al-Juzʼān 1-2." + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OFO 82-5116 al-Juzʼān 1-2. v. 1" ], + "shelfMark_sort": "a*OFO 82-5116 al-Juzʼān 1-2. v. 000001", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 1, + "lte": 1 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10000871" }, "sort": [ - null + " 1-" ] } ] @@ -1648,36 +1686,39 @@ "createdYear": [ 2007 ], - "type": [ - "nypl:Item" - ], "title": [ "Choralimprovisation auf Orgeln Gottfried Silbermanns" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 09-710" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Wagler, Dietrich, 1940-" - ], "createdString": [ "2007" ], - "seriesStatement": [ - "Freiberger Studien zur Orgel ; 10" + "creatorLiteral": [ + "Wagler, Dietrich, 1940-" ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Freiberger Studien zur Orgel ; 10" + ], "contributorLiteral": [ "Gottfried-Silbermann-Gesellschaft." ], "dateStartYear": [ 2007 ], + "idOclc": [ + "439765611" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -1699,32 +1740,26 @@ "type": "nypl:Oclc", "value": "439765611" }, - { - "type": "nypl:Oclc", - "value": "439765611" - }, { "type": "bf:Identifier", "value": "(OCoLC)439765611" } ], - "idOclc": [ - "439765611" - ], - "updatedAt": 1689717163363, + "updatedAt": 1710995527321, "publicationStatement": [ "[Altenburg] : Verlag Klaus-Jürgen Kamprad, c2007." ], + "idIsbn": [ + "9783930550494 (pbk.)", + "3930550490 (pbk.)" + ], "identifier": [ + "urn:shelfmark:JMG 09-710", "urn:bnum:10001377", "urn:isbn:9783930550494 (pbk.)", "urn:isbn:3930550490 (pbk.)", "urn:oclc:439765611", - "urn:undefined:(OCoLC)439765611" - ], - "idIsbn": [ - "9783930550494 (pbk.)", - "3930550490 (pbk.)" + "urn:identifier:(OCoLC)439765611" ], "numCheckinCardItems": [ 0 @@ -1761,12 +1796,6 @@ "Choralimprovisation auf Orgeln Gottfried Silbermanns / Dietrich Wagler ; [Hrsg.: Gottfried-Silbermann-Gesellschaft]." ], "uri": "b10001377", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Altenburg]" ], @@ -1776,12 +1805,12 @@ "label": "monograph/item" } ], + "dimensions": [ + "30 cm." + ], "idIsbn_clean": [ "9783930550494", "3930550490" - ], - "dimensions": [ - "30 cm." ] }, "sort": [ @@ -1807,24 +1836,14 @@ }, "_score": null, "_source": { - "uri": "i24299761", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -1835,6 +1854,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -1844,8 +1866,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 09-710" + "idBarcode": [ + "33433089337251" + ], + "identifier": [ + "urn:shelfmark:JMG 09-710", + "urn:barcode:33433089337251" ], "identifierV2": [ { @@ -1853,41 +1879,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433089337251" + "value": "33433089337251", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 09-710" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433089337251" - ], - "idBarcode": [ - "33433089337251" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 09-710" + ], + "shelfMark_sort": "aJMG 09-000710", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aJMG 09-000710" + "uri": "i24299761" }, "sort": [ null @@ -1928,14 +1958,17 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Iran", - "Iran -- Gazetteers", "Villages", "Villages -- Iran", - "Villages -- Iran -- Statistics" + "Villages -- Iran -- Statistics", + "Iran", + "Iran -- Gazetteers" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Markaz-i Āmār-i Īrān," + "Markaz-i Āmār-i Īrān" ], "language": [ { @@ -1943,33 +1976,45 @@ "label": "Persian" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 11 ], "createdYear": [ 1969 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ "Farhang-i ābādīhā-yi kishvar." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "Map Div. 84-146" ], - "creatorLiteral": [ - "Markaz-i Āmār-i Īrān." + "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", @@ -1979,6 +2024,10 @@ "type": "nypl:Bnumber", "value": "10001657" }, + { + "type": "nypl:Oclc", + "value": "NYPG002001092-B" + }, { "type": "bf:Lccn", "value": "81464564" @@ -1995,15 +2044,20 @@ "dateEndYear": [ 9999 ], - "updatedAt": 1636095534719, + "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:undefined:NNSZ00201692", - "urn:undefined:(WaOLN)nyp0201655" + "urn:identifier:NNSZ00201692", + "urn:identifier:(WaOLN)nyp0201655" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -2027,8 +2081,8 @@ } ], "subjectLiteral": [ - "Iran -- Gazetteers.", - "Villages -- Iran -- Statistics." + "Villages -- Iran -- Statistics.", + "Iran -- Gazetteers." ], "titleDisplay": [ "Farhang-i ābādīhā-yi kishvar." @@ -2037,14 +2091,8 @@ "lccClassification": [ "DS253 .M37" ], - "numItems": [ - 11 - ], - "numAvailable": [ - 11 - ], "placeOfPublication": [ - "Tihrān :" + "Tihrān" ], "issuance": [ { @@ -2081,991 +2129,319 @@ { "_nested": { "field": "items", - "offset": 10 + "offset": 0 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1106", - "label": "Lionel Pincus and Princess Firyal Map Division" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433057030870" - ], - "physicalLocation": [ - "Map Div. 84-146" + "catalogItemType": [ + { + "id": "catalogItemType:25", + "label": "atlas" + } ], - "shelfMark_sort": "aMap Div. 84-146 v. 000017", "catalogItemType_packed": [ "catalogItemType:25||atlas" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 17" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 17-" ], - "uri": "i13784147", - "shelfMark": [ - "Map Div. 84-146 v. 17" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Map Div. 84-146 v. 17" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433057030870" + "id": "loc:rcmp2", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rcmp2||Offsite" ], - "enumerationChronology": [ - "v. 17" - ], "idBarcode": [ "33433057030870" ], + "identifier": [ + "urn:shelfmark:Map Div. 84-146 v. 17", + "urn:barcode:33433057030870" + ], + "identifierV2": [ + { + "value": "Map Div. 84-146 v. 17", + "type": "bf:ShelfMark" + }, + { + "value": "33433057030870", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1106", + "label": "Lionel Pincus and Princess Firyal Map Division" + } + ], "owner_packed": [ "orgs:1106||Lionel Pincus and Princess Firyal Map Division" ], + "physicalLocation": [ + "Map Div. 84-146" + ], + "recapCustomerCode": [ + "NL" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:25", - "label": "atlas" - } + "shelfMark": [ + "Map Div. 84-146 v. 17" ], + "shelfMark_sort": "aMap Div. 84-146 v. 000017", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rcmp2", - "label": "Offsite" + "gte": 17, + "lte": 17 } ], - "recapCustomerCode": [ - "NL" - ] + "uri": "i13784147" }, "sort": [ - null + " 17-" ] }, { "_nested": { "field": "items", - "offset": 9 + "offset": 1 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1106", - "label": "Lionel Pincus and Princess Firyal Map Division" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433057030862" - ], - "physicalLocation": [ - "Map Div. 84-146" + "catalogItemType": [ + { + "id": "catalogItemType:25", + "label": "atlas" + } ], - "shelfMark_sort": "aMap Div. 84-146 v. 000015", "catalogItemType_packed": [ "catalogItemType:25||atlas" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 15" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 15-" ], - "uri": "i13784146", - "shelfMark": [ - "Map Div. 84-146 v. 15" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Map Div. 84-146 v. 15" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433057030862" + "id": "loc:rcmp2", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rcmp2||Offsite" ], - "enumerationChronology": [ - "v. 15" - ], "idBarcode": [ "33433057030862" ], - "owner_packed": [ - "orgs:1106||Lionel Pincus and Princess Firyal Map Division" + "identifier": [ + "urn:shelfmark:Map Div. 84-146 v. 15", + "urn:barcode:33433057030862" ], - "requestable": [ - true - ], - "catalogItemType": [ - { - "id": "catalogItemType:25", - "label": "atlas" - } - ], - "status": [ + "identifierV2": [ { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ + "value": "Map Div. 84-146 v. 15", + "type": "bf:ShelfMark" + }, { - "id": "loc:rcmp2", - "label": "Offsite" + "value": "33433057030862", + "type": "bf:Barcode" } ], - "recapCustomerCode": [ - "NL" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 8 - }, - "_score": null, - "_source": { "owner": [ { "id": "orgs:1106", "label": "Lionel Pincus and Princess Firyal Map Division" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433057030854" + "owner_packed": [ + "orgs:1106||Lionel Pincus and Princess Firyal Map Division" ], "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" - ], - "uri": "i13784145", - "shelfMark": [ - "Map Div. 84-146 v. 14" - ], - "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" + "recapCustomerCode": [ + "NL" ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:25", - "label": "atlas" - } + "shelfMark": [ + "Map Div. 84-146 v. 15" ], + "shelfMark_sort": "aMap Div. 84-146 v. 000015", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rcmp2", - "label": "Offsite" + "gte": 15, + "lte": 15 } ], - "recapCustomerCode": [ - "NL" - ] + "uri": "i13784146" }, "sort": [ - null + " 15-" ] }, { "_nested": { "field": "items", - "offset": 7 + "offset": 2 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1106", - "label": "Lionel Pincus and Princess Firyal Map Division" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433057030847" - ], - "physicalLocation": [ - "Map Div. 84-146" + "catalogItemType": [ + { + "id": "catalogItemType:25", + "label": "atlas" + } ], - "shelfMark_sort": "aMap Div. 84-146 v. 000010", "catalogItemType_packed": [ "catalogItemType:25||atlas" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 14" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 14-" ], - "uri": "i13784144", - "shelfMark": [ - "Map Div. 84-146 v. 10" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Map Div. 84-146 v. 10" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433057030847" + "id": "loc:rcmp2", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rcmp2||Offsite" ], - "enumerationChronology": [ - "v. 10" - ], "idBarcode": [ - "33433057030847" - ], - "owner_packed": [ - "orgs:1106||Lionel Pincus and Princess Firyal Map Division" - ], - "requestable": [ - true + "33433057030854" ], - "catalogItemType": [ - { - "id": "catalogItemType:25", - "label": "atlas" - } + "identifier": [ + "urn:shelfmark:Map Div. 84-146 v. 14", + "urn:barcode:33433057030854" ], - "status": [ + "identifierV2": [ { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ + "value": "Map Div. 84-146 v. 14", + "type": "bf:ShelfMark" + }, { - "id": "loc:rcmp2", - "label": "Offsite" + "value": "33433057030854", + "type": "bf:Barcode" } ], - "recapCustomerCode": [ - "NL" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 6 - }, - "_score": null, - "_source": { "owner": [ { "id": "orgs:1106", "label": "Lionel Pincus and Princess Firyal Map Division" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433057030839" + "owner_packed": [ + "orgs:1106||Lionel Pincus and Princess Firyal Map Division" ], "physicalLocation": [ "Map Div. 84-146" ], - "shelfMark_sort": "aMap Div. 84-146 v. 000009", - "catalogItemType_packed": [ - "catalogItemType:25||atlas" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i13784143", - "shelfMark": [ - "Map Div. 84-146 v. 9" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Map Div. 84-146 v. 9" - }, - { - "type": "bf:Barcode", - "value": "33433057030839" - } - ], - "holdingLocation_packed": [ - "loc:rcmp2||Offsite" - ], - "enumerationChronology": [ - "v. 9" - ], - "idBarcode": [ - "33433057030839" - ], - "owner_packed": [ - "orgs:1106||Lionel Pincus and Princess Firyal Map Division" + "recapCustomerCode": [ + "NL" ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:25", - "label": "atlas" - } + "shelfMark": [ + "Map Div. 84-146 v. 14" ], + "shelfMark_sort": "aMap Div. 84-146 v. 000014", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rcmp2", - "label": "Offsite" + "gte": 14, + "lte": 14 } ], - "recapCustomerCode": [ - "NL" - ] + "uri": "i13784145" }, "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 5 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1106", - "label": "Lionel Pincus and Princess Firyal Map Division" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433057030821" - ], - "physicalLocation": [ - "Map Div. 84-146" - ], - "shelfMark_sort": "aMap Div. 84-146 v. 000006", - "catalogItemType_packed": [ - "catalogItemType:25||atlas" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i13784142", - "shelfMark": [ - "Map Div. 84-146 v. 6" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Map Div. 84-146 v. 6" - }, - { - "type": "bf:Barcode", - "value": "33433057030821" - } - ], - "holdingLocation_packed": [ - "loc:rcmp2||Offsite" - ], - "enumerationChronology": [ - "v. 6" - ], - "idBarcode": [ - "33433057030821" - ], - "owner_packed": [ - "orgs:1106||Lionel Pincus and Princess Firyal Map Division" - ], - "requestable": [ - true - ], - "catalogItemType": [ - { - "id": "catalogItemType:25", - "label": "atlas" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ - { - "id": "loc:rcmp2", - "label": "Offsite" - } - ], - "recapCustomerCode": [ - "NL" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 4 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1106", - "label": "Lionel Pincus and Princess Firyal Map Division" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433057030813" - ], - "physicalLocation": [ - "Map Div. 84-146" - ], - "shelfMark_sort": "aMap Div. 84-146 v. 000005", - "catalogItemType_packed": [ - "catalogItemType:25||atlas" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i13784141", - "shelfMark": [ - "Map Div. 84-146 v. 5" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Map Div. 84-146 v. 5" - }, - { - "type": "bf:Barcode", - "value": "33433057030813" - } - ], - "holdingLocation_packed": [ - "loc:rcmp2||Offsite" - ], - "enumerationChronology": [ - "v. 5" - ], - "idBarcode": [ - "33433057030813" - ], - "owner_packed": [ - "orgs:1106||Lionel Pincus and Princess Firyal Map Division" - ], - "requestable": [ - true - ], - "catalogItemType": [ - { - "id": "catalogItemType:25", - "label": "atlas" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ - { - "id": "loc:rcmp2", - "label": "Offsite" - } - ], - "recapCustomerCode": [ - "NL" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 3 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1106", - "label": "Lionel Pincus and Princess Firyal Map Division" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433057030805" - ], - "physicalLocation": [ - "Map Div. 84-146" - ], - "shelfMark_sort": "aMap Div. 84-146 v. 000004", - "catalogItemType_packed": [ - "catalogItemType:25||atlas" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i13784140", - "shelfMark": [ - "Map Div. 84-146 v. 4" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Map Div. 84-146 v. 4" - }, - { - "type": "bf:Barcode", - "value": "33433057030805" - } - ], - "holdingLocation_packed": [ - "loc:rcmp2||Offsite" - ], - "enumerationChronology": [ - "v. 4" - ], - "idBarcode": [ - "33433057030805" - ], - "owner_packed": [ - "orgs:1106||Lionel Pincus and Princess Firyal Map Division" - ], - "requestable": [ - true - ], - "catalogItemType": [ - { - "id": "catalogItemType:25", - "label": "atlas" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ - { - "id": "loc:rcmp2", - "label": "Offsite" - } - ], - "recapCustomerCode": [ - "NL" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 2 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1106", - "label": "Lionel Pincus and Princess Firyal Map Division" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433057030797" - ], - "physicalLocation": [ - "Map Div. 84-146" - ], - "shelfMark_sort": "aMap Div. 84-146 v. 000003", - "catalogItemType_packed": [ - "catalogItemType:25||atlas" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i13784139", - "shelfMark": [ - "Map Div. 84-146 v. 3" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Map Div. 84-146 v. 3" - }, - { - "type": "bf:Barcode", - "value": "33433057030797" - } - ], - "holdingLocation_packed": [ - "loc:rcmp2||Offsite" - ], - "enumerationChronology": [ - "v. 3" - ], - "idBarcode": [ - "33433057030797" - ], - "owner_packed": [ - "orgs:1106||Lionel Pincus and Princess Firyal Map Division" - ], - "requestable": [ - true - ], - "catalogItemType": [ - { - "id": "catalogItemType:25", - "label": "atlas" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ - { - "id": "loc:rcmp2", - "label": "Offsite" - } - ], - "recapCustomerCode": [ - "NL" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1106", - "label": "Lionel Pincus and Princess Firyal Map Division" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433057030789" - ], - "physicalLocation": [ - "Map Div. 84-146" - ], - "shelfMark_sort": "aMap Div. 84-146 v. 000002", - "catalogItemType_packed": [ - "catalogItemType:25||atlas" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i13784138", - "shelfMark": [ - "Map Div. 84-146 v. 2" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Map Div. 84-146 v. 2" - }, - { - "type": "bf:Barcode", - "value": "33433057030789" - } - ], - "holdingLocation_packed": [ - "loc:rcmp2||Offsite" - ], - "enumerationChronology": [ - "v. 2" - ], - "idBarcode": [ - "33433057030789" - ], - "owner_packed": [ - "orgs:1106||Lionel Pincus and Princess Firyal Map Division" - ], - "requestable": [ - true - ], - "catalogItemType": [ - { - "id": "catalogItemType:25", - "label": "atlas" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ - { - "id": "loc:rcmp2", - "label": "Offsite" - } - ], - "recapCustomerCode": [ - "NL" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1106", - "label": "Lionel Pincus and Princess Firyal Map Division" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433057030771" - ], - "physicalLocation": [ - "Map Div. 84-146" - ], - "shelfMark_sort": "aMap Div. 84-146 v. 000001", - "catalogItemType_packed": [ - "catalogItemType:25||atlas" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i13784137", - "shelfMark": [ - "Map Div. 84-146 v. 1" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Map Div. 84-146 v. 1" - }, - { - "type": "bf:Barcode", - "value": "33433057030771" - } - ], - "holdingLocation_packed": [ - "loc:rcmp2||Offsite" - ], - "enumerationChronology": [ - "v. 1" - ], - "idBarcode": [ - "33433057030771" - ], - "owner_packed": [ - "orgs:1106||Lionel Pincus and Princess Firyal Map Division" - ], - "requestable": [ - true - ], - "catalogItemType": [ - { - "id": "catalogItemType:25", - "label": "atlas" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ - { - "id": "loc:rcmp2", - "label": "Offsite" - } - ], - "recapCustomerCode": [ - "NL" - ] - }, - "sort": [ - null + " 14-" ] } ] @@ -3098,8 +2474,11 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Hindu philosophy", - "Vedanta" + "Vedanta", + "Hindu philosophy" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ "Chaukhambā Vidyābhavana" @@ -3110,318 +2489,95 @@ "label": "Sanskrit" } ], - "dateEndString": [ - "9999" - ], - "createdYear": [ - 1964 - ], - "type": [ - "nypl:Item" - ], - "title": [ - "Brahmasūtraśāṅkarabhāṣyam. 'Brahmatatvavimarśinī' Hindīvyākhyāsahitam." - ], - "shelfMark": [ - "*OKN 82-2276" - ], - "creatorLiteral": [ - "Bādarāyaṇa." - ], - "createdString": [ - "1964" - ], - "idLccn": [ - "sa 65007118" - ], - "seriesStatement": [ - "Vidyābhavara Saṃskrta granthamālā, 124" - ], - "contributorLiteral": [ - "Sastri, Hanumanadas, Swami.", - "Śaṅkarācārya." - ], - "dateStartYear": [ - 1964 - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OKN 82-2276" - }, - { - "type": "nypl:Bnumber", - "value": "10001844" - }, - { - "type": "bf:Lccn", - "value": "sa 65007118" - }, - { - "type": "bf:Identifier", - "value": "NNSZ00201882" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0201842" - } - ], - "dateEndYear": [ - 9999 - ], - "updatedAt": 1636079011965, - "publicationStatement": [ - "Vārāṇasī, Chaukhambā Vidyābhavana [1964-" - ], - "identifier": [ - "urn:bnum:10001844", - "urn:lccn:sa 65007118", - "urn:undefined:NNSZ00201882", - "urn:undefined:(WaOLN)nyp0201842" - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "1964" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Hindu philosophy.", - "Vedanta." - ], - "titleDisplay": [ - "Brahmasūtraśāṅkarabhāṣyam. 'Brahmatatvavimarśinī' Hindīvyākhyāsahitam. Vyākhyākāra [sic] Svāmī Hanumānadāsa Shaṭśāstrī. Bhūmikā-lekhaka Vīramaṇi Prasāda Upādhyāya." - ], - "uri": "b10001844", - "lccClassification": [ - "B132.V3 B22" - ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], - "placeOfPublication": [ - "Vārāṇasī," - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "titleAlt": [ - "Brahmasūtra Śaṅkarbhāṣya." - ], - "dimensions": [ - "23 cm." - ] - }, - "sort": [ - "b10001844" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 1, - "max_score": null, - "hits": [ - { - "_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:33433058617816" - ], - "physicalLocation": [ - "*OKN 82-2276" - ], - "shelfMark_sort": "a*OKN 82-002276", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i13784177", - "shelfMark": [ - "*OKN 82-2276" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OKN 82-2276" - }, - { - "type": "bf:Barcode", - "value": "33433058617816" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433058617816" - ], - "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" - ] - }, - "sort": [ - null - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10002118", - "_score": null, - "_source": { - "extent": [ - "204 p. : ill. ;" - ], - "nyplSource": [ - "sierra-nypl" - ], - "publisherLiteral": [ - "Wakālat Nāy," - ], - "language": [ - { - "id": "lang:ara", - "label": "Arabic" - } - ], - "dateEndString": [ - "1999" + "numItemsTotal": [ + 1 ], "createdYear": [ - 1900 + 1964 + ], + "dateEndString": [ + "9999" ], "type": [ "nypl:Item" ], "title": [ - "Awlād bi-al-jumlah" + "Brahmasūtraśāṅkarabhāṣyam. 'Brahmatatvavimarśinī' Hindīvyākhyāsahitam." ], "shelfMark": [ - "*OFD 82-4488" + "*OKN 82-2276" ], - "creatorLiteral": [ - "Gilbreth, Frank B. (Frank Bunker), 1911-2001." + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1900" + "1964" + ], + "creatorLiteral": [ + "Bādarāyaṇa." + ], + "idLccn": [ + "sa 65007118" + ], + "seriesStatement": [ + "Vidyābhavara Saṃskrta granthamālā, 124" + ], + "numElectronicResources": [ + 0 ], "contributorLiteral": [ - "Carey, Ernestine Moller, 1908-", - "Ṭāhā, Aḥmad." + "Śaṅkarācārya.", + "Sastri, Hanumanadas, Swami." ], "dateStartYear": [ - 1900 + 1964 ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OFD 82-4488" + "value": "*OKN 82-2276" }, { "type": "nypl:Bnumber", - "value": "10002118" + "value": "10001844" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002001282-B" + }, + { + "type": "bf:Lccn", + "value": "sa 65007118" }, { "type": "bf:Identifier", - "value": "NNSZ00202160" + "value": "NNSZ00201882" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0202114" + "value": "(WaOLN)nyp0201842" } ], - "uniformTitle": [ - "Cheaper by the dozen. Arabic" + "idOclc": [ + "NYPG002001282-B" ], "dateEndYear": [ - 1999 + 9999 ], - "updatedAt": 1636076222810, + "updatedAt": 1711114546305, "publicationStatement": [ - "Dimashq : Wakālat Nāy, 19--." + "Vārāṇasī, Chaukhambā Vidyābhavana [1964-" ], "identifier": [ - "urn:bnum:10002118", - "urn:undefined:NNSZ00202160", - "urn:undefined:(WaOLN)nyp0202114" + "urn:shelfmark:*OKN 82-2276", + "urn:bnum:10001844", + "urn:oclc:NYPG002001282-B", + "urn:lccn:sa 65007118", + "urn:identifier:NNSZ00201882", + "urn:identifier:(WaOLN)nyp0201842" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -3436,7 +2592,7 @@ } ], "dateString": [ - "1900" + "1964" ], "mediaType": [ { @@ -3444,18 +2600,22 @@ "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." + "subjectLiteral": [ + "Vedanta.", + "Hindu philosophy." ], - "uri": "b10002118", - "numItems": [ - 1 + "titleDisplay": [ + "Brahmasūtraśāṅkarabhāṣyam. 'Brahmatatvavimarśinī' Hindīvyākhyāsahitam. Vyākhyākāra [sic] Svāmī Hanumānadāsa Shaṭśāstrī. Bhūmikā-lekhaka Vīramaṇi Prasāda Upādhyāya." ], - "numAvailable": [ - 1 + "uri": "b10001844", + "lccClassification": [ + "B132.V3 B22" ], "placeOfPublication": [ - "Dimashq :" + "Vārāṇasī" + ], + "titleAlt": [ + "Brahmasūtra Śaṅkarbhāṣya." ], "issuance": [ { @@ -3463,15 +2623,12 @@ "label": "monograph/item" } ], - "titleAlt": [ - "Cheaper by the dozen." - ], "dimensions": [ - "22 cm." + "23 cm." ] }, "sort": [ - "b10002118" + "b10001844" ], "inner_hits": { "electronicResources": { @@ -3493,81 +2650,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433001997497" - ], - "physicalLocation": [ - "*OFD 82-4488" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OFD 82-004488", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10001459", - "shelfMark": [ - "*OFD 82-4488" + "idBarcode": [ + "33433058617816" + ], + "identifier": [ + "urn:shelfmark:*OKN 82-2276", + "urn:barcode:33433058617816" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OFD 82-4488" + "value": "*OKN 82-2276", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001997497" + "value": "33433058617816", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433001997497" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OKN 82-2276" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OKN 82-2276" ], + "shelfMark_sort": "a*OKN 82-002276", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i13784177" }, "sort": [ null @@ -3581,94 +2745,108 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10002297", + "_id": "b10002118", "_score": null, "_source": { "extent": [ - "199 p. ;" - ], - "note": [ - { - "noteType": "Note", - "label": "Includes indexes.", - "type": "bf:Note" - }, - { - "noteType": "Language", - "label": "In Persian.", - "type": "bf:Note" - } + "204 p. : ill. ;" ], "nyplSource": [ "sierra-nypl" ], - "subjectLiteral_exploded": [ - "Iran", - "Iran -- Politics and government", - "Iran -- Politics and government -- 20th century" + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Intishārāt-i Firdawsī," + "Wakālat Nāy" ], "language": [ { - "id": "lang:per", - "label": "Persian" + "id": "lang:ara", + "label": "Arabic" } ], - "dateEndString": [ - "1984" + "numItemsTotal": [ + 1 ], "createdYear": [ - 1983 + 1900 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1999" ], "title": [ - "Khāṭirāt-i Sayyid Àlī Muḥammad Dawlatābādī : līdir-i Ìtidālīyūn." + "Awlād bi-al-jumlah" + ], + "type": [ + "nypl:Item" ], "shelfMark": [ - "*OMZ 84-1529" + "*OFD 82-4488" ], - "creatorLiteral": [ - "Dawlatābādī, Àlī Muḥammad." + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1983" + "1900" + ], + "creatorLiteral": [ + "Gilbreth, Frank B. (Frank Bunker), 1911-2001." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Carey, Ernestine Moller, 1908-", + "Ṭāhā, Aḥmad." ], "dateStartYear": [ - 1983 + 1900 + ], + "idOclc": [ + "NYPG002001561-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OMZ 84-1529" + "value": "*OFD 82-4488" }, { "type": "nypl:Bnumber", - "value": "10002297" + "value": "10002118" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002001561-B" }, { "type": "bf:Identifier", - "value": "NNSZ00202345" + "value": "NNSZ00202160" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0202293" + "value": "(WaOLN)nyp0202114" } ], + "uniformTitle": [ + "Cheaper by the dozen. Arabic" + ], "dateEndYear": [ - 1984 + 1999 ], - "updatedAt": 1636109324448, + "updatedAt": 1711605724143, "publicationStatement": [ - "Tihrān : Intishārāt-i Firdawsī, 1362 [1983 or 1984]" + "Dimashq : Wakālat Nāy, 19--." ], "identifier": [ - "urn:bnum:10002297", - "urn:undefined:NNSZ00202345", - "urn:undefined:(WaOLN)nyp0202293" + "urn:shelfmark:*OFD 82-4488", + "urn:bnum:10002118", + "urn:oclc:NYPG002001561-B", + "urn:identifier:NNSZ00202160", + "urn:identifier:(WaOLN)nyp0202114" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -3683,7 +2861,7 @@ } ], "dateString": [ - "1983" + "1900" ], "mediaType": [ { @@ -3691,21 +2869,12 @@ "label": "unmediated" } ], - "subjectLiteral": [ - "Iran -- Politics and government -- 20th century." - ], - "titleDisplay": [ - "Khāṭirāt-i Sayyid Àlī Muḥammad Dawlatābādī : līdir-i Ìtidālīyūn." - ], - "uri": "b10002297", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "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": [ - "Tihrān :" + "Dimashq" ], "issuance": [ { @@ -3713,12 +2882,15 @@ "label": "monograph/item" } ], + "titleAlt": [ + "Cheaper by the dozen." + ], "dimensions": [ - "24 cm." + "22 cm." ] }, "sort": [ - "b10002297" + "b10002118" ], "inner_hits": { "electronicResources": { @@ -3740,81 +2912,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433014539872" - ], - "physicalLocation": [ - "*OMZ 84-1529" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OMZ 84-001529", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10942128", - "shelfMark": [ - "*OMZ 84-1529" + "idBarcode": [ + "33433001997497" + ], + "identifier": [ + "urn:shelfmark:*OFD 82-4488", + "urn:barcode:33433001997497" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OMZ 84-1529" + "value": "*OFD 82-4488", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433014539872" + "value": "33433001997497", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433014539872" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OFD 82-4488" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OFD 82-4488" ], + "shelfMark_sort": "a*OFD 82-004488", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10001459" }, "sort": [ null @@ -3828,13 +3007,18 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10002303", + "_id": "b10002297", "_score": null, "_source": { "extent": [ - "280 p. : facsim. ;" + "199 p. ;" ], "note": [ + { + "noteType": "Note", + "label": "Includes indexes.", + "type": "bf:Note" + }, { "noteType": "Language", "label": "In Persian.", @@ -3847,13 +3031,13 @@ "subjectLiteral_exploded": [ "Iran", "Iran -- Politics and government", - "Iran -- Politics and government -- 20th century", - "Political prisoners", - "Political prisoners -- Iran", - "Political prisoners -- Iran -- Biography" + "Iran -- Politics and government -- 20th century" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Intishārāt-i Haftah," + "Intishārāt-i Firdawsī" ], "language": [ { @@ -3861,59 +3045,80 @@ "label": "Persian" } ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1983 + ], "dateEndString": [ "1984" ], - "createdYear": [ - 1980 + "title": [ + "Khāṭirāt-i Sayyid Àlī Muḥammad Dawlatābādī : līdir-i Ìtidālīyūn." ], "type": [ "nypl:Item" ], - "title": [ - "Panjāh nafar... va sih nafar : asrār-i paydāyish, sāzmān va dastgīrī-i gurūh-i sīyāsī-i 53 nafar kih barā-yi avvalīn bār ifshā mīshavad" - ], "shelfMark": [ - "*OMZ 84-1538" + "*OMZ 84-1529" ], - "creatorLiteral": [ - "Khāmahʼī, Anvar." + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1980" + "1983" + ], + "creatorLiteral": [ + "Dawlatābādī, Àlī Muḥammad." + ], + "numElectronicResources": [ + 0 ], "dateStartYear": [ - 1980 + 1983 + ], + "idOclc": [ + "NYPG002001746-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OMZ 84-1538" + "value": "*OMZ 84-1529" }, { "type": "nypl:Bnumber", - "value": "10002303" + "value": "10002297" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002001746-B" }, { "type": "bf:Identifier", - "value": "NNSZ00202351" + "value": "NNSZ00202345" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0202299" + "value": "(WaOLN)nyp0202293" } ], "dateEndYear": [ 1984 ], - "updatedAt": 1636121044994, + "updatedAt": 1711605782476, "publicationStatement": [ - "Tihrān : Intishārāt-i Haftah, [198-?]" + "Tihrān : Intishārāt-i Firdawsī, 1362 [1983 or 1984]" ], "identifier": [ - "urn:bnum:10002303", - "urn:undefined:NNSZ00202351", - "urn:undefined:(WaOLN)nyp0202299" + "urn:shelfmark:*OMZ 84-1529", + "urn:bnum:10002297", + "urn:oclc:NYPG002001746-B", + "urn:identifier:NNSZ00202345", + "urn:identifier:(WaOLN)nyp0202293" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -3928,7 +3133,7 @@ } ], "dateString": [ - "1980" + "1983" ], "mediaType": [ { @@ -3937,21 +3142,14 @@ } ], "subjectLiteral": [ - "Iran -- Politics and government -- 20th century.", - "Political prisoners -- Iran -- Biography." + "Iran -- Politics and government -- 20th century." ], "titleDisplay": [ - "Panjāh nafar... va sih nafar : asrār-i paydāyish, sāzmān va dastgīrī-i gurūh-i sīyāsī-i 53 nafar kih barā-yi avvalīn bār ifshā mīshavad / khāṭirāt-i Anvar Khāmah'ī." - ], - "uri": "b10002303", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "Khāṭirāt-i Sayyid Àlī Muḥammad Dawlatābādī : līdir-i Ìtidālīyūn." ], + "uri": "b10002297", "placeOfPublication": [ - "Tihrān :" + "Tihrān" ], "issuance": [ { @@ -3960,11 +3158,11 @@ } ], "dimensions": [ - "22 cm." + "24 cm." ] }, "sort": [ - "b10002303" + "b10002297" ], "inner_hits": { "electronicResources": { @@ -3986,81 +3184,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433014539880" - ], - "physicalLocation": [ - "*OMZ 84-1538" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OMZ 84-001538", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10942130", - "shelfMark": [ - "*OMZ 84-1538" + "idBarcode": [ + "33433014539872" + ], + "identifier": [ + "urn:shelfmark:*OMZ 84-1529", + "urn:barcode:33433014539872" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OMZ 84-1538" + "value": "*OMZ 84-1529", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433014539880" + "value": "33433014539872", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433014539880" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OMZ 84-1529" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OMZ 84-1529" ], + "shelfMark_sort": "a*OMZ 84-001529", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10942128" }, "sort": [ null @@ -4074,18 +3279,13 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10003134", + "_id": "b10002303", "_score": null, "_source": { "extent": [ - "397 p. : ill., port., facsim. ;" + "280 p. : facsim. ;" ], "note": [ - { - "noteType": "Note", - "label": "Includes indexes.", - "type": "bf:Note" - }, { "noteType": "Language", "label": "In Persian.", @@ -4096,15 +3296,18 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ + "Political prisoners", + "Political prisoners -- Iran", + "Political prisoners -- Iran -- Biography", "Iran", - "Iran -- History", - "Iran -- History -- Qajar dynasty, 1794-1925", - "Statesmen", - "Statesmen -- Iran", - "Statesmen -- Iran -- Biography" + "Iran -- Politics and government", + "Iran -- Politics and government -- 20th century" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Intishārāt-i Amīr Kabīr," + "Intishārāt-i Haftah" ], "language": [ { @@ -4112,65 +3315,80 @@ "label": "Persian" } ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], "dateEndString": [ "1984" ], - "createdYear": [ - 1983 + "title": [ + "Panjāh nafar... va sih nafar : asrār-i paydāyish, sāzmān va dastgīrī-i gurūh-i sīyāsī-i 53 nafar kih barā-yi avvalīn bār ifshā mīshavad" ], "type": [ "nypl:Item" ], - "title": [ - "Khāṭirāt-i Mumtaḥin al-Dawlah : zindigīnāmah-ʼi Mīrzā Mahdī Khān Mumtaḥin al-Dawlah Shaqāqī" - ], "shelfMark": [ - "*OMZ 84-1427" + "*OMZ 84-1538" ], - "creatorLiteral": [ - "Mumtaḥin al-Dawlah Shaqāqī, Mahdī Khān." + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1983" + "1980" ], - "seriesStatement": [ - "Majmūʻah-ʼi guzashtah-ʼi Īrān dar nivishtah-ʼi pīshīnīyān, 1" + "creatorLiteral": [ + "Khāmahʼī, Anvar." ], - "contributorLiteral": [ - "Khānshaqāqī, Ḥusaynqulī." + "numElectronicResources": [ + 0 ], "dateStartYear": [ - 1983 + 1980 + ], + "idOclc": [ + "NYPG002001752-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OMZ 84-1427" + "value": "*OMZ 84-1538" }, { "type": "nypl:Bnumber", - "value": "10003134" + "value": "10002303" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002001752-B" }, { "type": "bf:Identifier", - "value": "NNSZ00303485" + "value": "NNSZ00202351" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0203127" + "value": "(WaOLN)nyp0202299" } ], "dateEndYear": [ 1984 ], - "updatedAt": 1636109324448, + "updatedAt": 1710974354261, "publicationStatement": [ - "Tihrān : Intishārāt-i Amīr Kabīr, 1362 [1983 or 1984]" + "Tihrān : Intishārāt-i Haftah, [198-?]" ], "identifier": [ - "urn:bnum:10003134", - "urn:undefined:NNSZ00303485", - "urn:undefined:(WaOLN)nyp0203127" + "urn:shelfmark:*OMZ 84-1538", + "urn:bnum:10002303", + "urn:oclc:NYPG002001752-B", + "urn:identifier:NNSZ00202351", + "urn:identifier:(WaOLN)nyp0202299" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -4185,7 +3403,7 @@ } ], "dateString": [ - "1983" + "1980" ], "mediaType": [ { @@ -4194,21 +3412,15 @@ } ], "subjectLiteral": [ - "Iran -- History -- Qajar dynasty, 1794-1925.", - "Statesmen -- Iran -- Biography." + "Political prisoners -- Iran -- Biography.", + "Iran -- Politics and government -- 20th century." ], "titleDisplay": [ - "Khāṭirāt-i Mumtaḥin al-Dawlah : zindigīnāmah-ʼi Mīrzā Mahdī Khān Mumtaḥin al-Dawlah Shaqāqī / bi-kūshish-i Ḥusaynqulī Khānshaqāqī." - ], - "uri": "b10003134", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "Panjāh nafar... va sih nafar : asrār-i paydāyish, sāzmān va dastgīrī-i gurūh-i sīyāsī-i 53 nafar kih barā-yi avvalīn bār ifshā mīshavad / khāṭirāt-i Anvar Khāmah'ī." ], + "uri": "b10002303", "placeOfPublication": [ - "Tihrān :" + "Tihrān" ], "issuance": [ { @@ -4217,11 +3429,11 @@ } ], "dimensions": [ - "24cm." + "22 cm." ] }, "sort": [ - "b10003134" + "b10002303" ], "inner_hits": { "electronicResources": { @@ -4243,81 +3455,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433014539856" - ], - "physicalLocation": [ - "*OMZ 84-1427" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OMZ 84-001427", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10942159", - "shelfMark": [ - "*OMZ 84-1427" + "idBarcode": [ + "33433014539880" + ], + "identifier": [ + "urn:shelfmark:*OMZ 84-1538", + "urn:barcode:33433014539880" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OMZ 84-1427" + "value": "*OMZ 84-1538", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433014539856" + "value": "33433014539880", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433014539856" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OMZ 84-1538" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OMZ 84-1538" ], + "shelfMark_sort": "a*OMZ 84-001538", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10942130" }, "sort": [ null @@ -4331,16 +3550,16 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10003171", + "_id": "b10003134", "_score": null, "_source": { "extent": [ - "412 p. ;" + "397 p. : ill., port., facsim. ;" ], "note": [ { "noteType": "Note", - "label": "Novel.", + "label": "Includes indexes.", "type": "bf:Note" }, { @@ -4352,11 +3571,19 @@ "nyplSource": [ "sierra-nypl" ], + "subjectLiteral_exploded": [ + "Statesmen", + "Statesmen -- Iran", + "Statesmen -- Iran -- Biography", + "Iran", + "Iran -- History", + "Iran -- History -- Qajar dynasty, 1794-1925" + ], "numItemDatesParsed": [ 0 ], "publisherLiteral": [ - "Nashr-i Naw" + "Intishārāt-i Amīr Kabīr" ], "language": [ { @@ -4367,73 +3594,80 @@ "numItemsTotal": [ 1 ], + "createdYear": [ + 1983 + ], "dateEndString": [ "1984" ], - "createdYear": [ - 1983 + "title": [ + "Khāṭirāt-i Mumtaḥin al-Dawlah : zindigīnāmah-ʼi Mīrzā Mahdī Khān Mumtaḥin al-Dawlah Shaqāqī" ], "type": [ "nypl:Item" ], - "title": [ - "Āvāz-i kushtigān" - ], "shelfMark": [ - "*OMP 84-2030" + "*OMZ 84-1427" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Baraheni, Reza, 1935-2022." - ], "createdString": [ "1983" ], + "creatorLiteral": [ + "Mumtaḥin al-Dawlah Shaqāqī, Mahdī Khān." + ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Majmūʻah-ʼi guzashtah-ʼi Īrān dar nivishtah-ʼi pīshīnīyān, 1" + ], + "contributorLiteral": [ + "Khānshaqāqī, Ḥusaynqulī." + ], "dateStartYear": [ 1983 ], + "idOclc": [ + "NYPG003000589-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OMP 84-2030" + "value": "*OMZ 84-1427" }, { "type": "nypl:Bnumber", - "value": "10003171" + "value": "10003134" }, { "type": "nypl:Oclc", - "value": "NYPG003000626-B" + "value": "NYPG003000589-B" }, { "type": "bf:Identifier", - "value": "NNSZ00303522" + "value": "NNSZ00303485" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0203164" + "value": "(WaOLN)nyp0203127" } ], - "idOclc": [ - "NYPG003000626-B" - ], "dateEndYear": [ 1984 ], - "updatedAt": 1675110792889, + "updatedAt": 1711287795510, "publicationStatement": [ - "Tihrān : Nashr-i Naw, 1362 [1983 or 1984]" + "Tihrān : Intishārāt-i Amīr Kabīr, 1362 [1983 or 1984]" ], "identifier": [ - "urn:bnum:10003171", - "urn:oclc:NYPG003000626-B", - "urn:undefined:NNSZ00303522", - "urn:undefined:(WaOLN)nyp0203164" + "urn:shelfmark:*OMZ 84-1427", + "urn:bnum:10003134", + "urn:oclc:NYPG003000589-B", + "urn:identifier:NNSZ00303485", + "urn:identifier:(WaOLN)nyp0203127" ], "numCheckinCardItems": [ 0 @@ -4459,16 +3693,14 @@ "label": "unmediated" } ], - "titleDisplay": [ - "Āvāz-i kushtigān / Rizā Barāhinī." - ], - "uri": "b10003171", - "numItems": [ - 1 + "subjectLiteral": [ + "Statesmen -- Iran -- Biography.", + "Iran -- History -- Qajar dynasty, 1794-1925." ], - "numAvailable": [ - 1 + "titleDisplay": [ + "Khāṭirāt-i Mumtaḥin al-Dawlah : zindigīnāmah-ʼi Mīrzā Mahdī Khān Mumtaḥin al-Dawlah Shaqāqī / bi-kūshish-i Ḥusaynqulī Khānshaqāqī." ], + "uri": "b10003134", "placeOfPublication": [ "Tihrān" ], @@ -4479,11 +3711,11 @@ } ], "dimensions": [ - "22cm." + "24cm." ] }, "sort": [ - "b10003171" + "b10003134" ], "inner_hits": { "electronicResources": { @@ -4505,24 +3737,14 @@ }, "_score": null, "_source": { - "uri": "i10002196", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -4533,6 +3755,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -4542,50 +3767,58 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OMP 84-2030" + "idBarcode": [ + "33433014539856" + ], + "identifier": [ + "urn:shelfmark:*OMZ 84-1427", + "urn:barcode:33433014539856" ], "identifierV2": [ { - "value": "*OMP 84-2030", + "value": "*OMZ 84-1427", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433013173038" + "value": "33433014539856", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ - "*OMP 84-2030" + "*OMZ 84-1427" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433013173038" - ], - "idBarcode": [ - "33433013173038" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OMZ 84-1427" + ], + "shelfMark_sort": "a*OMZ 84-001427", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OMP 84-002030" + "uri": "i10942159" }, "sort": [ null @@ -4599,11 +3832,11 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10003179", + "_id": "b10003171", "_score": null, "_source": { "extent": [ - "101 p. ;" + "412 p. ;" ], "note": [ { @@ -4635,73 +3868,74 @@ "numItemsTotal": [ 1 ], + "createdYear": [ + 1983 + ], "dateEndString": [ "1984" ], - "createdYear": [ - 1983 + "title": [ + "Āvāz-i kushtigān" ], "type": [ "nypl:Item" ], - "title": [ - "Chāh bih chāh" - ], "shelfMark": [ - "*OMP 84-2039" + "*OMP 84-2030" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Baraheni, Reza, 1935-2022." - ], "createdString": [ "1983" ], + "creatorLiteral": [ + "Baraheni, Reza, 1935-2022." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1983 ], + "idOclc": [ + "NYPG003000626-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OMP 84-2039" + "value": "*OMP 84-2030" }, { "type": "nypl:Bnumber", - "value": "10003179" + "value": "10003171" }, { "type": "nypl:Oclc", - "value": "NYPG003000634-B" + "value": "NYPG003000626-B" }, { "type": "bf:Identifier", - "value": "NNSZ00303530" + "value": "NNSZ00303522" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0203172" + "value": "(WaOLN)nyp0203164" } ], - "idOclc": [ - "NYPG003000634-B" - ], "dateEndYear": [ 1984 ], - "updatedAt": 1675110792235, + "updatedAt": 1711126645323, "publicationStatement": [ "Tihrān : Nashr-i Naw, 1362 [1983 or 1984]" ], "identifier": [ - "urn:bnum:10003179", - "urn:oclc:NYPG003000634-B", - "urn:undefined:NNSZ00303530", - "urn:undefined:(WaOLN)nyp0203172" + "urn:shelfmark:*OMP 84-2030", + "urn:bnum:10003171", + "urn:oclc:NYPG003000626-B", + "urn:identifier:NNSZ00303522", + "urn:identifier:(WaOLN)nyp0203164" ], "numCheckinCardItems": [ 0 @@ -4728,15 +3962,9 @@ } ], "titleDisplay": [ - "Chāh bih chāh / Rizā Barāhinī." - ], - "uri": "b10003179", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "Āvāz-i kushtigān / Rizā Barāhinī." ], + "uri": "b10003171", "placeOfPublication": [ "Tihrān" ], @@ -4747,11 +3975,11 @@ } ], "dimensions": [ - "22 cm." + "22cm." ] }, "sort": [ - "b10003179" + "b10003171" ], "inner_hits": { "electronicResources": { @@ -4773,24 +4001,14 @@ }, "_score": null, "_source": { - "uri": "i10002203", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -4801,6 +4019,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -4810,50 +4031,58 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OMP 84-2039" + "idBarcode": [ + "33433013173038" + ], + "identifier": [ + "urn:shelfmark:*OMP 84-2030", + "urn:barcode:33433013173038" ], "identifierV2": [ { - "value": "*OMP 84-2039", + "value": "*OMP 84-2030", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433013173053" + "value": "33433013173038", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ - "*OMP 84-2039" + "*OMP 84-2030" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433013173053" - ], - "idBarcode": [ - "33433013173053" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OMP 84-2030" + ], + "shelfMark_sort": "a*OMP 84-002030", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OMP 84-002039" + "uri": "i10002196" }, "sort": [ null @@ -4867,16 +4096,16 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10003180", + "_id": "b10003179", "_score": null, "_source": { "extent": [ - "235 p. ;" + "101 p. ;" ], "note": [ { "noteType": "Note", - "label": "Cover title.", + "label": "Novel.", "type": "bf:Note" }, { @@ -4888,13 +4117,11 @@ "nyplSource": [ "sierra-nypl" ], - "subjectLiteral_exploded": [ - "Islam and state", - "Islam and state -- Iran", - "Khomeini, Ruhollah" + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Org. of Act. Constitutionalist Iranians," + "Nashr-i Naw" ], "language": [ { @@ -4902,59 +4129,80 @@ "label": "Persian" } ], - "dateEndString": [ - "1989" + "numItemsTotal": [ + 1 ], "createdYear": [ - 1980 + 1983 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1984" ], "title": [ - "Qizāvat" + "Chāh bih chāh" + ], + "type": [ + "nypl:Item" ], "shelfMark": [ - "*OMZ 84-965" + "*OMP 84-2039" ], - "creatorLiteral": [ - "ʻAbd al-Raḥmān." + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1980" + "1983" + ], + "creatorLiteral": [ + "Baraheni, Reza, 1935-2022." + ], + "numElectronicResources": [ + 0 ], "dateStartYear": [ - 1980 + 1983 + ], + "idOclc": [ + "NYPG003000634-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OMZ 84-965" + "value": "*OMP 84-2039" }, { "type": "nypl:Bnumber", - "value": "10003180" + "value": "10003179" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003000634-B" }, { "type": "bf:Identifier", - "value": "NNSZ00303531" + "value": "NNSZ00303530" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0203173" + "value": "(WaOLN)nyp0203172" } ], "dateEndYear": [ - 1989 + 1984 ], - "updatedAt": 1636124389229, + "updatedAt": 1711119434593, "publicationStatement": [ - "Los Angeles : Org. of Act. Constitutionalist Iranians, [198-?]" + "Tihrān : Nashr-i Naw, 1362 [1983 or 1984]" ], "identifier": [ - "urn:bnum:10003180", - "urn:undefined:NNSZ00303531", - "urn:undefined:(WaOLN)nyp0203173" + "urn:shelfmark:*OMP 84-2039", + "urn:bnum:10003179", + "urn:oclc:NYPG003000634-B", + "urn:identifier:NNSZ00303530", + "urn:identifier:(WaOLN)nyp0203172" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -4969,7 +4217,7 @@ } ], "dateString": [ - "1980" + "1983" ], "mediaType": [ { @@ -4977,22 +4225,12 @@ "label": "unmediated" } ], - "subjectLiteral": [ - "Islam and state -- Iran.", - "Khomeini, Ruhollah." - ], "titleDisplay": [ - "Qizāvat / ʻAbd al-Raḥmān..." - ], - "uri": "b10003180", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "Chāh bih chāh / Rizā Barāhinī." ], + "uri": "b10003179", "placeOfPublication": [ - "Los Angeles :" + "Tihrān" ], "issuance": [ { @@ -5001,11 +4239,11 @@ } ], "dimensions": [ - "21 cm." + "22 cm." ] }, "sort": [ - "b10003180" + "b10003179" ], "inner_hits": { "electronicResources": { @@ -5027,81 +4265,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433014539666" - ], - "physicalLocation": [ - "*OMZ 84-965" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OMZ 84-000965", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433013173053" ], - "uri": "i10942161", - "shelfMark": [ - "*OMZ 84-965" + "identifier": [ + "urn:shelfmark:*OMP 84-2039", + "urn:barcode:33433013173053" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OMZ 84-965" + "value": "*OMP 84-2039", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433014539666" + "value": "33433013173053", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433014539666" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OMP 84-2039" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OMP 84-2039" ], + "shelfMark_sort": "a*OMP 84-002039", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10002203" }, "sort": [ null @@ -5115,26 +4360,21 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10003410", + "_id": "b10003180", "_score": null, "_source": { "extent": [ - "v. facsims." + "235 p. ;" ], "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.", + "label": "Cover title.", "type": "bf:Note" }, { - "noteType": "Bibliography", - "label": "Bibliography: v. 1, p. [313]-314.", + "noteType": "Language", + "label": "In Persian.", "type": "bf:Note" } ], @@ -5142,84 +4382,96 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Islamic law" + "Khomeini, Ruhollah", + "Islam and state", + "Islam and state -- Iran" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Org. of Act. Constitutionalist Iranians" ], "language": [ { - "id": "lang:ara", - "label": "Arabic" + "id": "lang:per", + "label": "Persian" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 1 ], "createdYear": [ - 1971 + 1980 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1989" ], "title": [ - "Ikhtilāf al-fuqahāʼ," + "Qizāvat" + ], + "type": [ + "nypl:Item" ], "shelfMark": [ - "*OGM 84-702" + "*OMZ 84-965" ], - "creatorLiteral": [ - "Ṭaḥāwī, Aḥmad ibn Muḥammad, 852?-933." + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1971" - ], - "idLccn": [ - "72930954" + "1980" ], - "seriesStatement": [ - "Maṭbūʻāt Maʻhad al-Abḥāth al-Islāmīyāh. Publication no. 23" + "creatorLiteral": [ + "ʻAbd al-Raḥmān." ], - "contributorLiteral": [ - "Maʻṣūmī, M. Ṣaghīr Ḥasan (Muḥammad Ṣaghīr Ḥasan)" + "numElectronicResources": [ + 0 ], "dateStartYear": [ - 1971 + 1980 + ], + "idOclc": [ + "NYPG003000635-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OGM 84-702" + "value": "*OMZ 84-965" }, { "type": "nypl:Bnumber", - "value": "10003410" + "value": "10003180" }, { - "type": "bf:Lccn", - "value": "72930954" + "type": "nypl:Oclc", + "value": "NYPG003000635-B" }, { "type": "bf:Identifier", - "value": "NNSZ00303765" + "value": "NNSZ00303531" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0203402" + "value": "(WaOLN)nyp0203173" } ], - "uniformTitle": [ - "Publication (Islamic Research Institute (Pakistan)) ; \\no.23." - ], "dateEndYear": [ - 9999 + 1989 ], - "updatedAt": 1636104747880, + "updatedAt": 1711606838617, "publicationStatement": [ - "Islām Ābād [1971-" + "Los Angeles : Org. of Act. Constitutionalist Iranians, [198-?]" ], "identifier": [ - "urn:bnum:10003410", - "urn:lccn:72930954", - "urn:undefined:NNSZ00303765", - "urn:undefined:(WaOLN)nyp0203402" + "urn:shelfmark:*OMZ 84-965", + "urn:bnum:10003180", + "urn:oclc:NYPG003000635-B", + "urn:identifier:NNSZ00303531", + "urn:identifier:(WaOLN)nyp0203173" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -5234,7 +4486,7 @@ } ], "dateString": [ - "1971" + "1980" ], "mediaType": [ { @@ -5243,20 +4495,15 @@ } ], "subjectLiteral": [ - "Islamic law." + "Khomeini, Ruhollah.", + "Islam and state -- Iran." ], "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", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "Qizāvat / ʻAbd al-Raḥmān..." ], + "uri": "b10003180", "placeOfPublication": [ - "Islām Ābād" + "Los Angeles" ], "issuance": [ { @@ -5265,11 +4512,11 @@ } ], "dimensions": [ - "25 cm." + "21 cm." ] }, "sort": [ - "b10003410" + "b10003180" ], "inner_hits": { "electronicResources": { @@ -5291,81 +4538,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433001944960" - ], - "physicalLocation": [ - "*OGM 84-702" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OGM 84-000702", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10002358", - "shelfMark": [ - "*OGM 84-702" + "idBarcode": [ + "33433014539666" + ], + "identifier": [ + "urn:shelfmark:*OMZ 84-965", + "urn:barcode:33433014539666" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OGM 84-702" + "value": "*OMZ 84-965", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001944960" + "value": "33433014539666", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433001944960" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OMZ 84-965" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OMZ 84-965" ], + "shelfMark_sort": "a*OMZ 84-000965", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10942161" }, "sort": [ null @@ -5379,110 +4633,135 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10003414", + "_id": "b10003410", "_score": null, "_source": { "extent": [ - "v. ;" + "v. facsims." ], "note": [ { "noteType": "Note", - "label": "Cover title: Skandamahāpurāṇam.", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "Added t.p. in English or Hindi.", + "label": "Added t.p.: Imam Ṭaḥāwī's Disagreement of jurists (Ikhtilāf al-fuqahāʼ)", "type": "bf:Note" }, { "noteType": "Note", - "label": "Vol. 1:2. Saṃskaraṇam; v. 2-: 1. Saṃskaraṇam.", + "label": "Introd. in Arabic and English ; text in Arabic.", "type": "bf:Note" }, { - "noteType": "Language", - "label": "In Sanskrit; introductory matter in Hindi or Sanskrit.", + "noteType": "Bibliography", + "label": "Bibliography: v. 1, p. [313]-314.", "type": "bf:Note" } ], "nyplSource": [ "sierra-nypl" ], - "publisherLiteral": [ - "Manasukharāya Mora," + "subjectLiteral_exploded": [ + "Islamic law" + ], + "numItemDatesParsed": [ + 0 ], "language": [ { - "id": "lang:san", - "label": "Sanskrit" + "id": "lang:ara", + "label": "Arabic" } ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1971 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1960 + "title": [ + "Ikhtilāf al-fuqahāʼ" ], "type": [ "nypl:Item" ], - "title": [ - "Skandamahāpurāṇam" - ], "shelfMark": [ - "*OKOK 84-641" + "*OGM 84-702" + ], + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1960" + "1971" + ], + "creatorLiteral": [ + "Ṭaḥāwī, Aḥmad ibn Muḥammad, 852?-933." ], "idLccn": [ - "73902099" + "72930954" + ], + "numElectronicResources": [ + 0 ], "seriesStatement": [ - "Gurumaṇḍalagranthamālāyāḥ ; puṣpam 20" + "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": [ - 1960 + 1971 + ], + "idOclc": [ + "NYPG003000869-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OKOK 84-641" + "value": "*OGM 84-702" }, { "type": "nypl:Bnumber", - "value": "10003414" + "value": "10003410" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003000869-B" }, { "type": "bf:Lccn", - "value": "73902099" + "value": "72930954" }, { "type": "bf:Identifier", - "value": "NNSZ00303769" + "value": "NNSZ00303765" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0203406" + "value": "(WaOLN)nyp0203402" } ], "uniformTitle": [ - "Puranas Skanda Purāṇa." + "Publication (Islamic Research Institute (Pakistan)) ; \\no.23." ], "dateEndYear": [ 9999 ], - "updatedAt": 1636124303127, + "updatedAt": 1711391778281, "publicationStatement": [ - "Kalakattā : Manasukharāya Mora, 1960-" + "Islām Ābād [1971-" ], "identifier": [ - "urn:bnum:10003414", - "urn:lccn:73902099", - "urn:undefined:NNSZ00303769", - "urn:undefined:(WaOLN)nyp0203406" + "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": [ { @@ -5497,7 +4776,7 @@ } ], "dateString": [ - "1960" + "1971" ], "mediaType": [ { @@ -5505,21 +4784,15 @@ "label": "unmediated" } ], - "titleDisplay": [ - "Skandamahāpurāṇam / Śrāmanmaharṣikrṣṇadvaipāyanavyāsaviracitam." - ], - "uri": "b10003414", - "lccClassification": [ - "PK3621 .S5 1960" - ], - "numItems": [ - 6 + "subjectLiteral": [ + "Islamic law." ], - "numAvailable": [ - 6 + "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": [ - "Kalakattā :" + "Islām Ābād" ], "issuance": [ { @@ -5527,18 +4800,12 @@ "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." + "25 cm." ] }, "sort": [ - "b10003414" + "b10003410" ], "inner_hits": { "electronicResources": { @@ -5547,550 +4814,622 @@ "max_score": null, "hits": [] } - }, - "items": { - "hits": { - "total": 6, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 5 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "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" - ], - "uri": "i10002364", - "shelfMark": [ - "*OKOK 84-641 v. 5 pt 2" - ], - "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" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "recapCustomerCode": [ - "NA" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 4 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "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" - ], - "uri": "i10002363", - "shelfMark": [ - "*OKOK 84-641 v. 5 pt 1" - ], - "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" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "recapCustomerCode": [ - "NA" - ] - }, - "sort": [ - null - ] - }, + }, + "items": { + "hits": { + "total": 1, + "max_score": null, + "hits": [ { "_nested": { "field": "items", - "offset": 3 + "offset": 0 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433013221407" - ], - "physicalLocation": [ - "*OKOK 84-641" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OKOK 84-641 v. 000004", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10002362", - "shelfMark": [ - "*OKOK 84-641 v. 4" + "idBarcode": [ + "33433001944960" + ], + "identifier": [ + "urn:shelfmark:*OGM 84-702", + "urn:barcode:33433001944960" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OKOK 84-641 v. 4" + "value": "*OGM 84-702", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433013221407" + "value": "33433001944960", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 4" - ], - "idBarcode": [ - "33433013221407" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OGM 84-702" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OGM 84-702" ], + "shelfMark_sort": "a*OGM 84-000702", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10002358" }, "sort": [ null ] - }, + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10003414", + "_score": null, + "_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": [ + "b10003414" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 6, + "max_score": null, + "hits": [ { "_nested": { "field": "items", - "offset": 2 + "offset": 1 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433013221399" - ], - "physicalLocation": [ - "*OKOK 84-641" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OKOK 84-641 v. 000003", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "enumerationChronology": [ + "v. 5 pt 1" + ], + "enumerationChronology_sort": [ + " 5-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10002365", - "shelfMark": [ - "*OKOK 84-641 v. 3" + "idBarcode": [ + "33433013221415" + ], + "identifier": [ + "urn:shelfmark:*OKOK 84-641 v. 5 pt 1", + "urn:barcode:33433013221415" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OKOK 84-641 v. 3" + "value": "*OKOK 84-641 v. 5 pt 1", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433013221399" + "value": "33433013221415", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 3" - ], - "idBarcode": [ - "33433013221399" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OKOK 84-641" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OKOK 84-641 v. 5 pt 1" ], + "shelfMark_sort": "a*OKOK 84-641 v. 000005 pt 1", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 5, + "lte": 5 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10002363" }, "sort": [ - null + " 5-" ] }, { "_nested": { "field": "items", - "offset": 1 + "offset": 0 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433013221381" - ], - "physicalLocation": [ - "*OKOK 84-641" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OKOK 84-641 v. 000002", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "enumerationChronology": [ + "v. 5 pt 2" + ], + "enumerationChronology_sort": [ + " 5-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10002361", - "shelfMark": [ - "*OKOK 84-641 v. 2" + "idBarcode": [ + "33433013221423" + ], + "identifier": [ + "urn:shelfmark:*OKOK 84-641 v. 5 pt 2", + "urn:barcode:33433013221423" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OKOK 84-641 v. 2" + "value": "*OKOK 84-641 v. 5 pt 2", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433013221381" + "value": "33433013221423", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 2" - ], - "idBarcode": [ - "33433013221381" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OKOK 84-641" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OKOK 84-641 v. 5 pt 2" ], + "shelfMark_sort": "a*OKOK 84-641 v. 000005 pt 2", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 5, + "lte": 5 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10002364" }, "sort": [ - null + " 5-" ] }, { "_nested": { "field": "items", - "offset": 0 + "offset": 2 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433013221373" - ], - "physicalLocation": [ - "*OKOK 84-641" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OKOK 84-641 v. 000001", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "enumerationChronology": [ + "v. 4" + ], + "enumerationChronology_sort": [ + " 4-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10002360", - "shelfMark": [ - "*OKOK 84-641 v. 1" + "idBarcode": [ + "33433013221407" + ], + "identifier": [ + "urn:shelfmark:*OKOK 84-641 v. 4", + "urn:barcode:33433013221407" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OKOK 84-641 v. 1" + "value": "*OKOK 84-641 v. 4", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433013221373" + "value": "33433013221407", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 1" - ], - "idBarcode": [ - "33433013221373" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], - "requestable": [ - true + "physicalLocation": [ + "*OKOK 84-641" ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "recapCustomerCode": [ + "NA" + ], + "requestable": [ + true + ], + "shelfMark": [ + "*OKOK 84-641 v. 4" ], + "shelfMark_sort": "a*OKOK 84-641 v. 000004", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 4, + "lte": 4 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10002362" }, "sort": [ - null + " 4-" ] } ] @@ -6122,8 +5461,11 @@ "nyplSource": [ "sierra-nypl" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Liesma," + "Liesma" ], "language": [ { @@ -6131,33 +5473,45 @@ "label": "Latvian" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 1 ], "createdYear": [ 1981 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ "Dziesmiņas" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*QYN 82-2046" ], - "creatorLiteral": [ - "Alunāns, Juris, 1832-1864." + "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", @@ -6167,6 +5521,10 @@ "type": "nypl:Bnumber", "value": "10003502" }, + { + "type": "nypl:Oclc", + "value": "NYPG003000961-B" + }, { "type": "bf:Identifier", "value": "NNSZ00303857" @@ -6179,14 +5537,19 @@ "dateEndYear": [ 9999 ], - "updatedAt": 1636091475285, + "updatedAt": 1711148692635, "publicationStatement": [ "Riga : Liesma, 1981-" ], "identifier": [ + "urn:shelfmark:*QYN 82-2046", "urn:bnum:10003502", - "urn:undefined:NNSZ00303857", - "urn:undefined:(WaOLN)nyp0203494" + "urn:oclc:NYPG003000961-B", + "urn:identifier:NNSZ00303857", + "urn:identifier:(WaOLN)nyp0203494" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -6213,14 +5576,8 @@ "Dziesmiņas / Juris Alunāns." ], "uri": "b10003502", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Riga :" + "Riga" ], "issuance": [ { @@ -6255,81 +5612,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433013501782" - ], - "physicalLocation": [ - "*QYN 82-2046 Dala 1." + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*QYN 82-2046 Dala 1.", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10002421", - "shelfMark": [ - "*QYN 82-2046 Dala 1." + "idBarcode": [ + "33433013501782" + ], + "identifier": [ + "urn:shelfmark:*QYN 82-2046 Dala 1.", + "urn:barcode:33433013501782" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*QYN 82-2046 Dala 1." + "value": "*QYN 82-2046 Dala 1.", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433013501782" + "value": "33433013501782", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433013501782" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*QYN 82-2046 Dala 1." + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*QYN 82-2046 Dala 1." ], + "shelfMark_sort": "a*QYN 82-2046 Dala 1.", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10002421" }, "sort": [ null @@ -6369,8 +5733,11 @@ "Egypt -- Politics and government", "Egypt -- Politics and government -- 640-1882" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Maktabat al-Anjlū al-Miṣrīyah," + "Maktabat al-Anjlū al-Miṣrīyah" ], "language": [ { @@ -6378,33 +5745,45 @@ "label": "Arabic" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 1 ], "createdYear": [ 1973 ], - "type": [ - "nypl:Item" + "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" ], - "creatorLiteral": [ - "Mājid, ʻAbd al-Munʻim." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1973" ], + "creatorLiteral": [ + "Mājid, ʻAbd al-Munʻim." + ], "idLccn": [ "73960873" ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1973 ], + "idOclc": [ + "NYPG003001133-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6414,6 +5793,10 @@ "type": "nypl:Bnumber", "value": "10003671" }, + { + "type": "nypl:Oclc", + "value": "NYPG003001133-B" + }, { "type": "bf:Lccn", "value": "73960873" @@ -6430,15 +5813,20 @@ "dateEndYear": [ 9999 ], - "updatedAt": 1636119319155, + "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:undefined:NNSZ00304029", - "urn:undefined:(WaOLN)nyp0203663" + "urn:identifier:NNSZ00304029", + "urn:identifier:(WaOLN)nyp0203663" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -6471,14 +5859,8 @@ "lccClassification": [ "JQ3824 .M34 1973" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "al-Qāhirah," + "al-Qāhirah" ], "issuance": [ { @@ -6516,81 +5898,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433001937121" - ], - "physicalLocation": [ - "*OFP 82-1931" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OFP 82-001931", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10002566", - "shelfMark": [ - "*OFP 82-1931" + "idBarcode": [ + "33433001937121" + ], + "identifier": [ + "urn:shelfmark:*OFP 82-1931", + "urn:barcode:33433001937121" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OFP 82-1931" + "value": "*OFP 82-1931", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001937121" + "value": "33433001937121", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433001937121" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OFP 82-1931" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OFP 82-1931" ], + "shelfMark_sort": "a*OFP 82-001931", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10002566" }, "sort": [ null @@ -6629,6 +6018,9 @@ "Telugu literature", "Telugu literature -- History and criticism" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ "Āndhrapradēś Sāhitya Akāḍami" ], @@ -6638,30 +6030,39 @@ "label": "Telugu" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 5 ], "createdYear": [ 1969 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ "Sārasvata vyāsamulu; Telumgu kavitvapu tīru tennulu." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLC 83-35" ], - "creatorLiteral": [ - "Subrahmanyam, G. V., 1935-" + "numItemVolumesParsed": [ + 5 ], "createdString": [ "1969" ], + "creatorLiteral": [ + "Subrahmanyam, G. V., 1935-" + ], "idLccn": [ "71912553" ], + "numElectronicResources": [ + 0 + ], "contributorLiteral": [ "Appalaswamy, Puripanda, 1904-", "Āndhra Pradēśa Sāhitya Akāḍami." @@ -6669,6 +6070,9 @@ "dateStartYear": [ 1969 ], + "idOclc": [ + "NYPG003001182-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6678,6 +6082,10 @@ "type": "nypl:Bnumber", "value": "10003719" }, + { + "type": "nypl:Oclc", + "value": "NYPG003001182-B" + }, { "type": "bf:Lccn", "value": "71912553" @@ -6694,15 +6102,20 @@ "dateEndYear": [ 9999 ], - "updatedAt": 1636132209400, + "updatedAt": 1711406997144, "publicationStatement": [ "Haidrābādu, Āndhrapradēś Sāhitya Akāḍami [1969-" ], "identifier": [ + "urn:shelfmark:*OLC 83-35", "urn:bnum:10003719", + "urn:oclc:NYPG003001182-B", "urn:lccn:71912553", - "urn:undefined:NNSZ00304078", - "urn:undefined:(WaOLN)nyp0203711" + "urn:identifier:NNSZ00304078", + "urn:identifier:(WaOLN)nyp0203711" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -6735,14 +6148,8 @@ "lccClassification": [ "PL4780.05 S79" ], - "numItems": [ - 5 - ], - "numAvailable": [ - 5 - ], "placeOfPublication": [ - "Haidrābādu," + "Haidrābādu" ], "issuance": [ { @@ -6773,246 +6180,124 @@ { "_nested": { "field": "items", - "offset": 4 + "offset": 0 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433011197476" - ], - "physicalLocation": [ - "*OLC 83-35" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OLC 83-35 v. 000005", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 5" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 5-" ], - "uri": "i10002605", - "shelfMark": [ - "*OLC 83-35 v. 5" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLC 83-35 v. 5" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433011197476" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "enumerationChronology": [ - "v. 5" - ], "idBarcode": [ "33433011197476" ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "requestable": [ - true - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "identifier": [ + "urn:shelfmark:*OLC 83-35 v. 5", + "urn:barcode:33433011197476" ], - "status": [ + "identifierV2": [ { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ + "value": "*OLC 83-35 v. 5", + "type": "bf:ShelfMark" + }, { - "id": "loc:rc2ma", - "label": "Offsite" + "value": "33433011197476", + "type": "bf:Barcode" } ], - "recapCustomerCode": [ - "NA" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 3 - }, - "_score": null, - "_source": { "owner": [ { "id": "orgs:1000", "label": "Stephen A. Schwarzman Building" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433011197468" + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ "*OLC 83-35" ], - "shelfMark_sort": "a*OLC 83-35 v. 000004", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i10002604", - "shelfMark": [ - "*OLC 83-35 v. 4" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLC 83-35 v. 4" - }, - { - "type": "bf:Barcode", - "value": "33433011197468" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 4" - ], - "idBarcode": [ - "33433011197468" - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "recapCustomerCode": [ + "NA" ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLC 83-35 v. 5" ], + "shelfMark_sort": "a*OLC 83-35 v. 000005", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 5, + "lte": 5 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10002605" }, "sort": [ - null + " 5-" ] }, { "_nested": { "field": "items", - "offset": 2 + "offset": 1 }, "_score": null, "_source": { - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433011197450" - ], - "physicalLocation": [ - "*OLC 83-35" - ], - "shelfMark_sort": "a*OLC 83-35 v. 000003", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], "accessMessage": [ { "id": "accessMessage:2", "label": "Request in advance" } ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i10002603", - "shelfMark": [ - "*OLC 83-35 v. 3" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLC 83-35 v. 3" - }, - { - "type": "bf:Barcode", - "value": "33433011197450" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 3" - ], - "idBarcode": [ - "33433011197450" - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "requestable": [ - true + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -7020,204 +6305,194 @@ "label": "book, limited circ, MaRLI" } ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "recapCustomerCode": [ - "NA" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" ], - "identifier": [ - "urn:barcode:33433011197443" + "enumerationChronology": [ + "v. 4" ], - "physicalLocation": [ - "*OLC 83-35" + "enumerationChronology_sort": [ + " 4-" ], - "shelfMark_sort": "a*OLC 83-35 v. 000002", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" + "formatLiteral": [ + "Text" ], - "accessMessage": [ + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10002602", - "shelfMark": [ - "*OLC 83-35 v. 2" + "idBarcode": [ + "33433011197468" + ], + "identifier": [ + "urn:shelfmark:*OLC 83-35 v. 4", + "urn:barcode:33433011197468" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLC 83-35 v. 2" + "value": "*OLC 83-35 v. 4", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011197443" + "value": "33433011197468", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 2" - ], - "idBarcode": [ - "33433011197443" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLC 83-35" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLC 83-35 v. 4" ], + "shelfMark_sort": "a*OLC 83-35 v. 000004", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 4, + "lte": 4 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10002604" }, "sort": [ - null + " 4-" ] }, { "_nested": { "field": "items", - "offset": 0 + "offset": 2 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433011197435" - ], - "physicalLocation": [ - "*OLC 83-35" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OLC 83-35 v. 000001", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "enumerationChronology": [ + "v. 3" + ], + "enumerationChronology_sort": [ + " 3-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10002601", - "shelfMark": [ - "*OLC 83-35 v. 1" + "idBarcode": [ + "33433011197450" + ], + "identifier": [ + "urn:shelfmark:*OLC 83-35 v. 3", + "urn:barcode:33433011197450" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLC 83-35 v. 1" + "value": "*OLC 83-35 v. 3", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011197435" + "value": "33433011197450", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 1" - ], - "idBarcode": [ - "33433011197435" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLC 83-35" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLC 83-35 v. 3" ], + "shelfMark_sort": "a*OLC 83-35 v. 000003", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 3, + "lte": 3 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10002603" }, "sort": [ - null + " 3-" ] } ] @@ -7258,8 +6533,11 @@ "Logic", "Logic -- Early works to 1800" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Maktabat Āyat Allāh al-ʻUẓmá al-Najafī al-Marʻashī," + "Maktabat Āyat Allāh al-ʻUẓmá al-Najafī al-Marʻashī" ], "language": [ { @@ -7267,36 +6545,48 @@ "label": "Arabic" } ], - "dateEndString": [ - "1910" + "numItemsTotal": [ + 1 ], "createdYear": [ 1984 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1910" ], "title": [ - "al-Qaṣīdah al-muzdawijah fī al-manṭiq wa-manṭiq al-mashriqīyīn," + "al-Qaṣīdah al-muzdawijah fī al-manṭiq wa-manṭiq al-mashriqīyīn" + ], + "type": [ + "nypl:Item" ], "shelfMark": [ "*OGL 83-2455" ], - "creatorLiteral": [ - "Avicenna, 980-1037." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1984" ], + "creatorLiteral": [ + "Avicenna, 980-1037." + ], "idLccn": [ "73960850" ], + "numElectronicResources": [ + 0 + ], "contributorLiteral": [ "Avicenna, 980-1037." ], "dateStartYear": [ 1984 ], + "idOclc": [ + "NYPG003001423-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -7306,6 +6596,10 @@ "type": "nypl:Bnumber", "value": "10003958" }, + { + "type": "nypl:Oclc", + "value": "NYPG003001423-B" + }, { "type": "bf:Lccn", "value": "73960850" @@ -7322,15 +6616,20 @@ "dateEndYear": [ 1910 ], - "updatedAt": 1636072413178, + "updatedAt": 1711098015143, "publicationStatement": [ "Qum : Maktabat Āyat Allāh al-ʻUẓmá al-Najafī al-Marʻashī, 1405 [1984 or 1985]" ], "identifier": [ + "urn:shelfmark:*OGL 83-2455", "urn:bnum:10003958", + "urn:oclc:NYPG003001423-B", "urn:lccn:73960850", - "urn:undefined:NNSZ00304319", - "urn:undefined:(WaOLN)nyp0203950" + "urn:identifier:NNSZ00304319", + "urn:identifier:(WaOLN)nyp0203950" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -7363,14 +6662,8 @@ "lccClassification": [ "B751 .M4 1973" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Qum :" + "Qum" ], "issuance": [ { @@ -7405,81 +6698,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433058069919" - ], - "physicalLocation": [ - "*OGL 83-2455" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OGL 83-002455", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i12858216", - "shelfMark": [ - "*OGL 83-2455" + "idBarcode": [ + "33433058069919" + ], + "identifier": [ + "urn:shelfmark:*OGL 83-2455", + "urn:barcode:33433058069919" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OGL 83-2455" + "value": "*OGL 83-2455", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058069919" + "value": "33433058069919", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433058069919" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OGL 83-2455" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OGL 83-2455" ], + "shelfMark_sort": "a*OGL 83-002455", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i12858216" }, "sort": [ null @@ -7522,6 +6822,9 @@ "subjectLiteral_exploded": [ "Kuvempu, 1904-1994" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ "Karnāṭaka Sahakārī Prakāśana Mandira" ], @@ -7531,33 +6834,45 @@ "label": "Kannada" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 2 ], "createdYear": [ 1971 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ "Kuvempu sāhitya: Kelavu adhyayanagaḷu." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLA 83-3417" ], - "creatorLiteral": [ - "Javare Gowda, Deve Gowda, 1918-" + "numItemVolumesParsed": [ + 1 ], "createdString": [ "1971" ], + "creatorLiteral": [ + "Javare Gowda, Deve Gowda, 1918-" + ], "idLccn": [ "72902119" ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1971 ], + "idOclc": [ + "NYPG003001842-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -7567,6 +6882,10 @@ "type": "nypl:Bnumber", "value": "10004373" }, + { + "type": "nypl:Oclc", + "value": "NYPG003001842-B" + }, { "type": "bf:Lccn", "value": "72902119" @@ -7583,15 +6902,20 @@ "dateEndYear": [ 9999 ], - "updatedAt": 1636109940889, + "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:undefined:NNSZ00304738", - "urn:undefined:(WaOLN)nyp0204365" + "urn:identifier:NNSZ00304738", + "urn:identifier:(WaOLN)nyp0204365" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -7624,12 +6948,6 @@ "lccClassification": [ "PL4659.P797 S7934" ], - "numItems": [ - 2 - ], - "numAvailable": [ - 2 - ], "placeOfPublication": [ "Beṅgaḷūru]" ], @@ -7666,84 +6984,103 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433001707623" - ], - "physicalLocation": [ - "*OLA 83-3417 Library has: Vol. 1, 3." + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OLA 83-3417 Library has: Vol. 1, 3.", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "enumerationChronology": [ + "v. 3" + ], + "enumerationChronology_sort": [ + " 3-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10003188", - "shelfMark": [ - "*OLA 83-3417 Library has: Vol. 1, 3." + "idBarcode": [ + "33433057523718" + ], + "identifier": [ + "urn:shelfmark:*OLA 83-341 v. 3", + "urn:barcode:33433057523718" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLA 83-3417 Library has: Vol. 1, 3." + "value": "*OLA 83-341 v. 3", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001707623" + "value": "33433057523718", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433001707623" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLA 83-341" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLA 83-341 v. 3" ], + "shelfMark_sort": "a*OLA 83-341 v. 000003", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 3, + "lte": 3 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i12858227" }, "sort": [ - null + " 3-" ] }, { @@ -7753,84 +7090,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433057523718" - ], - "physicalLocation": [ - "*OLA 83-341" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OLA 83-341 v. 000003", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i12858227", - "shelfMark": [ - "*OLA 83-341 v. 3" + "idBarcode": [ + "33433001707623" + ], + "identifier": [ + "urn:shelfmark:*OLA 83-3417 Library has: Vol. 1, 3.", + "urn:barcode:33433001707623" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLA 83-341 v. 3" + "value": "*OLA 83-3417 Library has: Vol. 1, 3.", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433057523718" + "value": "33433001707623", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 3" - ], - "idBarcode": [ - "33433057523718" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLA 83-3417 Library has: Vol. 1, 3." + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLA 83-3417 Library has: Vol. 1, 3." ], + "shelfMark_sort": "a*OLA 83-3417 Library has: Vol. 1, 3.", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10003188" }, "sort": [ null @@ -7853,6 +7194,9 @@ "nyplSource": [ "sierra-nypl" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ "Plon" ], @@ -7862,24 +7206,33 @@ "label": "French" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 1984 ], - "type": [ - "nypl:Item" - ], "title": [ "Le château du soleil couchant : roman" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JFE 84-3450" ], - "creatorLiteral": [ - "Grey, Marina." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1984" ], + "creatorLiteral": [ + "Grey, Marina." + ], + "numElectronicResources": [ + 0 + ], "seriesStatement": [ "La saga de l'exil / Marina Grey ; [3]", "Grey, Marina. Saga de l'exil ; \\[3]" @@ -7887,6 +7240,9 @@ "dateStartYear": [ 1984 ], + "idOclc": [ + "NYPG004000150-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -7898,7 +7254,11 @@ }, { "type": "bf:Isbn", - "value": "2259011187 :" + "value": "2259011187" + }, + { + "type": "nypl:Oclc", + "value": "NYPG004000150-B" }, { "type": "bf:Identifier", @@ -7909,18 +7269,23 @@ "value": "(WaOLN)nyp0204778" } ], - "updatedAt": 1652324535423, + "updatedAt": 1711332865416, "publicationStatement": [ "Paris : Plon, 1984." ], + "idIsbn": [ + "2259011187" + ], "identifier": [ + "urn:shelfmark:JFE 84-3450", "urn:bnum:10004788", - "urn:isbn:2259011187 :", - "urn:undefined:NNSZ00405900", - "urn:undefined:(WaOLN)nyp0204778" + "urn:isbn:2259011187", + "urn:oclc:NYPG004000150-B", + "urn:identifier:NNSZ00405900", + "urn:identifier:(WaOLN)nyp0204778" ], - "idIsbn": [ - "2259011187 " + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -7947,12 +7312,6 @@ "Le château du soleil couchant : roman / Marina Grey." ], "uri": "b10004788", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Paris" ], @@ -7962,11 +7321,11 @@ "label": "monograph/item" } ], - "idIsbn_clean": [ - "2259011187" - ], "dimensions": [ "23 cm." + ], + "idIsbn_clean": [ + "2259011187" ] }, "sort": [ @@ -7992,72 +7351,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433046113944" - ], - "physicalLocation": [ - "JFE 84-3450" - ], - "shelfMark_sort": "aJFE 84-003450", - "m2CustomerCode": [ - "XF" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "uri": "i12858280", - "shelfMark": [ - "JFE 84-3450" + "idBarcode": [ + "33433046113944" + ], + "identifier": [ + "urn:shelfmark:JFE 84-3450", + "urn:barcode:33433046113944" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "JFE 84-3450" + "value": "JFE 84-3450", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433046113944" + "value": "33433046113944", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XF" ], - "idBarcode": [ - "33433046113944" + "physicalLocation": [ + "JFE 84-3450" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "JFE 84-3450" ], + "shelfMark_sort": "aJFE 84-003450", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } - ] + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i12858280" }, "sort": [ null @@ -8080,8 +7446,11 @@ "nyplSource": [ "sierra-nypl" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Martins Livreiro-Editor," + "Martins Livreiro-Editor" ], "language": [ { @@ -8089,36 +7458,48 @@ "label": "Portuguese" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 1 ], "createdYear": [ 1983 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ "A outra face de J. Simões Lopes Neto" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JFK 84-291" ], - "creatorLiteral": [ - "Lopes Neto, J. Simões (João Simões), 1865-1916." + "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", @@ -8128,6 +7509,10 @@ "type": "nypl:Bnumber", "value": "10004816" }, + { + "type": "nypl:Oclc", + "value": "NYPG004000178-B" + }, { "type": "bf:Lccn", "value": "84227211" @@ -8140,14 +7525,19 @@ "dateEndYear": [ 9999 ], - "updatedAt": 1636069640817, + "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:undefined:(WaOLN)nyp0204806" + "urn:identifier:(WaOLN)nyp0204806" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -8177,14 +7567,8 @@ "lccClassification": [ "PQ9697.L7223 A6 1983" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Porto Alegre, RGSul [i.e. Rio Grande do Sul], Brasil :" + "Porto Alegre, RGSul [i.e. Rio Grande do Sul], Brasil" ], "issuance": [ { @@ -8219,87 +7603,103 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433003418559" - ], - "physicalLocation": [ - "JFK 84-291" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "aJFK 84-291 v. 000001", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 1" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 1-" ], - "uri": "i10003383", - "shelfMark": [ - "JFK 84-291 v. 1" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "JFK 84-291 v. 1" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433003418559" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "enumerationChronology": [ - "v. 1" - ], "idBarcode": [ "33433003418559" ], + "identifier": [ + "urn:shelfmark:JFK 84-291 v. 1", + "urn:barcode:33433003418559" + ], + "identifierV2": [ + { + "value": "JFK 84-291 v. 1", + "type": "bf:ShelfMark" + }, + { + "value": "33433003418559", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "JFK 84-291" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "JFK 84-291 v. 1" ], + "shelfMark_sort": "aJFK 84-291 v. 000001", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 1, + "lte": 1 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10003383" }, "sort": [ - null + " 1-" ] } ] @@ -8342,13 +7742,16 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Azerbaijani language", - "Azerbaijani language -- Texts", "Geography", - "Geography -- Textbooks" + "Geography -- Textbooks", + "Azerbaijani language", + "Azerbaijani language -- Texts" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Azärnäshr," + "Azärnäshr" ], "language": [ { @@ -8356,30 +7759,42 @@ "label": "Azerbaijani" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 1 ], "createdYear": [ 1926 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ - "Cografija [microform]" + "Cografija" + ], + "type": [ + "nypl:Item" ], "shelfMark": [ "*ZO-221 no. 8" ], - "creatorLiteral": [ - "Räshad, Gafyr." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1926" ], + "creatorLiteral": [ + "Räshad, Gafyr." + ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1926 ], + "idOclc": [ + "NYPG004000308-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -8389,6 +7804,10 @@ "type": "nypl:Bnumber", "value": "10004947" }, + { + "type": "nypl:Oclc", + "value": "NYPG004000308-B" + }, { "type": "bf:Identifier", "value": "NNSZ00406058" @@ -8401,14 +7820,19 @@ "dateEndYear": [ 9999 ], - "updatedAt": 1636082403668, + "updatedAt": 1711120882081, "publicationStatement": [ "Baqï : Azärnäshr, 1926-" ], "identifier": [ + "urn:shelfmark:*ZO-221 no. 8", "urn:bnum:10004947", - "urn:undefined:NNSZ00406058", - "urn:undefined:(WaOLN)nyp0204937" + "urn:oclc:NYPG004000308-B", + "urn:identifier:NNSZ00406058", + "urn:identifier:(WaOLN)nyp0204937" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -8432,21 +7856,15 @@ } ], "subjectLiteral": [ - "Azerbaijani language -- Texts.", - "Geography -- Textbooks." + "Geography -- Textbooks.", + "Azerbaijani language -- Texts." ], "titleDisplay": [ "Cografija [microform] / Gafyr Räshad." ], "uri": "b10004947", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Baqï :" + "Baqï" ], "issuance": [ { @@ -8484,84 +7902,91 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433105673499" - ], - "physicalLocation": [ - "*ZO-221" + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } ], - "shelfMark_sort": "a*ZO-221 11 Azerbaijani monographs", "catalogItemType_packed": [ "catalogItemType:6||microfilm service copy" ], - "accessMessage": [ + "enumerationChronology": [ + "11 Azerbaijani monographs" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rcmi2", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" ], - "uri": "i30081242", - "shelfMark": [ - "*ZO-221 11 Azerbaijani monographs" + "idBarcode": [ + "33433105673499" + ], + "identifier": [ + "urn:shelfmark:*ZO-221 11 Azerbaijani monographs", + "urn:barcode:33433105673499" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*ZO-221 11 Azerbaijani monographs" + "value": "*ZO-221 11 Azerbaijani monographs", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433105673499" + "value": "33433105673499", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rcmi2||Offsite" - ], - "enumerationChronology": [ - "11 Azerbaijani monographs" - ], - "idBarcode": [ - "33433105673499" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*ZO-221" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:6", - "label": "microfilm service copy" - } + "shelfMark": [ + "*ZO-221 11 Azerbaijani monographs" ], + "shelfMark_sort": "a*ZO-221 11 Azerbaijani monographs", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rcmi2", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i30081242" }, "sort": [ null @@ -8612,13 +8037,16 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Azerbaijani language", - "Azerbaijani language -- Texts", "Geography", - "Geography -- Textbooks" + "Geography -- Textbooks", + "Azerbaijani language", + "Azerbaijani language -- Texts" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Azärnäshr," + "Azärnäshr" ], "language": [ { @@ -8626,30 +8054,42 @@ "label": "Azerbaijani" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 0 ], "createdYear": [ 1928 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ - "Cografija [microform]" + "Cografija" + ], + "type": [ + "nypl:Item" ], "shelfMark": [ "*ZO-216 no. 15" ], - "creatorLiteral": [ - "Ivanov, G." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1928" ], + "creatorLiteral": [ + "Ivanov, G." + ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1928 ], + "idOclc": [ + "NYPG004000493-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -8659,6 +8099,10 @@ "type": "nypl:Bnumber", "value": "10005127" }, + { + "type": "nypl:Oclc", + "value": "NYPG004000493-B" + }, { "type": "bf:Identifier", "value": "NNSZ00406243" @@ -8671,14 +8115,19 @@ "dateEndYear": [ 9999 ], - "updatedAt": 1636082403606, + "updatedAt": 1711120882081, "publicationStatement": [ "Baqï : Azärnäshr, 1928-" ], "identifier": [ + "urn:shelfmark:*ZO-216 no. 15", "urn:bnum:10005127", - "urn:undefined:NNSZ00406243", - "urn:undefined:(WaOLN)nyp0205116" + "urn:oclc:NYPG004000493-B", + "urn:identifier:NNSZ00406243", + "urn:identifier:(WaOLN)nyp0205116" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -8702,21 +8151,15 @@ } ], "subjectLiteral": [ - "Azerbaijani language -- Texts.", - "Geography -- Textbooks." + "Geography -- Textbooks.", + "Azerbaijani language -- Texts." ], "titleDisplay": [ "Cografija [microform] / Ivanof ; çäviräni Äsädylla Äbdurrähim-zadä." ], "uri": "b10005127", - "numItems": [ - 0 - ], - "numAvailable": [ - 0 - ], "placeOfPublication": [ - "Baqï :" + "Baqï" ], "issuance": [ { @@ -8789,8 +8232,11 @@ "Azerbaijani language", "Azerbaijani language -- Texts" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Azärnäshr," + "Azärnäshr" ], "language": [ { @@ -8798,30 +8244,42 @@ "label": "Azerbaijani" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 1 ], "createdYear": [ 1929 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ - "Xaos [microform]" + "Xaos" + ], + "type": [ + "nypl:Item" ], "shelfMark": [ "*ZO-220 no. 9" ], - "creatorLiteral": [ - "Shirvanzade, 1858-1935." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1929" ], + "creatorLiteral": [ + "Shirvanzade, 1858-1935." + ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1929 ], + "idOclc": [ + "NYPG004000578-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -8831,6 +8289,10 @@ "type": "nypl:Bnumber", "value": "10005211" }, + { + "type": "nypl:Oclc", + "value": "NYPG004000578-B" + }, { "type": "bf:Identifier", "value": "NNSZ00406328" @@ -8843,14 +8305,19 @@ "dateEndYear": [ 9999 ], - "updatedAt": 1636144501921, + "updatedAt": 1711646891455, "publicationStatement": [ "Bagï : Azärnäshr, 1929" ], "identifier": [ + "urn:shelfmark:*ZO-220 no. 9", "urn:bnum:10005211", - "urn:undefined:NNSZ00406328", - "urn:undefined:(WaOLN)nyp0205200" + "urn:oclc:NYPG004000578-B", + "urn:identifier:NNSZ00406328", + "urn:identifier:(WaOLN)nyp0205200" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -8880,14 +8347,8 @@ "Xaos [microform] / Shirvanzada ; ermeni dilinden ceviräni F. Ismixanov ; tärcimäsinin redaktory Säid Mirkasïmzada." ], "uri": "b10005211", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Bagï :" + "Bagï" ], "issuance": [ { @@ -8925,84 +8386,91 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433105674059" - ], - "physicalLocation": [ - "*ZO-220" + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } ], - "shelfMark_sort": "a*ZO-220 collection of 10 titles (monographs)", "catalogItemType_packed": [ "catalogItemType:6||microfilm service copy" ], - "accessMessage": [ + "enumerationChronology": [ + "collection of 10 titles (monographs)" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rcmi2", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" ], - "uri": "i30087469", - "shelfMark": [ - "*ZO-220 collection of 10 titles (monographs)" + "idBarcode": [ + "33433105674059" + ], + "identifier": [ + "urn:shelfmark:*ZO-220 collection of 10 titles (monographs)", + "urn:barcode:33433105674059" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*ZO-220 collection of 10 titles (monographs)" + "value": "*ZO-220 collection of 10 titles (monographs)", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433105674059" + "value": "33433105674059", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rcmi2||Offsite" - ], - "enumerationChronology": [ - "collection of 10 titles (monographs)" - ], - "idBarcode": [ - "33433105674059" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*ZO-220" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:6", - "label": "microfilm service copy" - } + "shelfMark": [ + "*ZO-220 collection of 10 titles (monographs)" ], + "shelfMark_sort": "a*ZO-220 collection of 10 titles (monographs)", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rcmi2", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i30087469" }, "sort": [ null @@ -9041,8 +8509,11 @@ "Swahili language", "Swahili language -- Texts" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "s.n.," + "s.n." ], "language": [ { @@ -9050,30 +8521,42 @@ "label": "Swahili" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 1 ], "createdYear": [ 1980 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ "Mfuatano wa muundo na kazi za vyombo vya Serikali ya mapinduzi ya Zanzibar." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "Sc Ser.-N .Z288" ], - "creatorLiteral": [ - "Zanzibar." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Zanzibar." + ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG005000002-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -9083,6 +8566,10 @@ "type": "nypl:Bnumber", "value": "10005860" }, + { + "type": "nypl:Oclc", + "value": "NYPG005000002-B" + }, { "type": "bf:Identifier", "value": "NNSZ00507074" @@ -9095,14 +8582,19 @@ "dateEndYear": [ 9999 ], - "updatedAt": 1636116169694, + "updatedAt": 1711530704245, "publicationStatement": [ "[Zanzibar : s.n., 1980- ]" ], "identifier": [ + "urn:shelfmark:Sc Ser.-N .Z288", "urn:bnum:10005860", - "urn:undefined:NNSZ00507074", - "urn:undefined:(WaOLN)nyp0205850" + "urn:oclc:NYPG005000002-B", + "urn:identifier:NNSZ00507074", + "urn:identifier:(WaOLN)nyp0205850" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -9132,14 +8624,8 @@ "Mfuatano wa muundo na kazi za vyombo vya Serikali ya mapinduzi ya Zanzibar." ], "uri": "b10005860", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "[Zanzibar :" + "[Zanzibar" ], "issuance": [ { @@ -9177,24 +8663,14 @@ }, "_score": null, "_source": { - "uri": "i10942241", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -9205,6 +8681,12 @@ "catalogItemType_packed": [ "catalogItemType:3||serial" ], + "enumerationChronology": [ + "Kituba cha 1-9" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:scff2", @@ -9214,8 +8696,12 @@ "holdingLocation_packed": [ "loc:scff2||Schomburg Center - Research & Reference" ], - "shelfMark": [ - "Sc Ser.-N .Z288 Kituba cha 1-9" + "idBarcode": [ + "33433030859007" + ], + "identifier": [ + "urn:shelfmark:Sc Ser.-N .Z288 Kituba cha 1-9", + "urn:barcode:33433030859007" ], "identifierV2": [ { @@ -9223,35 +8709,42 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433030859007" + "value": "33433030859007", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc Ser.-N .Z288" - ], - "enumerationChronology": [ - "Kituba cha 1-9" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], - "identifier": [ - "urn:barcode:33433030859007" + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], - "idBarcode": [ - "33433030859007" + "physicalLocation": [ + "Sc Ser.-N .Z288" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "Sc Ser.-N .Z288 Kituba cha 1-9" + ], + "shelfMark_sort": "aSc Ser.-N .Z288 Kituba cha 1-000009", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], - "shelfMark_sort": "aSc Ser.-N .Z288 Kituba cha 1-000009" + "type": [ + "bf:Item" + ], + "uri": "i10942241" }, "sort": [ null @@ -9396,7 +8889,7 @@ "uri": "h1144093" } ], - "updatedAt": 1709752718868, + "updatedAt": 1711471622189, "publicationStatement": [ "Urbana, Ill. : Afro-American Studies and Research Program, University of Illinois, [1983?-]" ], @@ -9707,12 +9200,15 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ + "Sonet, D", "Sex instruction", - "Sex instruction -- Haiti", - "Sonet, D" + "Sex instruction -- Haiti" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Action familiale d'Haïti," + "Action familiale d'Haïti" ], "language": [ { @@ -9720,30 +9216,42 @@ "label": "French" } ], - "dateEndString": [ - "1984" + "numItemsTotal": [ + 1 ], "createdYear": [ 1980 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1984" ], "title": [ "A quel age peut-on aimer? : pour une éducation à l'amour responsable" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "Sc D 84-595" ], + "numItemVolumesParsed": [ + 0 + ], "createdString": [ "1980" ], + "numElectronicResources": [ + 0 + ], "contributorLiteral": [ "Action familiale d'Haïti." ], "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG005000012-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -9753,6 +9261,10 @@ "type": "nypl:Bnumber", "value": "10005870" }, + { + "type": "nypl:Oclc", + "value": "NYPG005000012-B" + }, { "type": "bf:Identifier", "value": "NNSZ00507084" @@ -9765,14 +9277,19 @@ "dateEndYear": [ 1984 ], - "updatedAt": 1636069688379, + "updatedAt": 1710978859765, "publicationStatement": [ "Port-au-Prince : Action familiale d'Haïti, [198-?]" ], "identifier": [ + "urn:shelfmark:Sc D 84-595", "urn:bnum:10005870", - "urn:undefined:NNSZ00507084", - "urn:undefined:(WaOLN)nyp0205860" + "urn:oclc:NYPG005000012-B", + "urn:identifier:NNSZ00507084", + "urn:identifier:(WaOLN)nyp0205860" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -9796,21 +9313,15 @@ } ], "subjectLiteral": [ - "Sex instruction -- Haiti.", - "Sonet, D." + "Sonet, D.", + "Sex instruction -- Haiti." ], "titleDisplay": [ "A quel age peut-on aimer? : pour une éducation à l'amour responsable / Action familiale d'Haïti." ], "uri": "b10005870", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Port-au-Prince :" + "Port-au-Prince" ], "issuance": [ { @@ -9845,24 +9356,14 @@ }, "_score": null, "_source": { - "uri": "i11900461", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -9873,6 +9374,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:scff2", @@ -9882,8 +9386,12 @@ "holdingLocation_packed": [ "loc:scff2||Schomburg Center - Research & Reference" ], - "shelfMark": [ - "Sc D 84-595" + "idBarcode": [ + "33433036649329" + ], + "identifier": [ + "urn:shelfmark:Sc D 84-595", + "urn:barcode:33433036649329" ], "identifierV2": [ { @@ -9891,32 +9399,42 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433036649329" + "value": "33433036649329", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc D 84-595" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], - "identifier": [ - "urn:barcode:33433036649329" + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], - "idBarcode": [ - "33433036649329" + "physicalLocation": [ + "Sc D 84-595" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "Sc D 84-595" + ], + "shelfMark_sort": "aSc D 84-000595", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], - "shelfMark_sort": "aSc D 84-000595" + "uri": "i11900461" }, "sort": [ null @@ -9961,6 +9479,9 @@ "Africa -- History", "Africa -- History -- To 1884" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ "Heinemann ; University of California Press" ], @@ -9970,24 +9491,33 @@ "label": "English" } ], + "numItemsTotal": [ + 2 + ], "createdYear": [ 1984 ], - "type": [ - "nypl:Item" - ], "title": [ "Africa from the twelfth to the sixteenth century" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "Sc E 84-288" ], + "numItemVolumesParsed": [ + 0 + ], "createdString": [ "1984" ], "idLccn": [ "84256508 //r86" ], + "numElectronicResources": [ + 0 + ], "seriesStatement": [ "General history of Africa ; 4" ], @@ -9998,6 +9528,9 @@ "dateStartYear": [ 1984 ], + "idOclc": [ + "NYPG005000018-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -10015,6 +9548,10 @@ "type": "bf:Isbn", "value": "0520039157 (University of California Press)" }, + { + "type": "nypl:Oclc", + "value": "NYPG005000018-B" + }, { "type": "bf:Lccn", "value": "84256508 //r86" @@ -10024,20 +9561,25 @@ "value": "(WaOLN)nyp0205866" } ], - "updatedAt": 1652323261637, + "updatedAt": 1711095215720, "publicationStatement": [ "London : Heinemann ; Berkeley, Calif. : University of California Press, 1984." ], + "idIsbn": [ + "0435948105", + "0520039157 (University of California Press)" + ], "identifier": [ + "urn:shelfmark:Sc E 84-288", "urn:bnum:10005876", "urn:isbn:0435948105", "urn:isbn:0520039157 (University of California Press)", + "urn:oclc:NYPG005000018-B", "urn:lccn:84256508 //r86", - "urn:undefined:(WaOLN)nyp0205866" + "urn:identifier:(WaOLN)nyp0205866" ], - "idIsbn": [ - "0435948105", - "0520039157 (University of California Press)" + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -10070,12 +9612,6 @@ "lccClassification": [ "DT20 .G45 1981 vol. 4 DT25" ], - "numItems": [ - 2 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "London : Berkeley, Calif." ], @@ -10085,12 +9621,12 @@ "label": "monograph/item" } ], + "dimensions": [ + "24 cm." + ], "idIsbn_clean": [ "0435948105", "0520039157" - ], - "dimensions": [ - "24 cm." ] }, "sort": [ @@ -10116,78 +9652,77 @@ }, "_score": null, "_source": { - "uri": "i10003888", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:-", + "label": "No restrictions" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:-||No restrictions" ], "catalogItemType": [ { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" + "id": "catalogItemType:2", + "label": "book non-circ" } ], "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" + "catalogItemType:2||book non-circ" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:scff2", - "label": "Schomburg Center - Research & Reference" + "id": "loc:mall1", + "label": "Schwarzman Building - Main Reading Room 315 - Reference" } ], "holdingLocation_packed": [ - "loc:scff2||Schomburg Center - Research & Reference" + "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" ], - "shelfMark": [ - "Sc E 84-288" + "identifier": [ + "urn:shelfmark:*R-BK 90-2407" ], "identifierV2": [ { - "value": "Sc E 84-288", + "value": "*R-BK 90-2407", "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433021813997" } ], - "physicalLocation": [ - "Sc E 84-288" + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } ], - "identifier": [ - "urn:barcode:33433021813997" + "owner_packed": [ + "orgs:1101||General Research Division" ], - "idBarcode": [ - "33433021813997" + "physicalLocation": [ + "*R-BK 90-2407" ], "requestable": [ false ], - "accessMessage": [ + "shelfMark": [ + "*R-BK 90-2407" + ], + "shelfMark_sort": "a*R-BK 90-002407", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:m", + "label": "Missing" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:m||Missing" + ], + "type": [ + "bf:Item" ], - "shelfMark_sort": "aSc E 84-000288" + "uri": "i10003889" }, "sort": [ null @@ -10200,68 +9735,85 @@ }, "_score": null, "_source": { - "uri": "i10003889", - "status": [ - { - "id": "status:m", - "label": "Missing" - } - ], - "status_packed": [ - "status:m||Missing" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1101", - "label": "General Research Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1101||General Research Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { - "id": "catalogItemType:2", - "label": "book non-circ" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" + "catalogItemType:55||book, limited circ, MaRLI" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:mall1", - "label": "Schwarzman Building - Main Reading Room 315 - Reference" + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" } ], "holdingLocation_packed": [ - "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" + "loc:scff2||Schomburg Center - Research & Reference" ], - "shelfMark": [ - "*R-BK 90-2407" + "idBarcode": [ + "33433021813997" + ], + "identifier": [ + "urn:shelfmark:Sc E 84-288", + "urn:barcode:33433021813997" ], "identifierV2": [ { - "value": "*R-BK 90-2407", + "value": "Sc E 84-288", "type": "bf:ShelfMark" + }, + { + "value": "33433021813997", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" } ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], "physicalLocation": [ - "*R-BK 90-2407" + "Sc E 84-288" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "Sc E 84-288" + ], + "shelfMark_sort": "aSc E 84-000288", + "status": [ { - "id": "accessMessage:-", - "label": "No restrictions" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:-||No restrictions" + "status_packed": [ + "status:a||Available" ], - "shelfMark_sort": "a*R-BK 90-002407" + "type": [ + "bf:Item" + ], + "uri": "i10003888" }, "sort": [ null @@ -10290,8 +9842,11 @@ "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," + "I.L.A. de Port-au-Prince" ], "language": [ { @@ -10299,30 +9854,39 @@ "label": "Creoles and Pidgins (Other)" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 1 ], "createdYear": [ 1984 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ "Leson kreyòl pou etranje ki pale franse \\" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "Sc Ser.-M .M468" ], - "creatorLiteral": [ - "Mirville, Ernst." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1984" ], + "creatorLiteral": [ + "Mirville, Ernst." + ], + "numElectronicResources": [ + 0 + ], "seriesStatement": [ - "Collection Coucoville", - "Siwolin; \\t.2" + "Siwolin; \\t.2", + "Collection Coucoville" ], "contributorLiteral": [ "Institut de linguistique appliquée de Port-au-Prince." @@ -10330,6 +9894,9 @@ "dateStartYear": [ 1984 ], + "idOclc": [ + "NYPG005000041-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -10339,6 +9906,10 @@ "type": "nypl:Bnumber", "value": "10005898" }, + { + "type": "nypl:Oclc", + "value": "NYPG005000041-B" + }, { "type": "bf:Identifier", "value": "NNSZ00507113" @@ -10353,6 +9924,15 @@ ], "holdings": [ { + "identifier": [ + { + "type": "bf:shelfMark", + "value": "Sc Ser.-M .M468" + } + ], + "physicalLocation": [ + "Sc Ser.-M .M468" + ], "format": [ "PRINT" ], @@ -10362,20 +9942,25 @@ "label": "Schomburg Center - Research & Reference" } ], - "uri": "h1144290", "shelfMark": [ "Sc Ser.-M .M468" - ] + ], + "uri": "h1144290" } ], - "updatedAt": 1636113236627, + "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:undefined:NNSZ00507113", - "urn:undefined:(WaOLN)nyp0205888" + "urn:oclc:NYPG005000041-B", + "urn:identifier:NNSZ00507113", + "urn:identifier:(WaOLN)nyp0205888" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -10405,14 +9990,8 @@ "Leson kreyòl pou etranje ki pale franse \\ Ernst Mirville." ], "uri": "b10005898", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Port-au-Prince :" + "Port-au-Prince" ], "issuance": [ { @@ -10447,24 +10026,14 @@ }, "_score": null, "_source": { - "uri": "i11900486", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -10475,6 +10044,12 @@ "catalogItemType_packed": [ "catalogItemType:3||serial" ], + "enumerationChronology": [ + "t. 2, ptie 1" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:scff2", @@ -10484,8 +10059,12 @@ "holdingLocation_packed": [ "loc:scff2||Schomburg Center - Research & Reference" ], - "shelfMark": [ - "Sc Ser.-M .M468 t. 2, ptie 1" + "idBarcode": [ + "33433017863220" + ], + "identifier": [ + "urn:shelfmark:Sc Ser.-M .M468 t. 2, ptie 1", + "urn:barcode:33433017863220" ], "identifierV2": [ { @@ -10493,35 +10072,42 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433017863220" + "value": "33433017863220", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc Ser.-M .M468" - ], - "enumerationChronology": [ - "t. 2, ptie 1" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], - "identifier": [ - "urn:barcode:33433017863220" + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], - "idBarcode": [ - "33433017863220" + "physicalLocation": [ + "Sc Ser.-M .M468" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "Sc Ser.-M .M468 t. 2, ptie 1" + ], + "shelfMark_sort": "aSc Ser.-M .M468 t. 2, ptie 000001", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], - "shelfMark_sort": "aSc Ser.-M .M468 t. 2, ptie 000001" + "uri": "i11900486" }, "sort": [ null @@ -10553,13 +10139,16 @@ ], "subjectLiteral_exploded": [ "Sacred songs, English", - "Sacred songs, English -- Caribbean Area", - "Sacred songs, English -- Caribbean Area -- Texts", "Sacred songs, English -- Jamaica", - "Sacred songs, English -- Jamaica -- Texts" + "Sacred songs, English -- Jamaica -- Texts", + "Sacred songs, English -- Caribbean Area", + "Sacred songs, English -- Caribbean Area -- Texts" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "s.n.," + "s.n." ], "language": [ { @@ -10567,27 +10156,39 @@ "label": "English" } ], - "dateEndString": [ - "1984" + "numItemsTotal": [ + 1 ], "createdYear": [ 1900 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1984" ], "title": [ "Modern Jamaican-Caribbean religious folk music." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "Sc D 84-602" ], + "numItemVolumesParsed": [ + 0 + ], "createdString": [ "1900" ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1900 ], + "idOclc": [ + "NYPG005000045-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -10597,6 +10198,10 @@ "type": "nypl:Bnumber", "value": "10005902" }, + { + "type": "nypl:Oclc", + "value": "NYPG005000045-B" + }, { "type": "bf:Identifier", "value": "NNSZ00507117" @@ -10609,14 +10214,19 @@ "dateEndYear": [ 1984 ], - "updatedAt": 1636116687148, + "updatedAt": 1711557135764, "publicationStatement": [ "[S.l. : s.n., 19--]" ], "identifier": [ + "urn:shelfmark:Sc D 84-602", "urn:bnum:10005902", - "urn:undefined:NNSZ00507117", - "urn:undefined:(WaOLN)nyp0205892" + "urn:oclc:NYPG005000045-B", + "urn:identifier:NNSZ00507117", + "urn:identifier:(WaOLN)nyp0205892" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -10640,21 +10250,15 @@ } ], "subjectLiteral": [ - "Sacred songs, English -- Caribbean Area -- Texts.", - "Sacred songs, English -- Jamaica -- Texts." + "Sacred songs, English -- Jamaica -- Texts.", + "Sacred songs, English -- Caribbean Area -- Texts." ], "titleDisplay": [ "Modern Jamaican-Caribbean religious folk music." ], "uri": "b10005902", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "[S.l. :" + "[S.l." ], "issuance": [ { @@ -10689,24 +10293,14 @@ }, "_score": null, "_source": { - "uri": "i11900490", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -10717,6 +10311,9 @@ "catalogItemType_packed": [ "catalogItemType:2||book non-circ" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:scff2", @@ -10726,8 +10323,12 @@ "holdingLocation_packed": [ "loc:scff2||Schomburg Center - Research & Reference" ], - "shelfMark": [ - "Sc D 84-602" + "idBarcode": [ + "33433058825831" + ], + "identifier": [ + "urn:shelfmark:Sc D 84-602", + "urn:barcode:33433058825831" ], "identifierV2": [ { @@ -10735,32 +10336,42 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058825831" + "value": "33433058825831", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc D 84-602" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], - "identifier": [ - "urn:barcode:33433058825831" + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], - "idBarcode": [ - "33433058825831" + "physicalLocation": [ + "Sc D 84-602" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "Sc D 84-602" + ], + "shelfMark_sort": "aSc D 84-000602", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], - "shelfMark_sort": "aSc D 84-000602" + "uri": "i11900490" }, "sort": [ null @@ -10805,36 +10416,39 @@ "numItemsTotal": [ 1 ], - "dateEndString": [ - "1984" - ], "createdYear": [ 1900 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1984" ], "title": [ "Tchiè dans tchiè : les angoisses du coeur : recueil de poèmes \\" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "Sc C 85-2" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Passavant, Camille." - ], "createdString": [ "1900" ], + "creatorLiteral": [ + "Passavant, Camille." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1900 ], + "idOclc": [ + "NYPG005000048-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -10857,21 +10471,19 @@ "value": "(WaOLN)nyp0205895" } ], - "idOclc": [ - "NYPG005000048-B" - ], "dateEndYear": [ 1984 ], - "updatedAt": 1681930671217, + "updatedAt": 1711426354848, "publicationStatement": [ "[Fort-de-France? Martinique : s.n., 19--] 52" ], "identifier": [ + "urn:shelfmark:Sc C 85-2", "urn:bnum:10005905", "urn:oclc:NYPG005000048-B", - "urn:undefined:NNSZ00507120", - "urn:undefined:(WaOLN)nyp0205895" + "urn:identifier:NNSZ00507120", + "urn:identifier:(WaOLN)nyp0205895" ], "numCheckinCardItems": [ 0 @@ -10901,12 +10513,6 @@ "Tchiè dans tchiè : les angoisses du coeur : recueil de poèmes \\ Camille Passavant." ], "uri": "b10005905", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Fort-de-France? Martinique" ], @@ -10943,24 +10549,14 @@ }, "_score": null, "_source": { - "uri": "i11900493", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -10971,6 +10567,9 @@ "catalogItemType_packed": [ "catalogItemType:2||book non-circ" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:scff2", @@ -10980,8 +10579,12 @@ "holdingLocation_packed": [ "loc:scff2||Schomburg Center - Research & Reference" ], - "shelfMark": [ - "Sc C 85-2" + "idBarcode": [ + "33433036604563" + ], + "identifier": [ + "urn:shelfmark:Sc C 85-2", + "urn:barcode:33433036604563" ], "identifierV2": [ { @@ -10989,38 +10592,42 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433036604563" + "value": "33433036604563", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc C 85-2" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], - "identifier": [ - "urn:barcode:33433036604563" + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], - "idBarcode": [ - "33433036604563" + "physicalLocation": [ + "Sc C 85-2" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "Sc C 85-2" + ], + "shelfMark_sort": "aSc C 85-000002", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aSc C 85-000002" + "uri": "i11900493" }, "sort": [ null @@ -11054,8 +10661,11 @@ "Jazz", "Jazz -- History and criticism" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Producciones Don Pedro," + "Producciones Don Pedro" ], "language": [ { @@ -11063,30 +10673,42 @@ "label": "Spanish" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 2 ], "createdYear": [ 1978 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ "En torno al jazz" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "Sc Ser.-L .V354" ], - "creatorLiteral": [ - "Vélez, Ana." + "numItemVolumesParsed": [ + 2 ], "createdString": [ "1978" ], + "creatorLiteral": [ + "Vélez, Ana." + ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1978 ], + "idOclc": [ + "NYPG005000050-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -11096,6 +10718,10 @@ "type": "nypl:Bnumber", "value": "10005907" }, + { + "type": "nypl:Oclc", + "value": "NYPG005000050-B" + }, { "type": "bf:Identifier", "value": "NNSZ00507122" @@ -11108,14 +10734,19 @@ "dateEndYear": [ 9999 ], - "updatedAt": 1636093384929, + "updatedAt": 1711168238383, "publicationStatement": [ "San Juan, P.R. : Producciones Don Pedro, 1978-" ], "identifier": [ + "urn:shelfmark:Sc Ser.-L .V354", "urn:bnum:10005907", - "urn:undefined:NNSZ00507122", - "urn:undefined:(WaOLN)nyp0205897" + "urn:oclc:NYPG005000050-B", + "urn:identifier:NNSZ00507122", + "urn:identifier:(WaOLN)nyp0205897" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -11145,14 +10776,8 @@ "En torno al jazz / Ana Vélez." ], "uri": "b10005907", - "numItems": [ - 2 - ], - "numAvailable": [ - 2 - ], "placeOfPublication": [ - "San Juan, P.R. :" + "San Juan, P.R." ], "issuance": [ { @@ -11186,28 +10811,18 @@ { "_nested": { "field": "items", - "offset": 1 + "offset": 0 }, "_score": null, "_source": { - "uri": "i11900496", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -11218,6 +10833,15 @@ "catalogItemType_packed": [ "catalogItemType:2||book non-circ" ], + "enumerationChronology": [ + "v. 2" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:scff2", @@ -11227,8 +10851,12 @@ "holdingLocation_packed": [ "loc:scff2||Schomburg Center - Research & Reference" ], - "shelfMark": [ - "Sc Ser.-L .V354 v. 2" + "idBarcode": [ + "33433017895651" + ], + "identifier": [ + "urn:shelfmark:Sc Ser.-L .V354 v. 2", + "urn:barcode:33433017895651" ], "identifierV2": [ { @@ -11236,65 +10864,68 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433017895651" + "value": "33433017895651", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" } ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], "physicalLocation": [ "Sc Ser.-L .V354" ], - "enumerationChronology": [ - "v. 2" + "requestable": [ + true ], - "identifier": [ - "urn:barcode:33433017895651" + "shelfMark": [ + "Sc Ser.-L .V354 v. 2" ], - "idBarcode": [ - "33433017895651" + "shelfMark_sort": "aSc Ser.-L .V354 v. 000002", + "status": [ + { + "id": "status:a", + "label": "Available" + } ], - "requestable": [ - false + "status_packed": [ + "status:a||Available" ], - "accessMessage": [ + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "accessMessage:1", - "label": "Use in library" + "gte": 2, + "lte": 2 } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "shelfMark_sort": "aSc Ser.-L .V354 v. 000002" + "uri": "i11900496" }, "sort": [ - null + " 2-" ] }, { "_nested": { "field": "items", - "offset": 0 + "offset": 1 }, - "_score": null, - "_source": { - "uri": "i11900495", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "_score": null, + "_source": { + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -11305,6 +10936,15 @@ "catalogItemType_packed": [ "catalogItemType:2||book non-circ" ], + "enumerationChronology": [ + "v. 1" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:scff2", @@ -11314,8 +10954,12 @@ "holdingLocation_packed": [ "loc:scff2||Schomburg Center - Research & Reference" ], - "shelfMark": [ - "Sc Ser.-L .V354 v. 1" + "idBarcode": [ + "33433030890481" + ], + "identifier": [ + "urn:shelfmark:Sc Ser.-L .V354 v. 1", + "urn:barcode:33433030890481" ], "identifierV2": [ { @@ -11323,38 +10967,51 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433030890481" + "value": "33433030890481", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" } ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], "physicalLocation": [ "Sc Ser.-L .V354" ], - "enumerationChronology": [ - "v. 1" + "requestable": [ + true ], - "identifier": [ - "urn:barcode:33433030890481" + "shelfMark": [ + "Sc Ser.-L .V354 v. 1" ], - "idBarcode": [ - "33433030890481" + "shelfMark_sort": "aSc Ser.-L .V354 v. 000001", + "status": [ + { + "id": "status:a", + "label": "Available" + } ], - "requestable": [ - false + "status_packed": [ + "status:a||Available" ], - "accessMessage": [ + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "accessMessage:1", - "label": "Use in library" + "gte": 1, + "lte": 1 } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "shelfMark_sort": "aSc Ser.-L .V354 v. 000001" + "uri": "i11900495" }, "sort": [ - null + " 1-" ] } ] @@ -11386,8 +11043,11 @@ "Universities and colleges -- Africa", "Universities and colleges -- Zambia" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Published on behalf of the Institute for African Studies, University of Zambia, by National Educational Co. of Zambia," + "Published on behalf of the Institute for African Studies, University of Zambia, by National Educational Co. of Zambia" ], "language": [ { @@ -11395,27 +11055,36 @@ "label": "English" } ], + "numItemsTotal": [ + 2 + ], "createdYear": [ 1984 ], - "type": [ - "nypl:Item" - ], "title": [ "The African university : issues and perspectives : speeches" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "Sc D 84-502" ], - "creatorLiteral": [ - "Goma, L. K. H." + "numItemVolumesParsed": [ + 1 ], "createdString": [ "1984" ], + "creatorLiteral": [ + "Goma, L. K. H." + ], "idLccn": [ "84980558" ], + "numElectronicResources": [ + 0 + ], "seriesStatement": [ "Zambian papers ; no. 14" ], @@ -11426,6 +11095,9 @@ "dateStartYear": [ 1984 ], + "idOclc": [ + "NYPG005000053-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -11435,6 +11107,10 @@ "type": "nypl:Bnumber", "value": "10005910" }, + { + "type": "nypl:Oclc", + "value": "NYPG005000053-B" + }, { "type": "bf:Lccn", "value": "84980558" @@ -11444,14 +11120,19 @@ "value": "(WaOLN)nyp0205900" } ], - "updatedAt": 1636133189056, + "updatedAt": 1711422319545, "publicationStatement": [ "Lusaka, Zambia : Published on behalf of the Institute for African Studies, University of Zambia, by National Educational Co. of Zambia, 1984." ], "identifier": [ + "urn:shelfmark:Sc D 84-502", "urn:bnum:10005910", + "urn:oclc:NYPG005000053-B", "urn:lccn:84980558", - "urn:undefined:(WaOLN)nyp0205900" + "urn:identifier:(WaOLN)nyp0205900" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -11485,14 +11166,8 @@ "lccClassification": [ "DT963.A3 Z3 no. 14 LA1503" ], - "numItems": [ - 2 - ], - "numAvailable": [ - 2 - ], "placeOfPublication": [ - "Lusaka, Zambia :" + "Lusaka, Zambia" ], "issuance": [ { @@ -11527,81 +11202,103 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "identifier": [ - "urn:barcode:33433021791029" + "accessMessage:2||Request in advance" ], - "physicalLocation": [ - "Sc D 84-502" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "aSc D 84-000502", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "enumerationChronology": [ + "v. 14" + ], + "enumerationChronology_sort": [ + " 14-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10003896", - "shelfMark": [ - "Sc D 84-502" + "idBarcode": [ + "33433003630815" + ], + "identifier": [ + "urn:shelfmark:JFK 86-224 v. 14", + "urn:barcode:33433003630815" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "Sc D 84-502" + "value": "JFK 86-224 v. 14", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433021791029" + "value": "33433003630815", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:scff2||Schomburg Center - Research & Reference" - ], - "idBarcode": [ - "33433021791029" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ + "JFK 86-224" + ], + "recapCustomerCode": [ + "NA" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "JFK 86-224 v. 14" ], + "shelfMark_sort": "aJFK 86-224 v. 000014", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:scff2", - "label": "Schomburg Center - Research & Reference" + "gte": 14, + "lte": 14 } - ] + ], + "uri": "i10003897" }, "sort": [ - null + " 14-" ] }, { @@ -11611,84 +11308,85 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:1", + "label": "Use in library" } ], "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433003630815" + "accessMessage:1||Use in library" ], - "physicalLocation": [ - "JFK 86-224" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "aJFK 86-224 v. 000014", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" ], - "uri": "i10003897", - "shelfMark": [ - "JFK 86-224 v. 14" + "idBarcode": [ + "33433021791029" + ], + "identifier": [ + "urn:shelfmark:Sc D 84-502", + "urn:barcode:33433021791029" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "JFK 86-224 v. 14" + "value": "Sc D 84-502", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433003630815" + "value": "33433021791029", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 14" - ], - "idBarcode": [ - "33433003630815" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "physicalLocation": [ + "Sc D 84-502" ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "Sc D 84-502" ], + "shelfMark_sort": "aSc D 84-000502", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10003896" }, "sort": [ null @@ -11757,24 +11455,24 @@ "dateEndString": [ "1984" ], - "type": [ - "nypl:Item" - ], "title": [ "Fredi Washington papers, 1925-1979." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "Sc Micro R-4205" ], "numItemVolumesParsed": [ 2 ], - "creatorLiteral": [ - "Washington, Fredi, 1903-1994." - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Washington, Fredi, 1903-1994." + ], "numElectronicResources": [ 0 ], @@ -11784,6 +11482,9 @@ "dateStartYear": [ 1980 ], + "idOclc": [ + "11780064" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -11797,32 +11498,26 @@ "type": "nypl:Oclc", "value": "11780064" }, - { - "type": "nypl:Oclc", - "value": "11780064" - }, { "type": "bf:Identifier", "value": "(OCoLC)11780064" } ], - "idOclc": [ - "11780064" - ], "dateEndYear": [ 1984 ], - "updatedAt": 1681930673375, + "updatedAt": 1711426361948, "publicationStatement": [ "New Orleans, La. : Amistad Research Center, [198-?]" ], + "genreForm": [ + "Personal correspondence." + ], "identifier": [ + "urn:shelfmark:Sc Micro R-4205", "urn:bnum:10006007", "urn:oclc:11780064", - "urn:undefined:(OCoLC)11780064" - ], - "genreForm": [ - "Personal correspondence." + "urn:identifier:(OCoLC)11780064" ], "numCheckinCardItems": [ 0 @@ -11860,12 +11555,6 @@ "Fredi Washington papers, 1925-1979." ], "uri": "b10006007", - "numItems": [ - 2 - ], - "numAvailable": [ - 2 - ], "placeOfPublication": [ "New Orleans, La." ], @@ -11898,28 +11587,18 @@ { "_nested": { "field": "items", - "offset": 1 + "offset": 0 }, "_score": null, "_source": { - "uri": "i11900582", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -11930,6 +11609,15 @@ "catalogItemType_packed": [ "catalogItemType:6||microfilm service copy" ], + "enumerationChronology": [ + "r. 2" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:scff2", @@ -11939,8 +11627,12 @@ "holdingLocation_packed": [ "loc:scff2||Schomburg Center - Research & Reference" ], - "shelfMark": [ - "Sc Micro R-4205 r. 2" + "idBarcode": [ + "33433031242500" + ], + "identifier": [ + "urn:shelfmark:Sc Micro R-4205 r. 2", + "urn:barcode:33433031242500" ], "identifierV2": [ { @@ -11948,33 +11640,40 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433031242500" + "value": "33433031242500", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "r. 2" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } + ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], "physicalLocation": [ "Sc Micro R-4205" ], - "identifier": [ - "urn:barcode:33433031242500" - ], - "idBarcode": [ - "33433031242500" - ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "Sc Micro R-4205 r. 2" + ], + "shelfMark_sort": "aSc Micro R-4205 r. 000002", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], "volumeRange": [ { @@ -11982,16 +11681,7 @@ "lte": 2 } ], - "enumerationChronology_sort": [ - " 2-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aSc Micro R-4205 r. 000002" + "uri": "i11900582" }, "sort": [ " 2-" @@ -12000,28 +11690,18 @@ { "_nested": { "field": "items", - "offset": 0 + "offset": 1 }, "_score": null, "_source": { - "uri": "i11900581", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -12032,6 +11712,15 @@ "catalogItemType_packed": [ "catalogItemType:6||microfilm service copy" ], + "enumerationChronology": [ + "r. 1" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:scff2", @@ -12041,8 +11730,12 @@ "holdingLocation_packed": [ "loc:scff2||Schomburg Center - Research & Reference" ], - "shelfMark": [ - "Sc Micro R-4205 r. 1" + "idBarcode": [ + "33433031242492" + ], + "identifier": [ + "urn:shelfmark:Sc Micro R-4205 r. 1", + "urn:barcode:33433031242492" ], "identifierV2": [ { @@ -12050,33 +11743,40 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433031242492" + "value": "33433031242492", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "r. 1" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } + ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], "physicalLocation": [ "Sc Micro R-4205" ], - "identifier": [ - "urn:barcode:33433031242492" - ], - "idBarcode": [ - "33433031242492" - ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "Sc Micro R-4205 r. 1" + ], + "shelfMark_sort": "aSc Micro R-4205 r. 000001", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], "volumeRange": [ { @@ -12084,16 +11784,7 @@ "lte": 1 } ], - "enumerationChronology_sort": [ - " 1-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aSc Micro R-4205 r. 000001" + "uri": "i11900581" }, "sort": [ " 1-" @@ -12119,8 +11810,11 @@ "subjectLiteral_exploded": [ "Tem language" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Experiment in International Living," + "Experiment in International Living" ], "language": [ { @@ -12128,24 +11822,33 @@ "label": "English" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 1 ], "createdYear": [ 1980 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ "Tem" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "Sc Ser.-M .T425" ], + "numItemVolumesParsed": [ + 0 + ], "createdString": [ "1980" ], + "numElectronicResources": [ + 0 + ], "seriesStatement": [ "Peace Corps language handbook series" ], @@ -12155,6 +11858,9 @@ "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG005000158-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -12164,6 +11870,10 @@ "type": "nypl:Bnumber", "value": "10006011" }, + { + "type": "nypl:Oclc", + "value": "NYPG005000158-B" + }, { "type": "bf:Identifier", "value": "NNSZ00507231" @@ -12176,14 +11886,19 @@ "dateEndYear": [ 9999 ], - "updatedAt": 1636132578775, + "updatedAt": 1711330931258, "publicationStatement": [ "Brattleboro, vt. : Experiment in International Living, 1980-" ], "identifier": [ + "urn:shelfmark:Sc Ser.-M .T425", "urn:bnum:10006011", - "urn:undefined:NNSZ00507231", - "urn:undefined:(WaOLN)nyp0206003" + "urn:oclc:NYPG005000158-B", + "urn:identifier:NNSZ00507231", + "urn:identifier:(WaOLN)nyp0206003" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -12213,14 +11928,8 @@ "Tem / developed by the Experiment in International Living...for ACTION/Peace Corps." ], "uri": "b10006011", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Brattleboro, vt. :" + "Brattleboro, vt." ], "issuance": [ { @@ -12251,31 +11960,21 @@ "total": 1, "max_score": null, "hits": [ - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i23169346", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + { + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -12286,6 +11985,9 @@ "catalogItemType_packed": [ "catalogItemType:3||serial" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:scff2", @@ -12295,8 +11997,12 @@ "holdingLocation_packed": [ "loc:scff2||Schomburg Center - Research & Reference" ], - "shelfMark": [ - "Sc Ser.-M .T425" + "idBarcode": [ + "33433076233265" + ], + "identifier": [ + "urn:shelfmark:Sc Ser.-M .T425", + "urn:barcode:33433076233265" ], "identifierV2": [ { @@ -12304,32 +12010,42 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433076233265" + "value": "33433076233265", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc Ser.-M .T425" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], - "identifier": [ - "urn:barcode:33433076233265" + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], - "idBarcode": [ - "33433076233265" + "physicalLocation": [ + "Sc Ser.-M .T425" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "Sc Ser.-M .T425" + ], + "shelfMark_sort": "aSc Ser.-M .T000425", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], - "shelfMark_sort": "aSc Ser.-M .T000425" + "uri": "i23169346" }, "sort": [ null @@ -12355,8 +12071,11 @@ "subjectLiteral_exploded": [ "Kabre language" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Experiment in International Living," + "Experiment in International Living" ], "language": [ { @@ -12364,35 +12083,47 @@ "label": "English" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 1 ], "createdYear": [ 1980 ], - "type": [ - "nypl:Item" + "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": [ - "Experiment in International Living.", + "Sedlak, Philip Alan Stephen, 1939-", "Jassor, Essogoye.", - "Sedlak, Philip Alan Stephen, 1939-" + "Experiment in International Living." ], "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG005000159-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -12402,6 +12133,10 @@ "type": "nypl:Bnumber", "value": "10006012" }, + { + "type": "nypl:Oclc", + "value": "NYPG005000159-B" + }, { "type": "bf:Identifier", "value": "NNSZ00507232" @@ -12414,14 +12149,19 @@ "dateEndYear": [ 9999 ], - "updatedAt": 1636108841395, + "updatedAt": 1711544432253, "publicationStatement": [ "Brattleboro, Vt. : Experiment in International Living, 1980-" ], "identifier": [ + "urn:shelfmark:Sc F 84-135", "urn:bnum:10006012", - "urn:undefined:NNSZ00507232", - "urn:undefined:(WaOLN)nyp0206004" + "urn:oclc:NYPG005000159-B", + "urn:identifier:NNSZ00507232", + "urn:identifier:(WaOLN)nyp0206004" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -12451,14 +12191,8 @@ "Kabiye / developed by the Experiment in International Living...for ACTION/Peace Corps." ], "uri": "b10006012", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Brattleboro, Vt. :" + "Brattleboro, Vt." ], "issuance": [ { @@ -12496,24 +12230,14 @@ }, "_score": null, "_source": { - "uri": "i11900585", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -12524,6 +12248,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:scff2", @@ -12533,8 +12260,12 @@ "holdingLocation_packed": [ "loc:scff2||Schomburg Center - Research & Reference" ], - "shelfMark": [ - "Sc F 84-135" + "idBarcode": [ + "33433036872368" + ], + "identifier": [ + "urn:shelfmark:Sc F 84-135", + "urn:barcode:33433036872368" ], "identifierV2": [ { @@ -12542,32 +12273,42 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433036872368" + "value": "33433036872368", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc F 84-135" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], - "identifier": [ - "urn:barcode:33433036872368" + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], - "idBarcode": [ - "33433036872368" + "physicalLocation": [ + "Sc F 84-135" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "Sc F 84-135" + ], + "shelfMark_sort": "aSc F 84-000135", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], - "shelfMark_sort": "aSc F 84-000135" + "type": [ + "bf:Item" + ], + "uri": "i11900585" }, "sort": [ null @@ -12600,8 +12341,11 @@ "subjectLiteral_exploded": [ "Iota Phi Lambda" ], + "numItemDatesParsed": [ + 1 + ], "publisherLiteral": [ - "The Sorority," + "The Sorority" ], "language": [ { @@ -12609,24 +12353,33 @@ "label": "English" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 1 ], "createdYear": [ 1959 ], - "type": [ - "nypl:Item" + "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." @@ -12634,6 +12387,9 @@ "dateStartYear": [ 1959 ], + "idOclc": [ + "NYPG005000165-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -12643,6 +12399,10 @@ "type": "nypl:Bnumber", "value": "10006018" }, + { + "type": "nypl:Oclc", + "value": "NYPG005000165-B" + }, { "type": "bf:Identifier", "value": "NNSZ00507238" @@ -12657,6 +12417,15 @@ ], "holdings": [ { + "identifier": [ + { + "type": "bf:shelfMark", + "value": "Sc Ser.-M .H592" + } + ], + "physicalLocation": [ + "Sc Ser.-M .H592" + ], "format": [ "PRINT" ], @@ -12666,20 +12435,25 @@ "label": "Schomburg Center - Research & Reference" } ], - "uri": "h1142937", "shelfMark": [ "Sc Ser.-M .H592" - ] + ], + "uri": "h1142937" } ], - "updatedAt": 1636069378411, + "updatedAt": 1711089650715, "publicationStatement": [ "Washington : The Sorority, 1959-" ], "identifier": [ + "urn:shelfmark:Sc Ser.-M .H592", "urn:bnum:10006018", - "urn:undefined:NNSZ00507238", - "urn:undefined:(WaOLN)nyp0206010" + "urn:oclc:NYPG005000165-B", + "urn:identifier:NNSZ00507238", + "urn:identifier:(WaOLN)nyp0206010" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -12709,14 +12483,8 @@ "A History of Iota Phi Lambda Sorority." ], "uri": "b10006018", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Washington :" + "Washington" ], "issuance": [ { @@ -12754,24 +12522,14 @@ }, "_score": null, "_source": { - "uri": "i14746595", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -12782,6 +12540,21 @@ "catalogItemType_packed": [ "catalogItemType:3||serial" ], + "dateRange": [ + { + "gte": "1928", + "lte": "1969" + } + ], + "enumerationChronology": [ + "v. 1, 2 (1928-19, 1959-69)" + ], + "enumerationChronology_sort": [ + " 1-1928" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:scff2", @@ -12791,8 +12564,12 @@ "holdingLocation_packed": [ "loc:scff2||Schomburg Center - Research & Reference" ], - "shelfMark": [ - "Sc Ser.-M .H592 v. 1, 2 (1928-19, 1959-69)" + "idBarcode": [ + "33433061038323" + ], + "identifier": [ + "urn:shelfmark:Sc Ser.-M .H592 v. 1, 2 (1928-19, 1959-69)", + "urn:barcode:33433061038323" ], "identifierV2": [ { @@ -12800,38 +12577,51 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061038323" + "value": "33433061038323", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" } ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], "physicalLocation": [ "Sc Ser.-M .H592" ], - "enumerationChronology": [ - "v. 1, 2 (1928-19, 1959-69)" + "requestable": [ + true ], - "identifier": [ - "urn:barcode:33433061038323" + "shelfMark": [ + "Sc Ser.-M .H592 v. 1, 2 (1928-19, 1959-69)" + ], + "shelfMark_sort": "aSc Ser.-M .H592 v. 000001, 2 (1928-19, 1959-69)", + "status": [ + { + "id": "status:a", + "label": "Available" + } ], - "idBarcode": [ - "33433061038323" + "status_packed": [ + "status:a||Available" ], - "requestable": [ - false + "type": [ + "bf:Item" ], - "accessMessage": [ + "volumeRange": [ { - "id": "accessMessage:1", - "label": "Use in library" + "gte": 1, + "lte": 1 } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "shelfMark_sort": "aSc Ser.-M .H592 v. 000001, 2 (1928-19, 1959-69)" + "uri": "i14746595" }, "sort": [ - null + " 1-1928" ] } ] @@ -12859,17 +12649,21 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Africa", - "Africa -- Portuguese", "Cão, Diogo, active 15th century", "Dias, Bartolomeu", "Gama, Vasco da, 1469-1524", "Portuguese", "Portuguese -- India", - "Portuguese -- India -- History" + "Portuguese -- India -- History", + "Africa", + "Africa -- Discovery and exploration", + "Africa -- Discovery and exploration -- Portuguese" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Basler Afrika Bibliographien," + "Basler Afrika Bibliographien" ], "language": [ { @@ -12877,30 +12671,42 @@ "label": "German" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 1984 ], - "type": [ - "nypl:Item" - ], "title": [ "Die Portugiesenkreuze in Africa und Indien : eine umfassende Darstellung aller von den portugiesischen Entdeckern Diogo Cão, Bartolomeo Dias und Vasco da Gama errichteten Steinkreuze (Padrões), deren Geschichte und deren Nachbildungen" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "Sc D 84-477" ], - "creatorLiteral": [ - "Kalthammer, Wilhelm." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1984" ], + "creatorLiteral": [ + "Kalthammer, Wilhelm." + ], + "numElectronicResources": [ + 0 + ], "seriesStatement": [ "Beiträge zur Afrikakunde, 0171-1660; 5" ], "dateStartYear": [ 1984 ], + "idOclc": [ + "NYPG005000184-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -12910,6 +12716,10 @@ "type": "nypl:Bnumber", "value": "10006034" }, + { + "type": "nypl:Oclc", + "value": "NYPG005000184-B" + }, { "type": "bf:Identifier", "value": "NNSZ00507257" @@ -12919,14 +12729,19 @@ "value": "(WaOLN)nyp0206027" } ], - "updatedAt": 1636088600902, + "updatedAt": 1711608503297, "publicationStatement": [ "Basel : Basler Afrika Bibliographien, 1978." ], "identifier": [ + "urn:shelfmark:Sc D 84-477", "urn:bnum:10006034", - "urn:undefined:NNSZ00507257", - "urn:undefined:(WaOLN)nyp0206027" + "urn:oclc:NYPG005000184-B", + "urn:identifier:NNSZ00507257", + "urn:identifier:(WaOLN)nyp0206027" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -12950,24 +12765,18 @@ } ], "subjectLiteral": [ - "Africa -- Portuguese.", "Cão, Diogo, active 15th century.", "Dias, Bartolomeu.", "Gama, Vasco da, 1469-1524.", - "Portuguese -- India -- History." + "Portuguese -- India -- History.", + "Africa -- Discovery and exploration -- Portuguese." ], "titleDisplay": [ "Die Portugiesenkreuze in Africa und Indien : eine umfassende Darstellung aller von den portugiesischen Entdeckern Diogo Cão, Bartolomeo Dias und Vasco da Gama errichteten Steinkreuze (Padrões), deren Geschichte und deren Nachbildungen / Wilhelm Kalthammer." ], "uri": "b10006034", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Basel :" + "Basel" ], "issuance": [ { @@ -13002,24 +12811,14 @@ }, "_score": null, "_source": { - "uri": "i11900606", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -13030,6 +12829,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:scff2", @@ -13039,8 +12841,12 @@ "holdingLocation_packed": [ "loc:scff2||Schomburg Center - Research & Reference" ], - "shelfMark": [ - "Sc D 84-477" + "idBarcode": [ + "33433036649683" + ], + "identifier": [ + "urn:shelfmark:Sc D 84-477", + "urn:barcode:33433036649683" ], "identifierV2": [ { @@ -13048,32 +12854,42 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433036649683" + "value": "33433036649683", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc D 84-477" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], - "identifier": [ - "urn:barcode:33433036649683" + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], - "idBarcode": [ - "33433036649683" + "physicalLocation": [ + "Sc D 84-477" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "Sc D 84-477" + ], + "shelfMark_sort": "aSc D 84-000477", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], - "shelfMark_sort": "aSc D 84-000477" + "type": [ + "bf:Item" + ], + "uri": "i11900606" }, "sort": [ null @@ -13111,8 +12927,11 @@ "Arab countries -- Relations", "Arab countries -- Relations -- Africa, Sub-Saharan" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Unesco," + "Unesco" ], "language": [ { @@ -13120,21 +12939,30 @@ "label": "English" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 1984 ], - "type": [ - "nypl:Item" - ], "title": [ "Historical and socio-cultural relations between Black Africa and the Arab world from 1935 to the present : report and papers of the symposium organized by Unesco in Paris from 25 to 27 July 1979." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "Sc E 84-236" ], + "numItemVolumesParsed": [ + 0 + ], "createdString": [ "1984" ], + "numElectronicResources": [ + 0 + ], "seriesStatement": [ "General history of Africa: studies and documents; 7" ], @@ -13144,6 +12972,9 @@ "dateStartYear": [ 1984 ], + "idOclc": [ + "NYPG005000193-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -13153,18 +12984,27 @@ "type": "nypl:Bnumber", "value": "10006043" }, + { + "type": "nypl:Oclc", + "value": "NYPG005000193-B" + }, { "type": "bf:Identifier", "value": "(WaOLN)nyp0206036" } ], - "updatedAt": 1636103134727, + "updatedAt": 1711247767775, "publicationStatement": [ "Paris : Unesco, 1984." ], "identifier": [ + "urn:shelfmark:Sc E 84-236", "urn:bnum:10006043", - "urn:undefined:(WaOLN)nyp0206036" + "urn:oclc:NYPG005000193-B", + "urn:identifier:(WaOLN)nyp0206036" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -13195,14 +13035,8 @@ "Historical and socio-cultural relations between Black Africa and the Arab world from 1935 to the present : report and papers of the symposium organized by Unesco in Paris from 25 to 27 July 1979." ], "uri": "b10006043", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Paris :" + "Paris" ], "issuance": [ { @@ -13237,24 +13071,14 @@ }, "_score": null, "_source": { - "uri": "i11900614", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -13265,6 +13089,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:scff2", @@ -13274,8 +13101,12 @@ "holdingLocation_packed": [ "loc:scff2||Schomburg Center - Research & Reference" ], - "shelfMark": [ - "Sc E 84-236" + "idBarcode": [ + "33433036807315" + ], + "identifier": [ + "urn:shelfmark:Sc E 84-236", + "urn:barcode:33433036807315" ], "identifierV2": [ { @@ -13283,32 +13114,42 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433036807315" + "value": "33433036807315", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc E 84-236" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], - "identifier": [ - "urn:barcode:33433036807315" + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], - "idBarcode": [ - "33433036807315" + "physicalLocation": [ + "Sc E 84-236" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "Sc E 84-236" + ], + "shelfMark_sort": "aSc E 84-000236", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], - "shelfMark_sort": "aSc E 84-000236" + "uri": "i11900614" }, "sort": [ null @@ -13371,36 +13212,39 @@ "numItemsTotal": [ 1 ], - "dateEndString": [ - "9999" - ], "createdYear": [ 1970 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ "Law and disorder a research position paper" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "Sc Micro R-4202, no. 16" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "American Foundation for Negro Affairs. Commission on Judiciary and Law. Subcommittee on National Goals." - ], "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", @@ -13423,21 +13267,19 @@ "value": "(WaOLN)nyp0206150" } ], - "idOclc": [ - "NYPG005000311-B" - ], "dateEndYear": [ 9999 ], - "updatedAt": 1689883301321, + "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:undefined:NNSZ00507384", - "urn:undefined:(WaOLN)nyp0206150" + "urn:identifier:NNSZ00507384", + "urn:identifier:(WaOLN)nyp0206150" ], "numCheckinCardItems": [ 0 @@ -13472,12 +13314,6 @@ "Law and disorder [microform] : a research position paper / [Commission on Judiciary and Law, Subcommittee on National Goals]." ], "uri": "b10006159", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Philadelphia, Pa." ], @@ -13514,24 +13350,14 @@ }, "_score": null, "_source": { - "uri": "i24023455", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -13542,6 +13368,9 @@ "catalogItemType_packed": [ "catalogItemType:6||microfilm service copy" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:scff2", @@ -13551,8 +13380,12 @@ "holdingLocation_packed": [ "loc:scff2||Schomburg Center - Research & Reference" ], - "shelfMark": [ - "Sc Micro R-4202" + "idBarcode": [ + "33433059035760" + ], + "identifier": [ + "urn:shelfmark:Sc Micro R-4202", + "urn:barcode:33433059035760" ], "identifierV2": [ { @@ -13560,38 +13393,42 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433059035760" + "value": "33433059035760", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc Micro R-4202" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], - "identifier": [ - "urn:barcode:33433059035760" + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], - "idBarcode": [ - "33433059035760" + "physicalLocation": [ + "Sc Micro R-4202" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "Sc Micro R-4202" + ], + "shelfMark_sort": "aSc Micro R-004202", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aSc Micro R-004202" + "uri": "i24023455" }, "sort": [ null @@ -13643,36 +13480,39 @@ "numItemsTotal": [ 1 ], - "dateEndString": [ - "1999" - ], "createdYear": [ 1900 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1999" ], "title": [ "The making of a middle class" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "Sc Micro F-10459" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Franks, W. Stanley." - ], "createdString": [ "1900" ], + "creatorLiteral": [ + "Franks, W. Stanley." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1900 ], + "idOclc": [ + "NYPG005000499-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -13695,21 +13535,19 @@ "value": "(WaOLN)nyp0206335" } ], - "idOclc": [ - "NYPG005000499-B" - ], "dateEndYear": [ 1999 ], - "updatedAt": 1689018711074, + "updatedAt": 1711608650516, "publicationStatement": [ "[S.l. : s.n., 19--]" ], "identifier": [ + "urn:shelfmark:Sc Micro F-10459", "urn:bnum:10006344", "urn:oclc:NYPG005000499-B", - "urn:undefined:NNSZ00507572", - "urn:undefined:(WaOLN)nyp0206335" + "urn:identifier:NNSZ00507572", + "urn:identifier:(WaOLN)nyp0206335" ], "numCheckinCardItems": [ 0 @@ -13743,12 +13581,6 @@ "The making of a middle class [microform] / by W. S. Franks ; with a foreword by Lee Llewellyn Moore." ], "uri": "b10006344", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[S.l." ], @@ -13785,24 +13617,14 @@ }, "_score": null, "_source": { - "uri": "i12540203", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -13813,6 +13635,9 @@ "catalogItemType_packed": [ "catalogItemType:26||microfiche" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:scff3", @@ -13822,8 +13647,12 @@ "holdingLocation_packed": [ "loc:scff3||Schomburg Center - Research & Reference - Desk" ], - "shelfMark": [ - "Sc Micro F-10459" + "idBarcode": [ + "33433058831748" + ], + "identifier": [ + "urn:shelfmark:Sc Micro F-10459", + "urn:barcode:33433058831748" ], "identifierV2": [ { @@ -13831,38 +13660,42 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058831748" + "value": "33433058831748", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc Micro F-10459" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], - "identifier": [ - "urn:barcode:33433058831748" + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], - "idBarcode": [ - "33433058831748" + "physicalLocation": [ + "Sc Micro F-10459" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "Sc Micro F-10459" + ], + "shelfMark_sort": "aSc Micro F-010459", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aSc Micro F-010459" + "uri": "i12540203" }, "sort": [ null @@ -13898,14 +13731,17 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ + "World War, 1939-1945", + "World War, 1939-1945 -- Germany", "Germany", "Germany -- History", - "Germany -- History -- Allied occupation, 1945-", - "World War, 1939-1945", - "World War, 1939-1945 -- Germany" + "Germany -- History -- Allied occupation, 1945-" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Selbstverlag," + "Selbstverlag" ], "language": [ { @@ -13913,27 +13749,36 @@ "label": "German" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 1 ], "createdYear": [ 1970 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ "Was geschah nach 1945?" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JFK 84-184" ], - "creatorLiteral": [ - "Roth, Heinz." + "numItemVolumesParsed": [ + 1 ], "createdString": [ "1970" ], + "creatorLiteral": [ + "Roth, Heinz." + ], + "numElectronicResources": [ + 0 + ], "seriesStatement": [ "Auf der Suche nach der Wahrheit / Heinz Roth ; Bd. 4-5", "Roth, Heinz. Auf der Suche nach der Wahrheit ; \\Bd. 4-5." @@ -13941,6 +13786,9 @@ "dateStartYear": [ 1970 ], + "idOclc": [ + "NYPG005000697-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -13950,6 +13798,10 @@ "type": "nypl:Bnumber", "value": "10006540" }, + { + "type": "nypl:Oclc", + "value": "NYPG005000697-B" + }, { "type": "bf:Identifier", "value": "NNSZ00507771" @@ -13962,14 +13814,19 @@ "dateEndYear": [ 9999 ], - "updatedAt": 1636143161690, + "updatedAt": 1711622113152, "publicationStatement": [ "Odenhausen/Lumda : Selbstverlag, [197-?-" ], "identifier": [ + "urn:shelfmark:JFK 84-184", "urn:bnum:10006540", - "urn:undefined:NNSZ00507771", - "urn:undefined:(WaOLN)nyp0206529" + "urn:oclc:NYPG005000697-B", + "urn:identifier:NNSZ00507771", + "urn:identifier:(WaOLN)nyp0206529" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -13993,21 +13850,15 @@ } ], "subjectLiteral": [ - "Germany -- History -- Allied occupation, 1945-", - "World War, 1939-1945 -- Germany." + "World War, 1939-1945 -- Germany.", + "Germany -- History -- Allied occupation, 1945-" ], "titleDisplay": [ "Was geschah nach 1945? / Heinz Roth." ], "uri": "b10006540", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Odenhausen/Lumda :" + "Odenhausen/Lumda" ], "issuance": [ { @@ -14048,87 +13899,103 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433003841073" - ], - "physicalLocation": [ - "JFK 84-184" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "aJFK 84-184 v. 000001-2", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 1-2" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 1-" ], - "uri": "i10003927", - "shelfMark": [ - "JFK 84-184 v. 1-2" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "JFK 84-184 v. 1-2" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433003841073" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "enumerationChronology": [ - "v. 1-2" - ], "idBarcode": [ "33433003841073" ], + "identifier": [ + "urn:shelfmark:JFK 84-184 v. 1-2", + "urn:barcode:33433003841073" + ], + "identifierV2": [ + { + "value": "JFK 84-184 v. 1-2", + "type": "bf:ShelfMark" + }, + { + "value": "33433003841073", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "JFK 84-184" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "JFK 84-184 v. 1-2" ], + "shelfMark_sort": "aJFK 84-184 v. 000001-2", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 2 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10003927" }, "sort": [ - null + " 1-" ] } ] @@ -14174,36 +14041,39 @@ "numItemsTotal": [ 1 ], - "dateEndString": [ - "9999" - ], "createdYear": [ 1983 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ "Historia del Gran Caldas" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "HDK 84-1693" ], "numItemVolumesParsed": [ 1 ], - "creatorLiteral": [ - "Ríos Tobón, Ricardo de los." - ], "createdString": [ "1983" ], + "creatorLiteral": [ + "Ríos Tobón, Ricardo de los." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1983 ], + "idOclc": [ + "NYPG005000779-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -14226,21 +14096,19 @@ "value": "(WaOLN)nyp0206611" } ], - "idOclc": [ - "NYPG005000779-B" - ], "dateEndYear": [ 9999 ], - "updatedAt": 1682562721628, + "updatedAt": 1711247601615, "publicationStatement": [ "Manizales, Colombia : Biblioteca de Escritores Caldenses, 1933-" ], "identifier": [ + "urn:shelfmark:HDK 84-1693", "urn:bnum:10006622", "urn:oclc:NYPG005000779-B", - "urn:undefined:NNSZ00507853", - "urn:undefined:(WaOLN)nyp0206611" + "urn:identifier:NNSZ00507853", + "urn:identifier:(WaOLN)nyp0206611" ], "numCheckinCardItems": [ 0 @@ -14273,12 +14141,6 @@ "Historia del Gran Caldas / Ricardo de los Ríos Tobón." ], "uri": "b10006622", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Manizales, Colombia" ], @@ -14318,80 +14180,83 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433097665214" - ], - "physicalLocation": [ - "HDK 84-1693" - ], - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:32", + "label": "google project, book" + } ], - "shelfMark_sort": "aHDK 84-1693 v. 000001", "catalogItemType_packed": [ "catalogItemType:32||google project, book" ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "status_packed": [ - "status:a||Available" + "enumerationChronology": [ + "v. 1" ], "enumerationChronology_sort": [ " 1-" ], - "type": [ - "bf:Item" - ], - "uri": "i14746647", - "shelfMark": [ - "HDK 84-1693 v. 1" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "HDK 84-1693 v. 1" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433097665214" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], "holdingLocation_packed": [ "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "enumerationChronology": [ - "v. 1" - ], "idBarcode": [ "33433097665214" ], - "requestable": [ - false + "identifier": [ + "urn:shelfmark:HDK 84-1693 v. 1", + "urn:barcode:33433097665214" ], - "catalogItemType": [ + "identifierV2": [ { - "id": "catalogItemType:32", - "label": "google project, book" + "value": "HDK 84-1693 v. 1", + "type": "bf:ShelfMark" + }, + { + "value": "33433097665214", + "type": "bf:Barcode" } ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "HDK 84-1693" + ], + "requestable": [ + true + ], + "shelfMark": [ + "HDK 84-1693 v. 1" + ], + "shelfMark_sort": "aHDK 84-1693 v. 000001", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], "volumeRange": [ { @@ -14399,9 +14264,7 @@ "lte": 1 } ], - "formatLiteral": [ - "Text" - ] + "uri": "i14746647" }, "sort": [ " 1-" @@ -14455,8 +14318,11 @@ "Manipulators (Mechanism)", "Robots, Industrial" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Joint Publications Research Service," + "Joint Publications Research Service" ], "language": [ { @@ -14464,27 +14330,36 @@ "label": "English" } ], - "dateEndString": [ - "1973" + "numItemsTotal": [ + 1 ], "createdYear": [ 1984 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1973" ], "title": [ "Robot-manipulator control algorithms" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JSF 83-552" ], - "creatorLiteral": [ - "Ignatʹev, M. B. (Mikhail Borisovich)" + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1984" ], + "creatorLiteral": [ + "Ignatʹev, M. B. (Mikhail Borisovich)" + ], + "numElectronicResources": [ + 0 + ], "contributorLiteral": [ "Kulakov, F. M. (Feliks Mikhaĭlovich)", "Pokrovskiĭ, A. M." @@ -14492,6 +14367,9 @@ "dateStartYear": [ 1984 ], + "idOclc": [ + "NYPG005000802-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -14501,6 +14379,10 @@ "type": "nypl:Bnumber", "value": "10006645" }, + { + "type": "nypl:Oclc", + "value": "NYPG005000802-B" + }, { "type": "bf:Identifier", "value": "(WaOLN)nyp0206634" @@ -14512,13 +14394,18 @@ "dateEndYear": [ 1973 ], - "updatedAt": 1636073144930, + "updatedAt": 1711098232297, "publicationStatement": [ "Arlington, Va. : Joint Publications Research Service, 1973." ], "identifier": [ + "urn:shelfmark:JSF 83-552", "urn:bnum:10006645", - "urn:undefined:(WaOLN)nyp0206634" + "urn:oclc:NYPG005000802-B", + "urn:identifier:(WaOLN)nyp0206634" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -14549,14 +14436,8 @@ "Robot-manipulator control algorithms / by M.B. Ignatʹyev, F.M. Kulakov, A.M. Pokrovskiy." ], "uri": "b10006645", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Arlington, Va. :" + "Arlington, Va." ], "issuance": [ { @@ -14594,81 +14475,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433037693748" - ], - "physicalLocation": [ - "JSF 83-552" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "aJSF 83-000552", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i12540383", - "shelfMark": [ - "JSF 83-552" + "idBarcode": [ + "33433037693748" + ], + "identifier": [ + "urn:shelfmark:JSF 83-552", + "urn:barcode:33433037693748" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "JSF 83-552" + "value": "JSF 83-552", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433037693748" + "value": "33433037693748", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433037693748" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "JSF 83-552" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "JSF 83-552" ], + "shelfMark_sort": "aJSF 83-000552", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i12540383" }, "sort": [ null @@ -14695,8 +14583,11 @@ "Skiđuhreppur (Iceland)", "Öxnadalshreppur (Iceland)" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Bókaútgáfan Skjaldborg," + "Bókaútgáfan Skjaldborg" ], "language": [ { @@ -14704,30 +14595,42 @@ "label": "Icelandic" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 2 ], "createdYear": [ 1982 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ "Ritsafn" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JFL 84-217" ], - "creatorLiteral": [ - "Eiður Guðmundsson, 1888-1984." + "numItemVolumesParsed": [ + 2 ], "createdString": [ "1982" ], + "creatorLiteral": [ + "Eiður Guðmundsson, 1888-1984." + ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1982 ], + "idOclc": [ + "NYPG005000846-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -14737,6 +14640,10 @@ "type": "nypl:Bnumber", "value": "10006687" }, + { + "type": "nypl:Oclc", + "value": "NYPG005000846-B" + }, { "type": "bf:Identifier", "value": "NNSZ00507920" @@ -14749,14 +14656,19 @@ "dateEndYear": [ 9999 ], - "updatedAt": 1636127047675, + "updatedAt": 1711080489345, "publicationStatement": [ "Akureyri : Bókaútgáfan Skjaldborg, 1982-" ], "identifier": [ + "urn:shelfmark:JFL 84-217", "urn:bnum:10006687", - "urn:undefined:NNSZ00507920", - "urn:undefined:(WaOLN)nyp0206676" + "urn:oclc:NYPG005000846-B", + "urn:identifier:NNSZ00507920", + "urn:identifier:(WaOLN)nyp0206676" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -14787,14 +14699,8 @@ "Ritsafn / Eidur Gudmundsson Púfnav;ollum." ], "uri": "b10006687", - "numItems": [ - 2 - ], - "numAvailable": [ - 2 - ], "placeOfPublication": [ - "Akureyri :" + "Akureyri" ], "issuance": [ { @@ -14828,181 +14734,213 @@ { "_nested": { "field": "items", - "offset": 1 + "offset": 0 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433004069567" - ], - "physicalLocation": [ - "JFL 84-217" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "aJFL 84-217 v. 000002", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 2" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 2-" ], - "uri": "i10003946", - "shelfMark": [ - "JFL 84-217 v. 2" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "JFL 84-217 v. 2" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433004069567" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "enumerationChronology": [ - "v. 2" - ], "idBarcode": [ "33433004069567" ], + "identifier": [ + "urn:shelfmark:JFL 84-217 v. 2", + "urn:barcode:33433004069567" + ], + "identifierV2": [ + { + "value": "JFL 84-217 v. 2", + "type": "bf:ShelfMark" + }, + { + "value": "33433004069567", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "JFL 84-217" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "JFL 84-217 v. 2" ], + "shelfMark_sort": "aJFL 84-217 v. 000002", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 2, + "lte": 2 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10003946" }, "sort": [ - null + " 2-" ] }, { "_nested": { "field": "items", - "offset": 0 + "offset": 1 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433004069559" - ], - "physicalLocation": [ - "JFL 84-217" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "aJFL 84-217 v. 000001", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 1" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 1-" ], - "uri": "i10003945", - "shelfMark": [ - "JFL 84-217 v. 1" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "JFL 84-217 v. 1" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433004069559" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "enumerationChronology": [ - "v. 1" - ], "idBarcode": [ "33433004069559" ], + "identifier": [ + "urn:shelfmark:JFL 84-217 v. 1", + "urn:barcode:33433004069559" + ], + "identifierV2": [ + { + "value": "JFL 84-217 v. 1", + "type": "bf:ShelfMark" + }, + { + "value": "33433004069559", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "JFL 84-217" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "JFL 84-217 v. 1" ], + "shelfMark_sort": "aJFL 84-217 v. 000001", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 1, + "lte": 1 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10003945" }, "sort": [ - null + " 1-" ] } ] @@ -15031,12 +14969,15 @@ ], "subjectLiteral_exploded": [ "Iceland", - "Iceland -- Economic conditions", "Iceland -- History", + "Iceland -- Economic conditions", "Iceland -- Social conditions" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Mál og Menning," + "Mál og Menning" ], "language": [ { @@ -15044,30 +14985,42 @@ "label": "Icelandic" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 2 ], "createdYear": [ 1981 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ "Ritsafn" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JFL 84-216" ], - "creatorLiteral": [ - "Sverrir Kristjánsson, 1908-" + "numItemVolumesParsed": [ + 2 ], "createdString": [ "1981" ], + "creatorLiteral": [ + "Sverrir Kristjánsson, 1908-" + ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1981 ], + "idOclc": [ + "NYPG005000847-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -15077,6 +15030,10 @@ "type": "nypl:Bnumber", "value": "10006688" }, + { + "type": "nypl:Oclc", + "value": "NYPG005000847-B" + }, { "type": "bf:Identifier", "value": "NNSZ00507921" @@ -15089,14 +15046,19 @@ "dateEndYear": [ 9999 ], - "updatedAt": 1636127047675, + "updatedAt": 1711080489345, "publicationStatement": [ "Reykjavík : Mál og Menning, 1981-" ], "identifier": [ + "urn:shelfmark:JFL 84-216", "urn:bnum:10006688", - "urn:undefined:NNSZ00507921", - "urn:undefined:(WaOLN)nyp0206677" + "urn:oclc:NYPG005000847-B", + "urn:identifier:NNSZ00507921", + "urn:identifier:(WaOLN)nyp0206677" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -15120,22 +15082,16 @@ } ], "subjectLiteral": [ - "Iceland -- Economic conditions.", "Iceland -- History.", + "Iceland -- Economic conditions.", "Iceland -- Social conditions." ], "titleDisplay": [ "Ritsafn / Sverrir Kristjánsson." ], "uri": "b10006688", - "numItems": [ - 2 - ], - "numAvailable": [ - 2 - ], "placeOfPublication": [ - "Reykjavík :" + "Reykjavík" ], "issuance": [ { @@ -15166,181 +15122,213 @@ { "_nested": { "field": "items", - "offset": 1 + "offset": 0 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433004069542" - ], - "physicalLocation": [ - "JFL 84-216" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "aJFL 84-216 v. 000002", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "enumerationChronology": [ + "v. 2" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10003948", - "shelfMark": [ - "JFL 84-216 v. 2" + "idBarcode": [ + "33433004069542" + ], + "identifier": [ + "urn:shelfmark:JFL 84-216 v. 2", + "urn:barcode:33433004069542" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "JFL 84-216 v. 2" + "value": "JFL 84-216 v. 2", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433004069542" + "value": "33433004069542", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 2" - ], - "idBarcode": [ - "33433004069542" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "JFL 84-216" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "JFL 84-216 v. 2" ], + "shelfMark_sort": "aJFL 84-216 v. 000002", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 2, + "lte": 2 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10003948" }, "sort": [ - null + " 2-" ] }, { "_nested": { "field": "items", - "offset": 0 + "offset": 1 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433004069534" - ], - "physicalLocation": [ - "JFL 84-216" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "aJFL 84-216 v. 000001", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 1" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 1-" ], - "uri": "i10003947", - "shelfMark": [ - "JFL 84-216 v. 1" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "JFL 84-216 v. 1" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433004069534" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "enumerationChronology": [ - "v. 1" - ], "idBarcode": [ "33433004069534" ], + "identifier": [ + "urn:shelfmark:JFL 84-216 v. 1", + "urn:barcode:33433004069534" + ], + "identifierV2": [ + { + "value": "JFL 84-216 v. 1", + "type": "bf:ShelfMark" + }, + { + "value": "33433004069534", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "JFL 84-216" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "JFL 84-216 v. 1" ], + "shelfMark_sort": "aJFL 84-216 v. 000001", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 1, + "lte": 1 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10003947" }, "sort": [ - null + " 1-" ] } ] @@ -15369,13 +15357,17 @@ ], "subjectLiteral_exploded": [ "Dominican literature", - "Dominican literature -- Manuals, handbooks, etc", + "Dominican literature -- Study and teaching", + "Dominican literature -- Study and teaching -- Manuals, handbooks, etc", "Latin American literature", "Latin American literature -- Study and teaching", "Latin American literature -- Study and teaching -- Handbooks, manuals, etc" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "s.n.]," + "s.n.]" ], "language": [ { @@ -15383,27 +15375,39 @@ "label": "Spanish" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 1984 ], - "type": [ - "nypl:Item" - ], "title": [ "Manual de literatura dominicana y americana : para el 4to teórico del bachillerato tradicional de la educación media" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JFF 84-820" ], + "numItemVolumesParsed": [ + 0 + ], "createdString": [ "1984" ], + "numElectronicResources": [ + 0 + ], "contributorLiteral": [ "Gómez de Michel, Fiume." ], "dateStartYear": [ 1984 ], + "idOclc": [ + "NYPG005000858-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -15413,6 +15417,10 @@ "type": "nypl:Bnumber", "value": "10006699" }, + { + "type": "nypl:Oclc", + "value": "NYPG005000858-B" + }, { "type": "bf:Identifier", "value": "NNSZ00507932" @@ -15422,14 +15430,19 @@ "value": "(WaOLN)nyp0206688" } ], - "updatedAt": 1636114816670, + "updatedAt": 1711489864329, "publicationStatement": [ "[Santo Domingo, R. D. : s.n.], 1984" ], "identifier": [ + "urn:shelfmark:JFF 84-820", "urn:bnum:10006699", - "urn:undefined:NNSZ00507932", - "urn:undefined:(WaOLN)nyp0206688" + "urn:oclc:NYPG005000858-B", + "urn:identifier:NNSZ00507932", + "urn:identifier:(WaOLN)nyp0206688" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -15453,21 +15466,15 @@ } ], "subjectLiteral": [ - "Dominican literature -- Manuals, handbooks, etc.", + "Dominican literature -- Study and teaching -- Manuals, handbooks, etc.", "Latin American literature -- Study and teaching -- Handbooks, manuals, etc." ], "titleDisplay": [ "Manual de literatura dominicana y americana : para el 4to teórico del bachillerato tradicional de la educación media / [compilación] Fiumé Gómez de Michel." ], "uri": "b10006699", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "[Santo Domingo, R. D. :" + "[Santo Domingo, R. D." ], "issuance": [ { @@ -15502,72 +15509,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433050352214" - ], - "physicalLocation": [ - "JFF 84-820" - ], - "shelfMark_sort": "aJFF 84-000820", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "uri": "i13784848", - "shelfMark": [ - "JFF 84-820" + "idBarcode": [ + "33433050352214" + ], + "identifier": [ + "urn:shelfmark:JFF 84-820", + "urn:barcode:33433050352214" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "JFF 84-820" + "value": "JFF 84-820", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433050352214" + "value": "33433050352214", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433050352214" + "physicalLocation": [ + "JFF 84-820" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "JFF 84-820" ], + "shelfMark_sort": "aJFF 84-000820", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } - ] + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i13784848" }, "sort": [ null @@ -15581,50 +15595,5 @@ ] } }, - "statusCode": 200, - "headers": { - "date": "Mon, 11 Mar 2024 15:37:07 GMT", - "content-type": "application/json; charset=UTF-8", - "content-length": "197166", - "connection": "keep-alive", - "access-control-allow-origin": "*" - }, - "meta": { - "context": null, - "request": { - "params": { - "method": "POST", - "path": "/resources-2018-04-09/_search", - "body": "{\"from\":0,\"size\":50,\"query\":{\"bool\":{\"filter\":[{\"bool\":{\"should\":[{\"range\":{\"dateStartYear\":{\"gte\":1984}}},{\"range\":{\"dateEndYear\":{\"gte\":1984}}}]}},{\"bool\":{\"should\":[{\"nested\":{\"path\":\"items\",\"query\":{\"bool\":{\"must_not\":[{\"exists\":{\"field\":\"items.electronicLocator\"}}]}},\"inner_hits\":{\"sort\":[{\"items.enumerationChronology_sort\":\"desc\"}],\"size\":\"100\",\"from\":0,\"name\":\"items\"}}},{\"nested\":{\"path\":\"items\",\"query\":{\"exists\":{\"field\":\"items.electronicLocator\"}},\"inner_hits\":{\"name\":\"electronicResources\"}}},{\"match_all\":{}}]}}]}},\"sort\":[\"uri\"],\"_source\":{\"excludes\":[\"uris\",\"*_packed\",\"*_sort\",\"items.*_packed\",\"contentsTitle\",\"items\"]}}", - "querystring": "", - "headers": { - "user-agent": "elasticsearch-js/7.12.0 (darwin 21.6.0-x64; Node.js v18.12.1)", - "x-elastic-client-meta": "es=7.12.0,js=18.12.1,t=7.12.0,hc=18.12.1", - "content-type": "application/json", - "content-length": "638" - }, - "timeout": 30000 - }, - "options": {}, - "id": 51 - }, - "name": "elasticsearch-js", - "connection": { - "url": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "id": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "headers": {}, - "deadCount": 0, - "resurrectTimeout": 0, - "_openRequests": 0, - "status": "alive", - "roles": { - "master": true, - "data": true, - "ingest": true, - "ml": false - } - }, - "attempts": 0, - "aborted": false - } + "statusCode": 200 } \ No newline at end of file diff --git a/test/fixtures/query-707de869c4b3e2190f67566671fab9f4.json b/test/fixtures/query-71aef618d14765dff72a6e39d047c07b.json similarity index 69% rename from test/fixtures/query-707de869c4b3e2190f67566671fab9f4.json rename to test/fixtures/query-71aef618d14765dff72a6e39d047c07b.json index 3099d566..486e36b1 100644 --- a/test/fixtures/query-707de869c4b3e2190f67566671fab9f4.json +++ b/test/fixtures/query-71aef618d14765dff72a6e39d047c07b.json @@ -1,6 +1,6 @@ { "body": { - "took": 418, + "took": 538, "timed_out": false, "_shards": { "total": 3, @@ -43,6 +43,9 @@ "subjectLiteral_exploded": [ "Kuvempu, 1904-1994" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ "Karnāṭaka Sahakārī Prakāśana Mandira" ], @@ -52,33 +55,45 @@ "label": "Kannada" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 2 ], "createdYear": [ 1971 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ "Kuvempu sāhitya: Kelavu adhyayanagaḷu." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLA 83-3417" ], - "creatorLiteral": [ - "Javare Gowda, Deve Gowda, 1918-" + "numItemVolumesParsed": [ + 1 ], "createdString": [ "1971" ], + "creatorLiteral": [ + "Javare Gowda, Deve Gowda, 1918-" + ], "idLccn": [ "72902119" ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1971 ], + "idOclc": [ + "NYPG003001842-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -88,6 +103,10 @@ "type": "nypl:Bnumber", "value": "10004373" }, + { + "type": "nypl:Oclc", + "value": "NYPG003001842-B" + }, { "type": "bf:Lccn", "value": "72902119" @@ -104,15 +123,20 @@ "dateEndYear": [ 9999 ], - "updatedAt": 1636109940889, + "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:undefined:NNSZ00304738", - "urn:undefined:(WaOLN)nyp0204365" + "urn:identifier:NNSZ00304738", + "urn:identifier:(WaOLN)nyp0204365" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -145,12 +169,6 @@ "lccClassification": [ "PL4659.P797 S7934" ], - "numItems": [ - 2 - ], - "numAvailable": [ - 2 - ], "placeOfPublication": [ "Beṅgaḷūru]" ], @@ -187,84 +205,103 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433001707623" - ], - "physicalLocation": [ - "*OLA 83-3417 Library has: Vol. 1, 3." + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OLA 83-3417 Library has: Vol. 1, 3.", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "enumerationChronology": [ + "v. 3" + ], + "enumerationChronology_sort": [ + " 3-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10003188", - "shelfMark": [ - "*OLA 83-3417 Library has: Vol. 1, 3." + "idBarcode": [ + "33433057523718" + ], + "identifier": [ + "urn:shelfmark:*OLA 83-341 v. 3", + "urn:barcode:33433057523718" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLA 83-3417 Library has: Vol. 1, 3." + "value": "*OLA 83-341 v. 3", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001707623" + "value": "33433057523718", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433001707623" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLA 83-341" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLA 83-341 v. 3" ], + "shelfMark_sort": "a*OLA 83-341 v. 000003", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 3, + "lte": 3 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i12858227" }, "sort": [ - null + " 3-" ] }, { @@ -274,84 +311,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433057523718" - ], - "physicalLocation": [ - "*OLA 83-341" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OLA 83-341 v. 000003", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i12858227", - "shelfMark": [ - "*OLA 83-341 v. 3" + "idBarcode": [ + "33433001707623" + ], + "identifier": [ + "urn:shelfmark:*OLA 83-3417 Library has: Vol. 1, 3.", + "urn:barcode:33433001707623" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLA 83-341 v. 3" + "value": "*OLA 83-3417 Library has: Vol. 1, 3.", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433057523718" + "value": "33433001707623", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 3" - ], - "idBarcode": [ - "33433057523718" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLA 83-3417 Library has: Vol. 1, 3." + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLA 83-3417 Library has: Vol. 1, 3." ], + "shelfMark_sort": "a*OLA 83-3417 Library has: Vol. 1, 3.", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10003188" }, "sort": [ null @@ -395,8 +436,11 @@ "Folk literature, Kannada", "Folk literature, Kannada -- History and criticism" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Kannaḍa Adhyayana Pīṭha, Karnāṭaka Viśvavidyālaya," + "Kannaḍa Adhyayana Pīṭha, Karnāṭaka Viśvavidyālaya" ], "language": [ { @@ -404,27 +448,36 @@ "label": "Kannada" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 3 ], "createdYear": [ 1974 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ "Jānapada sāhityadarśana" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLA 83-2636" ], + "numItemVolumesParsed": [ + 3 + ], "createdString": [ "1974" ], "idLccn": [ "75904046" ], + "numElectronicResources": [ + 0 + ], "seriesStatement": [ "Jānapada sammēḷana smaraṇe ; 1-2, 4" ], @@ -434,6 +487,9 @@ "dateStartYear": [ 1974 ], + "idOclc": [ + "NYPG006000585-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -443,6 +499,10 @@ "type": "nypl:Bnumber", "value": "10008327" }, + { + "type": "nypl:Oclc", + "value": "NYPG006000585-B" + }, { "type": "bf:Lccn", "value": "75904046" @@ -459,15 +519,20 @@ "dateEndYear": [ 9999 ], - "updatedAt": 1636108824394, + "updatedAt": 1711285077417, "publicationStatement": [ "Dhāravāḍa : Kannaḍa Adhyayana Pīṭha, Karnāṭaka Viśvavidyālaya, 1974-" ], "identifier": [ + "urn:shelfmark:*OLA 83-2636", "urn:bnum:10008327", + "urn:oclc:NYPG006000585-B", "urn:lccn:75904046", - "urn:undefined:NNSZ00609733", - "urn:undefined:(WaOLN)nyp0208308" + "urn:identifier:NNSZ00609733", + "urn:identifier:(WaOLN)nyp0208308" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -500,14 +565,8 @@ "lccClassification": [ "PL4654 .J3" ], - "numItems": [ - 3 - ], - "numAvailable": [ - 3 - ], "placeOfPublication": [ - "Dhāravāḍa :" + "Dhāravāḍa" ], "issuance": [ { @@ -538,91 +597,107 @@ { "_nested": { "field": "items", - "offset": 2 + "offset": 0 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433013119130" - ], - "physicalLocation": [ - "*OLA 83-2636" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OLA 83-2636 v. 000004", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 4" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 4-" ], - "uri": "i10004641", - "shelfMark": [ - "*OLA 83-2636 v. 4" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA 83-2636 v. 4" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433013119130" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "enumerationChronology": [ - "v. 4" - ], "idBarcode": [ "33433013119130" ], + "identifier": [ + "urn:shelfmark:*OLA 83-2636 v. 4", + "urn:barcode:33433013119130" + ], + "identifierV2": [ + { + "value": "*OLA 83-2636 v. 4", + "type": "bf:ShelfMark" + }, + { + "value": "33433013119130", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLA 83-2636" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLA 83-2636 v. 4" ], + "shelfMark_sort": "a*OLA 83-2636 v. 000004", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 4, + "lte": 4 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10004641" }, "sort": [ - null + " 4-" ] }, { @@ -632,177 +707,209 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433005544246" - ], - "physicalLocation": [ - "*OLA 83-2636" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OLA 83-2636 v. 000002", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 2" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 2-" ], - "uri": "i10004640", - "shelfMark": [ - "*OLA 83-2636 v. 2" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA 83-2636 v. 2" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433005544246" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "enumerationChronology": [ - "v. 2" - ], "idBarcode": [ "33433005544246" ], + "identifier": [ + "urn:shelfmark:*OLA 83-2636 v. 2", + "urn:barcode:33433005544246" + ], + "identifierV2": [ + { + "value": "*OLA 83-2636 v. 2", + "type": "bf:ShelfMark" + }, + { + "value": "33433005544246", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLA 83-2636" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLA 83-2636 v. 2" ], + "shelfMark_sort": "a*OLA 83-2636 v. 000002", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 2, + "lte": 2 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10004640" }, "sort": [ - null + " 2-" ] }, { "_nested": { "field": "items", - "offset": 0 + "offset": 2 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433005544238" - ], - "physicalLocation": [ - "*OLA 83-2636" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OLA 83-2636 v. 000001", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 1" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 1-" ], - "uri": "i10004639", - "shelfMark": [ - "*OLA 83-2636 v. 1" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA 83-2636 v. 1" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433005544238" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "enumerationChronology": [ - "v. 1" - ], "idBarcode": [ "33433005544238" ], + "identifier": [ + "urn:shelfmark:*OLA 83-2636 v. 1", + "urn:barcode:33433005544238" + ], + "identifierV2": [ + { + "value": "*OLA 83-2636 v. 1", + "type": "bf:ShelfMark" + }, + { + "value": "33433005544238", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLA 83-2636" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLA 83-2636 v. 1" ], + "shelfMark_sort": "a*OLA 83-2636 v. 000001", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 1, + "lte": 1 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10004639" }, "sort": [ - null + " 1-" ] } ] @@ -862,24 +969,24 @@ "dateEndString": [ "9999" ], - "type": [ - "nypl:Item" - ], "title": [ "Śrī Śārṅgadēva viracita Saṅgītaratnākara : Nihśaṅkahrdaya vemba Kannaḍa vyākhyāna samēta" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMM 86-1" ], "numItemVolumesParsed": [ 1 ], - "creatorLiteral": [ - "Śārṅgadeva." - ], "createdString": [ "1968" ], + "creatorLiteral": [ + "Śārṅgadeva." + ], "numElectronicResources": [ 0 ], @@ -889,6 +996,9 @@ "dateStartYear": [ 1968 ], + "idOclc": [ + "NYPG012000431-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -911,24 +1021,22 @@ "value": "(WaOLN)nyp0211429" } ], - "idOclc": [ - "NYPG012000431-B" - ], "uniformTitle": [ "Saṅgītaratnākara" ], "dateEndYear": [ 9999 ], - "updatedAt": 1689717208157, + "updatedAt": 1711124756680, "publicationStatement": [ "Maisūru : Prasārāṅga, Maisuru Viśvavidyanilaya, 1968-" ], "identifier": [ + "urn:shelfmark:JMM 86-1", "urn:bnum:10011457", "urn:oclc:NYPG012000431-B", - "urn:undefined:NNSZ01213437", - "urn:undefined:(WaOLN)nyp0211429" + "urn:identifier:NNSZ01213437", + "urn:identifier:(WaOLN)nyp0211429" ], "numCheckinCardItems": [ 0 @@ -962,25 +1070,19 @@ "Śrī Śārṅgadēva viracita Saṅgītaratnākara : Nihśaṅkahrdaya vemba Kannaḍa vyākhyāna samēta / anuvāda mattu vyākhyāna, Ra. Satyanārāyaṇa (Maisūru Sahōdararu)." ], "uri": "b10011457", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Maisūru" ], - "titleAlt": [ - "Saṅgītaratnākara", - "Niḥśaṅkahrdaya." - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Saṅgītaratnākara", + "Niḥśaṅkahrdaya." + ], "dimensions": [ "26 cm." ] @@ -1008,24 +1110,14 @@ }, "_score": null, "_source": { - "uri": "i14747261", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -1036,6 +1128,15 @@ "catalogItemType_packed": [ "catalogItemType:2||book non-circ" ], + "enumerationChronology": [ + "v. 1, pt. 1" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -1045,8 +1146,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMM 86-1 v. 1, pt. 1" + "idBarcode": [ + "33433068848849" + ], + "identifier": [ + "urn:shelfmark:JMM 86-1 v. 1, pt. 1", + "urn:barcode:33433068848849" ], "identifierV2": [ { @@ -1054,12 +1159,18 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433068848849" + "value": "33433068848849", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "v. 1, pt. 1" + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" ], "physicalLocation": [ "JMM 86-1" @@ -1067,23 +1178,24 @@ "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433068848849" - ], - "idBarcode": [ - "33433068848849" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMM 86-1 v. 1, pt. 1" + ], + "shelfMark_sort": "aJMM 86-1 v. 000001, pt. 1", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], "volumeRange": [ { @@ -1091,16 +1203,7 @@ "lte": 1 } ], - "enumerationChronology_sort": [ - " 1-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aJMM 86-1 v. 000001, pt. 1" + "uri": "i14747261" }, "sort": [ " 1-" @@ -1139,8 +1242,11 @@ "India", "India -- Description and travel" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Prasārāṅga, Maisūru Viśvavidyānilaya," + "Prasārāṅga, Maisūru Viśvavidyānilaya" ], "language": [ { @@ -1148,36 +1254,48 @@ "label": "Kannada" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 2 ], "createdYear": [ 1964 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ "Pravāsi kaṇḍa Iṇḍiyā." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLA 86-308" ], - "creatorLiteral": [ - "Nāgēgauḍa, H. L." + "numItemVolumesParsed": [ + 2 ], "createdString": [ "1964" ], + "creatorLiteral": [ + "Nāgēgauḍa, H. L." + ], "idLccn": [ "sa 67002221" ], + "numElectronicResources": [ + 0 + ], "seriesStatement": [ "Maisūru Viśvavidyānilaya Kannaḍa granthamāle, 71, 84" ], "dateStartYear": [ 1964 ], + "idOclc": [ + "NYPG012000436-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -1187,6 +1305,10 @@ "type": "nypl:Bnumber", "value": "10011462" }, + { + "type": "nypl:Oclc", + "value": "NYPG012000436-B" + }, { "type": "bf:Lccn", "value": "sa 67002221" @@ -1203,15 +1325,20 @@ "dateEndYear": [ 9999 ], - "updatedAt": 1636123272140, + "updatedAt": 1711021636542, "publicationStatement": [ "[Maisūru] Prasārāṅga, Maisūru Viśvavidyānilaya, 1964-" ], "identifier": [ + "urn:shelfmark:*OLA 86-308", "urn:bnum:10011462", + "urn:oclc:NYPG012000436-B", "urn:lccn:sa 67002221", - "urn:undefined:NNSZ01213442", - "urn:undefined:(WaOLN)nyp0211434" + "urn:identifier:NNSZ01213442", + "urn:identifier:(WaOLN)nyp0211434" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -1244,12 +1371,6 @@ "lccClassification": [ "DS409 .N3" ], - "numItems": [ - 2 - ], - "numAvailable": [ - 2 - ], "placeOfPublication": [ "[Maisūru]" ], @@ -1282,181 +1403,213 @@ { "_nested": { "field": "items", - "offset": 1 + "offset": 0 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433012999664" - ], - "physicalLocation": [ - "*OLA 86-308|zLibrary has: Vol. 4, 6." + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OLA 86-308|zLibrary has: Vol. 4, 6. v. 000006", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 6" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 6-" ], - "uri": "i10005558", - "shelfMark": [ - "*OLA 86-308|zLibrary has: Vol. 4, 6. v. 6" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA 86-308|zLibrary has: Vol. 4, 6. v. 6" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433012999664" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "enumerationChronology": [ - "v. 6" - ], "idBarcode": [ "33433012999664" ], + "identifier": [ + "urn:shelfmark:*OLA 86-308|zLibrary has: Vol. 4, 6. v. 6", + "urn:barcode:33433012999664" + ], + "identifierV2": [ + { + "value": "*OLA 86-308|zLibrary has: Vol. 4, 6. v. 6", + "type": "bf:ShelfMark" + }, + { + "value": "33433012999664", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLA 86-308|zLibrary has: Vol. 4, 6." + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLA 86-308|zLibrary has: Vol. 4, 6. v. 6" ], + "shelfMark_sort": "a*OLA 86-308|zLibrary has: Vol. 4, 6. v. 000006", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 6, + "lte": 6 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10005558" }, "sort": [ - null + " 6-" ] }, { "_nested": { "field": "items", - "offset": 0 + "offset": 1 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433012999656" - ], - "physicalLocation": [ - "*OLA 86-308|zLibrary has: Vol. 4, 6." + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OLA 86-308|zLibrary has: Vol. 4, 6. v. 000004", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 4" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 4-" ], - "uri": "i10005557", - "shelfMark": [ - "*OLA 86-308|zLibrary has: Vol. 4, 6. v. 4" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA 86-308|zLibrary has: Vol. 4, 6. v. 4" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433012999656" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "enumerationChronology": [ - "v. 4" - ], "idBarcode": [ "33433012999656" ], + "identifier": [ + "urn:shelfmark:*OLA 86-308|zLibrary has: Vol. 4, 6. v. 4", + "urn:barcode:33433012999656" + ], + "identifierV2": [ + { + "value": "*OLA 86-308|zLibrary has: Vol. 4, 6. v. 4", + "type": "bf:ShelfMark" + }, + { + "value": "33433012999656", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLA 86-308|zLibrary has: Vol. 4, 6." + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLA 86-308|zLibrary has: Vol. 4, 6. v. 4" ], + "shelfMark_sort": "a*OLA 86-308|zLibrary has: Vol. 4, 6. v. 000004", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 4, + "lte": 4 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10005557" }, "sort": [ - null + " 4-" ] } ] @@ -1498,6 +1651,9 @@ "Vishnu (Hindu deity) -- Poetry", "Dvaita (Vedanta)" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ "H. Gorabāḷa" ], @@ -1507,27 +1663,36 @@ "label": "Kannada" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 1 ], "createdYear": [ 1959 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ "Śrī Harikathāmrtasāra ṭīkā Pañcaratna prakāśikā" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLA 86-1120" ], - "creatorLiteral": [ - "Jagannātha Dāsa, 1487-1547." + "numItemVolumesParsed": [ + 1 ], "createdString": [ "1959" ], + "creatorLiteral": [ + "Jagannātha Dāsa, 1487-1547." + ], + "numElectronicResources": [ + 0 + ], "seriesStatement": [ "Śrī Varadēndra Haridāsa Sāhitya Maṇḍala prakaṭane ; 72" ], @@ -1538,6 +1703,9 @@ "dateStartYear": [ 1959 ], + "idOclc": [ + "NYPG012000446-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -1547,6 +1715,10 @@ "type": "nypl:Bnumber", "value": "10011472" }, + { + "type": "nypl:Oclc", + "value": "NYPG012000446-B" + }, { "type": "bf:Identifier", "value": "NNSZ01213452" @@ -1562,14 +1734,19 @@ "dateEndYear": [ 9999 ], - "updatedAt": 1653404645185, + "updatedAt": 1711246225504, "publicationStatement": [ "Lingasūgūru : H. Gorabāḷa, 1959?-" ], "identifier": [ + "urn:shelfmark:*OLA 86-1120", "urn:bnum:10011472", - "urn:undefined:NNSZ01213452", - "urn:undefined:(WaOLN)nyp0211444" + "urn:oclc:NYPG012000446-B", + "urn:identifier:NNSZ01213452", + "urn:identifier:(WaOLN)nyp0211444" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -1600,12 +1777,6 @@ "Śrī Harikathāmrtasāra ṭīkā Pañcaratna prakāśikā / Śrīmajjagannātha Dāsārya viracita ; sandhigaḷa sāra Gorabāḷa (Sundara Viṭhala)" ], "uri": "b10011472", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Lingasūgūru" ], @@ -1646,87 +1817,103 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433013000082" - ], - "physicalLocation": [ - "*OLA 86-1120|zLibrary has: Vol. 6." + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OLA 86-1120|zLibrary has: Vol. 6. v. 000006", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 6" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 6-" ], - "uri": "i10005568", - "shelfMark": [ - "*OLA 86-1120|zLibrary has: Vol. 6. v. 6" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA 86-1120|zLibrary has: Vol. 6. v. 6" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433013000082" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "enumerationChronology": [ - "v. 6" - ], "idBarcode": [ "33433013000082" ], + "identifier": [ + "urn:shelfmark:*OLA 86-1120|zLibrary has: Vol. 6. v. 6", + "urn:barcode:33433013000082" + ], + "identifierV2": [ + { + "value": "*OLA 86-1120|zLibrary has: Vol. 6. v. 6", + "type": "bf:ShelfMark" + }, + { + "value": "33433013000082", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLA 86-1120|zLibrary has: Vol. 6." + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLA 86-1120|zLibrary has: Vol. 6. v. 6" ], + "shelfMark_sort": "a*OLA 86-1120|zLibrary has: Vol. 6. v. 000006", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 6, + "lte": 6 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10005568" }, "sort": [ - null + " 6-" ] } ] @@ -1794,12 +1981,12 @@ "dateEndString": [ "9999" ], - "type": [ - "nypl:Item" - ], "title": [ "Kīrtana darpaṇa : prāyōgika saṅgītaśāstra" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JML 86-5" ], @@ -1812,12 +1999,12 @@ "idLccn": [ "75907259" ], - "seriesStatement": [ - "Paṭhyapustaka māle ; 76" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Paṭhyapustaka māle ; 76" + ], "contributorLiteral": [ "Ramaratnam, V., 1917-", "Ratna, M. V.", @@ -1826,6 +2013,9 @@ "dateStartYear": [ 1974 ], + "idOclc": [ + "NYPG013000003-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -1835,14 +2025,14 @@ "type": "nypl:Bnumber", "value": "10011759" }, - { - "type": "bf:Lccn", - "value": "75907259" - }, { "type": "nypl:Oclc", "value": "NYPG013000003-C" }, + { + "type": "bf:Lccn", + "value": "75907259" + }, { "type": "bf:Identifier", "value": "NNSZ01314591" @@ -1852,22 +2042,20 @@ "value": "(WaOLN)nyp0211726" } ], - "idOclc": [ - "NYPG013000003-C" - ], "dateEndYear": [ 9999 ], - "updatedAt": 1689717213983, + "updatedAt": 1710995548419, "publicationStatement": [ "Maisūru : Prasārāṅga, Maisūru Viśvavidyānilaya, 1974-" ], "identifier": [ + "urn:shelfmark:JML 86-5", "urn:bnum:10011759", - "urn:lccn:75907259", "urn:oclc:NYPG013000003-C", - "urn:undefined:NNSZ01314591", - "urn:undefined:(WaOLN)nyp0211726" + "urn:lccn:75907259", + "urn:identifier:NNSZ01314591", + "urn:identifier:(WaOLN)nyp0211726" ], "numCheckinCardItems": [ 0 @@ -1901,12 +2089,6 @@ "Kīrtana darpaṇa : prāyōgika saṅgītaśāstra / sampādakaru Vi. Rāmaratnaṃ, Eṃ. Vi. Ratna, Ār. El. Anantarāmayya." ], "uri": "b10011759", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Maisūru" ], @@ -1943,24 +2125,14 @@ }, "_score": null, "_source": { - "uri": "i14747298", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -1971,17 +2143,30 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], - "holdingLocation": [ - { - "id": "loc:rcpm2", - "label": "Offsite" + "enumerationChronology": [ + "v. 1" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Notated music" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JML 86-5 v. 1" + "idBarcode": [ + "33433068817299" + ], + "identifier": [ + "urn:shelfmark:JML 86-5 v. 1", + "urn:barcode:33433068817299" ], "identifierV2": [ { @@ -1989,12 +2174,18 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433068817299" + "value": "33433068817299", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "v. 1" + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" ], "physicalLocation": [ "JML 86-5" @@ -2002,23 +2193,24 @@ "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433068817299" - ], - "idBarcode": [ - "33433068817299" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JML 86-5 v. 1" + ], + "shelfMark_sort": "aJML 86-5 v. 000001", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], "volumeRange": [ { @@ -2026,16 +2218,7 @@ "lte": 1 } ], - "enumerationChronology_sort": [ - " 1-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJML 86-5 v. 000001" + "uri": "i14747298" }, "sort": [ " 1-" @@ -2071,13 +2254,17 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Encyclopedias and dictionaries, Kannada", "Folklore", - "Folklore -- Karnataka", - "Folklore -- Karnataka -- Dictionaries" + "Folklore -- India", + "Folklore -- India -- Karnataka", + "Folklore -- India -- Karnataka -- Dictionaries", + "Encyclopedias and dictionaries, Kannada" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Kannada Sāhitya Pariṣattu," + "Kannada Sāhitya Pariṣattu" ], "language": [ { @@ -2085,30 +2272,42 @@ "label": "Kannada" } ], + "numItemsTotal": [ + 2 + ], "createdYear": [ 1985 ], - "type": [ - "nypl:Item" - ], "title": [ "Kannaḍa jānapada viśvakōśa" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLA 86-2952" ], + "numItemVolumesParsed": [ + 2 + ], "createdString": [ "1985" ], "idLccn": [ "85904648" ], + "numElectronicResources": [ + 0 + ], "contributorLiteral": [ "Kambar, Chandrasekhara, 1938-" ], "dateStartYear": [ 1985 ], + "idOclc": [ + "NYPG013000191-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2118,6 +2317,10 @@ "type": "nypl:Bnumber", "value": "10011947" }, + { + "type": "nypl:Oclc", + "value": "NYPG013000191-B" + }, { "type": "bf:Lccn", "value": "85904648" @@ -2131,15 +2334,20 @@ "value": "(WaOLN)nyp0211913" } ], - "updatedAt": 1636108864346, + "updatedAt": 1711544710439, "publicationStatement": [ "Beṅgaḷūru : Kannada Sāhitya Pariṣattu, 1985." ], "identifier": [ + "urn:shelfmark:*OLA 86-2952", "urn:bnum:10011947", + "urn:oclc:NYPG013000191-B", "urn:lccn:85904648", - "urn:undefined:NNSZ01313921", - "urn:undefined:(WaOLN)nyp0211913" + "urn:identifier:NNSZ01313921", + "urn:identifier:(WaOLN)nyp0211913" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -2163,21 +2371,15 @@ } ], "subjectLiteral": [ - "Encyclopedias and dictionaries, Kannada.", - "Folklore -- Karnataka -- Dictionaries." + "Folklore -- India -- Karnataka -- Dictionaries.", + "Encyclopedias and dictionaries, Kannada." ], "titleDisplay": [ "Kannaḍa jānapada viśvakōśa / sampadakaru, Candraśēkhara Kambāra." ], "uri": "b10011947", - "numItems": [ - 2 - ], - "numAvailable": [ - 2 - ], "placeOfPublication": [ - "Beṅgaḷūru :" + "Beṅgaḷūru" ], "issuance": [ { @@ -2208,181 +2410,213 @@ { "_nested": { "field": "items", - "offset": 1 + "offset": 0 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433013001759" - ], - "physicalLocation": [ - "*OLA 86-2952" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OLA 86-2952 v. 000002", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 2" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 2-" ], - "uri": "i10005916", - "shelfMark": [ - "*OLA 86-2952 v. 2" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA 86-2952 v. 2" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433013001759" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "enumerationChronology": [ - "v. 2" - ], "idBarcode": [ "33433013001759" ], + "identifier": [ + "urn:shelfmark:*OLA 86-2952 v. 2", + "urn:barcode:33433013001759" + ], + "identifierV2": [ + { + "value": "*OLA 86-2952 v. 2", + "type": "bf:ShelfMark" + }, + { + "value": "33433013001759", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLA 86-2952" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLA 86-2952 v. 2" ], + "shelfMark_sort": "a*OLA 86-2952 v. 000002", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 2, + "lte": 2 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10005916" }, "sort": [ - null + " 2-" ] }, { "_nested": { "field": "items", - "offset": 0 + "offset": 1 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433013001767" - ], - "physicalLocation": [ - "*OLA 86-2952" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OLA 86-2952 v. 000001", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 1" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 1-" ], - "uri": "i10005915", - "shelfMark": [ - "*OLA 86-2952 v. 1" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA 86-2952 v. 1" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433013001767" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "enumerationChronology": [ - "v. 1" - ], "idBarcode": [ "33433013001767" ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "requestable": [ - true + "identifier": [ + "urn:shelfmark:*OLA 86-2952 v. 1", + "urn:barcode:33433013001767" ], - "catalogItemType": [ + "identifierV2": [ { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" + "value": "*OLA 86-2952 v. 1", + "type": "bf:ShelfMark" + }, + { + "value": "33433013001767", + "type": "bf:Barcode" } ], - "status": [ + "owner": [ { - "id": "status:a", - "label": "Available" + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ + "*OLA 86-2952" ], "recapCustomerCode": [ "NA" - ] + ], + "requestable": [ + true + ], + "shelfMark": [ + "*OLA 86-2952 v. 1" + ], + "shelfMark_sort": "a*OLA 86-2952 v. 000001", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ], + "uri": "i10005915" }, "sort": [ - null + " 1-" ] } ] @@ -2427,6 +2661,9 @@ "subjectLiteral_exploded": [ "Śrīkaṇṭhayya, Bi. Eṃ., 1884-1946" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ "Bi. Eṃ. Śrī. Smāraka Pratiṣṭhāna" ], @@ -2436,30 +2673,42 @@ "label": "Kannada" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 1985 ], - "type": [ - "nypl:Item" - ], "title": [ "Śrīgandha : Bi. Eṃ. Śrī. janmaśatamānōtsava saṃsmaraṇa sañcike" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLA 86-3118" ], + "numItemVolumesParsed": [ + 0 + ], "createdString": [ "1985" ], "idLccn": [ "85910191" ], + "numElectronicResources": [ + 0 + ], "contributorLiteral": [ "Śrīnivāsarāju, Ci., 1942-2007." ], "dateStartYear": [ 1985 ], + "idOclc": [ + "NYPG013000397-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2469,6 +2718,10 @@ "type": "nypl:Bnumber", "value": "10012152" }, + { + "type": "nypl:Oclc", + "value": "NYPG013000397-B" + }, { "type": "bf:Lccn", "value": "85910191" @@ -2482,15 +2735,20 @@ "value": "(WaOLN)nyp0212117" } ], - "updatedAt": 1653404646740, + "updatedAt": 1711663021019, "publicationStatement": [ "Beṅgaḷūru : Bi. Eṃ. Śrī. Smāraka Pratiṣṭhāna, 1985." ], "identifier": [ + "urn:shelfmark:*OLA 86-3118", "urn:bnum:10012152", + "urn:oclc:NYPG013000397-B", "urn:lccn:85910191", - "urn:undefined:NNSZ01314127", - "urn:undefined:(WaOLN)nyp0212117" + "urn:identifier:NNSZ01314127", + "urn:identifier:(WaOLN)nyp0212117" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -2520,12 +2778,6 @@ "Śrīgandha : Bi. Eṃ. Śrī. janmaśatamānōtsava saṃsmaraṇa sañcike / sampādakaru Ci. Śrīnivāsarāju ... [et al.]." ], "uri": "b10012152", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Beṅgaḷūru" ], @@ -2562,81 +2814,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433013002005" - ], - "physicalLocation": [ - "*OLA 86-3118" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OLA 86-003118", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10006103", - "shelfMark": [ - "*OLA 86-3118" + "idBarcode": [ + "33433013002005" + ], + "identifier": [ + "urn:shelfmark:*OLA 86-3118", + "urn:barcode:33433013002005" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLA 86-3118" + "value": "*OLA 86-3118", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433013002005" + "value": "33433013002005", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433013002005" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLA 86-3118" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLA 86-3118" ], + "shelfMark_sort": "a*OLA 86-003118", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10006103" }, "sort": [ null @@ -2675,8 +2934,11 @@ "Bhīma (Hindu mythology)", "Bhīma (Hindu mythology) -- Poetry" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Kannaḍa Sāhitya Pariṣattu," + "Kannaḍa Sāhitya Pariṣattu" ], "language": [ { @@ -2684,27 +2946,36 @@ "label": "Kannada" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 1985 ], - "type": [ - "nypl:Item" - ], "title": [ "Sāhasabhīmavijayaṃ (Gadāyuddhaṃ)" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLA 87-2376" ], - "creatorLiteral": [ - "Ranna, active 993." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1985" ], + "creatorLiteral": [ + "Ranna, active 993." + ], "idLccn": [ "86903378" ], + "numElectronicResources": [ + 0 + ], "seriesStatement": [ "Vajramahōtsava varṣa pañcavārṣika yōjaneya pustakamāle" ], @@ -2714,6 +2985,9 @@ "dateStartYear": [ 1985 ], + "idOclc": [ + "NYPG016001028-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2723,6 +2997,10 @@ "type": "nypl:Bnumber", "value": "10015200" }, + { + "type": "nypl:Oclc", + "value": "NYPG016001028-B" + }, { "type": "bf:Lccn", "value": "86903378" @@ -2739,15 +3017,20 @@ "uniformTitle": [ "Gadayuddha" ], - "updatedAt": 1636098054027, + "updatedAt": 1711226919647, "publicationStatement": [ "Beṅgaḷūru : Kannaḍa Sāhitya Pariṣattu, 1985." ], "identifier": [ + "urn:shelfmark:*OLA 87-2376", "urn:bnum:10015200", + "urn:oclc:NYPG016001028-B", "urn:lccn:86903378", - "urn:undefined:NNSZ01618431", - "urn:undefined:(WaOLN)nyp0215159" + "urn:identifier:NNSZ01618431", + "urn:identifier:(WaOLN)nyp0215159" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -2777,14 +3060,8 @@ "Sāhasabhīmavijayaṃ (Gadāyuddhaṃ) / Kavicakravarti Kaviranna viracitam ; gadyānuvāda Ār. Vi. Kulakarṇi." ], "uri": "b10015200", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Beṅgaḷūru :" + "Beṅgaḷūru" ], "issuance": [ { @@ -2823,39 +3100,31 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433013128214" - ], - "shelfMark_sort": "a*OLA 87-002376", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ + "catalogItemType": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], - "status_packed": [ - "status:a||Available" + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" ], - "uri": "i10007322", - "shelfMark": [ - "*OLA 87-2376" + "formatLiteral": [ + "Text" ], - "identifierV2": [ + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433013128214" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ @@ -2864,35 +3133,57 @@ "idBarcode": [ "33433013128214" ], + "identifier": [ + "urn:shelfmark:*OLA 87-2376", + "urn:barcode:33433013128214" + ], + "identifierV2": [ + { + "value": "*OLA 87-2376", + "type": "bf:ShelfMark" + }, + { + "value": "33433013128214", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLA 87-2376" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLA 87-2376" ], + "shelfMark_sort": "a*OLA 87-002376", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] - }, - "sort": [ + "type": [ + "bf:Item" + ], + "uri": "i10007322" + }, + "sort": [ null ] } @@ -2935,6 +3226,9 @@ "Sanskrit language -- Dictionaries", "Sanskrit language -- Dictionaries -- Kannada" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ "Gōpālācārya" ], @@ -2944,30 +3238,42 @@ "label": "Kannada" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 3 ], "createdYear": [ 1978 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ "Śabdārthakaustubhaṃ : prāyōgika Saṃskrta-Karṇāṭaka śabdakōśa = Saṃskrta-Kannaḍa śabdakōśa" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLA 87-2131" ], + "numItemVolumesParsed": [ + 3 + ], "createdString": [ "1978" ], + "numElectronicResources": [ + 0 + ], "contributorLiteral": [ "Gōpālācārya, Cakravarti Śrīnivāsa." ], "dateStartYear": [ 1978 ], + "idOclc": [ + "NYPG016001059-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2977,6 +3283,10 @@ "type": "nypl:Bnumber", "value": "10015230" }, + { + "type": "nypl:Oclc", + "value": "NYPG016001059-B" + }, { "type": "bf:Identifier", "value": "NNSZ01618462" @@ -2989,14 +3299,19 @@ "dateEndYear": [ 9999 ], - "updatedAt": 1653404650786, + "updatedAt": 1711659852143, "publicationStatement": [ "Beṅgaḷūru : Gōpālācārya, 1978?-" ], "identifier": [ + "urn:shelfmark:*OLA 87-2131", "urn:bnum:10015230", - "urn:undefined:NNSZ01618462", - "urn:undefined:(WaOLN)nyp0215189" + "urn:oclc:NYPG016001059-B", + "urn:identifier:NNSZ01618462", + "urn:identifier:(WaOLN)nyp0215189" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -3026,12 +3341,6 @@ "Śabdārthakaustubhaṃ : prāyōgika Saṃskrta-Karṇāṭaka śabdakōśa = Saṃskrta-Kannaḍa śabdakōśa / granthakarta-prakāśaka Cakravarti Śrīnivāsa Gōpālācārya." ], "uri": "b10015230", - "numItems": [ - 3 - ], - "numAvailable": [ - 3 - ], "placeOfPublication": [ "Beṅgaḷūru" ], @@ -3072,81 +3381,107 @@ { "_nested": { "field": "items", - "offset": 2 + "offset": 0 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433013128156" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OLA 87-002131", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 6" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 6-" ], - "uri": "i10007343", - "shelfMark": [ - "*OLA 87-2131" + "formatLiteral": [ + "Text" ], - "identifierV2": [ + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433013128156" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], "idBarcode": [ - "33433013128156" + "33433013128164" + ], + "identifier": [ + "urn:shelfmark:*OLA 87-2131 v. 6", + "urn:barcode:33433013128164" + ], + "identifierV2": [ + { + "value": "*OLA 87-2131 v. 6", + "type": "bf:ShelfMark" + }, + { + "value": "33433013128164", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLA 87-2131" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLA 87-2131 v. 6" ], + "shelfMark_sort": "a*OLA 87-2131 v. 000006", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 6, + "lte": 6 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10007344" }, "sort": [ - null + " 6-" ] }, { @@ -3156,157 +3491,209 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433013128149" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OLA 87-002131", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 5" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 5-" ], - "uri": "i10007342", - "shelfMark": [ - "*OLA 87-2131" + "formatLiteral": [ + "Text" ], - "identifierV2": [ + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433013128149" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], "idBarcode": [ - "33433013128149" + "33433013128156" + ], + "identifier": [ + "urn:shelfmark:*OLA 87-2131 v. 5", + "urn:barcode:33433013128156" + ], + "identifierV2": [ + { + "value": "*OLA 87-2131 v. 5", + "type": "bf:ShelfMark" + }, + { + "value": "33433013128156", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLA 87-2131" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLA 87-2131 v. 5" ], + "shelfMark_sort": "a*OLA 87-2131 v. 000005", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 5, + "lte": 5 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10007343" }, "sort": [ - null + " 5-" ] }, { "_nested": { "field": "items", - "offset": 0 + "offset": 2 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433013128164" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OLA 87-002131", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 4" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 4-" ], - "uri": "i10007344", - "shelfMark": [ - "*OLA 87-2131" + "formatLiteral": [ + "Text" ], - "identifierV2": [ + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433013128164" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], "idBarcode": [ - "33433013128164" - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "33433013128149" ], - "requestable": [ - true + "identifier": [ + "urn:shelfmark:*OLA 87-2131 v. 4", + "urn:barcode:33433013128149" ], - "catalogItemType": [ + "identifierV2": [ { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" + "value": "*OLA 87-2131 v. 4", + "type": "bf:ShelfMark" + }, + { + "value": "33433013128149", + "type": "bf:Barcode" } ], - "status": [ + "owner": [ { - "id": "status:a", + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ + "*OLA 87-2131" + ], + "recapCustomerCode": [ + "NA" + ], + "requestable": [ + true + ], + "shelfMark": [ + "*OLA 87-2131 v. 4" + ], + "shelfMark_sort": "a*OLA 87-2131 v. 000004", + "status": [ + { + "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 4, + "lte": 4 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10007342" }, "sort": [ - null + " 4-" ] } ] @@ -3347,6 +3734,9 @@ "Vādirāja, active 16th century", "Dvaita (Vedanta)" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ "Gurukrpā Granthamālā : pustaka doreyuva sthaḷa, Gōvindarāv, Beṅgaḷūru" ], @@ -3356,30 +3746,42 @@ "label": "Kannada" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 1 ], "createdYear": [ 1966 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ "Śrī Vādirāja rjutva prakāśikā" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKN 87-2441" ], - "creatorLiteral": [ - "Guru Gōvinda Viṭhala Dāsaru." + "numItemVolumesParsed": [ + 1 ], "createdString": [ "1966" ], + "creatorLiteral": [ + "Guru Gōvinda Viṭhala Dāsaru." + ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1966 ], + "idOclc": [ + "NYPG016001060-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3389,6 +3791,10 @@ "type": "nypl:Bnumber", "value": "10015231" }, + { + "type": "nypl:Oclc", + "value": "NYPG016001060-B" + }, { "type": "bf:Identifier", "value": "NNSZ01618463" @@ -3401,14 +3807,19 @@ "dateEndYear": [ 9999 ], - "updatedAt": 1653404650775, + "updatedAt": 1711338946441, "publicationStatement": [ "Maisūru : Gurukrpā Granthamālā : pustaka doreyuva sthaḷa, Gōvindarāv, Beṅgaḷūru, 1966-" ], "identifier": [ + "urn:shelfmark:*OKN 87-2441", "urn:bnum:10015231", - "urn:undefined:NNSZ01618463", - "urn:undefined:(WaOLN)nyp0215190" + "urn:oclc:NYPG016001060-B", + "urn:identifier:NNSZ01618463", + "urn:identifier:(WaOLN)nyp0215190" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -3439,12 +3850,6 @@ "Śrī Vādirāja rjutva prakāśikā / Guru Gōvinda Vithala Dāsaru." ], "uri": "b10015231", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Maisūru" ], @@ -3481,87 +3886,103 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433058620984" - ], - "physicalLocation": [ - "*OKN 87-2441 Library has: Vol. 5." + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OKN 87-2441 Library has: Vol. 5. v. 000005", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 5" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 5-" ], - "uri": "i13786568", - "shelfMark": [ - "*OKN 87-2441 Library has: Vol. 5. v. 5" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OKN 87-2441 Library has: Vol. 5. v. 5" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433058620984" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "enumerationChronology": [ - "v. 5" - ], "idBarcode": [ "33433058620984" ], + "identifier": [ + "urn:shelfmark:*OKN 87-2441 Library has: Vol. 5. v. 5", + "urn:barcode:33433058620984" + ], + "identifierV2": [ + { + "value": "*OKN 87-2441 Library has: Vol. 5. v. 5", + "type": "bf:ShelfMark" + }, + { + "value": "33433058620984", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OKN 87-2441 Library has: Vol. 5." + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OKN 87-2441 Library has: Vol. 5. v. 5" ], + "shelfMark_sort": "a*OKN 87-2441 Library has: Vol. 5. v. 000005", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 5, + "lte": 5 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i13786568" }, "sort": [ - null + " 5-" ] } ] @@ -3591,8 +4012,11 @@ "subjectLiteral_exploded": [ "Yakṣagāna plays" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Ār. Viṭṭappa Śeṇai eṇḍ Sans," + "Ār. Viṭṭappa Śeṇai eṇḍ Sans" ], "language": [ { @@ -3600,33 +4024,45 @@ "label": "Kannada" } ], - "dateEndString": [ - "1985" + "numItemsTotal": [ + 1 ], "createdYear": [ 1900 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1985" ], "title": [ "Krṣṇagāruḍi emba yakṣagāna prasaṅgavu : Bhīmārjuna garvabhaṅga : Mahabhārata purāṇāntargata" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLA 87-3857" ], - "creatorLiteral": [ - "Śrīnivāsa Nāyak, Kōṭa." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1900" ], + "creatorLiteral": [ + "Śrīnivāsa Nāyak, Kōṭa." + ], "idLccn": [ "77913591" ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1900 ], + "idOclc": [ + "NYPG017000712-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3636,6 +4072,10 @@ "type": "nypl:Bnumber", "value": "10016133" }, + { + "type": "nypl:Oclc", + "value": "NYPG017000712-B" + }, { "type": "bf:Lccn", "value": "77913591" @@ -3652,15 +4092,20 @@ "dateEndYear": [ 1985 ], - "updatedAt": 1636109877952, + "updatedAt": 1711654787796, "publicationStatement": [ "Kārkaḷa, Da. Ka. : Ār. Viṭṭappa Śeṇai eṇḍ Sans, [19-?]" ], "identifier": [ + "urn:shelfmark:*OLA 87-3857", "urn:bnum:10016133", + "urn:oclc:NYPG017000712-B", "urn:lccn:77913591", - "urn:undefined:NNSZ01719432", - "urn:undefined:(WaOLN)nyp0216084" + "urn:identifier:NNSZ01719432", + "urn:identifier:(WaOLN)nyp0216084" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -3690,14 +4135,8 @@ "Krṣṇagāruḍi emba yakṣagāna prasaṅgavu : Bhīmārjuna garvabhaṅga : Mahabhārata purāṇāntargata / lēkhaka, Kōta Śrīnivāsa Nāyak." ], "uri": "b10016133", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Kārkaḷa, Da. Ka. :" + "Kārkaḷa, Da. Ka." ], "issuance": [ { @@ -3732,39 +4171,31 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433013126648" - ], - "shelfMark_sort": "a*OLA 87-003857", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ + "catalogItemType": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], - "status_packed": [ - "status:a||Available" + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" ], - "uri": "i10007595", - "shelfMark": [ - "*OLA 87-3857" + "formatLiteral": [ + "Text" ], - "identifierV2": [ + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433013126648" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ @@ -3773,33 +4204,55 @@ "idBarcode": [ "33433013126648" ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "requestable": [ - true + "identifier": [ + "urn:shelfmark:*OLA 87-3857", + "urn:barcode:33433013126648" ], - "catalogItemType": [ + "identifierV2": [ { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" + "value": "*OLA 87-3857", + "type": "bf:ShelfMark" + }, + { + "value": "33433013126648", + "type": "bf:Barcode" } ], - "status": [ + "owner": [ { - "id": "status:a", - "label": "Available" + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ + "*OLA 87-3857" ], "recapCustomerCode": [ "NA" - ] + ], + "requestable": [ + true + ], + "shelfMark": [ + "*OLA 87-3857" + ], + "shelfMark_sort": "a*OLA 87-003857", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i10007595" }, "sort": [ null @@ -3838,8 +4291,11 @@ "Kannada language", "Kannada language -- Grammar" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Asian Educational Services," + "Asian Educational Services" ], "language": [ { @@ -3847,36 +4303,48 @@ "label": "Kannada" } ], - "dateEndString": [ - "1884" + "numItemsTotal": [ + 1 ], "createdYear": [ 1985 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1884" ], "title": [ "Nāga Varmā's Karnātaka bhāshā-bhūshana : the oldest grammar extant of the language Karṇāṭaka bhāṣābhūṣana" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLA 87-1958" ], - "creatorLiteral": [ - "Nāgavarma, active 12th century." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1985" ], + "creatorLiteral": [ + "Nāgavarma, active 12th century." + ], "idLccn": [ "85901530" ], + "numElectronicResources": [ + 0 + ], "contributorLiteral": [ "Rice, B. Lewis (Benjamin Lewis), 1837-1927." ], "dateStartYear": [ 1985 ], + "idOclc": [ + "NYPG017000873-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3886,6 +4354,10 @@ "type": "nypl:Bnumber", "value": "10016294" }, + { + "type": "nypl:Oclc", + "value": "NYPG017000873-B" + }, { "type": "bf:Lccn", "value": "85901530" @@ -3905,15 +4377,20 @@ "dateEndYear": [ 1884 ], - "updatedAt": 1636108982258, + "updatedAt": 1711217836861, "publicationStatement": [ "New Delhi : Asian Educational Services, 1985." ], "identifier": [ + "urn:shelfmark:*OLA 87-1958", "urn:bnum:10016294", + "urn:oclc:NYPG017000873-B", "urn:lccn:85901530", - "urn:undefined:NNSZ01719593", - "urn:undefined:(WaOLN)nyp0216245" + "urn:identifier:NNSZ01719593", + "urn:identifier:(WaOLN)nyp0216245" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -3943,14 +4420,8 @@ "Nāga Varmā's Karnātaka bhāshā-bhūshana : the oldest grammar extant of the language Karṇāṭaka bhāṣābhūṣana / Nāgavarma krta ; edited with an introduction, Lewis Rice." ], "uri": "b10016294", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "New Delhi :" + "New Delhi" ], "issuance": [ { @@ -3988,39 +4459,31 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433013128081" - ], - "shelfMark_sort": "a*OLA 87-001958", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ + "catalogItemType": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], - "status_packed": [ - "status:a||Available" + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" ], - "uri": "i10007686", - "shelfMark": [ - "*OLA 87-1958" + "formatLiteral": [ + "Text" ], - "identifierV2": [ + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433013128081" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ @@ -4029,33 +4492,55 @@ "idBarcode": [ "33433013128081" ], + "identifier": [ + "urn:shelfmark:*OLA 87-1958", + "urn:barcode:33433013128081" + ], + "identifierV2": [ + { + "value": "*OLA 87-1958", + "type": "bf:ShelfMark" + }, + { + "value": "33433013128081", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLA 87-1958" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLA 87-1958" ], + "shelfMark_sort": "a*OLA 87-001958", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10007686" }, "sort": [ null @@ -4090,8 +4575,11 @@ "nyplSource": [ "sierra-nypl" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Karnāṭaka Viśvavidyālaya," + "Karnāṭaka Viśvavidyālaya" ], "language": [ { @@ -4099,27 +4587,36 @@ "label": "Kannada" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 1 ], "createdYear": [ 1968 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ "Bhairavēśvara kāvyada kathāmaṇisūtraratnākara" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLA 87-3543" ], - "creatorLiteral": [ - "Śāntaliṅgadēśika." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1968" ], + "creatorLiteral": [ + "Śāntaliṅgadēśika." + ], + "numElectronicResources": [ + 0 + ], "seriesStatement": [ "Karnāṭaka Viśvavidyālaya : Kannaḍa kāvyamāle ; 7" ], @@ -4130,6 +4627,9 @@ "dateStartYear": [ 1968 ], + "idOclc": [ + "NYPG017001006-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -4139,6 +4639,10 @@ "type": "nypl:Bnumber", "value": "10016426" }, + { + "type": "nypl:Oclc", + "value": "NYPG017001006-B" + }, { "type": "bf:Identifier", "value": "NNSZ01719726" @@ -4151,14 +4655,19 @@ "dateEndYear": [ 9999 ], - "updatedAt": 1636077680351, + "updatedAt": 1711110701041, "publicationStatement": [ "Dhāravāḍa : Karnāṭaka Viśvavidyālaya, 1968-" ], "identifier": [ + "urn:shelfmark:*OLA 87-3543", "urn:bnum:10016426", - "urn:undefined:NNSZ01719726", - "urn:undefined:(WaOLN)nyp0216377" + "urn:oclc:NYPG017001006-B", + "urn:identifier:NNSZ01719726", + "urn:identifier:(WaOLN)nyp0216377" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -4185,14 +4694,8 @@ "Bhairavēśvara kāvyada kathāmaṇisūtraratnākara / Śāntaliṅgadēśika krta ; sampādakaru Ār. Si. Hirēmaṭha, Eṃ. Es. Sunkāpura." ], "uri": "b10016426", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Dhāravāḍa :" + "Dhāravāḍa" ], "issuance": [ { @@ -4227,39 +4730,31 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433013126325" - ], - "shelfMark_sort": "a*OLA 87-003543", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ + "catalogItemType": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], - "status_packed": [ - "status:a||Available" + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" ], - "uri": "i10007795", - "shelfMark": [ - "*OLA 87-3543" + "formatLiteral": [ + "Text" ], - "identifierV2": [ + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433013126325" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ @@ -4268,35 +4763,57 @@ "idBarcode": [ "33433013126325" ], + "identifier": [ + "urn:shelfmark:*OLA 87-3543", + "urn:barcode:33433013126325" + ], + "identifierV2": [ + { + "value": "*OLA 87-3543", + "type": "bf:ShelfMark" + }, + { + "value": "33433013126325", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLA 87-3543" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLA 87-3543" ], + "shelfMark_sort": "a*OLA 87-003543", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] - }, - "sort": [ + "type": [ + "bf:Item" + ], + "uri": "i10007795" + }, + "sort": [ null ] } @@ -4339,8 +4856,11 @@ "Medicinal plants -- India", "Medicinal plants -- India -- Dictionaries" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Periodical Expert Book Agency," + "Periodical Expert Book Agency" ], "language": [ { @@ -4348,30 +4868,42 @@ "label": "Kannada" } ], - "dateEndString": [ - "1922" + "numItemsTotal": [ + 1 ], "createdYear": [ 1986 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1922" ], "title": [ "Five hundred Indian plants, their use in medicine and arts Sahasrārdha vrkṣādigaḷa varṇane." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLA 87-4611" ], + "numItemVolumesParsed": [ + 0 + ], "createdString": [ "1986" ], "idLccn": [ "87900750" ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1986 ], + "idOclc": [ + "NYPG018000321-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -4381,6 +4913,10 @@ "type": "nypl:Bnumber", "value": "10016756" }, + { + "type": "nypl:Oclc", + "value": "NYPG018000321-B" + }, { "type": "bf:Lccn", "value": "87900750" @@ -4397,15 +4933,20 @@ "dateEndYear": [ 1922 ], - "updatedAt": 1636096234866, + "updatedAt": 1711218135225, "publicationStatement": [ "Delhi, India : Periodical Expert Book Agency, 1986." ], "identifier": [ + "urn:shelfmark:*OLA 87-4611", "urn:bnum:10016756", + "urn:oclc:NYPG018000321-B", "urn:lccn:87900750", - "urn:undefined:NNSZ01820065", - "urn:undefined:(WaOLN)nyp0216706" + "urn:identifier:NNSZ01820065", + "urn:identifier:(WaOLN)nyp0216706" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -4435,14 +4976,8 @@ "Five hundred Indian plants, their use in medicine and arts Sahasrārdha vrkṣādigaḷa varṇane." ], "uri": "b10016756", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Delhi, India :" + "Delhi, India" ], "issuance": [ { @@ -4480,81 +5015,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433013271295" - ], - "physicalLocation": [ - "*OLA 87-4611" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OLA 87-004611", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10008066", - "shelfMark": [ - "*OLA 87-4611" + "idBarcode": [ + "33433013271295" + ], + "identifier": [ + "urn:shelfmark:*OLA 87-4611", + "urn:barcode:33433013271295" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLA 87-4611" + "value": "*OLA 87-4611", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433013271295" + "value": "33433013271295", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433013271295" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLA 87-4611" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLA 87-4611" ], + "shelfMark_sort": "a*OLA 87-004611", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10008066" }, "sort": [ null @@ -5226,207 +5768,265 @@ "sort": [ " 88-2010" ] - }, - { - "_nested": { - "field": "items", - "offset": 3 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2004", - "lte": "2007" - } - ], - "enumerationChronology": [ - "v. 85, no. 335/338 (2004/ 2007)" - ], - "enumerationChronology_sort": [ - " 85-2004" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcma2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcma2||Offsite" - ], - "idBarcode": [ - "33433085539777" - ], - "identifier": [ - "urn:shelfmark:*OLA 76-1248 v. 85, no. 335/338 (2004/ 2007)", - "urn:barcode:33433085539777" - ], - "identifierV2": [ - { - "value": "*OLA 76-1248 v. 85, no. 335/338 (2004/ 2007)", - "type": "bf:ShelfMark" - }, - { - "value": "33433085539777", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "physicalLocation": [ - "*OLA 76-1248" - ], - "recapCustomerCode": [ - "NA" - ], - "requestable": [ - true - ], - "shelfMark": [ - "*OLA 76-1248 v. 85, no. 335/338 (2004/ 2007)" - ], - "shelfMark_sort": "a*OLA 76-1248 v. 000085, no. 335/338 (2004/ 2007)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 85, - "lte": 85 - } - ], - "uri": "i23191778" - }, - "sort": [ - " 85-2004" - ] - }, - { - "_nested": { - "field": "items", - "offset": 4 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2003", - "lte": "2003" - } - ], - "enumerationChronology": [ - "v. 84, no. 331/334 (2003)" - ], - "enumerationChronology_sort": [ - " 84-2003" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcma2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcma2||Offsite" - ], - "idBarcode": [ - "33433085541104" - ], - "identifier": [ - "urn:shelfmark:*OLA 76-1248 v. 84, no. 331/334 (2003)", - "urn:barcode:33433085541104" - ], + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10379755", + "_score": null, + "_source": { + "extent": [ + "14 v. : ill. (part col.) ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Published by the Institute of Kannada studies, University of Mysore.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Kannada.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Encyclopedias and dictionaries, Kannada" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Kannaḍa Adhyayana Saṃsthe, Maisūru Viśvavidāyanilaya" + ], + "language": [ + { + "id": "lang:kan", + "label": "Kannada" + } + ], + "numItemsTotal": [ + 12 + ], + "createdYear": [ + 1971 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Kannaḍa viśvakośa" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLA+ 76-462" + ], + "numItemVolumesParsed": [ + 12 + ], + "createdString": [ + "1971" + ], + "idLccn": [ + "sa 73910921" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Javare Gowda, Deve Gowda, 1918-", + "University of Mysore. Institute of Kannada Studies." + ], + "dateStartYear": [ + 1971 + ], + "idOclc": [ + "NYPG764423629-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA+ 76-462" + }, + { + "type": "nypl:Bnumber", + "value": "10379755" + }, + { + "type": "nypl:Oclc", + "value": "NYPG764423629-B" + }, + { + "type": "bf:Lccn", + "value": "sa 73910921" + }, + { + "type": "bf:Identifier", + "value": "NN764423629" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0383283" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711544113371, + "publicationStatement": [ + "Maisūru : Kannaḍa Adhyayana Saṃsthe, Maisūru Viśvavidāyanilaya, 1971-2004." + ], + "identifier": [ + "urn:shelfmark:*OLA+ 76-462", + "urn:bnum:10379755", + "urn:oclc:NYPG764423629-B", + "urn:lccn:sa 73910921", + "urn:identifier:NN764423629", + "urn:identifier:(WaOLN)nyp0383283" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1971" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Encyclopedias and dictionaries, Kannada." + ], + "titleDisplay": [ + "Kannaḍa viśvakośa / chief editor D. Javare Gowda." + ], + "uri": "b10379755", + "placeOfPublication": [ + "Maisūru" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "29 cm." + ] + }, + "sort": [ + "b10379755" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 12, + "max_score": null, + "hits": [ + { + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "catalogItemType": [ + { + "id": "catalogItemType:65", + "label": "book, good condition, non-MaRLI" + } + ], + "catalogItemType_packed": [ + "catalogItemType:65||book, good condition, non-MaRLI" + ], + "enumerationChronology": [ + "v. 14" + ], + "enumerationChronology_sort": [ + " 14-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433069710808" + ], + "identifier": [ + "urn:shelfmark:*OLA+ 76-462 v. 14", + "urn:barcode:33433069710808" + ], "identifierV2": [ { - "value": "*OLA 76-1248 v. 84, no. 331/334 (2003)", + "value": "*OLA+ 76-462 v. 14", "type": "bf:ShelfMark" }, { - "value": "33433085541104", + "value": "33433069710808", "type": "bf:Barcode" } ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "m2CustomerCode": [ + "XA" ], "physicalLocation": [ - "*OLA 76-1248" - ], - "recapCustomerCode": [ - "NA" + "*OLA+ 76-462" ], "requestable": [ true ], "shelfMark": [ - "*OLA 76-1248 v. 84, no. 331/334 (2003)" + "*OLA+ 76-462 v. 14" ], - "shelfMark_sort": "a*OLA 76-1248 v. 000084, no. 331/334 (2003)", + "shelfMark_sort": "a*OLA+ 76-462 v. 000014", "status": [ { "id": "status:a", @@ -5441,20 +6041,20 @@ ], "volumeRange": [ { - "gte": 84, - "lte": 84 + "gte": 14, + "lte": 14 } ], - "uri": "i23191779" + "uri": "i17460427" }, "sort": [ - " 84-2003" + " 14-" ] }, { "_nested": { "field": "items", - "offset": 5 + "offset": 1 }, "_score": null, "_source": { @@ -5469,51 +6069,45 @@ ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:65", + "label": "book, good condition, non-MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2001", - "lte": "2001" - } + "catalogItemType:65||book, good condition, non-MaRLI" ], "enumerationChronology": [ - "v. 82, no. 323/326 (2001)" + "v. 13" ], "enumerationChronology_sort": [ - " 82-2001" + " 13-" ], "formatLiteral": [ "Text" ], "holdingLocation": [ { - "id": "loc:rcma2", + "id": "loc:rc2ma", "label": "Offsite" } ], "holdingLocation_packed": [ - "loc:rcma2||Offsite" + "loc:rc2ma||Offsite" ], "idBarcode": [ - "33433074631197" + "33433069710790" ], "identifier": [ - "urn:shelfmark:*OLA 76-1248 v. 82, no. 323/326 (2001)", - "urn:barcode:33433074631197" + "urn:shelfmark:*OLA+ 76-462 v. 13", + "urn:barcode:33433069710790" ], "identifierV2": [ { - "value": "*OLA 76-1248 v. 82, no. 323/326 (2001)", + "value": "*OLA+ 76-462 v. 13", "type": "bf:ShelfMark" }, { - "value": "33433074631197", + "value": "33433069710790", "type": "bf:Barcode" } ], @@ -5527,7 +6121,7 @@ "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ - "*OLA 76-1248" + "*OLA+ 76-462" ], "recapCustomerCode": [ "NA" @@ -5536,9 +6130,9 @@ true ], "shelfMark": [ - "*OLA 76-1248 v. 82, no. 323/326 (2001)" + "*OLA+ 76-462 v. 13" ], - "shelfMark_sort": "a*OLA 76-1248 v. 000082, no. 323/326 (2001)", + "shelfMark_sort": "a*OLA+ 76-462 v. 000013", "status": [ { "id": "status:a", @@ -5553,20 +6147,20 @@ ], "volumeRange": [ { - "gte": 82, - "lte": 82 + "gte": 13, + "lte": 13 } ], - "uri": "i17458423" + "uri": "i17460426" }, "sort": [ - " 82-2001" + " 13-" ] }, { "_nested": { "field": "items", - "offset": 6 + "offset": 2 }, "_score": null, "_source": { @@ -5581,24 +6175,18 @@ ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1998", - "lte": "1998" - } + "catalogItemType:55||book, limited circ, MaRLI" ], "enumerationChronology": [ - "v. 78-79 (1998)" + "v. 12" ], "enumerationChronology_sort": [ - " 78-1998" + " 12-" ], "formatLiteral": [ "Text" @@ -5613,19 +6201,19 @@ "loc:rc2ma||Offsite" ], "idBarcode": [ - "33433013574946" + "33433057842282" ], "identifier": [ - "urn:shelfmark:*OLA 76-1248 v. 78-79 (1998)", - "urn:barcode:33433013574946" + "urn:shelfmark:*OLA+ 76-462 v. 12", + "urn:barcode:33433057842282" ], "identifierV2": [ { - "value": "*OLA 76-1248 v. 78-79 (1998)", + "value": "*OLA+ 76-462 v. 12", "type": "bf:ShelfMark" }, { - "value": "33433013574946", + "value": "33433057842282", "type": "bf:Barcode" } ], @@ -5639,7 +6227,7 @@ "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ - "*OLA 76-1248" + "*OLA+ 76-462" ], "recapCustomerCode": [ "NA" @@ -5648,9 +6236,9 @@ true ], "shelfMark": [ - "*OLA 76-1248 v. 78-79 (1998)" + "*OLA+ 76-462 v. 12" ], - "shelfMark_sort": "a*OLA 76-1248 v. 000078-79 (1998)", + "shelfMark_sort": "a*OLA+ 76-462 v. 000012", "status": [ { "id": "status:a", @@ -5665,20 +6253,221 @@ ], "volumeRange": [ { - "gte": 78, - "lte": 79 + "gte": 12, + "lte": 12 } ], - "uri": "i10074597" + "uri": "i13837533" }, "sort": [ - " 78-1998" + " 12-" ] - }, + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10387344", + "_score": null, + "_source": { + "extent": [ + "v. <1-9> ; " + ], + "note": [ + { + "noteType": "Note", + "label": "Vols. 1-5, & 7 has subtitle: Mudrita Kannaḍa krtigaḷa vivarāṇātmaka granthasūci 1817-1968.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Kannada.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Kannada imprints" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Prasarāṅga, Maisūru Viśvavidyānilaya" + ], + "language": [ + { + "id": "lang:kan", + "label": "Kannada" + } + ], + "numItemsTotal": [ + 9 + ], + "createdYear": [ + 1971 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Kannaḍa granthasūci; mudrita Kannaḍa krtigala vivaraṇātmaka granthasūci." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLA 75-3000" + ], + "numItemVolumesParsed": [ + 9 + ], + "createdString": [ + "1971" + ], + "idLccn": [ + "sa 71922330" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Javare Gowda, Deve Gowda, 1918-" + ], + "dateStartYear": [ + 1971 + ], + "idOclc": [ + "13887294", + "NYPG764506752-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA 75-3000" + }, + { + "type": "nypl:Bnumber", + "value": "10387344" + }, + { + "type": "nypl:Oclc", + "value": "13887294" + }, + { + "type": "nypl:Oclc", + "value": "NYPG764506752-B" + }, + { + "type": "bf:Lccn", + "value": "sa 71922330" + }, + { + "type": "bf:Identifier", + "value": "NN764506752" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0390904" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)13887294" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711198562532, + "publicationStatement": [ + "Maisūru] Prasarāṅga, Maisūru Viśvavidyānilaya, 1971-<2003>" + ], + "identifier": [ + "urn:shelfmark:*OLA 75-3000", + "urn:bnum:10387344", + "urn:oclc:13887294", + "urn:oclc:NYPG764506752-B", + "urn:lccn:sa 71922330", + "urn:identifier:NN764506752", + "urn:identifier:(WaOLN)nyp0390904", + "urn:identifier:(OCoLC)13887294" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1971" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Kannada imprints." + ], + "titleDisplay": [ + "Kannaḍa granthasūci; mudrita Kannaḍa krtigala vivaraṇātmaka granthasūci. [Compiled by an Editorial Committee consisting of D. Javaregowda and others." + ], + "uri": "b10387344", + "lccClassification": [ + "Z3201 .K35" + ], + "placeOfPublication": [ + "Maisūru]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "1. Śuddha vijñānagaḷu -- 2. Bhāṣe-vyākaraṇa-dharma-tattva-lalitkalegaḷu-upayukta kalegaḷu-nighantugaḷu-vyakaraṇagaḷu -- 3. Sāhitya-vimarśe-kāvya-hosagannaḍa kāvya -- 4. Gadya saṇṇakathe-nāṭaka-prabandha -- 5. Kādambari-aitihāsika-pattēdāri -- 6. Bāla sāhitya -- 7. Anuvāda sāhitya -- 8. Jīvana caritre-patra sāhitya-pravāsa sāhitya-jānapada sāhitya -- 9. Samājaśāstra-vāṇijyaśāstra-sikṣaṇaśāstra-bhūgōla mattu itihāsa" + ], + "dimensions": [ + " 30 cm." + ] + }, + "sort": [ + "b10387344" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 9, + "max_score": null, + "hits": [ { "_nested": { "field": "items", - "offset": 7 + "offset": 0 }, "_score": null, "_source": { @@ -5693,24 +6482,18 @@ ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1996", - "lte": "1996" - } + "catalogItemType:55||book, limited circ, MaRLI" ], "enumerationChronology": [ - "v. 76-77 (1996)" + "v. 9" ], "enumerationChronology_sort": [ - " 76-1996" + " 9-" ], "formatLiteral": [ "Text" @@ -5725,19 +6508,19 @@ "loc:rc2ma||Offsite" ], "idBarcode": [ - "33433015942182" + "33433005546423" ], "identifier": [ - "urn:shelfmark:*OLA 76-1248 v. 76-77 (1996)", - "urn:barcode:33433015942182" + "urn:shelfmark:*OLA 75-3000 v. 9", + "urn:barcode:33433005546423" ], "identifierV2": [ { - "value": "*OLA 76-1248 v. 76-77 (1996)", + "value": "*OLA 75-3000 v. 9", "type": "bf:ShelfMark" }, { - "value": "33433015942182", + "value": "33433005546423", "type": "bf:Barcode" } ], @@ -5751,7 +6534,7 @@ "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ - "*OLA 76-1248" + "*OLA 75-3000" ], "recapCustomerCode": [ "NA" @@ -5760,9 +6543,9 @@ true ], "shelfMark": [ - "*OLA 76-1248 v. 76-77 (1996)" + "*OLA 75-3000 v. 9" ], - "shelfMark_sort": "a*OLA 76-1248 v. 000076-77 (1996)", + "shelfMark_sort": "a*OLA 75-3000 v. 000009", "status": [ { "id": "status:a", @@ -5777,20 +6560,20 @@ ], "volumeRange": [ { - "gte": 76, - "lte": 77 + "gte": 9, + "lte": 9 } ], - "uri": "i12950094" + "uri": "i10092431" }, "sort": [ - " 76-1996" + " 9-" ] }, { "_nested": { "field": "items", - "offset": 8 + "offset": 1 }, "_score": null, "_source": { @@ -5805,18 +6588,18 @@ ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" + "catalogItemType:55||book, limited circ, MaRLI" ], "enumerationChronology": [ - "v. 75" + "v. 8" ], "enumerationChronology_sort": [ - " 75-" + " 8-" ], "formatLiteral": [ "Text" @@ -5831,19 +6614,19 @@ "loc:rc2ma||Offsite" ], "idBarcode": [ - "33433014575918" + "33433005546415" ], "identifier": [ - "urn:shelfmark:*OLA 76-1248 v. 75", - "urn:barcode:33433014575918" + "urn:shelfmark:*OLA 75-3000 v. 8", + "urn:barcode:33433005546415" ], "identifierV2": [ { - "value": "*OLA 76-1248 v. 75", + "value": "*OLA 75-3000 v. 8", "type": "bf:ShelfMark" }, { - "value": "33433014575918", + "value": "33433005546415", "type": "bf:Barcode" } ], @@ -5857,7 +6640,7 @@ "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ - "*OLA 76-1248" + "*OLA 75-3000" ], "recapCustomerCode": [ "NA" @@ -5866,9 +6649,9 @@ true ], "shelfMark": [ - "*OLA 76-1248 v. 75" + "*OLA 75-3000 v. 8" ], - "shelfMark_sort": "a*OLA 76-1248 v. 000075", + "shelfMark_sort": "a*OLA 75-3000 v. 000008", "status": [ { "id": "status:a", @@ -5883,20 +6666,20 @@ ], "volumeRange": [ { - "gte": 75, - "lte": 75 + "gte": 8, + "lte": 8 } ], - "uri": "i10074595" + "uri": "i10092430" }, "sort": [ - " 75-" + " 8-" ] }, { "_nested": { "field": "items", - "offset": 9 + "offset": 2 }, "_score": null, "_source": { @@ -5911,18 +6694,18 @@ ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" + "catalogItemType:55||book, limited circ, MaRLI" ], "enumerationChronology": [ - "v. 74" + "v. 7" ], "enumerationChronology_sort": [ - " 74-" + " 7-" ], "formatLiteral": [ "Text" @@ -5937,19 +6720,19 @@ "loc:rc2ma||Offsite" ], "idBarcode": [ - "33433014575900" + "33433005546647" ], "identifier": [ - "urn:shelfmark:*OLA 76-1248 v. 74", - "urn:barcode:33433014575900" + "urn:shelfmark:*OLA 75-3000 v. 7", + "urn:barcode:33433005546647" ], "identifierV2": [ { - "value": "*OLA 76-1248 v. 74", + "value": "*OLA 75-3000 v. 7", "type": "bf:ShelfMark" }, { - "value": "33433014575900", + "value": "33433005546647", "type": "bf:Barcode" } ], @@ -5963,7 +6746,7 @@ "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ - "*OLA 76-1248" + "*OLA 75-3000" ], "recapCustomerCode": [ "NA" @@ -5972,9 +6755,9 @@ true ], "shelfMark": [ - "*OLA 76-1248 v. 74" + "*OLA 75-3000 v. 7" ], - "shelfMark_sort": "a*OLA 76-1248 v. 000074", + "shelfMark_sort": "a*OLA 75-3000 v. 000007", "status": [ { "id": "status:a", @@ -5989,20 +6772,204 @@ ], "volumeRange": [ { - "gte": 74, - "lte": 74 + "gte": 7, + "lte": 7 } ], - "uri": "i10074594" + "uri": "i10092429" }, "sort": [ - " 74-" + " 7-" ] - }, + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10430533", + "_score": null, + "_source": { + "extent": [ + "- v." + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Kannada language", + "Kannada language -- Dictionaries" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Kannaḍa Sāhitya Pariṣattu" + ], + "language": [ + { + "id": "lang:kan", + "label": "Kannada" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1964 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Kannaḍa Sāhitya Paṛiṣattina Kannaḍa nighaṇṭu." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLA+ 77-1212" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "1964" + ], + "idLccn": [ + "sa 68015538" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Kannaḍa Sāhitya Pariṣattu." + ], + "dateStartYear": [ + 1964 + ], + "idOclc": [ + "33334610", + "NYPG774598719-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA+ 77-1212" + }, + { + "type": "nypl:Bnumber", + "value": "10430533" + }, + { + "type": "nypl:Oclc", + "value": "33334610" + }, + { + "type": "nypl:Oclc", + "value": "NYPG774598719-B" + }, + { + "type": "bf:Lccn", + "value": "sa 68015538" + }, + { + "type": "bf:Identifier", + "value": "NN774598719" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0434297" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)33334610" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711544117391, + "publicationStatement": [ + "Biṅgaḷoru, Kannaḍa Sāhitya Pariṣattu, 1964-" + ], + "identifier": [ + "urn:shelfmark:*OLA+ 77-1212", + "urn:bnum:10430533", + "urn:oclc:33334610", + "urn:oclc:NYPG774598719-B", + "urn:lccn:sa 68015538", + "urn:identifier:NN774598719", + "urn:identifier:(WaOLN)nyp0434297", + "urn:identifier:(OCoLC)33334610" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1964" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Kannada language -- Dictionaries." + ], + "titleDisplay": [ + "Kannaḍa Sāhitya Paṛiṣattina Kannaḍa nighaṇṭu." + ], + "uri": "b10430533", + "placeOfPublication": [ + "Biṅgaḷoru" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "29 cm." + ] + }, + "sort": [ + "b10430533" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 1, + "max_score": null, + "hits": [ { "_nested": { "field": "items", - "offset": 10 + "offset": 0 }, "_score": null, "_source": { @@ -6017,24 +6984,18 @@ ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1992", - "lte": "1992" - } + "catalogItemType:55||book, limited circ, MaRLI" ], "enumerationChronology": [ - "v. 73 (1992)" + "v. 1 nos. 1-7" ], "enumerationChronology_sort": [ - " 73-1992" + " 1-" ], "formatLiteral": [ "Text" @@ -6049,19 +7010,19 @@ "loc:rc2ma||Offsite" ], "idBarcode": [ - "33433111366286" + "33433057842290" ], "identifier": [ - "urn:shelfmark:*OLA 76-1248 v. 73 (1992)", - "urn:barcode:33433111366286" + "urn:shelfmark:*OLA+ 77-1212 v. 1 nos. 1-7", + "urn:barcode:33433057842290" ], "identifierV2": [ { - "value": "*OLA 76-1248 v. 73 (1992)", + "value": "*OLA+ 77-1212 v. 1 nos. 1-7", "type": "bf:ShelfMark" }, { - "value": "33433111366286", + "value": "33433057842290", "type": "bf:Barcode" } ], @@ -6075,7 +7036,7 @@ "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ - "*OLA 76-1248" + "*OLA+ 77-1212" ], "recapCustomerCode": [ "NA" @@ -6084,9 +7045,9 @@ true ], "shelfMark": [ - "*OLA 76-1248 v. 73 (1992)" + "*OLA+ 77-1212 v. 1 nos. 1-7" ], - "shelfMark_sort": "a*OLA 76-1248 v. 000073 (1992)", + "shelfMark_sort": "a*OLA+ 77-1212 v. 000001 nos. 1-7", "status": [ { "id": "status:a", @@ -6101,46 +7062,242 @@ ], "volumeRange": [ { - "gte": 73, - "lte": 73 + "gte": 1, + "lte": 1 } ], - "uri": "i31158194" + "uri": "i13844383" }, "sort": [ - " 73-1992" + " 1-" ] - }, - { - "_nested": { - "field": "items", - "offset": 11 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10448884", + "_score": null, + "_source": { + "extent": [ + "v. illus., maps." + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographies.", + "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": [ + "Prakaṭaṇa Mattu Pracārō Panyāsa Vibhāga, Beṅgaḷūru Viśvavidyālaya" + ], + "language": [ + { + "id": "lang:kan", + "label": "Kannada" + } + ], + "numItemsTotal": [ + 6 + ], + "createdYear": [ + 1974 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Samagra Kannaḍa sāhitya caritre. [Pradhāna Sampādakaru Jī. Esau. Sivarudrappa]" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLA 77-1564" + ], + "numItemVolumesParsed": [ + 6 + ], + "createdString": [ + "1974" + ], + "idLccn": [ + "75907097" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Sivarudrappa, G. S., 1926-" + ], + "dateStartYear": [ + 1974 + ], + "idOclc": [ + "25483666", + "NYPG774800277-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA 77-1564" + }, + { + "type": "nypl:Bnumber", + "value": "10448884" + }, + { + "type": "nypl:Oclc", + "value": "25483666" + }, + { + "type": "nypl:Oclc", + "value": "NYPG774800277-B" + }, + { + "type": "bf:Lccn", + "value": "75907097" + }, + { + "type": "bf:Identifier", + "value": "NN774800277" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0452778" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)25483666" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711320292964, + "publicationStatement": [ + "Beṅgaḷūru, Prakaṭaṇa Mattu Pracārō Panyāsa Vibhāga, Beṅgaḷūru Viśvavidyālaya, 1974-" + ], + "identifier": [ + "urn:shelfmark:*OLA 77-1564", + "urn:bnum:10448884", + "urn:oclc:25483666", + "urn:oclc:NYPG774800277-B", + "urn:lccn:75907097", + "urn:identifier:NN774800277", + "urn:identifier:(WaOLN)nyp0452778", + "urn:identifier:(OCoLC)25483666" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1974" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Kannada literature -- History and criticism." + ], + "titleDisplay": [ + "Samagra Kannaḍa sāhitya caritre. [Pradhāna Sampādakaru Jī. Esau. Sivarudrappa]" + ], + "uri": "b10448884", + "placeOfPublication": [ + "Beṅgaḷūru" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + "b10448884" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 6, + "max_score": null, + "hits": [ + { + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" ], "enumerationChronology": [ - "v. 72" + "v. 6" ], "enumerationChronology_sort": [ - " 72-" + " 6-" ], "formatLiteral": [ "Text" @@ -6155,19 +7312,19 @@ "loc:rc2ma||Offsite" ], "idBarcode": [ - "33433014576510" + "33433005544758" ], "identifier": [ - "urn:shelfmark:*OLA 76-1248 v. 72", - "urn:barcode:33433014576510" + "urn:shelfmark:*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6. v. 6", + "urn:barcode:33433005544758" ], "identifierV2": [ { - "value": "*OLA 76-1248 v. 72", + "value": "*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6. v. 6", "type": "bf:ShelfMark" }, { - "value": "33433014576510", + "value": "33433005544758", "type": "bf:Barcode" } ], @@ -6181,7 +7338,7 @@ "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ - "*OLA 76-1248" + "*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6." ], "recapCustomerCode": [ "NA" @@ -6190,9 +7347,9 @@ true ], "shelfMark": [ - "*OLA 76-1248 v. 72" + "*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6. v. 6" ], - "shelfMark_sort": "a*OLA 76-1248 v. 000072", + "shelfMark_sort": "a*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6. v. 000006", "status": [ { "id": "status:a", @@ -6207,20 +7364,20 @@ ], "volumeRange": [ { - "gte": 72, - "lte": 72 + "gte": 6, + "lte": 6 } ], - "uri": "i10074592" + "uri": "i10105102" }, "sort": [ - " 72-" + " 6-" ] }, { "_nested": { "field": "items", - "offset": 12 + "offset": 2 }, "_score": null, "_source": { @@ -6235,18 +7392,18 @@ ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" + "catalogItemType:55||book, limited circ, MaRLI" ], "enumerationChronology": [ - "v. 71" + "v. 4 pt. 1" ], "enumerationChronology_sort": [ - " 71-" + " 4-" ], "formatLiteral": [ "Text" @@ -6261,19 +7418,19 @@ "loc:rc2ma||Offsite" ], "idBarcode": [ - "33433014576502" + "33433005544733" ], "identifier": [ - "urn:shelfmark:*OLA 76-1248 v. 71", - "urn:barcode:33433014576502" + "urn:shelfmark:*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6. v. 4 pt. 1", + "urn:barcode:33433005544733" ], "identifierV2": [ { - "value": "*OLA 76-1248 v. 71", + "value": "*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6. v. 4 pt. 1", "type": "bf:ShelfMark" }, { - "value": "33433014576502", + "value": "33433005544733", "type": "bf:Barcode" } ], @@ -6287,7 +7444,7 @@ "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ - "*OLA 76-1248" + "*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6." ], "recapCustomerCode": [ "NA" @@ -6296,9 +7453,9 @@ true ], "shelfMark": [ - "*OLA 76-1248 v. 71" + "*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6. v. 4 pt. 1" ], - "shelfMark_sort": "a*OLA 76-1248 v. 000071", + "shelfMark_sort": "a*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6. v. 000004 pt. 1", "status": [ { "id": "status:a", @@ -6313,20 +7470,20 @@ ], "volumeRange": [ { - "gte": 71, - "lte": 71 + "gte": 4, + "lte": 4 } ], - "uri": "i10074591" + "uri": "i10105100" }, "sort": [ - " 71-" + " 4-" ] }, { "_nested": { "field": "items", - "offset": 13 + "offset": 1 }, "_score": null, "_source": { @@ -6341,18 +7498,18 @@ ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" + "catalogItemType:55||book, limited circ, MaRLI" ], "enumerationChronology": [ - "v. 70" + "v. 4 pt. 2" ], "enumerationChronology_sort": [ - " 70-" + " 4-" ], "formatLiteral": [ "Text" @@ -6367,19 +7524,19 @@ "loc:rc2ma||Offsite" ], "idBarcode": [ - "33433014576528" + "33433005544741" ], "identifier": [ - "urn:shelfmark:*OLA 76-1248 v. 70", - "urn:barcode:33433014576528" + "urn:shelfmark:*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6. v. 4 pt. 2", + "urn:barcode:33433005544741" ], "identifierV2": [ { - "value": "*OLA 76-1248 v. 70", + "value": "*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6. v. 4 pt. 2", "type": "bf:ShelfMark" }, { - "value": "33433014576528", + "value": "33433005544741", "type": "bf:Barcode" } ], @@ -6393,7 +7550,7 @@ "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ - "*OLA 76-1248" + "*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6." ], "recapCustomerCode": [ "NA" @@ -6402,9 +7559,9 @@ true ], "shelfMark": [ - "*OLA 76-1248 v. 70" + "*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6. v. 4 pt. 2" ], - "shelfMark_sort": "a*OLA 76-1248 v. 000070", + "shelfMark_sort": "a*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6. v. 000004 pt. 2", "status": [ { "id": "status:a", @@ -6419,20 +7576,206 @@ ], "volumeRange": [ { - "gte": 70, - "lte": 70 + "gte": 4, + "lte": 4 } ], - "uri": "i10074593" + "uri": "i10105101" }, "sort": [ - " 70-" + " 4-" ] - }, + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10448885", + "_score": null, + "_source": { + "extent": [ + "- v." + ], + "note": [ + { + "noteType": "Note", + "label": "Kannaḍa Adhyayana Saṃstheya prakaṭaṇe: Sāmānyamāle.", + "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": [ + "Kannaḍa Adhyayana Saṃsthe, Maisūru Viśvavidyānilaya: Mārāṭagāraru, Prasārāṅga" + ], + "language": [ + { + "id": "lang:kan", + "label": "Kannada" + } + ], + "numItemsTotal": [ + 6 + ], + "createdYear": [ + 1974 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Kannaḍa Adhyayana Saṃstheya Kannaḍa sāhitya caritre. Pradhāna Sampādaka, Hā. Mā. Nāyaka: Sampādaka, Ṭi. Vi. Veṅkaṭācala Śāstrī. 1st ed." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLA 77-1563" + ], + "numItemVolumesParsed": [ + 6 + ], + "createdString": [ + "1974" + ], + "idLccn": [ + "75905691" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Nayak, Harogadde Manappa, 1931-", + "Venkatachala Sastry, T. V., 1933-" + ], + "dateStartYear": [ + 1974 + ], + "idOclc": [ + "NYPG774800289-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA 77-1563" + }, + { + "type": "nypl:Bnumber", + "value": "10448885" + }, + { + "type": "nypl:Oclc", + "value": "NYPG774800289-B" + }, + { + "type": "bf:Lccn", + "value": "75905691" + }, + { + "type": "bf:Identifier", + "value": "NN774800289" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0452779" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711544119072, + "publicationStatement": [ + "Maisūru: Kannaḍa Adhyayana Saṃsthe, Maisūru Viśvavidyānilaya: Mārāṭagāraru, Prasārāṅga, 1974-" + ], + "identifier": [ + "urn:shelfmark:*OLA 77-1563", + "urn:bnum:10448885", + "urn:oclc:NYPG774800289-B", + "urn:lccn:75905691", + "urn:identifier:NN774800289", + "urn:identifier:(WaOLN)nyp0452779" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1974" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Kannada literature -- History and criticism." + ], + "titleDisplay": [ + "Kannaḍa Adhyayana Saṃstheya Kannaḍa sāhitya caritre. Pradhāna Sampādaka, Hā. Mā. Nāyaka: Sampādaka, Ṭi. Vi. Veṅkaṭācala Śāstrī. 1st ed." + ], + "uri": "b10448885", + "placeOfPublication": [ + "Maisūru" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + "b10448885" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 6, + "max_score": null, + "hits": [ { "_nested": { "field": "items", - "offset": 14 + "offset": 0 }, "_score": null, "_source": { @@ -6447,18 +7790,18 @@ ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" + "catalogItemType:55||book, limited circ, MaRLI" ], "enumerationChronology": [ - "v. 68" + "v. 5 pt. 1" ], "enumerationChronology_sort": [ - " 68-" + " 5-" ], "formatLiteral": [ "Text" @@ -6473,19 +7816,19 @@ "loc:rc2ma||Offsite" ], "idBarcode": [ - "33433014576478" + "33433005545177" ], "identifier": [ - "urn:shelfmark:*OLA 76-1248 v. 68", - "urn:barcode:33433014576478" + "urn:shelfmark:*OLA 77-1563 v. 5 pt. 1", + "urn:barcode:33433005545177" ], "identifierV2": [ { - "value": "*OLA 76-1248 v. 68", + "value": "*OLA 77-1563 v. 5 pt. 1", "type": "bf:ShelfMark" }, { - "value": "33433014576478", + "value": "33433005545177", "type": "bf:Barcode" } ], @@ -6499,7 +7842,7 @@ "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ - "*OLA 76-1248" + "*OLA 77-1563" ], "recapCustomerCode": [ "NA" @@ -6508,9 +7851,9 @@ true ], "shelfMark": [ - "*OLA 76-1248 v. 68" + "*OLA 77-1563 v. 5 pt. 1" ], - "shelfMark_sort": "a*OLA 76-1248 v. 000068", + "shelfMark_sort": "a*OLA 77-1563 v. 000005 pt. 1", "status": [ { "id": "status:a", @@ -6525,20 +7868,20 @@ ], "volumeRange": [ { - "gte": 68, - "lte": 68 + "gte": 5, + "lte": 5 } ], - "uri": "i10074588" + "uri": "i10105108" }, "sort": [ - " 68-" + " 5-" ] }, { "_nested": { "field": "items", - "offset": 15 + "offset": 2 }, "_score": null, "_source": { @@ -6553,18 +7896,18 @@ ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" + "catalogItemType:55||book, limited circ, MaRLI" ], "enumerationChronology": [ - "v. 67" + "v. 4 pt. 1" ], "enumerationChronology_sort": [ - " 67-" + " 4-" ], "formatLiteral": [ "Text" @@ -6579,19 +7922,19 @@ "loc:rc2ma||Offsite" ], "idBarcode": [ - "33433014576460" + "33433005545151" ], "identifier": [ - "urn:shelfmark:*OLA 76-1248 v. 67", - "urn:barcode:33433014576460" + "urn:shelfmark:*OLA 77-1563 v. 4 pt. 1", + "urn:barcode:33433005545151" ], "identifierV2": [ { - "value": "*OLA 76-1248 v. 67", + "value": "*OLA 77-1563 v. 4 pt. 1", "type": "bf:ShelfMark" }, { - "value": "33433014576460", + "value": "33433005545151", "type": "bf:Barcode" } ], @@ -6605,7 +7948,7 @@ "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ - "*OLA 76-1248" + "*OLA 77-1563" ], "recapCustomerCode": [ "NA" @@ -6614,9 +7957,9 @@ true ], "shelfMark": [ - "*OLA 76-1248 v. 67" + "*OLA 77-1563 v. 4 pt. 1" ], - "shelfMark_sort": "a*OLA 76-1248 v. 000067", + "shelfMark_sort": "a*OLA 77-1563 v. 000004 pt. 1", "status": [ { "id": "status:a", @@ -6631,20 +7974,20 @@ ], "volumeRange": [ { - "gte": 67, - "lte": 67 + "gte": 4, + "lte": 4 } ], - "uri": "i10074587" + "uri": "i10105106" }, "sort": [ - " 67-" + " 4-" ] }, { "_nested": { "field": "items", - "offset": 16 + "offset": 1 }, "_score": null, "_source": { @@ -6659,18 +8002,18 @@ ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" + "catalogItemType:55||book, limited circ, MaRLI" ], "enumerationChronology": [ - "v. 66" + "v. 4 pt. 2" ], "enumerationChronology_sort": [ - " 66-" + " 4-" ], "formatLiteral": [ "Text" @@ -6685,19 +8028,19 @@ "loc:rc2ma||Offsite" ], "idBarcode": [ - "33433014576486" + "33433005545169" ], "identifier": [ - "urn:shelfmark:*OLA 76-1248 v. 66", - "urn:barcode:33433014576486" + "urn:shelfmark:*OLA 77-1563 v. 4 pt. 2", + "urn:barcode:33433005545169" ], "identifierV2": [ { - "value": "*OLA 76-1248 v. 66", + "value": "*OLA 77-1563 v. 4 pt. 2", "type": "bf:ShelfMark" }, { - "value": "33433014576486", + "value": "33433005545169", "type": "bf:Barcode" } ], @@ -6711,7 +8054,7 @@ "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ - "*OLA 76-1248" + "*OLA 77-1563" ], "recapCustomerCode": [ "NA" @@ -6720,9 +8063,9 @@ true ], "shelfMark": [ - "*OLA 76-1248 v. 66" + "*OLA 77-1563 v. 4 pt. 2" ], - "shelfMark_sort": "a*OLA 76-1248 v. 000066", + "shelfMark_sort": "a*OLA 77-1563 v. 000004 pt. 2", "status": [ { "id": "status:a", @@ -6737,27 +8080,212 @@ ], "volumeRange": [ { - "gte": 66, - "lte": 66 + "gte": 4, + "lte": 4 } ], - "uri": "i10074589" + "uri": "i10105107" }, "sort": [ - " 66-" + " 4-" ] - }, - { - "_nested": { - "field": "items", - "offset": 17 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10621864", + "_score": null, + "_source": { + "extent": [ + "-v." + ], + "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", + "Kuvempu, 1904-1994 -- Correspondence" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Bayalunēmi Prakāśana" + ], + "language": [ + { + "id": "lang:kan", + "label": "Kannada" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1974 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Kuvempu patragaḷu. Sampādaka Hariharapriya. 1. Āvṛtti." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLA 79-209" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1974" + ], + "creatorLiteral": [ + "Kuvempu, 1904-1994." + ], + "idLccn": [ + "75905629" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1974 + ], + "idOclc": [ + "NYPG804084236-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA 79-209" + }, + { + "type": "nypl:Bnumber", + "value": "10621864" + }, + { + "type": "nypl:Oclc", + "value": "NYPG804084236-B" + }, + { + "type": "bf:Lccn", + "value": "75905629" + }, + { + "type": "bf:Identifier", + "value": "NN804084236" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0627536" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711231441176, + "publicationStatement": [ + "Mandagere, Bayalunēmi Prakāśana, 1974-" + ], + "identifier": [ + "urn:shelfmark:*OLA 79-209", + "urn:bnum:10621864", + "urn:oclc:NYPG804084236-B", + "urn:lccn:75905629", + "urn:identifier:NN804084236", + "urn:identifier:(WaOLN)nyp0627536" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1974" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Kuvempu, 1904-1994 -- Correspondence." + ], + "titleDisplay": [ + "Kuvempu patragaḷu. Sampādaka Hariharapriya. 1. Āvṛtti." + ], + "uri": "b10621864", + "placeOfPublication": [ + "Mandagere" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "20 cm." + ] + }, + "sort": [ + "b10621864" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 1, + "max_score": null, + "hits": [ + { + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ @@ -6765,18 +8293,12 @@ ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "enumerationChronology": [ - "v. 65" - ], - "enumerationChronology_sort": [ - " 65-" + "catalogItemType:55||book, limited circ, MaRLI" ], "formatLiteral": [ "Text" @@ -6791,19 +8313,19 @@ "loc:rc2ma||Offsite" ], "idBarcode": [ - "33433014576494" + "33433014576221" ], "identifier": [ - "urn:shelfmark:*OLA 76-1248 v. 65", - "urn:barcode:33433014576494" + "urn:shelfmark:*OLA 79-209", + "urn:barcode:33433014576221" ], "identifierV2": [ { - "value": "*OLA 76-1248 v. 65", + "value": "*OLA 79-209", "type": "bf:ShelfMark" }, { - "value": "33433014576494", + "value": "33433014576221", "type": "bf:Barcode" } ], @@ -6817,7 +8339,7 @@ "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ - "*OLA 76-1248" + "*OLA 79-209" ], "recapCustomerCode": [ "NA" @@ -6826,9 +8348,9 @@ true ], "shelfMark": [ - "*OLA 76-1248 v. 65" + "*OLA 79-209" ], - "shelfMark_sort": "a*OLA 76-1248 v. 000065", + "shelfMark_sort": "a*OLA 79-000209", "status": [ { "id": "status:a", @@ -6841,128 +8363,208 @@ "type": [ "bf:Item" ], - "volumeRange": [ - { - "gte": 65, - "lte": 65 - } - ], - "uri": "i10074590" + "uri": "i10139695" }, "sort": [ - " 65-" + null ] - }, - { - "_nested": { - "field": "items", - "offset": 18 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "enumerationChronology": [ - "v. 63" - ], - "enumerationChronology_sort": [ - " 63-" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433014576452" - ], - "identifier": [ - "urn:shelfmark:*OLA 76-1248 v. 63", - "urn:barcode:33433014576452" - ], - "identifierV2": [ - { - "value": "*OLA 76-1248 v. 63", - "type": "bf:ShelfMark" - }, - { - "value": "33433014576452", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "physicalLocation": [ - "*OLA 76-1248" - ], - "recapCustomerCode": [ - "NA" - ], - "requestable": [ - true - ], - "shelfMark": [ - "*OLA 76-1248 v. 63" - ], - "shelfMark_sort": "a*OLA 76-1248 v. 000063", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 63, - "lte": 63 - } - ], - "uri": "i10074586" - }, - "sort": [ - " 63-" - ] - }, + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10691564", + "_score": null, + "_source": { + "extent": [ + "v. illus." + ], + "note": [ + { + "noteType": "Language", + "label": "In Kannada.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Carnatic (India)", + "Carnatic (India) -- Biography" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Kāvyālaya" + ], + "language": [ + { + "id": "lang:kan", + "label": "Kannada" + } + ], + "numItemsTotal": [ + 4 + ], + "createdYear": [ + 1969 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Jñāpaka citraśāle." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLA 81-2012" + ], + "numItemVolumesParsed": [ + 4 + ], + "createdString": [ + "1969" + ], + "creatorLiteral": [ + "Gundappa, D. V." + ], + "idLccn": [ + "70911699" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Kannaḍa Kāvyamāle" + ], + "dateStartYear": [ + 1969 + ], + "idOclc": [ + "20232509", + "NYPG81-B1646" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA 81-2012" + }, + { + "type": "nypl:Bnumber", + "value": "10691564" + }, + { + "type": "nypl:Oclc", + "value": "20232509" + }, + { + "type": "nypl:Oclc", + "value": "NYPG81-B1646" + }, + { + "type": "bf:Lccn", + "value": "70911699" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0698090" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)20232509" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711544419484, + "publicationStatement": [ + "Maisūru, Kāvyālaya [1969-" + ], + "identifier": [ + "urn:shelfmark:*OLA 81-2012", + "urn:bnum:10691564", + "urn:oclc:20232509", + "urn:oclc:NYPG81-B1646", + "urn:lccn:70911699", + "urn:identifier:(WaOLN)nyp0698090", + "urn:identifier:(OCoLC)20232509" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1969" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Carnatic (India) -- Biography." + ], + "titleDisplay": [ + "Jñāpaka citraśāle. [Lēkhaka] Di. Vi. Ji." + ], + "uri": "b10691564", + "lccClassification": [ + "DS485.C24 G85" + ], + "placeOfPublication": [ + "Maisūru" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + "b10691564" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 4, + "max_score": null, + "hits": [ { "_nested": { "field": "items", - "offset": 19 + "offset": 0 }, "_score": null, "_source": { @@ -6977,18 +8579,18 @@ ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" + "catalogItemType:55||book, limited circ, MaRLI" ], "enumerationChronology": [ - "v. 62" + "v. 8" ], "enumerationChronology_sort": [ - " 62-" + " 8-" ], "formatLiteral": [ "Text" @@ -7003,19 +8605,19 @@ "loc:rc2ma||Offsite" ], "idBarcode": [ - "33433014576445" + "33433013122498" ], "identifier": [ - "urn:shelfmark:*OLA 76-1248 v. 62", - "urn:barcode:33433014576445" + "urn:shelfmark:*OLA 81-2012 v. 8", + "urn:barcode:33433013122498" ], "identifierV2": [ { - "value": "*OLA 76-1248 v. 62", + "value": "*OLA 81-2012 v. 8", "type": "bf:ShelfMark" }, { - "value": "33433014576445", + "value": "33433013122498", "type": "bf:Barcode" } ], @@ -7029,7 +8631,7 @@ "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ - "*OLA 76-1248" + "*OLA 81-2012" ], "recapCustomerCode": [ "NA" @@ -7038,9 +8640,9 @@ true ], "shelfMark": [ - "*OLA 76-1248 v. 62" + "*OLA 81-2012 v. 8" ], - "shelfMark_sort": "a*OLA 76-1248 v. 000062", + "shelfMark_sort": "a*OLA 81-2012 v. 000008", "status": [ { "id": "status:a", @@ -7055,20 +8657,20 @@ ], "volumeRange": [ { - "gte": 62, - "lte": 62 + "gte": 8, + "lte": 8 } ], - "uri": "i10074585" + "uri": "i10153975" }, "sort": [ - " 62-" + " 8-" ] }, { "_nested": { "field": "items", - "offset": 20 + "offset": 1 }, "_score": null, "_source": { @@ -7083,18 +8685,18 @@ ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" + "catalogItemType:55||book, limited circ, MaRLI" ], "enumerationChronology": [ - "v. 60" + "v. 7" ], "enumerationChronology_sort": [ - " 60-" + " 7-" ], "formatLiteral": [ "Text" @@ -7109,19 +8711,19 @@ "loc:rc2ma||Offsite" ], "idBarcode": [ - "33433014576437" + "33433013118769" ], "identifier": [ - "urn:shelfmark:*OLA 76-1248 v. 60", - "urn:barcode:33433014576437" + "urn:shelfmark:*OLA 81-2012 v. 7", + "urn:barcode:33433013118769" ], "identifierV2": [ { - "value": "*OLA 76-1248 v. 60", + "value": "*OLA 81-2012 v. 7", "type": "bf:ShelfMark" }, { - "value": "33433014576437", + "value": "33433013118769", "type": "bf:Barcode" } ], @@ -7135,7 +8737,7 @@ "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ - "*OLA 76-1248" + "*OLA 81-2012" ], "recapCustomerCode": [ "NA" @@ -7144,9 +8746,9 @@ true ], "shelfMark": [ - "*OLA 76-1248 v. 60" + "*OLA 81-2012 v. 7" ], - "shelfMark_sort": "a*OLA 76-1248 v. 000060", + "shelfMark_sort": "a*OLA 81-2012 v. 000007", "status": [ { "id": "status:a", @@ -7161,20 +8763,20 @@ ], "volumeRange": [ { - "gte": 60, - "lte": 60 + "gte": 7, + "lte": 7 } ], - "uri": "i10074584" + "uri": "i10153974" }, "sort": [ - " 60-" + " 7-" ] }, { "_nested": { "field": "items", - "offset": 21 + "offset": 2 }, "_score": null, "_source": { @@ -7189,18 +8791,18 @@ ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" + "catalogItemType:55||book, limited circ, MaRLI" ], "enumerationChronology": [ - "v. 56, no. 1-4" + "v. 5" ], "enumerationChronology_sort": [ - " 56-" + " 5-" ], "formatLiteral": [ "Text" @@ -7215,19 +8817,19 @@ "loc:rc2ma||Offsite" ], "idBarcode": [ - "33433014576429" + "33433013118751" ], "identifier": [ - "urn:shelfmark:*OLA 76-1248 v. 56, no. 1-4", - "urn:barcode:33433014576429" + "urn:shelfmark:*OLA 81-2012 v. 5", + "urn:barcode:33433013118751" ], "identifierV2": [ { - "value": "*OLA 76-1248 v. 56, no. 1-4", + "value": "*OLA 81-2012 v. 5", "type": "bf:ShelfMark" }, { - "value": "33433014576429", + "value": "33433013118751", "type": "bf:Barcode" } ], @@ -7241,7 +8843,7 @@ "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ - "*OLA 76-1248" + "*OLA 81-2012" ], "recapCustomerCode": [ "NA" @@ -7250,9 +8852,9 @@ true ], "shelfMark": [ - "*OLA 76-1248 v. 56, no. 1-4" + "*OLA 81-2012 v. 5" ], - "shelfMark_sort": "a*OLA 76-1248 v. 000056, no. 1-4", + "shelfMark_sort": "a*OLA 81-2012 v. 000005", "status": [ { "id": "status:a", @@ -7267,20 +8869,192 @@ ], "volumeRange": [ { - "gte": 56, - "lte": 56 + "gte": 5, + "lte": 5 } ], - "uri": "i10074583" + "uri": "i10153973" }, "sort": [ - " 56-" + " 5-" ] - }, + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10734117", + "_score": null, + "_source": { + "extent": [ + "v. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Kannada.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Karanth, Kota Shivarama, 1902-", + "Authors, Kannada", + "Authors, Kannada -- 20th century", + "Authors, Kannada -- 20th century -- Biography" + ], + "numItemDatesParsed": [ + 0 + ], + "language": [ + { + "id": "lang:kan", + "label": "Kannada" + } + ], + "numItemsTotal": [ + 3 + ], + "createdYear": [ + 1977 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Smrti pataladinda" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLA 81-2376" + ], + "numItemVolumesParsed": [ + 3 + ], + "createdString": [ + "1977" + ], + "creatorLiteral": [ + "Karanth, Kota Shivarama, 1902-" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1977 + ], + "idOclc": [ + "10695468", + "NYPG82-B17122" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA 81-2376" + }, + { + "type": "nypl:Bnumber", + "value": "10734117" + }, + { + "type": "nypl:Oclc", + "value": "10695468" + }, + { + "type": "nypl:Oclc", + "value": "NYPG82-B17122" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0740886" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)10695468" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711108049683, + "identifier": [ + "urn:shelfmark:*OLA 81-2376", + "urn:bnum:10734117", + "urn:oclc:10695468", + "urn:oclc:NYPG82-B17122", + "urn:identifier:(WaOLN)nyp0740886", + "urn:identifier:(OCoLC)10695468" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1977" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Karanth, Kota Shivarama, 1902-", + "Authors, Kannada -- 20th century -- Biography." + ], + "titleDisplay": [ + "Smrti pataladinda / Śivarāma Kāranta." + ], + "uri": "b10734117", + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + "b10734117" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 3, + "max_score": null, + "hits": [ { "_nested": { "field": "items", - "offset": 22 + "offset": 0 }, "_score": null, "_source": { @@ -7295,18 +9069,18 @@ ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" + "catalogItemType:55||book, limited circ, MaRLI" ], "enumerationChronology": [ - "v. 55" + "v. 3" ], "enumerationChronology_sort": [ - " 55-" + " 3-" ], "formatLiteral": [ "Text" @@ -7321,19 +9095,19 @@ "loc:rc2ma||Offsite" ], "idBarcode": [ - "33433014576411" + "33433013122290" ], "identifier": [ - "urn:shelfmark:*OLA 76-1248 v. 55", - "urn:barcode:33433014576411" + "urn:shelfmark:*OLA 81-2376 v. 3", + "urn:barcode:33433013122290" ], "identifierV2": [ { - "value": "*OLA 76-1248 v. 55", + "value": "*OLA 81-2376 v. 3", "type": "bf:ShelfMark" }, { - "value": "33433014576411", + "value": "33433013122290", "type": "bf:Barcode" } ], @@ -7347,7 +9121,7 @@ "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ - "*OLA 76-1248" + "*OLA 81-2376" ], "recapCustomerCode": [ "NA" @@ -7356,9 +9130,9 @@ true ], "shelfMark": [ - "*OLA 76-1248 v. 55" + "*OLA 81-2376 v. 3" ], - "shelfMark_sort": "a*OLA 76-1248 v. 000055", + "shelfMark_sort": "a*OLA 81-2376 v. 000003", "status": [ { "id": "status:a", @@ -7373,20 +9147,20 @@ ], "volumeRange": [ { - "gte": 55, - "lte": 55 + "gte": 3, + "lte": 3 } ], - "uri": "i10074582" + "uri": "i10161646" }, "sort": [ - " 55-" + " 3-" ] }, { "_nested": { "field": "items", - "offset": 23 + "offset": 1 }, "_score": null, "_source": { @@ -7401,18 +9175,18 @@ ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" + "catalogItemType:55||book, limited circ, MaRLI" ], "enumerationChronology": [ - "v. 54" + "v. 2" ], "enumerationChronology_sort": [ - " 54-" + " 2-" ], "formatLiteral": [ "Text" @@ -7427,19 +9201,19 @@ "loc:rc2ma||Offsite" ], "idBarcode": [ - "33433014576049" + "33433013122282" ], "identifier": [ - "urn:shelfmark:*OLA 76-1248 v. 54", - "urn:barcode:33433014576049" + "urn:shelfmark:*OLA 81-2376 v. 2", + "urn:barcode:33433013122282" ], "identifierV2": [ { - "value": "*OLA 76-1248 v. 54", + "value": "*OLA 81-2376 v. 2", "type": "bf:ShelfMark" }, { - "value": "33433014576049", + "value": "33433013122282", "type": "bf:Barcode" } ], @@ -7453,7 +9227,7 @@ "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ - "*OLA 76-1248" + "*OLA 81-2376" ], "recapCustomerCode": [ "NA" @@ -7462,9 +9236,9 @@ true ], "shelfMark": [ - "*OLA 76-1248 v. 54" + "*OLA 81-2376 v. 2" ], - "shelfMark_sort": "a*OLA 76-1248 v. 000054", + "shelfMark_sort": "a*OLA 81-2376 v. 000002", "status": [ { "id": "status:a", @@ -7479,20 +9253,20 @@ ], "volumeRange": [ { - "gte": 54, - "lte": 54 + "gte": 2, + "lte": 2 } ], - "uri": "i10074581" + "uri": "i10161645" }, "sort": [ - " 54-" + " 2-" ] }, { "_nested": { "field": "items", - "offset": 24 + "offset": 2 }, "_score": null, "_source": { @@ -7507,18 +9281,18 @@ ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" + "catalogItemType:55||book, limited circ, MaRLI" ], "enumerationChronology": [ - "v. 53" + "v. 1" ], "enumerationChronology_sort": [ - " 53-" + " 1-" ], "formatLiteral": [ "Text" @@ -7533,19 +9307,19 @@ "loc:rc2ma||Offsite" ], "idBarcode": [ - "33433014576031" + "33433013122274" ], "identifier": [ - "urn:shelfmark:*OLA 76-1248 v. 53", - "urn:barcode:33433014576031" + "urn:shelfmark:*OLA 81-2376 v. 1", + "urn:barcode:33433013122274" ], "identifierV2": [ { - "value": "*OLA 76-1248 v. 53", + "value": "*OLA 81-2376 v. 1", "type": "bf:ShelfMark" }, { - "value": "33433014576031", + "value": "33433013122274", "type": "bf:Barcode" } ], @@ -7559,7 +9333,7 @@ "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ - "*OLA 76-1248" + "*OLA 81-2376" ], "recapCustomerCode": [ "NA" @@ -7568,9 +9342,9 @@ true ], "shelfMark": [ - "*OLA 76-1248 v. 53" + "*OLA 81-2376 v. 1" ], - "shelfMark_sort": "a*OLA 76-1248 v. 000053", + "shelfMark_sort": "a*OLA 81-2376 v. 000001", "status": [ { "id": "status:a", @@ -7585,23 +9359,220 @@ ], "volumeRange": [ { - "gte": 53, - "lte": 53 + "gte": 1, + "lte": 1 } ], - "uri": "i10074580" + "uri": "i10161644" }, "sort": [ - " 53-" + " 1-" ] - }, - { - "_nested": { - "field": "items", - "offset": 25 - }, - "_score": null, - "_source": { + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10756472", + "_score": null, + "_source": { + "extent": [ + "v. in illus." + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title, text and musical notation in Kannada.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Songs, Tamil", + "Music, Kannada" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Guru Guha Gana Nilaya" + ], + "language": [ + { + "id": "lang:kan", + "label": "Kannada" + } + ], + "numItemsTotal": [ + 3 + ], + "createdYear": [ + 1963 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Maharaja Sri Swati Tirunal kritis. With notation." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JML 82-4" + ], + "numItemVolumesParsed": [ + 3 + ], + "createdString": [ + "1963" + ], + "creatorLiteral": [ + "Svātitirunāḷ, 1813-1846." + ], + "idLccn": [ + "sa 66002381" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Karnataka sangeetha tarangini series book 5-" + ], + "contributorLiteral": [ + "Sreenivasa Iyer, Semmangudi R.", + "Shankara Murthy, Mathur R." + ], + "dateStartYear": [ + 1963 + ], + "idOclc": [ + "10408849", + "NYPG82-C2064" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JML 82-4" + }, + { + "type": "nypl:Bnumber", + "value": "10756472" + }, + { + "type": "nypl:Oclc", + "value": "10408849" + }, + { + "type": "nypl:Oclc", + "value": "NYPG82-C2064" + }, + { + "type": "bf:Lccn", + "value": "sa 66002381" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0763357" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)10408849" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1710998659676, + "publicationStatement": [ + "Bangalore, Guru Guha Gana Nilaya [1963-" + ], + "identifier": [ + "urn:shelfmark:JML 82-4", + "urn:bnum:10756472", + "urn:oclc:10408849", + "urn:oclc:NYPG82-C2064", + "urn:lccn:sa 66002381", + "urn:identifier:(WaOLN)nyp0763357", + "urn:identifier:(OCoLC)10408849" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:not", + "label": "Notated music" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1963" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Songs, Tamil.", + "Music, Kannada." + ], + "titleDisplay": [ + "Maharaja Sri Swati Tirunal kritis. With notation. / Tamil original edited by Semmangudi Srinivasa Aiyar. [Translated] by M.R. Shankaramurthy." + ], + "uri": "b10756472", + "lccClassification": [ + "M1808.R256 M3" + ], + "placeOfPublication": [ + "Bangalore" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "25 cm." + ] + }, + "sort": [ + "b10756472" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 3, + "max_score": null, + "hits": [ + { + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { "accessMessage": [ { "id": "accessMessage:2", @@ -7613,70 +9584,70 @@ ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:7", + "label": "printed music, non-circ" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" + "catalogItemType:7||printed music, non-circ" ], "enumerationChronology": [ - "v. 52, no. 3-4" + "v. 4-5" ], "enumerationChronology_sort": [ - " 52-" + " 4-" ], "formatLiteral": [ - "Text" + "Notated music" ], "holdingLocation": [ { - "id": "loc:rc2ma", + "id": "loc:rcpm2", "label": "Offsite" } ], "holdingLocation_packed": [ - "loc:rc2ma||Offsite" + "loc:rcpm2||Offsite" ], "idBarcode": [ - "33433014576023" + "33433068812035" ], "identifier": [ - "urn:shelfmark:*OLA 76-1248 v. 52, no. 3-4", - "urn:barcode:33433014576023" + "urn:shelfmark:JML 82-4 v. 4-5", + "urn:barcode:33433068812035" ], "identifierV2": [ { - "value": "*OLA 76-1248 v. 52, no. 3-4", + "value": "JML 82-4 v. 4-5", "type": "bf:ShelfMark" }, { - "value": "33433014576023", + "value": "33433068812035", "type": "bf:Barcode" } ], "owner": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" ], "physicalLocation": [ - "*OLA 76-1248" + "JML 82-4" ], "recapCustomerCode": [ - "NA" + "NP" ], "requestable": [ true ], "shelfMark": [ - "*OLA 76-1248 v. 52, no. 3-4" + "JML 82-4 v. 4-5" ], - "shelfMark_sort": "a*OLA 76-1248 v. 000052, no. 3-4", + "shelfMark_sort": "aJML 82-4 v. 000004-5", "status": [ { "id": "status:a", @@ -7691,20 +9662,20 @@ ], "volumeRange": [ { - "gte": 52, - "lte": 52 + "gte": 4, + "lte": 5 } ], - "uri": "i10074579" + "uri": "i14902566" }, "sort": [ - " 52-" + " 4-" ] }, { "_nested": { "field": "items", - "offset": 26 + "offset": 1 }, "_score": null, "_source": { @@ -7719,70 +9690,70 @@ ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:7", + "label": "printed music, non-circ" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" + "catalogItemType:7||printed music, non-circ" ], "enumerationChronology": [ - "v. 51, no. 3-4" + "v. 2-3" ], "enumerationChronology_sort": [ - " 51-" + " 2-" ], "formatLiteral": [ - "Text" + "Notated music" ], "holdingLocation": [ { - "id": "loc:rc2ma", + "id": "loc:rcpm2", "label": "Offsite" } ], "holdingLocation_packed": [ - "loc:rc2ma||Offsite" + "loc:rcpm2||Offsite" ], "idBarcode": [ - "33433014576015" + "33433068812027" ], "identifier": [ - "urn:shelfmark:*OLA 76-1248 v. 51, no. 3-4", - "urn:barcode:33433014576015" + "urn:shelfmark:JML 82-4 v. 2-3", + "urn:barcode:33433068812027" ], "identifierV2": [ { - "value": "*OLA 76-1248 v. 51, no. 3-4", + "value": "JML 82-4 v. 2-3", "type": "bf:ShelfMark" }, { - "value": "33433014576015", + "value": "33433068812027", "type": "bf:Barcode" } ], "owner": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" ], "physicalLocation": [ - "*OLA 76-1248" + "JML 82-4" ], "recapCustomerCode": [ - "NA" + "NP" ], "requestable": [ true ], "shelfMark": [ - "*OLA 76-1248 v. 51, no. 3-4" + "JML 82-4 v. 2-3" ], - "shelfMark_sort": "a*OLA 76-1248 v. 000051, no. 3-4", + "shelfMark_sort": "aJML 82-4 v. 000002-3", "status": [ { "id": "status:a", @@ -7797,20 +9768,20 @@ ], "volumeRange": [ { - "gte": 51, - "lte": 51 + "gte": 2, + "lte": 3 } ], - "uri": "i10074578" + "uri": "i14902565" }, "sort": [ - " 51-" + " 2-" ] }, { "_nested": { "field": "items", - "offset": 28 + "offset": 2 }, "_score": null, "_source": { @@ -7825,70 +9796,70 @@ ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:7", + "label": "printed music, non-circ" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" + "catalogItemType:7||printed music, non-circ" ], "enumerationChronology": [ - "v. 50, no. 1-2" + "v. 1" ], "enumerationChronology_sort": [ - " 50-" + " 1-" ], "formatLiteral": [ - "Text" + "Notated music" ], "holdingLocation": [ { - "id": "loc:rc2ma", + "id": "loc:rcpm2", "label": "Offsite" } ], "holdingLocation_packed": [ - "loc:rc2ma||Offsite" + "loc:rcpm2||Offsite" ], "idBarcode": [ - "33433014575991" + "33433068812019" ], "identifier": [ - "urn:shelfmark:*OLA 76-1248 v. 50, no. 1-2", - "urn:barcode:33433014575991" + "urn:shelfmark:JML 82-4 v. 1", + "urn:barcode:33433068812019" ], "identifierV2": [ { - "value": "*OLA 76-1248 v. 50, no. 1-2", + "value": "JML 82-4 v. 1", "type": "bf:ShelfMark" }, { - "value": "33433014575991", + "value": "33433068812019", "type": "bf:Barcode" } ], "owner": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" ], "physicalLocation": [ - "*OLA 76-1248" + "JML 82-4" ], "recapCustomerCode": [ - "NA" + "NP" ], "requestable": [ true ], "shelfMark": [ - "*OLA 76-1248 v. 50, no. 1-2" + "JML 82-4 v. 1" ], - "shelfMark_sort": "a*OLA 76-1248 v. 000050, no. 1-2", + "shelfMark_sort": "aJML 82-4 v. 000001", "status": [ { "id": "status:a", @@ -7903,20 +9874,214 @@ ], "volumeRange": [ { - "gte": 50, - "lte": 50 + "gte": 1, + "lte": 1 } ], - "uri": "i10074576" + "uri": "i14902564" }, "sort": [ - " 50-" + " 1-" ] - }, + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10836580", + "_score": null, + "_source": { + "extent": [ + "v." + ], + "note": [ + { + "noteType": "Note", + "label": "Without the music.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Kannada.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Songs, Kannada", + "Songs, Kannada -- Texts" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "[s.n.]" + ], + "language": [ + { + "id": "lang:kan", + "label": "Kannada" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1964 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Yakṣagāna chandassu." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLA 82-1982" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1964" + ], + "creatorLiteral": [ + "Kedilaya, K. P. Seetharama, 1930-" + ], + "idLccn": [ + "sa 68015716" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1964 + ], + "idOclc": [ + "24824716", + "NYPG84-B11151" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA 82-1982" + }, + { + "type": "nypl:Bnumber", + "value": "10836580" + }, + { + "type": "nypl:Oclc", + "value": "24824716" + }, + { + "type": "nypl:Oclc", + "value": "NYPG84-B11151" + }, + { + "type": "bf:Lccn", + "value": "sa 68015716" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0843597" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)24824716" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1710965634010, + "publicationStatement": [ + "Śiśila, [s.n.] 1964-" + ], + "identifier": [ + "urn:shelfmark:*OLA 82-1982", + "urn:bnum:10836580", + "urn:oclc:24824716", + "urn:oclc:NYPG84-B11151", + "urn:lccn:sa 68015716", + "urn:identifier:(WaOLN)nyp0843597", + "urn:identifier:(OCoLC)24824716" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1964" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Songs, Kannada -- Texts." + ], + "titleDisplay": [ + "Yakṣagāna chandassu. Lēkhaka mattu prakāśaka Ka. Pu. Sītārāma Kedilāya." + ], + "uri": "b10836580", + "lccClassification": [ + "M1803.K427 Y3" + ], + "placeOfPublication": [ + "Śiśila" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + "b10836580" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 1, + "max_score": null, + "hits": [ { "_nested": { "field": "items", - "offset": 27 + "offset": 0 }, "_score": null, "_source": { @@ -7931,18 +10096,12 @@ ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "enumerationChronology": [ - "v. 50, no. 3-4" - ], - "enumerationChronology_sort": [ - " 50-" + "catalogItemType:55||book, limited circ, MaRLI" ], "formatLiteral": [ "Text" @@ -7957,19 +10116,19 @@ "loc:rc2ma||Offsite" ], "idBarcode": [ - "33433014576007" + "33433013124239" ], "identifier": [ - "urn:shelfmark:*OLA 76-1248 v. 50, no. 3-4", - "urn:barcode:33433014576007" + "urn:shelfmark:*OLA 82-1982", + "urn:barcode:33433013124239" ], "identifierV2": [ { - "value": "*OLA 76-1248 v. 50, no. 3-4", + "value": "*OLA 82-1982", "type": "bf:ShelfMark" }, { - "value": "33433014576007", + "value": "33433013124239", "type": "bf:Barcode" } ], @@ -7983,7 +10142,7 @@ "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ - "*OLA 76-1248" + "*OLA 82-1982" ], "recapCustomerCode": [ "NA" @@ -7992,9 +10151,9 @@ true ], "shelfMark": [ - "*OLA 76-1248 v. 50, no. 3-4" + "*OLA 82-1982" ], - "shelfMark_sort": "a*OLA 76-1248 v. 000050, no. 3-4", + "shelfMark_sort": "a*OLA 82-001982", "status": [ { "id": "status:a", @@ -8007,25 +10166,204 @@ "type": [ "bf:Item" ], - "volumeRange": [ - { - "gte": 50, - "lte": 50 - } - ], - "uri": "i10074577" + "uri": "i10179896" }, "sort": [ - " 50-" + null ] - }, - { - "_nested": { - "field": "items", - "offset": 29 - }, - "_score": null, - "_source": { + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10840234", + "_score": null, + "_source": { + "extent": [ + "v. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Kannada.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Kaṭṭīmani, Basavarāja, 1919-1989", + "Kaṭṭīmani, Basavarāja, 1919-1989 -- Biography", + "Authors, Kannada", + "Authors, Kannada -- 20th century", + "Authors, Kannada -- 20th century -- Biography" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Sāhityaśrī : mārāṭagāraruSam̲aja Pustuk̲alaya" + ], + "language": [ + { + "id": "lang:kan", + "label": "Kannada" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1976 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Basavarāja Kaṭṭīmani avara ātmakathe." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLA 82-4677" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1976" + ], + "creatorLiteral": [ + "Kaṭṭīmani, Basavarāja, 1919-1989." + ], + "idLccn": [ + "76901672" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1976 + ], + "idOclc": [ + "NYPG84-B15407" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA 82-4677" + }, + { + "type": "nypl:Bnumber", + "value": "10840234" + }, + { + "type": "nypl:Oclc", + "value": "NYPG84-B15407" + }, + { + "type": "bf:Lccn", + "value": "76901672" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0847257" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711345228663, + "publicationStatement": [ + "Dhāravāḍa : Sāhityaśrī : mārāṭagāraruSam̲aja Pustuk̲alaya, 1976-" + ], + "identifier": [ + "urn:shelfmark:*OLA 82-4677", + "urn:bnum:10840234", + "urn:oclc:NYPG84-B15407", + "urn:lccn:76901672", + "urn:identifier:(WaOLN)nyp0847257" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1976" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Kaṭṭīmani, Basavarāja, 1919-1989 -- Biography.", + "Authors, Kannada -- 20th century -- Biography." + ], + "titleDisplay": [ + "Basavarāja Kaṭṭīmani avara ātmakathe." + ], + "uri": "b10840234", + "lccClassification": [ + "PL4659.K35 Z463" + ], + "placeOfPublication": [ + "Dhāravāḍa" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "1. Kundaranāḍina kanda." + ], + "dimensions": [ + "20 cm." + ] + }, + "sort": [ + "b10840234" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 1, + "max_score": null, + "hits": [ + { + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { "accessMessage": [ { "id": "accessMessage:2", @@ -8037,18 +10375,12 @@ ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "enumerationChronology": [ - "v. 49" - ], - "enumerationChronology_sort": [ - " 49-" + "catalogItemType:55||book, limited circ, MaRLI" ], "formatLiteral": [ "Text" @@ -8063,19 +10395,19 @@ "loc:rc2ma||Offsite" ], "idBarcode": [ - "33433014575983" + "33433013117753" ], "identifier": [ - "urn:shelfmark:*OLA 76-1248 v. 49", - "urn:barcode:33433014575983" + "urn:shelfmark:*OLA 82-4677", + "urn:barcode:33433013117753" ], "identifierV2": [ { - "value": "*OLA 76-1248 v. 49", + "value": "*OLA 82-4677", "type": "bf:ShelfMark" }, { - "value": "33433014575983", + "value": "33433013117753", "type": "bf:Barcode" } ], @@ -8089,7 +10421,7 @@ "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ - "*OLA 76-1248" + "*OLA 82-4677" ], "recapCustomerCode": [ "NA" @@ -8098,9 +10430,9 @@ true ], "shelfMark": [ - "*OLA 76-1248 v. 49" + "*OLA 82-4677" ], - "shelfMark_sort": "a*OLA 76-1248 v. 000049", + "shelfMark_sort": "a*OLA 82-004677", "status": [ { "id": "status:a", @@ -8113,128 +10445,209 @@ "type": [ "bf:Item" ], - "volumeRange": [ - { - "gte": 49, - "lte": 49 - } - ], - "uri": "i10074575" + "uri": "i10180475" }, "sort": [ - " 49-" + null ] - }, - { - "_nested": { - "field": "items", - "offset": 31 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "enumerationChronology": [ - "v. 48 no. 3-4" - ], - "enumerationChronology_sort": [ - " 48-" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433014575975" - ], - "identifier": [ - "urn:shelfmark:*OLA 76-1248 v. 48 no. 3-4", - "urn:barcode:33433014575975" - ], - "identifierV2": [ - { - "value": "*OLA 76-1248 v. 48 no. 3-4", - "type": "bf:ShelfMark" - }, - { - "value": "33433014575975", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "physicalLocation": [ - "*OLA 76-1248" - ], - "recapCustomerCode": [ - "NA" - ], - "requestable": [ - true - ], - "shelfMark": [ - "*OLA 76-1248 v. 48 no. 3-4" - ], - "shelfMark_sort": "a*OLA 76-1248 v. 000048 no. 3-4", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 48, - "lte": 48 - } - ], - "uri": "i10074574" - }, - "sort": [ - " 48-" - ] - }, + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10840658", + "_score": null, + "_source": { + "extent": [ + "v. : ill. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Kannada.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Folk songs, Kannada", + "Folk songs, Kannada -- Texts" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Gurumūrti Prākāśana" + ], + "language": [ + { + "id": "lang:kan", + "label": "Kannada" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1975 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Kannaḍa janapada sāhitya bhaṇḍāra" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLA 82-5593" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1975" + ], + "idLccn": [ + "76900850" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Krishnamurthy, Matighatta.", + "Krishnasarma, Betageri Shrinivasarao, 1900-" + ], + "dateStartYear": [ + 1975 + ], + "idOclc": [ + "25604444", + "NYPG84-B15972" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA 82-5593" + }, + { + "type": "nypl:Bnumber", + "value": "10840658" + }, + { + "type": "nypl:Oclc", + "value": "25604444" + }, + { + "type": "nypl:Oclc", + "value": "NYPG84-B15972" + }, + { + "type": "bf:Lccn", + "value": "76900850" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0847681" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)25604444" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711631581002, + "publicationStatement": [ + "Beṅgaḷūru : Gurumūrti Prākāśana, 1975-" + ], + "identifier": [ + "urn:shelfmark:*OLA 82-5593", + "urn:bnum:10840658", + "urn:oclc:25604444", + "urn:oclc:NYPG84-B15972", + "urn:lccn:76900850", + "urn:identifier:(WaOLN)nyp0847681", + "urn:identifier:(OCoLC)25604444" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1975" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Folk songs, Kannada -- Texts." + ], + "titleDisplay": [ + "Kannaḍa janapada sāhitya bhaṇḍāra / sangrāhaka, sampādaka, Matighaṭṭa Krṣṇamūrti ; Beṭagēri Krṣṇaśarma avara munnuḍiyondige." + ], + "uri": "b10840658", + "lccClassification": [ + "PL4656 .K33" + ], + "placeOfPublication": [ + "Beṅgaḷūru" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "1. Gītegaḷu." + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + "b10840658" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 1, + "max_score": null, + "hits": [ { "_nested": { "field": "items", - "offset": 30 + "offset": 0 }, "_score": null, "_source": { @@ -8249,18 +10662,12 @@ ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "enumerationChronology": [ - "v. 48, no. 1-2" - ], - "enumerationChronology_sort": [ - " 48-" + "catalogItemType:55||book, limited circ, MaRLI" ], "formatLiteral": [ "Text" @@ -8275,19 +10682,19 @@ "loc:rc2ma||Offsite" ], "idBarcode": [ - "33433014575967" + "33433013126176" ], "identifier": [ - "urn:shelfmark:*OLA 76-1248 v. 48, no. 1-2", - "urn:barcode:33433014575967" + "urn:shelfmark:*OLA 82-5593", + "urn:barcode:33433013126176" ], "identifierV2": [ { - "value": "*OLA 76-1248 v. 48, no. 1-2", + "value": "*OLA 82-5593", "type": "bf:ShelfMark" }, { - "value": "33433014575967", + "value": "33433013126176", "type": "bf:Barcode" } ], @@ -8301,7 +10708,7 @@ "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ - "*OLA 76-1248" + "*OLA 82-5593" ], "recapCustomerCode": [ "NA" @@ -8310,9 +10717,9 @@ true ], "shelfMark": [ - "*OLA 76-1248 v. 48, no. 1-2" + "*OLA 82-5593" ], - "shelfMark_sort": "a*OLA 76-1248 v. 000048, no. 1-2", + "shelfMark_sort": "a*OLA 82-005593", "status": [ { "id": "status:a", @@ -8325,25 +10732,198 @@ "type": [ "bf:Item" ], - "volumeRange": [ - { - "gte": 48, - "lte": 48 - } - ], - "uri": "i10074573" + "uri": "i10180545" }, "sort": [ - " 48-" + null ] - }, - { - "_nested": { - "field": "items", - "offset": 32 - }, - "_score": null, - "_source": { + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10841472", + "_score": null, + "_source": { + "extent": [ + "v. : port." + ], + "note": [ + { + "noteType": "Note", + "label": "Plays; some previously published in various periodicals.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Kannada.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Bi. Es. Śāstri" + ], + "language": [ + { + "id": "lang:kan", + "label": "Kannada" + } + ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1967 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Kṣīrasāgarara nāṭakagaḷu." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLA 82-5560" + ], + "numItemVolumesParsed": [ + 2 + ], + "createdString": [ + "1967" + ], + "creatorLiteral": [ + "Kṣīrasāgara." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1967 + ], + "idOclc": [ + "28795121", + "NYPG84-B17069" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA 82-5560" + }, + { + "type": "nypl:Bnumber", + "value": "10841472" + }, + { + "type": "nypl:Oclc", + "value": "28795121" + }, + { + "type": "nypl:Oclc", + "value": "NYPG84-B17069" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0848495" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)28795121" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711469440007, + "publicationStatement": [ + "Beṅgaḷūru : Bi. Es. Śāstri, 1967̲" + ], + "genreForm": [ + "Kannada drama." + ], + "identifier": [ + "urn:shelfmark:*OLA 82-5560", + "urn:bnum:10841472", + "urn:oclc:28795121", + "urn:oclc:NYPG84-B17069", + "urn:identifier:(WaOLN)nyp0848495", + "urn:identifier:(OCoLC)28795121" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1967" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "titleDisplay": [ + "Kṣīrasāgarara nāṭakagaḷu." + ], + "uri": "b10841472", + "placeOfPublication": [ + "Beṅgaḷūru" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + "b10841472" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 2, + "max_score": null, + "hits": [ + { + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { "accessMessage": [ { "id": "accessMessage:2", @@ -8355,18 +10935,18 @@ ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" + "catalogItemType:55||book, limited circ, MaRLI" ], "enumerationChronology": [ - "v. 47, no. 1-4" + "v. 2" ], "enumerationChronology_sort": [ - " 47-" + " 2-" ], "formatLiteral": [ "Text" @@ -8381,19 +10961,19 @@ "loc:rc2ma||Offsite" ], "idBarcode": [ - "33433014575959" + "33433013126093" ], "identifier": [ - "urn:shelfmark:*OLA 76-1248 v. 47, no. 1-4", - "urn:barcode:33433014575959" + "urn:shelfmark:*OLA 82-5560 v. 2", + "urn:barcode:33433013126093" ], "identifierV2": [ { - "value": "*OLA 76-1248 v. 47, no. 1-4", + "value": "*OLA 82-5560 v. 2", "type": "bf:ShelfMark" }, { - "value": "33433014575959", + "value": "33433013126093", "type": "bf:Barcode" } ], @@ -8407,7 +10987,7 @@ "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ - "*OLA 76-1248" + "*OLA 82-5560" ], "recapCustomerCode": [ "NA" @@ -8416,9 +10996,9 @@ true ], "shelfMark": [ - "*OLA 76-1248 v. 47, no. 1-4" + "*OLA 82-5560 v. 2" ], - "shelfMark_sort": "a*OLA 76-1248 v. 000047, no. 1-4", + "shelfMark_sort": "a*OLA 82-5560 v. 000002", "status": [ { "id": "status:a", @@ -8433,20 +11013,20 @@ ], "volumeRange": [ { - "gte": 47, - "lte": 47 + "gte": 2, + "lte": 2 } ], - "uri": "i10074572" + "uri": "i10180727" }, "sort": [ - " 47-" + " 2-" ] }, { "_nested": { "field": "items", - "offset": 34 + "offset": 1 }, "_score": null, "_source": { @@ -8461,18 +11041,18 @@ ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" + "catalogItemType:55||book, limited circ, MaRLI" ], "enumerationChronology": [ - "v. 46, no. 1-3" + "v. 1" ], "enumerationChronology_sort": [ - " 46-" + " 1-" ], "formatLiteral": [ "Text" @@ -8487,19 +11067,19 @@ "loc:rc2ma||Offsite" ], "idBarcode": [ - "33433014575934" + "33433013126085" ], "identifier": [ - "urn:shelfmark:*OLA 76-1248 v. 46, no. 1-3", - "urn:barcode:33433014575934" + "urn:shelfmark:*OLA 82-5560 v. 1", + "urn:barcode:33433013126085" ], "identifierV2": [ { - "value": "*OLA 76-1248 v. 46, no. 1-3", + "value": "*OLA 82-5560 v. 1", "type": "bf:ShelfMark" }, { - "value": "33433014575934", + "value": "33433013126085", "type": "bf:Barcode" } ], @@ -8513,7 +11093,7 @@ "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ - "*OLA 76-1248" + "*OLA 82-5560" ], "recapCustomerCode": [ "NA" @@ -8522,9 +11102,9 @@ true ], "shelfMark": [ - "*OLA 76-1248 v. 46, no. 1-3" + "*OLA 82-5560 v. 1" ], - "shelfMark_sort": "a*OLA 76-1248 v. 000046, no. 1-3", + "shelfMark_sort": "a*OLA 82-5560 v. 000001", "status": [ { "id": "status:a", @@ -8539,214 +11119,14 @@ ], "volumeRange": [ { - "gte": 46, - "lte": 46 + "gte": 1, + "lte": 1 } ], - "uri": "i10074570" + "uri": "i10180726" }, "sort": [ - " 46-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 33 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "enumerationChronology": [ - "v. 46, no. 4" - ], - "enumerationChronology_sort": [ - " 46-" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433014575942" - ], - "identifier": [ - "urn:shelfmark:*OLA 76-1248 v. 46, no. 4", - "urn:barcode:33433014575942" - ], - "identifierV2": [ - { - "value": "*OLA 76-1248 v. 46, no. 4", - "type": "bf:ShelfMark" - }, - { - "value": "33433014575942", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "physicalLocation": [ - "*OLA 76-1248" - ], - "recapCustomerCode": [ - "NA" - ], - "requestable": [ - true - ], - "shelfMark": [ - "*OLA 76-1248 v. 46, no. 4" - ], - "shelfMark_sort": "a*OLA 76-1248 v. 000046, no. 4", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 46, - "lte": 46 - } - ], - "uri": "i10074571" - }, - "sort": [ - " 46-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 35 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433001543184" - ], - "identifier": [ - "urn:shelfmark:*OLA 76-1248", - "urn:barcode:33433001543184" - ], - "identifierV2": [ - { - "value": "*OLA 76-1248", - "type": "bf:ShelfMark" - }, - { - "value": "33433001543184", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "physicalLocation": [ - "*OLA 76-1248" - ], - "recapCustomerCode": [ - "NA" - ], - "requestable": [ - true - ], - "shelfMark": [ - "*OLA 76-1248" - ], - "shelfMark_sort": "a*OLA 76-001248", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i10074596" - }, - "sort": [ - null + " 1-" ] } ] @@ -8757,16 +11137,16 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10379755", + "_id": "b10841507", "_score": null, "_source": { "extent": [ - "14 v. : ill. (part col.) ;" + "v. ;" ], "note": [ { - "noteType": "Note", - "label": "Published by the Institute of Kannada studies, University of Mysore.", + "noteType": "Bibliography", + "label": "Includes bibliographical references.", "type": "bf:Note" }, { @@ -8779,10 +11159,13 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Encyclopedias and dictionaries, Kannada" + "Inscriptions, Kannada" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Kannaḍa Adhyayana Saṃsthe, Maisūru Viśvavidāyanilaya," + "Kannaḍa Adhyayanapīṭha, Karnāṭaska Viśvavidyālaya" ], "language": [ { @@ -8790,68 +11173,83 @@ "label": "Kannada" } ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1974 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1971 + "title": [ + "Śāsana vy̲asaṅga" ], "type": [ "nypl:Item" ], - "title": [ - "Kannaḍa viśvakośa" - ], "shelfMark": [ - "*OLA+ 76-462" + "*OLA 82-3004" + ], + "numItemVolumesParsed": [ + 2 ], "createdString": [ - "1971" + "1974" + ], + "creatorLiteral": [ + "Kalaburgi, M. M." ], "idLccn": [ - "sa 73910921" + "75900286" ], - "contributorLiteral": [ - "Javare Gowda, Deve Gowda, 1918-", - "University of Mysore. Institute of Kannada Studies." + "numElectronicResources": [ + 0 ], "dateStartYear": [ - 1971 + 1974 + ], + "idOclc": [ + "NYPG84-B17108" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OLA+ 76-462" + "value": "*OLA 82-3004" }, { "type": "nypl:Bnumber", - "value": "10379755" + "value": "10841507" }, { - "type": "bf:Lccn", - "value": "sa 73910921" + "type": "nypl:Oclc", + "value": "NYPG84-B17108" }, { - "type": "bf:Identifier", - "value": "NN764423629" + "type": "bf:Lccn", + "value": "75900286" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0383283" + "value": "(WaOLN)nyp0848530" } ], "dateEndYear": [ 9999 ], - "updatedAt": 1636108872056, + "updatedAt": 1711552260890, "publicationStatement": [ - "Maisūru : Kannaḍa Adhyayana Saṃsthe, Maisūru Viśvavidāyanilaya, 1971-2004." + "Dhāravāḍa : Kannaḍa Adhyayanapīṭha, Karnāṭaska Viśvavidyālaya, 1974-" ], "identifier": [ - "urn:bnum:10379755", - "urn:lccn:sa 73910921", - "urn:undefined:NN764423629", - "urn:undefined:(WaOLN)nyp0383283" + "urn:shelfmark:*OLA 82-3004", + "urn:bnum:10841507", + "urn:oclc:NYPG84-B17108", + "urn:lccn:75900286", + "urn:identifier:(WaOLN)nyp0848530" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -8866,7 +11264,7 @@ } ], "dateString": [ - "1971" + "1974" ], "mediaType": [ { @@ -8875,20 +11273,17 @@ } ], "subjectLiteral": [ - "Encyclopedias and dictionaries, Kannada." + "Inscriptions, Kannada." ], "titleDisplay": [ - "Kannaḍa viśvakośa / chief editor D. Javare Gowda." - ], - "uri": "b10379755", - "numItems": [ - 12 + "Śāsana vy̲asaṅga / Em. Em. Kalaburgi; pradhāna samp̲adakaru Ār. Si. Hirēmaṭha." ], - "numAvailable": [ - 12 + "uri": "b10841507", + "lccClassification": [ + "PL4654 .K27" ], "placeOfPublication": [ - "Maisūru :" + "Dhāravāḍa" ], "issuance": [ { @@ -8897,11 +11292,11 @@ } ], "dimensions": [ - "29 cm." + "23 cm." ] }, "sort": [ - "b10379755" + "b10841507" ], "inner_hits": { "electronicResources": { @@ -8913,8530 +11308,219 @@ }, "items": { "hits": { - "total": 12, + "total": 2, "max_score": null, "hits": [ { "_nested": { "field": "items", - "offset": 11 + "offset": 0 }, "_score": null, "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "identifier": [ - "urn:barcode:33433069710808" - ], - "physicalLocation": [ - "*OLA+ 76-462" - ], - "shelfMark_sort": "a*OLA+ 76-462 v. 000014", - "m2CustomerCode": [ - "XA" - ], - "catalogItemType_packed": [ - "catalogItemType:65||book, good condition, non-MaRLI" - ], "accessMessage": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i17460427", - "shelfMark": [ - "*OLA+ 76-462 v. 14" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA+ 76-462 v. 14" - }, + "catalogItemType": [ { - "type": "bf:Barcode", - "value": "33433069710808" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" ], "enumerationChronology": [ - "v. 14" - ], - "idBarcode": [ - "33433069710808" - ], - "requestable": [ - false + "v. 2" ], - "catalogItemType": [ - { - "id": "catalogItemType:65", - "label": "book, good condition, non-MaRLI" - } + "enumerationChronology_sort": [ + " 2-" ], - "status": [ - { - "id": "status:a", - "label": "Available" - } + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 10 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433069710790" - ], - "physicalLocation": [ - "*OLA+ 76-462" - ], - "shelfMark_sort": "a*OLA+ 76-462 v. 000013", - "catalogItemType_packed": [ - "catalogItemType:65||book, good condition, non-MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "status_packed": [ - "status:a||Available" + "idBarcode": [ + "33433013123785" ], - "uri": "i17460426", - "shelfMark": [ - "*OLA+ 76-462 v. 13" + "identifier": [ + "urn:shelfmark:*OLA 82-3004 v. 2", + "urn:barcode:33433013123785" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLA+ 76-462 v. 13" + "value": "*OLA 82-3004 v. 2", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433069710790" + "value": "33433013123785", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 13" - ], - "idBarcode": [ - "33433069710790" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLA 82-3004" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:65", - "label": "book, good condition, non-MaRLI" - } + "shelfMark": [ + "*OLA 82-3004 v. 2" ], + "shelfMark_sort": "a*OLA 82-3004 v. 000002", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 2, + "lte": 2 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10180743" }, "sort": [ - null + " 2-" ] }, { "_nested": { "field": "items", - "offset": 9 + "offset": 1 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433057842282" - ], - "physicalLocation": [ - "*OLA+ 76-462" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OLA+ 76-462 v. 000012", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 1" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 1-" ], - "uri": "i13837533", - "shelfMark": [ - "*OLA+ 76-462 v. 12" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA+ 76-462 v. 12" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433057842282" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "enumerationChronology": [ - "v. 12" - ], "idBarcode": [ - "33433057842282" - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "requestable": [ - true + "33433013123777" ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "identifier": [ + "urn:shelfmark:*OLA 82-3004 v. 1", + "urn:barcode:33433013123777" ], - "status": [ + "identifierV2": [ { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ + "value": "*OLA 82-3004 v. 1", + "type": "bf:ShelfMark" + }, { - "id": "loc:rc2ma", - "label": "Offsite" + "value": "33433013123777", + "type": "bf:Barcode" } ], - "recapCustomerCode": [ - "NA" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 8 - }, - "_score": null, - "_source": { "owner": [ { "id": "orgs:1000", "label": "Stephen A. Schwarzman Building" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433057842274" + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ - "*OLA+ 76-462" - ], - "shelfMark_sort": "a*OLA+ 76-462 v. 000011", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" + "*OLA 82-3004" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "recapCustomerCode": [ + "NA" ], - "status_packed": [ - "status:a||Available" + "requestable": [ + true ], - "uri": "i13837532", "shelfMark": [ - "*OLA+ 76-462 v. 11" + "*OLA 82-3004 v. 1" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA+ 76-462 v. 11" - }, + "shelfMark_sort": "a*OLA 82-3004 v. 000001", + "status": [ { - "type": "bf:Barcode", - "value": "33433057842274" + "id": "status:a", + "label": "Available" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 11" - ], - "idBarcode": [ - "33433057842274" - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "status_packed": [ + "status:a||Available" ], - "requestable": [ - true + "type": [ + "bf:Item" ], - "catalogItemType": [ + "volumeRange": [ { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" + "gte": 1, + "lte": 1 } ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "recapCustomerCode": [ - "NA" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 7 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433057842266" - ], - "physicalLocation": [ - "*OLA+ 76-462" - ], - "shelfMark_sort": "a*OLA+ 76-462 v. 000009", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i13837531", - "shelfMark": [ - "*OLA+ 76-462 v. 9" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA+ 76-462 v. 9" - }, - { - "type": "bf:Barcode", - "value": "33433057842266" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 9" - ], - "idBarcode": [ - "33433057842266" - ], - "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" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 6 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433057842258" - ], - "physicalLocation": [ - "*OLA+ 76-462" - ], - "shelfMark_sort": "a*OLA+ 76-462 v. 000007", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i13837530", - "shelfMark": [ - "*OLA+ 76-462 v. 7" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA+ 76-462 v. 7" - }, - { - "type": "bf:Barcode", - "value": "33433057842258" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 7" - ], - "idBarcode": [ - "33433057842258" - ], - "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" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 5 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433057842241" - ], - "physicalLocation": [ - "*OLA+ 76-462" - ], - "shelfMark_sort": "a*OLA+ 76-462 v. 000006", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i13837529", - "shelfMark": [ - "*OLA+ 76-462 v. 6" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA+ 76-462 v. 6" - }, - { - "type": "bf:Barcode", - "value": "33433057842241" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 6" - ], - "idBarcode": [ - "33433057842241" - ], - "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" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 4 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433057842233" - ], - "physicalLocation": [ - "*OLA+ 76-462" - ], - "shelfMark_sort": "a*OLA+ 76-462 v. 000005", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i13837528", - "shelfMark": [ - "*OLA+ 76-462 v. 5" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA+ 76-462 v. 5" - }, - { - "type": "bf:Barcode", - "value": "33433057842233" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 5" - ], - "idBarcode": [ - "33433057842233" - ], - "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" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 3 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433057842225" - ], - "physicalLocation": [ - "*OLA+ 76-462" - ], - "shelfMark_sort": "a*OLA+ 76-462 v. 000004", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i13837527", - "shelfMark": [ - "*OLA+ 76-462 v. 4" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA+ 76-462 v. 4" - }, - { - "type": "bf:Barcode", - "value": "33433057842225" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 4" - ], - "idBarcode": [ - "33433057842225" - ], - "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" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 2 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433057842217" - ], - "physicalLocation": [ - "*OLA+ 76-462" - ], - "shelfMark_sort": "a*OLA+ 76-462 v. 000003", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i13837526", - "shelfMark": [ - "*OLA+ 76-462 v. 3" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA+ 76-462 v. 3" - }, - { - "type": "bf:Barcode", - "value": "33433057842217" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 3" - ], - "idBarcode": [ - "33433057842217" - ], - "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" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433057842209" - ], - "physicalLocation": [ - "*OLA+ 76-462" - ], - "shelfMark_sort": "a*OLA+ 76-462 v. 000002", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i13837525", - "shelfMark": [ - "*OLA+ 76-462 v. 2" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA+ 76-462 v. 2" - }, - { - "type": "bf:Barcode", - "value": "33433057842209" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 2" - ], - "idBarcode": [ - "33433057842209" - ], - "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" - ] - }, - "sort": [ - null - ] - }, - { - "_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:33433057842191" - ], - "physicalLocation": [ - "*OLA+ 76-462" - ], - "shelfMark_sort": "a*OLA+ 76-462 v. 000001", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i13837524", - "shelfMark": [ - "*OLA+ 76-462 v. 1" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA+ 76-462 v. 1" - }, - { - "type": "bf:Barcode", - "value": "33433057842191" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 1" - ], - "idBarcode": [ - "33433057842191" - ], - "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" - ] - }, - "sort": [ - null - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10387344", - "_score": null, - "_source": { - "extent": [ - "v. <1-9> ; " - ], - "note": [ - { - "noteType": "Note", - "label": "Vols. 1-5, & 7 has subtitle: Mudrita Kannaḍa krtigaḷa vivarāṇātmaka granthasūci 1817-1968.", - "type": "bf:Note" - }, - { - "noteType": "Language", - "label": "In Kannada.", - "type": "bf:Note" - } - ], - "nyplSource": [ - "sierra-nypl" - ], - "subjectLiteral_exploded": [ - "Kannada imprints" - ], - "numItemDatesParsed": [ - 0 - ], - "publisherLiteral": [ - "Prasarāṅga, Maisūru Viśvavidyānilaya" - ], - "language": [ - { - "id": "lang:kan", - "label": "Kannada" - } - ], - "numItemsTotal": [ - 9 - ], - "createdYear": [ - 1971 - ], - "dateEndString": [ - "9999" - ], - "type": [ - "nypl:Item" - ], - "title": [ - "Kannaḍa granthasūci; mudrita Kannaḍa krtigala vivaraṇātmaka granthasūci." - ], - "shelfMark": [ - "*OLA 75-3000" - ], - "numItemVolumesParsed": [ - 9 - ], - "createdString": [ - "1971" - ], - "idLccn": [ - "sa 71922330" - ], - "numElectronicResources": [ - 0 - ], - "contributorLiteral": [ - "Javare Gowda, Deve Gowda, 1918-" - ], - "dateStartYear": [ - 1971 - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA 75-3000" - }, - { - "type": "nypl:Bnumber", - "value": "10387344" - }, - { - "type": "bf:Lccn", - "value": "sa 71922330" - }, - { - "type": "nypl:Oclc", - "value": "13887294" - }, - { - "type": "nypl:Oclc", - "value": "13887294" - }, - { - "type": "nypl:Oclc", - "value": "NYPG764506752-B" - }, - { - "type": "bf:Identifier", - "value": "NN764506752" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0390904" - }, - { - "type": "bf:Identifier", - "value": "(OCoLC)13887294" - } - ], - "idOclc": [ - "13887294", - "NYPG764506752-B" - ], - "dateEndYear": [ - 9999 - ], - "updatedAt": 1675264211896, - "publicationStatement": [ - "Maisūru] Prasarāṅga, Maisūru Viśvavidyānilaya, 1971-<2003>" - ], - "identifier": [ - "urn:bnum:10387344", - "urn:lccn:sa 71922330", - "urn:oclc:13887294", - "urn:oclc:NYPG764506752-B", - "urn:undefined:NN764506752", - "urn:undefined:(WaOLN)nyp0390904", - "urn:undefined:(OCoLC)13887294" - ], - "numCheckinCardItems": [ - 0 - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "1971" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Kannada imprints." - ], - "titleDisplay": [ - "Kannaḍa granthasūci; mudrita Kannaḍa krtigala vivaraṇātmaka granthasūci. [Compiled by an Editorial Committee consisting of D. Javaregowda and others." - ], - "uri": "b10387344", - "lccClassification": [ - "Z3201 .K35" - ], - "numItems": [ - 9 - ], - "numAvailable": [ - 9 - ], - "placeOfPublication": [ - "Maisūru]" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "tableOfContents": [ - "1. Śuddha vijñānagaḷu -- 2. Bhāṣe-vyākaraṇa-dharma-tattva-lalitkalegaḷu-upayukta kalegaḷu-nighantugaḷu-vyakaraṇagaḷu -- 3. Sāhitya-vimarśe-kāvya-hosagannaḍa kāvya -- 4. Gadya saṇṇakathe-nāṭaka-prabandha -- 5. Kādambari-aitihāsika-pattēdāri -- 6. Bāla sāhitya -- 7. Anuvāda sāhitya -- 8. Jīvana caritre-patra sāhitya-pravāsa sāhitya-jānapada sāhitya -- 9. Samājaśāstra-vāṇijyaśāstra-sikṣaṇaśāstra-bhūgōla mattu itihāsa" - ], - "dimensions": [ - " 30 cm." - ] - }, - "sort": [ - "b10387344" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 9, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 8 - }, - "_score": null, - "_source": { - "uri": "i10092431", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OLA 75-3000 v. 9" - ], - "identifierV2": [ - { - "value": "*OLA 75-3000 v. 9", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433005546423" - } - ], - "enumerationChronology": [ - "v. 9" - ], - "physicalLocation": [ - "*OLA 75-3000" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433005546423" - ], - "idBarcode": [ - "33433005546423" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 9, - "lte": 9 - } - ], - "enumerationChronology_sort": [ - " 9-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLA 75-3000 v. 000009" - }, - "sort": [ - " 9-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 7 - }, - "_score": null, - "_source": { - "uri": "i10092430", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OLA 75-3000 v. 8" - ], - "identifierV2": [ - { - "value": "*OLA 75-3000 v. 8", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433005546415" - } - ], - "enumerationChronology": [ - "v. 8" - ], - "physicalLocation": [ - "*OLA 75-3000" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433005546415" - ], - "idBarcode": [ - "33433005546415" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 8, - "lte": 8 - } - ], - "enumerationChronology_sort": [ - " 8-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLA 75-3000 v. 000008" - }, - "sort": [ - " 8-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 6 - }, - "_score": null, - "_source": { - "uri": "i10092429", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OLA 75-3000 v. 7" - ], - "identifierV2": [ - { - "value": "*OLA 75-3000 v. 7", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433005546647" - } - ], - "enumerationChronology": [ - "v. 7" - ], - "physicalLocation": [ - "*OLA 75-3000" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433005546647" - ], - "idBarcode": [ - "33433005546647" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 7, - "lte": 7 - } - ], - "enumerationChronology_sort": [ - " 7-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLA 75-3000 v. 000007" - }, - "sort": [ - " 7-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 5 - }, - "_score": null, - "_source": { - "uri": "i10092428", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OLA 75-3000 v. 6" - ], - "identifierV2": [ - { - "value": "*OLA 75-3000 v. 6", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433005546639" - } - ], - "enumerationChronology": [ - "v. 6" - ], - "physicalLocation": [ - "*OLA 75-3000" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433005546639" - ], - "idBarcode": [ - "33433005546639" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 6, - "lte": 6 - } - ], - "enumerationChronology_sort": [ - " 6-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLA 75-3000 v. 000006" - }, - "sort": [ - " 6-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 4 - }, - "_score": null, - "_source": { - "uri": "i10092427", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OLA 75-3000 v. 5" - ], - "identifierV2": [ - { - "value": "*OLA 75-3000 v. 5", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433005546621" - } - ], - "enumerationChronology": [ - "v. 5" - ], - "physicalLocation": [ - "*OLA 75-3000" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433005546621" - ], - "idBarcode": [ - "33433005546621" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 5, - "lte": 5 - } - ], - "enumerationChronology_sort": [ - " 5-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLA 75-3000 v. 000005" - }, - "sort": [ - " 5-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 3 - }, - "_score": null, - "_source": { - "uri": "i10092426", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OLA 75-3000 v. 4" - ], - "identifierV2": [ - { - "value": "*OLA 75-3000 v. 4", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433005546613" - } - ], - "enumerationChronology": [ - "v. 4" - ], - "physicalLocation": [ - "*OLA 75-3000" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433005546613" - ], - "idBarcode": [ - "33433005546613" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 4, - "lte": 4 - } - ], - "enumerationChronology_sort": [ - " 4-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLA 75-3000 v. 000004" - }, - "sort": [ - " 4-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 2 - }, - "_score": null, - "_source": { - "uri": "i10092425", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OLA 75-3000 v. 3" - ], - "identifierV2": [ - { - "value": "*OLA 75-3000 v. 3", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433005546605" - } - ], - "enumerationChronology": [ - "v. 3" - ], - "physicalLocation": [ - "*OLA 75-3000" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433005546605" - ], - "idBarcode": [ - "33433005546605" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 3, - "lte": 3 - } - ], - "enumerationChronology_sort": [ - " 3-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLA 75-3000 v. 000003" - }, - "sort": [ - " 3-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "uri": "i10092424", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OLA 75-3000 v. 2" - ], - "identifierV2": [ - { - "value": "*OLA 75-3000 v. 2", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433005546597" - } - ], - "enumerationChronology": [ - "v. 2" - ], - "physicalLocation": [ - "*OLA 75-3000" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433005546597" - ], - "idBarcode": [ - "33433005546597" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 2, - "lte": 2 - } - ], - "enumerationChronology_sort": [ - " 2-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLA 75-3000 v. 000002" - }, - "sort": [ - " 2-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i10092423", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OLA 75-3000 v. 1" - ], - "identifierV2": [ - { - "value": "*OLA 75-3000 v. 1", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433005546589" - } - ], - "enumerationChronology": [ - "v. 1" - ], - "physicalLocation": [ - "*OLA 75-3000" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433005546589" - ], - "idBarcode": [ - "33433005546589" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 1, - "lte": 1 - } - ], - "enumerationChronology_sort": [ - " 1-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLA 75-3000 v. 000001" - }, - "sort": [ - " 1-" - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10430533", - "_score": null, - "_source": { - "extent": [ - "- v." - ], - "nyplSource": [ - "sierra-nypl" - ], - "subjectLiteral_exploded": [ - "Kannada language", - "Kannada language -- Dictionaries" - ], - "publisherLiteral": [ - "Kannaḍa Sāhitya Pariṣattu" - ], - "language": [ - { - "id": "lang:kan", - "label": "Kannada" - } - ], - "dateEndString": [ - "9999" - ], - "createdYear": [ - 1964 - ], - "type": [ - "nypl:Item" - ], - "title": [ - "Kannaḍa Sāhitya Paṛiṣattina Kannaḍa nighaṇṭu." - ], - "shelfMark": [ - "*OLA+ 77-1212" - ], - "createdString": [ - "1964" - ], - "idLccn": [ - "sa 68015538" - ], - "contributorLiteral": [ - "Kannaḍa Sāhitya Pariṣattu." - ], - "dateStartYear": [ - 1964 - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA+ 77-1212" - }, - { - "type": "nypl:Bnumber", - "value": "10430533" - }, - { - "type": "bf:Lccn", - "value": "sa 68015538" - }, - { - "type": "nypl:Oclc", - "value": "33334610" - }, - { - "type": "nypl:Oclc", - "value": "33334610" - }, - { - "type": "bf:Identifier", - "value": "NN774598719" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0434297" - }, - { - "type": "bf:Identifier", - "value": "(OCoLC)33334610" - } - ], - "idOclc": [ - "33334610" - ], - "dateEndYear": [ - 9999 - ], - "updatedAt": 1659153256254, - "publicationStatement": [ - "Biṅgaḷoru, Kannaḍa Sāhitya Pariṣattu, 1964-" - ], - "identifier": [ - "urn:bnum:10430533", - "urn:lccn:sa 68015538", - "urn:oclc:33334610", - "urn:undefined:NN774598719", - "urn:undefined:(WaOLN)nyp0434297", - "urn:undefined:(OCoLC)33334610" - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "1964" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Kannada language -- Dictionaries." - ], - "titleDisplay": [ - "Kannaḍa Sāhitya Paṛiṣattina Kannaḍa nighaṇṭu." - ], - "uri": "b10430533", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], - "placeOfPublication": [ - "Biṅgaḷoru" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "dimensions": [ - "29 cm." - ] - }, - "sort": [ - "b10430533" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 1, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i13844383", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OLA+ 77-1212 v. 1 nos. 1-7" - ], - "identifierV2": [ - { - "value": "*OLA+ 77-1212 v. 1 nos. 1-7", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433057842290" - } - ], - "physicalLocation": [ - "*OLA+ 77-1212" - ], - "enumerationChronology": [ - "v. 1 nos. 1-7" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433057842290" - ], - "idBarcode": [ - "33433057842290" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "shelfMark_sort": "a*OLA+ 77-1212 v. 000001 nos. 1-7" - }, - "sort": [ - null - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10448884", - "_score": null, - "_source": { - "extent": [ - "v. illus., maps." - ], - "note": [ - { - "noteType": "Bibliography", - "label": "Includes bibliographies.", - "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": [ - "Prakaṭaṇa Mattu Pracārō Panyāsa Vibhāga, Beṅgaḷūru Viśvavidyālaya" - ], - "language": [ - { - "id": "lang:kan", - "label": "Kannada" - } - ], - "numItemsTotal": [ - 6 - ], - "dateEndString": [ - "9999" - ], - "createdYear": [ - 1974 - ], - "type": [ - "nypl:Item" - ], - "title": [ - "Samagra Kannaḍa sāhitya caritre. [Pradhāna Sampādakaru Jī. Esau. Sivarudrappa]" - ], - "shelfMark": [ - "*OLA 77-1564" - ], - "numItemVolumesParsed": [ - 6 - ], - "createdString": [ - "1974" - ], - "idLccn": [ - "75907097" - ], - "numElectronicResources": [ - 0 - ], - "contributorLiteral": [ - "Sivarudrappa, G. S., 1926-" - ], - "dateStartYear": [ - 1974 - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA 77-1564" - }, - { - "type": "nypl:Bnumber", - "value": "10448884" - }, - { - "type": "bf:Lccn", - "value": "75907097" - }, - { - "type": "nypl:Oclc", - "value": "25483666" - }, - { - "type": "nypl:Oclc", - "value": "25483666" - }, - { - "type": "nypl:Oclc", - "value": "NYPG774800277-B" - }, - { - "type": "bf:Identifier", - "value": "NN774800277" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0452778" - }, - { - "type": "bf:Identifier", - "value": "(OCoLC)25483666" - } - ], - "idOclc": [ - "25483666", - "NYPG774800277-B" - ], - "dateEndYear": [ - 9999 - ], - "updatedAt": 1675274772412, - "publicationStatement": [ - "Beṅgaḷūru, Prakaṭaṇa Mattu Pracārō Panyāsa Vibhāga, Beṅgaḷūru Viśvavidyālaya, 1974-" - ], - "identifier": [ - "urn:bnum:10448884", - "urn:lccn:75907097", - "urn:oclc:25483666", - "urn:oclc:NYPG774800277-B", - "urn:undefined:NN774800277", - "urn:undefined:(WaOLN)nyp0452778", - "urn:undefined:(OCoLC)25483666" - ], - "numCheckinCardItems": [ - 0 - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "1974" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Kannada literature -- History and criticism." - ], - "titleDisplay": [ - "Samagra Kannaḍa sāhitya caritre. [Pradhāna Sampādakaru Jī. Esau. Sivarudrappa]" - ], - "uri": "b10448884", - "numItems": [ - 6 - ], - "numAvailable": [ - 6 - ], - "placeOfPublication": [ - "Beṅgaḷūru" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "dimensions": [ - "25 cm." - ] - }, - "sort": [ - "b10448884" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 6, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 5 - }, - "_score": null, - "_source": { - "uri": "i10105102", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6. v. 6" - ], - "identifierV2": [ - { - "value": "*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6. v. 6", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433005544758" - } - ], - "enumerationChronology": [ - "v. 6" - ], - "physicalLocation": [ - "*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6." - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433005544758" - ], - "idBarcode": [ - "33433005544758" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 6, - "lte": 6 - } - ], - "enumerationChronology_sort": [ - " 6-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6. v. 000006" - }, - "sort": [ - " 6-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 4 - }, - "_score": null, - "_source": { - "uri": "i10105101", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6. v. 4 pt. 2" - ], - "identifierV2": [ - { - "value": "*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6. v. 4 pt. 2", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433005544741" - } - ], - "enumerationChronology": [ - "v. 4 pt. 2" - ], - "physicalLocation": [ - "*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6." - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433005544741" - ], - "idBarcode": [ - "33433005544741" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 4, - "lte": 4 - } - ], - "enumerationChronology_sort": [ - " 4-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6. v. 000004 pt. 2" - }, - "sort": [ - " 4-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 3 - }, - "_score": null, - "_source": { - "uri": "i10105100", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6. v. 4 pt. 1" - ], - "identifierV2": [ - { - "value": "*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6. v. 4 pt. 1", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433005544733" - } - ], - "enumerationChronology": [ - "v. 4 pt. 1" - ], - "physicalLocation": [ - "*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6." - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433005544733" - ], - "idBarcode": [ - "33433005544733" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 4, - "lte": 4 - } - ], - "enumerationChronology_sort": [ - " 4-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6. v. 000004 pt. 1" - }, - "sort": [ - " 4-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 2 - }, - "_score": null, - "_source": { - "uri": "i10105099", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6. v. 3" - ], - "identifierV2": [ - { - "value": "*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6. v. 3", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433005545201" - } - ], - "enumerationChronology": [ - "v. 3" - ], - "physicalLocation": [ - "*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6." - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433005545201" - ], - "idBarcode": [ - "33433005545201" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 3, - "lte": 3 - } - ], - "enumerationChronology_sort": [ - " 3-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6. v. 000003" - }, - "sort": [ - " 3-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "uri": "i10105098", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6. v. 2" - ], - "identifierV2": [ - { - "value": "*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6. v. 2", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433005545193" - } - ], - "enumerationChronology": [ - "v. 2" - ], - "physicalLocation": [ - "*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6." - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433005545193" - ], - "idBarcode": [ - "33433005545193" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 2, - "lte": 2 - } - ], - "enumerationChronology_sort": [ - " 2-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6. v. 000002" - }, - "sort": [ - " 2-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i10105097", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6. v. 1" - ], - "identifierV2": [ - { - "value": "*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6. v. 1", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433005545185" - } - ], - "enumerationChronology": [ - "v. 1" - ], - "physicalLocation": [ - "*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6." - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433005545185" - ], - "idBarcode": [ - "33433005545185" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 1, - "lte": 1 - } - ], - "enumerationChronology_sort": [ - " 1-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLA 77-1564|zLibrary has: Vol. 1-3, 4 (pt.1-2), 6. v. 000001" - }, - "sort": [ - " 1-" - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10448885", - "_score": null, - "_source": { - "extent": [ - "- v." - ], - "note": [ - { - "noteType": "Note", - "label": "Kannaḍa Adhyayana Saṃstheya prakaṭaṇe: Sāmānyamāle.", - "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": [ - "Kannaḍa Adhyayana Saṃsthe, Maisūru Viśvavidyānilaya: Mārāṭagāraru, Prasārāṅga" - ], - "language": [ - { - "id": "lang:kan", - "label": "Kannada" - } - ], - "numItemsTotal": [ - 6 - ], - "dateEndString": [ - "9999" - ], - "createdYear": [ - 1974 - ], - "type": [ - "nypl:Item" - ], - "title": [ - "Kannaḍa Adhyayana Saṃstheya Kannaḍa sāhitya caritre. Pradhāna Sampādaka, Hā. Mā. Nāyaka: Sampādaka, Ṭi. Vi. Veṅkaṭācala Śāstrī. 1st ed." - ], - "shelfMark": [ - "*OLA 77-1563" - ], - "numItemVolumesParsed": [ - 6 - ], - "createdString": [ - "1974" - ], - "idLccn": [ - "75905691" - ], - "numElectronicResources": [ - 0 - ], - "contributorLiteral": [ - "Nayak, Harogadde Manappa, 1931-", - "Venkatachala Sastry, T. V., 1933-" - ], - "dateStartYear": [ - 1974 - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA 77-1563" - }, - { - "type": "nypl:Bnumber", - "value": "10448885" - }, - { - "type": "bf:Lccn", - "value": "75905691" - }, - { - "type": "nypl:Oclc", - "value": "NYPG774800289-B" - }, - { - "type": "bf:Identifier", - "value": "NN774800289" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0452779" - } - ], - "idOclc": [ - "NYPG774800289-B" - ], - "dateEndYear": [ - 9999 - ], - "updatedAt": 1675259064154, - "publicationStatement": [ - "Maisūru: Kannaḍa Adhyayana Saṃsthe, Maisūru Viśvavidyānilaya: Mārāṭagāraru, Prasārāṅga, 1974-" - ], - "identifier": [ - "urn:bnum:10448885", - "urn:lccn:75905691", - "urn:oclc:NYPG774800289-B", - "urn:undefined:NN774800289", - "urn:undefined:(WaOLN)nyp0452779" - ], - "numCheckinCardItems": [ - 0 - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "1974" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Kannada literature -- History and criticism." - ], - "titleDisplay": [ - "Kannaḍa Adhyayana Saṃstheya Kannaḍa sāhitya caritre. Pradhāna Sampādaka, Hā. Mā. Nāyaka: Sampādaka, Ṭi. Vi. Veṅkaṭācala Śāstrī. 1st ed." - ], - "uri": "b10448885", - "numItems": [ - 6 - ], - "numAvailable": [ - 6 - ], - "placeOfPublication": [ - "Maisūru" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "dimensions": [ - "22 cm." - ] - }, - "sort": [ - "b10448885" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 6, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 5 - }, - "_score": null, - "_source": { - "uri": "i10105108", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OLA 77-1563 v. 5 pt. 1" - ], - "identifierV2": [ - { - "value": "*OLA 77-1563 v. 5 pt. 1", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433005545177" - } - ], - "enumerationChronology": [ - "v. 5 pt. 1" - ], - "physicalLocation": [ - "*OLA 77-1563" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433005545177" - ], - "idBarcode": [ - "33433005545177" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 5, - "lte": 5 - } - ], - "enumerationChronology_sort": [ - " 5-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLA 77-1563 v. 000005 pt. 1" - }, - "sort": [ - " 5-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 4 - }, - "_score": null, - "_source": { - "uri": "i10105107", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OLA 77-1563 v. 4 pt. 2" - ], - "identifierV2": [ - { - "value": "*OLA 77-1563 v. 4 pt. 2", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433005545169" - } - ], - "enumerationChronology": [ - "v. 4 pt. 2" - ], - "physicalLocation": [ - "*OLA 77-1563" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433005545169" - ], - "idBarcode": [ - "33433005545169" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 4, - "lte": 4 - } - ], - "enumerationChronology_sort": [ - " 4-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLA 77-1563 v. 000004 pt. 2" - }, - "sort": [ - " 4-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 3 - }, - "_score": null, - "_source": { - "uri": "i10105106", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OLA 77-1563 v. 4 pt. 1" - ], - "identifierV2": [ - { - "value": "*OLA 77-1563 v. 4 pt. 1", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433005545151" - } - ], - "enumerationChronology": [ - "v. 4 pt. 1" - ], - "physicalLocation": [ - "*OLA 77-1563" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433005545151" - ], - "idBarcode": [ - "33433005545151" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 4, - "lte": 4 - } - ], - "enumerationChronology_sort": [ - " 4-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLA 77-1563 v. 000004 pt. 1" - }, - "sort": [ - " 4-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 2 - }, - "_score": null, - "_source": { - "uri": "i10105105", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OLA 77-1563 v. 3" - ], - "identifierV2": [ - { - "value": "*OLA 77-1563 v. 3", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433005545144" - } - ], - "enumerationChronology": [ - "v. 3" - ], - "physicalLocation": [ - "*OLA 77-1563" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433005545144" - ], - "idBarcode": [ - "33433005545144" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 3, - "lte": 3 - } - ], - "enumerationChronology_sort": [ - " 3-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLA 77-1563 v. 000003" - }, - "sort": [ - " 3-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "uri": "i10105104", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OLA 77-1563 v. 2" - ], - "identifierV2": [ - { - "value": "*OLA 77-1563 v. 2", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433005545136" - } - ], - "enumerationChronology": [ - "v. 2" - ], - "physicalLocation": [ - "*OLA 77-1563" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433005545136" - ], - "idBarcode": [ - "33433005545136" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 2, - "lte": 2 - } - ], - "enumerationChronology_sort": [ - " 2-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLA 77-1563 v. 000002" - }, - "sort": [ - " 2-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i10105103", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OLA 77-1563 v. 1" - ], - "identifierV2": [ - { - "value": "*OLA 77-1563 v. 1", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433005545128" - } - ], - "enumerationChronology": [ - "v. 1" - ], - "physicalLocation": [ - "*OLA 77-1563" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433005545128" - ], - "idBarcode": [ - "33433005545128" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 1, - "lte": 1 - } - ], - "enumerationChronology_sort": [ - " 1-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLA 77-1563 v. 000001" - }, - "sort": [ - " 1-" - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10621864", - "_score": null, - "_source": { - "extent": [ - "-v." - ], - "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", - "Kuvempu, 1904-1994 -- Correspondence" - ], - "publisherLiteral": [ - "Bayalunēmi Prakāśana," - ], - "language": [ - { - "id": "lang:kan", - "label": "Kannada" - } - ], - "dateEndString": [ - "9999" - ], - "createdYear": [ - 1974 - ], - "type": [ - "nypl:Item" - ], - "title": [ - "Kuvempu patragaḷu. Sampādaka Hariharapriya. 1. Āvṛtti." - ], - "shelfMark": [ - "*OLA 79-209" - ], - "creatorLiteral": [ - "Kuvempu, 1904-1994." - ], - "createdString": [ - "1974" - ], - "idLccn": [ - "75905629" - ], - "dateStartYear": [ - 1974 - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA 79-209" - }, - { - "type": "nypl:Bnumber", - "value": "10621864" - }, - { - "type": "bf:Lccn", - "value": "75905629" - }, - { - "type": "bf:Identifier", - "value": "NN804084236" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0627536" - } - ], - "dateEndYear": [ - 9999 - ], - "updatedAt": 1636109952581, - "publicationStatement": [ - "Mandagere, Bayalunēmi Prakāśana, 1974-" - ], - "identifier": [ - "urn:bnum:10621864", - "urn:lccn:75905629", - "urn:undefined:NN804084236", - "urn:undefined:(WaOLN)nyp0627536" - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "1974" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Kuvempu, 1904-1994 -- Correspondence." - ], - "titleDisplay": [ - "Kuvempu patragaḷu. Sampādaka Hariharapriya. 1. Āvṛtti." - ], - "uri": "b10621864", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], - "placeOfPublication": [ - "Mandagere," - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "dimensions": [ - "20 cm." - ] - }, - "sort": [ - "b10621864" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 1, - "max_score": null, - "hits": [ - { - "_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:33433014576221" - ], - "shelfMark_sort": "a*OLA 79-000209", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i10139695", - "shelfMark": [ - "*OLA 79-209" - ], - "identifierV2": [ - { - "type": "bf:Barcode", - "value": "33433014576221" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433014576221" - ], - "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" - ] - }, - "sort": [ - null - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10691564", - "_score": null, - "_source": { - "extent": [ - "v. illus." - ], - "note": [ - { - "noteType": "Language", - "label": "In Kannada.", - "type": "bf:Note" - } - ], - "nyplSource": [ - "sierra-nypl" - ], - "subjectLiteral_exploded": [ - "Carnatic (India)", - "Carnatic (India) -- Biography" - ], - "publisherLiteral": [ - "Kāvyālaya" - ], - "language": [ - { - "id": "lang:kan", - "label": "Kannada" - } - ], - "dateEndString": [ - "9999" - ], - "createdYear": [ - 1969 - ], - "type": [ - "nypl:Item" - ], - "title": [ - "Jñāpaka citraśāle." - ], - "shelfMark": [ - "*OLA 81-2012" - ], - "creatorLiteral": [ - "Gundappa, D. V." - ], - "createdString": [ - "1969" - ], - "idLccn": [ - "70911699" - ], - "seriesStatement": [ - "Kannaḍa Kāvyamāle" - ], - "dateStartYear": [ - 1969 - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA 81-2012" - }, - { - "type": "nypl:Bnumber", - "value": "10691564" - }, - { - "type": "bf:Lccn", - "value": "70911699" - }, - { - "type": "nypl:Oclc", - "value": "20232509" - }, - { - "type": "nypl:Oclc", - "value": "20232509" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0698090" - }, - { - "type": "bf:Identifier", - "value": "(OCoLC)20232509" - } - ], - "idOclc": [ - "20232509" - ], - "dateEndYear": [ - 9999 - ], - "updatedAt": 1659153164180, - "publicationStatement": [ - "Maisūru, Kāvyālaya [1969-" - ], - "identifier": [ - "urn:bnum:10691564", - "urn:lccn:70911699", - "urn:oclc:20232509", - "urn:undefined:(WaOLN)nyp0698090", - "urn:undefined:(OCoLC)20232509" - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "1969" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Carnatic (India) -- Biography." - ], - "titleDisplay": [ - "Jñāpaka citraśāle. [Lēkhaka] Di. Vi. Ji." - ], - "uri": "b10691564", - "lccClassification": [ - "DS485.C24 G85" - ], - "numItems": [ - 4 - ], - "numAvailable": [ - 4 - ], - "placeOfPublication": [ - "Maisūru" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "dimensions": [ - "19 cm." - ] - }, - "sort": [ - "b10691564" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 4, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 3 - }, - "_score": null, - "_source": { - "uri": "i10153975", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OLA 81-2012 v. 8" - ], - "identifierV2": [ - { - "value": "*OLA 81-2012 v. 8", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433013122498" - } - ], - "physicalLocation": [ - "*OLA 81-2012" - ], - "enumerationChronology": [ - "v. 8" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433013122498" - ], - "idBarcode": [ - "33433013122498" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "shelfMark_sort": "a*OLA 81-2012 v. 000008" - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 2 - }, - "_score": null, - "_source": { - "uri": "i10153974", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OLA 81-2012 v. 7" - ], - "identifierV2": [ - { - "value": "*OLA 81-2012 v. 7", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433013118769" - } - ], - "physicalLocation": [ - "*OLA 81-2012" - ], - "enumerationChronology": [ - "v. 7" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433013118769" - ], - "idBarcode": [ - "33433013118769" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "shelfMark_sort": "a*OLA 81-2012 v. 000007" - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "uri": "i10153973", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OLA 81-2012 v. 5" - ], - "identifierV2": [ - { - "value": "*OLA 81-2012 v. 5", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433013118751" - } - ], - "physicalLocation": [ - "*OLA 81-2012" - ], - "enumerationChronology": [ - "v. 5" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433013118751" - ], - "idBarcode": [ - "33433013118751" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "shelfMark_sort": "a*OLA 81-2012 v. 000005" - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i10153972", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OLA 81-2012 v. 4" - ], - "identifierV2": [ - { - "value": "*OLA 81-2012 v. 4", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433013118744" - } - ], - "physicalLocation": [ - "*OLA 81-2012" - ], - "enumerationChronology": [ - "v. 4" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433013118744" - ], - "idBarcode": [ - "33433013118744" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "shelfMark_sort": "a*OLA 81-2012 v. 000004" - }, - "sort": [ - null - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10734117", - "_score": null, - "_source": { - "extent": [ - "v. ;" - ], - "note": [ - { - "noteType": "Language", - "label": "In Kannada.", - "type": "bf:Note" - } - ], - "nyplSource": [ - "sierra-nypl" - ], - "subjectLiteral_exploded": [ - "Karanth, Kota Shivarama, 1902-", - "Authors, Kannada", - "Authors, Kannada -- 20th century", - "Authors, Kannada -- 20th century -- Biography" - ], - "language": [ - { - "id": "lang:kan", - "label": "Kannada" - } - ], - "dateEndString": [ - "9999" - ], - "createdYear": [ - 1977 - ], - "type": [ - "nypl:Item" - ], - "title": [ - "Smrti pataladinda" - ], - "shelfMark": [ - "*OLA 81-2376" - ], - "creatorLiteral": [ - "Karanth, Kota Shivarama, 1902-" - ], - "createdString": [ - "1977" - ], - "dateStartYear": [ - 1977 - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA 81-2376" - }, - { - "type": "nypl:Bnumber", - "value": "10734117" - }, - { - "type": "nypl:Oclc", - "value": "10695468" - }, - { - "type": "nypl:Oclc", - "value": "10695468" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0740886" - }, - { - "type": "bf:Identifier", - "value": "(OCoLC)10695468" - } - ], - "idOclc": [ - "10695468" - ], - "dateEndYear": [ - 9999 - ], - "updatedAt": 1659170872872, - "identifier": [ - "urn:bnum:10734117", - "urn:oclc:10695468", - "urn:undefined:(WaOLN)nyp0740886", - "urn:undefined:(OCoLC)10695468" - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "1977" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Karanth, Kota Shivarama, 1902-", - "Authors, Kannada -- 20th century -- Biography." - ], - "titleDisplay": [ - "Smrti pataladinda / Śivarāma Kāranta." - ], - "uri": "b10734117", - "numItems": [ - 3 - ], - "numAvailable": [ - 3 - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "dimensions": [ - "22 cm." - ] - }, - "sort": [ - "b10734117" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 3, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 2 - }, - "_score": null, - "_source": { - "uri": "i10161646", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OLA 81-2376 v. 3" - ], - "identifierV2": [ - { - "value": "*OLA 81-2376 v. 3", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433013122290" - } - ], - "physicalLocation": [ - "*OLA 81-2376" - ], - "enumerationChronology": [ - "v. 3" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433013122290" - ], - "idBarcode": [ - "33433013122290" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "shelfMark_sort": "a*OLA 81-2376 v. 000003" - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "uri": "i10161645", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OLA 81-2376 v. 2" - ], - "identifierV2": [ - { - "value": "*OLA 81-2376 v. 2", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433013122282" - } - ], - "physicalLocation": [ - "*OLA 81-2376" - ], - "enumerationChronology": [ - "v. 2" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433013122282" - ], - "idBarcode": [ - "33433013122282" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "shelfMark_sort": "a*OLA 81-2376 v. 000002" - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i10161644", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OLA 81-2376 v. 1" - ], - "identifierV2": [ - { - "value": "*OLA 81-2376 v. 1", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433013122274" - } - ], - "physicalLocation": [ - "*OLA 81-2376" - ], - "enumerationChronology": [ - "v. 1" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433013122274" - ], - "idBarcode": [ - "33433013122274" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "shelfMark_sort": "a*OLA 81-2376 v. 000001" - }, - "sort": [ - null - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10756472", - "_score": null, - "_source": { - "extent": [ - "v. in illus." - ], - "note": [ - { - "noteType": "Note", - "label": "Cover title, text and musical notation in Kannada.", - "type": "bf:Note" - } - ], - "nyplSource": [ - "sierra-nypl" - ], - "subjectLiteral_exploded": [ - "Songs, Tamil", - "Music, Kannada" - ], - "numItemDatesParsed": [ - 0 - ], - "publisherLiteral": [ - "Guru Guha Gana Nilaya" - ], - "language": [ - { - "id": "lang:kan", - "label": "Kannada" - } - ], - "numItemsTotal": [ - 3 - ], - "createdYear": [ - 1963 - ], - "dateEndString": [ - "9999" - ], - "type": [ - "nypl:Item" - ], - "title": [ - "Maharaja Sri Swati Tirunal kritis. With notation." - ], - "shelfMark": [ - "JML 82-4" - ], - "numItemVolumesParsed": [ - 3 - ], - "creatorLiteral": [ - "Svātitirunāḷ, 1813-1846." - ], - "createdString": [ - "1963" - ], - "idLccn": [ - "sa 66002381" - ], - "seriesStatement": [ - "Karnataka sangeetha tarangini series book 5-" - ], - "numElectronicResources": [ - 0 - ], - "contributorLiteral": [ - "Sreenivasa Iyer, Semmangudi R.", - "Shankara Murthy, Mathur R." - ], - "dateStartYear": [ - 1963 - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "JML 82-4" - }, - { - "type": "nypl:Bnumber", - "value": "10756472" - }, - { - "type": "bf:Lccn", - "value": "sa 66002381" - }, - { - "type": "nypl:Oclc", - "value": "10408849" - }, - { - "type": "nypl:Oclc", - "value": "10408849" - }, - { - "type": "nypl:Oclc", - "value": "NYPG82-C2064" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0763357" - }, - { - "type": "bf:Identifier", - "value": "(OCoLC)10408849" - } - ], - "idOclc": [ - "10408849", - "NYPG82-C2064" - ], - "dateEndYear": [ - 9999 - ], - "updatedAt": 1689722390472, - "publicationStatement": [ - "Bangalore, Guru Guha Gana Nilaya [1963-" - ], - "identifier": [ - "urn:bnum:10756472", - "urn:lccn:sa 66002381", - "urn:oclc:10408849", - "urn:oclc:NYPG82-C2064", - "urn:undefined:(WaOLN)nyp0763357", - "urn:undefined:(OCoLC)10408849" - ], - "numCheckinCardItems": [ - 0 - ], - "materialType": [ - { - "id": "resourcetypes:not", - "label": "Notated music" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "1963" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Songs, Tamil.", - "Music, Kannada." - ], - "titleDisplay": [ - "Maharaja Sri Swati Tirunal kritis. With notation. / Tamil original edited by Semmangudi Srinivasa Aiyar. [Translated] by M.R. Shankaramurthy." - ], - "uri": "b10756472", - "lccClassification": [ - "M1808.R256 M3" - ], - "numItems": [ - 3 - ], - "numAvailable": [ - 3 - ], - "placeOfPublication": [ - "Bangalore" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "dimensions": [ - "25 cm." - ] - }, - "sort": [ - "b10756472" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 3, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 2 - }, - "_score": null, - "_source": { - "uri": "i14902566", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" - } - ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" - ], - "catalogItemType": [ - { - "id": "catalogItemType:7", - "label": "printed music, non-circ" - } - ], - "catalogItemType_packed": [ - "catalogItemType:7||printed music, non-circ" - ], - "holdingLocation": [ - { - "id": "loc:rcpm2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcpm2||Offsite" - ], - "shelfMark": [ - "JML 82-4 v. 4-5" - ], - "identifierV2": [ - { - "value": "JML 82-4 v. 4-5", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433068812035" - } - ], - "enumerationChronology": [ - "v. 4-5" - ], - "physicalLocation": [ - "JML 82-4" - ], - "recapCustomerCode": [ - "NP" - ], - "identifier": [ - "urn:barcode:33433068812035" - ], - "idBarcode": [ - "33433068812035" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 4, - "lte": 5 - } - ], - "enumerationChronology_sort": [ - " 4-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJML 82-4 v. 000004-5" - }, - "sort": [ - " 4-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "uri": "i14902565", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" - } - ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" - ], - "catalogItemType": [ - { - "id": "catalogItemType:7", - "label": "printed music, non-circ" - } - ], - "catalogItemType_packed": [ - "catalogItemType:7||printed music, non-circ" - ], - "holdingLocation": [ - { - "id": "loc:rcpm2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcpm2||Offsite" - ], - "shelfMark": [ - "JML 82-4 v. 2-3" - ], - "identifierV2": [ - { - "value": "JML 82-4 v. 2-3", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433068812027" - } - ], - "enumerationChronology": [ - "v. 2-3" - ], - "physicalLocation": [ - "JML 82-4" - ], - "recapCustomerCode": [ - "NP" - ], - "identifier": [ - "urn:barcode:33433068812027" - ], - "idBarcode": [ - "33433068812027" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 2, - "lte": 3 - } - ], - "enumerationChronology_sort": [ - " 2-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJML 82-4 v. 000002-3" - }, - "sort": [ - " 2-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i14902564", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" - } - ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" - ], - "catalogItemType": [ - { - "id": "catalogItemType:7", - "label": "printed music, non-circ" - } - ], - "catalogItemType_packed": [ - "catalogItemType:7||printed music, non-circ" - ], - "holdingLocation": [ - { - "id": "loc:rcpm2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcpm2||Offsite" - ], - "shelfMark": [ - "JML 82-4 v. 1" - ], - "identifierV2": [ - { - "value": "JML 82-4 v. 1", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433068812019" - } - ], - "enumerationChronology": [ - "v. 1" - ], - "physicalLocation": [ - "JML 82-4" - ], - "recapCustomerCode": [ - "NP" - ], - "identifier": [ - "urn:barcode:33433068812019" - ], - "idBarcode": [ - "33433068812019" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 1, - "lte": 1 - } - ], - "enumerationChronology_sort": [ - " 1-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJML 82-4 v. 000001" - }, - "sort": [ - " 1-" - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10836580", - "_score": null, - "_source": { - "extent": [ - "v." - ], - "note": [ - { - "noteType": "Note", - "label": "Without the music.", - "type": "bf:Note" - }, - { - "noteType": "Language", - "label": "In Kannada.", - "type": "bf:Note" - } - ], - "nyplSource": [ - "sierra-nypl" - ], - "subjectLiteral_exploded": [ - "Songs, Kannada", - "Songs, Kannada -- Texts" - ], - "publisherLiteral": [ - "[s.n.]" - ], - "language": [ - { - "id": "lang:kan", - "label": "Kannada" - } - ], - "dateEndString": [ - "9999" - ], - "createdYear": [ - 1964 - ], - "type": [ - "nypl:Item" - ], - "title": [ - "Yakṣagāna chandassu." - ], - "shelfMark": [ - "*OLA 82-1982" - ], - "creatorLiteral": [ - "Kedilaya, K. P. Seetharama, 1930-" - ], - "createdString": [ - "1964" - ], - "idLccn": [ - "sa 68015716" - ], - "dateStartYear": [ - 1964 - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA 82-1982" - }, - { - "type": "nypl:Bnumber", - "value": "10836580" - }, - { - "type": "bf:Lccn", - "value": "sa 68015716" - }, - { - "type": "nypl:Oclc", - "value": "24824716" - }, - { - "type": "nypl:Oclc", - "value": "24824716" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0843597" - }, - { - "type": "bf:Identifier", - "value": "(OCoLC)24824716" - } - ], - "idOclc": [ - "24824716" - ], - "dateEndYear": [ - 9999 - ], - "updatedAt": 1659354931153, - "publicationStatement": [ - "Śiśila, [s.n.] 1964-" - ], - "identifier": [ - "urn:bnum:10836580", - "urn:lccn:sa 68015716", - "urn:oclc:24824716", - "urn:undefined:(WaOLN)nyp0843597", - "urn:undefined:(OCoLC)24824716" - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "1964" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Songs, Kannada -- Texts." - ], - "titleDisplay": [ - "Yakṣagāna chandassu. Lēkhaka mattu prakāśaka Ka. Pu. Sītārāma Kedilāya." - ], - "uri": "b10836580", - "lccClassification": [ - "M1803.K427 Y3" - ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], - "placeOfPublication": [ - "Śiśila" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "dimensions": [ - "19 cm." - ] - }, - "sort": [ - "b10836580" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 1, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i10179896", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433013124239" - ], - "identifierV2": [ - { - "type": "bf:Barcode", - "value": "33433013124239" - } - ], - "idBarcode": [ - "33433013124239" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "shelfMark": [ - "*OLA 82-1982" - ], - "shelfMark_sort": "a*OLA 82-001982" - }, - "sort": [ - null - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10840234", - "_score": null, - "_source": { - "extent": [ - "v. ;" - ], - "note": [ - { - "noteType": "Language", - "label": "In Kannada.", - "type": "bf:Note" - } - ], - "nyplSource": [ - "sierra-nypl" - ], - "subjectLiteral_exploded": [ - "Authors, Kannada", - "Authors, Kannada -- 20th century", - "Authors, Kannada -- 20th century -- Biography", - "Kaṭṭīmani, Basavarāja, 1919-1989", - "Kaṭṭīmani, Basavarāja, 1919-1989 -- Biography" - ], - "publisherLiteral": [ - "Sāhityaśrī : mārāṭagāraruSam̲aja Pustuk̲alaya," - ], - "language": [ - { - "id": "lang:kan", - "label": "Kannada" - } - ], - "dateEndString": [ - "9999" - ], - "createdYear": [ - 1976 - ], - "type": [ - "nypl:Item" - ], - "title": [ - "Basavarāja Kaṭṭīmani avara ātmakathe." - ], - "shelfMark": [ - "*OLA 82-4677" - ], - "creatorLiteral": [ - "Kaṭṭīmani, Basavarāja, 1919-1989." - ], - "createdString": [ - "1976" - ], - "idLccn": [ - "76901672" - ], - "dateStartYear": [ - 1976 - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA 82-4677" - }, - { - "type": "nypl:Bnumber", - "value": "10840234" - }, - { - "type": "bf:Lccn", - "value": "76901672" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0847257" - } - ], - "dateEndYear": [ - 9999 - ], - "updatedAt": 1636173090017, - "publicationStatement": [ - "Dhāravāḍa : Sāhityaśrī : mārāṭagāraruSam̲aja Pustuk̲alaya, 1976-" - ], - "identifier": [ - "urn:bnum:10840234", - "urn:lccn:76901672", - "urn:undefined:(WaOLN)nyp0847257" - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "1976" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Authors, Kannada -- 20th century -- Biography.", - "Kaṭṭīmani, Basavarāja, 1919-1989 -- Biography." - ], - "titleDisplay": [ - "Basavarāja Kaṭṭīmani avara ātmakathe." - ], - "uri": "b10840234", - "lccClassification": [ - "PL4659.K35 Z463" - ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], - "placeOfPublication": [ - "Dhāravāḍa :" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "tableOfContents": [ - "1. Kundaranāḍina kanda." - ], - "dimensions": [ - "20 cm." - ] - }, - "sort": [ - "b10840234" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 1, - "max_score": null, - "hits": [ - { - "_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:33433013117753" - ], - "physicalLocation": [ - "*OLA 82-4677" - ], - "shelfMark_sort": "a*OLA 82-004677", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i10180475", - "shelfMark": [ - "*OLA 82-4677" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA 82-4677" - }, - { - "type": "bf:Barcode", - "value": "33433013117753" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433013117753" - ], - "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" - ] - }, - "sort": [ - null - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10840658", - "_score": null, - "_source": { - "extent": [ - "v. : ill. ;" - ], - "note": [ - { - "noteType": "Language", - "label": "In Kannada.", - "type": "bf:Note" - } - ], - "nyplSource": [ - "sierra-nypl" - ], - "subjectLiteral_exploded": [ - "Folk songs, Kannada", - "Folk songs, Kannada -- Texts" - ], - "publisherLiteral": [ - "Gurumūrti Prākāśana" - ], - "language": [ - { - "id": "lang:kan", - "label": "Kannada" - } - ], - "dateEndString": [ - "9999" - ], - "createdYear": [ - 1975 - ], - "type": [ - "nypl:Item" - ], - "title": [ - "Kannaḍa janapada sāhitya bhaṇḍāra" - ], - "shelfMark": [ - "*OLA 82-5593" - ], - "createdString": [ - "1975" - ], - "idLccn": [ - "76900850" - ], - "contributorLiteral": [ - "Krishnamurthy, Matighatta.", - "Krishnasarma, Betageri Shrinivasarao, 1900-" - ], - "dateStartYear": [ - 1975 - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA 82-5593" - }, - { - "type": "nypl:Bnumber", - "value": "10840658" - }, - { - "type": "bf:Lccn", - "value": "76900850" - }, - { - "type": "nypl:Oclc", - "value": "25604444" - }, - { - "type": "nypl:Oclc", - "value": "25604444" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0847681" - }, - { - "type": "bf:Identifier", - "value": "(OCoLC)25604444" - } - ], - "idOclc": [ - "25604444" - ], - "dateEndYear": [ - 9999 - ], - "updatedAt": 1659324546764, - "publicationStatement": [ - "Beṅgaḷūru : Gurumūrti Prākāśana, 1975-" - ], - "identifier": [ - "urn:bnum:10840658", - "urn:lccn:76900850", - "urn:oclc:25604444", - "urn:undefined:(WaOLN)nyp0847681", - "urn:undefined:(OCoLC)25604444" - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "1975" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Folk songs, Kannada -- Texts." - ], - "titleDisplay": [ - "Kannaḍa janapada sāhitya bhaṇḍāra / sangrāhaka, sampādaka, Matighaṭṭa Krṣṇamūrti ; Beṭagēri Krṣṇaśarma avara munnuḍiyondige." - ], - "uri": "b10840658", - "lccClassification": [ - "PL4656 .K33" - ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], - "placeOfPublication": [ - "Beṅgaḷūru" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "tableOfContents": [ - "1. Gītegaḷu." - ], - "dimensions": [ - "23 cm." - ] - }, - "sort": [ - "b10840658" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 1, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i10180545", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433013126176" - ], - "identifierV2": [ - { - "type": "bf:Barcode", - "value": "33433013126176" - } - ], - "idBarcode": [ - "33433013126176" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "shelfMark": [ - "*OLA 82-5593" - ], - "shelfMark_sort": "a*OLA 82-005593" - }, - "sort": [ - null - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10841472", - "_score": null, - "_source": { - "extent": [ - "v. : port." - ], - "note": [ - { - "noteType": "Note", - "label": "Plays; some previously published in various periodicals.", - "type": "bf:Note" - }, - { - "noteType": "Language", - "label": "In Kannada.", - "type": "bf:Note" - } - ], - "nyplSource": [ - "sierra-nypl" - ], - "publisherLiteral": [ - "Bi. Es. Śāstri" - ], - "language": [ - { - "id": "lang:kan", - "label": "Kannada" - } - ], - "dateEndString": [ - "9999" - ], - "createdYear": [ - 1967 - ], - "type": [ - "nypl:Item" - ], - "title": [ - "Kṣīrasāgarara nāṭakagaḷu." - ], - "shelfMark": [ - "*OLA 82-5560" - ], - "creatorLiteral": [ - "Kṣīrasāgara." - ], - "createdString": [ - "1967" - ], - "dateStartYear": [ - 1967 - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA 82-5560" - }, - { - "type": "nypl:Bnumber", - "value": "10841472" - }, - { - "type": "nypl:Oclc", - "value": "28795121" - }, - { - "type": "nypl:Oclc", - "value": "28795121" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0848495" - }, - { - "type": "bf:Identifier", - "value": "(OCoLC)28795121" - } - ], - "idOclc": [ - "28795121" - ], - "dateEndYear": [ - 9999 - ], - "updatedAt": 1659325090623, - "publicationStatement": [ - "Beṅgaḷūru : Bi. Es. Śāstri, 1967̲" - ], - "identifier": [ - "urn:bnum:10841472", - "urn:oclc:28795121", - "urn:undefined:(WaOLN)nyp0848495", - "urn:undefined:(OCoLC)28795121" - ], - "genreForm": [ - "Kannada drama." - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "1967" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "titleDisplay": [ - "Kṣīrasāgarara nāṭakagaḷu." - ], - "uri": "b10841472", - "numItems": [ - 2 - ], - "numAvailable": [ - 2 - ], - "placeOfPublication": [ - "Beṅgaḷūru" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "dimensions": [ - "19 cm." - ] - }, - "sort": [ - "b10841472" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 2, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "uri": "i10180726", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433013126085" - ], - "identifierV2": [ - { - "type": "bf:Barcode", - "value": "33433013126085" - } - ], - "idBarcode": [ - "33433013126085" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "shelfMark": [ - "*OLA 82-5560" - ], - "shelfMark_sort": "a*OLA 82-005560" - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i10180727", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433013126093" - ], - "identifierV2": [ - { - "type": "bf:Barcode", - "value": "33433013126093" - } - ], - "idBarcode": [ - "33433013126093" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "shelfMark": [ - "*OLA 82-5560" - ], - "shelfMark_sort": "a*OLA 82-005560" - }, - "sort": [ - null - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10841507", - "_score": null, - "_source": { - "extent": [ - "v. ;" - ], - "note": [ - { - "noteType": "Bibliography", - "label": "Includes bibliographical references.", - "type": "bf:Note" - }, - { - "noteType": "Language", - "label": "In Kannada.", - "type": "bf:Note" - } - ], - "nyplSource": [ - "sierra-nypl" - ], - "subjectLiteral_exploded": [ - "Inscriptions, Kannada" - ], - "publisherLiteral": [ - "Kannaḍa Adhyayanapīṭha, Karnāṭaska Viśvavidyālaya" - ], - "language": [ - { - "id": "lang:kan", - "label": "Kannada" - } - ], - "dateEndString": [ - "9999" - ], - "createdYear": [ - 1974 - ], - "type": [ - "nypl:Item" - ], - "title": [ - "Śāsana vy̲asaṅga" - ], - "shelfMark": [ - "*OLA 82-3004" - ], - "creatorLiteral": [ - "Kalaburgi, M. M." - ], - "createdString": [ - "1974" - ], - "idLccn": [ - "75900286" - ], - "dateStartYear": [ - 1974 - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA 82-3004" - }, - { - "type": "nypl:Bnumber", - "value": "10841507" - }, - { - "type": "bf:Lccn", - "value": "75900286" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0848530" - } - ], - "dateEndYear": [ - 9999 - ], - "updatedAt": 1653404959303, - "publicationStatement": [ - "Dhāravāḍa : Kannaḍa Adhyayanapīṭha, Karnāṭaska Viśvavidyālaya, 1974-" - ], - "identifier": [ - "urn:bnum:10841507", - "urn:lccn:75900286", - "urn:undefined:(WaOLN)nyp0848530" - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "1974" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Inscriptions, Kannada." - ], - "titleDisplay": [ - "Śāsana vy̲asaṅga / Em. Em. Kalaburgi; pradhāna samp̲adakaru Ār. Si. Hirēmaṭha." - ], - "uri": "b10841507", - "lccClassification": [ - "PL4654 .K27" - ], - "numItems": [ - 2 - ], - "numAvailable": [ - 2 - ], - "placeOfPublication": [ - "Dhāravāḍa" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "dimensions": [ - "23 cm." - ] - }, - "sort": [ - "b10841507" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 2, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433013123777" - ], - "shelfMark_sort": "a*OLA 82-003004", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i10180742", - "shelfMark": [ - "*OLA 82-3004" - ], - "identifierV2": [ - { - "type": "bf:Barcode", - "value": "33433013123777" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433013123777" - ], - "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" - ] - }, - "sort": [ - null - ] - }, - { - "_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:33433013123785" - ], - "shelfMark_sort": "a*OLA 82-003004", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i10180743", - "shelfMark": [ - "*OLA 82-3004" - ], - "identifierV2": [ - { - "type": "bf:Barcode", - "value": "33433013123785" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433013123785" - ], - "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" - ] - }, - "sort": [ - null - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10843261", - "_score": null, - "_source": { - "extent": [ - "v. in" - ], - "note": [ - { - "noteType": "Note", - "label": "Vols. 1-3 in 1 vol., previously published seperately.", - "type": "bf:Note" - }, - { - "noteType": "Language", - "label": "In Kannada.", - "type": "bf:Note" - } - ], - "nyplSource": [ - "sierra-nypl" - ], - "subjectLiteral_exploded": [ - "Kannada language", - "Kannada language -- Style" - ], - "publisherLiteral": [ - "Kāvyālaya Prakāśakaru" - ], - "language": [ - { - "id": "lang:kan", - "label": "Kannada" - } - ], - "dateEndString": [ - "9999" - ], - "createdYear": [ - 1971 - ], - "type": [ - "nypl:Item" - ], - "title": [ - "Śaili." - ], - "shelfMark": [ - "*OLA 82-5545" - ], - "creatorLiteral": [ - "Raṅgaṇṇa, Es. Vi., 1898-" - ], - "createdString": [ - "1971" - ], - "idLccn": [ - "72904770" - ], - "seriesStatement": [ - "Kannaḍa kāvyamāle" - ], - "dateStartYear": [ - 1971 - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA 82-5545" - }, - { - "type": "nypl:Bnumber", - "value": "10843261" - }, - { - "type": "bf:Lccn", - "value": "72904770" - }, - { - "type": "nypl:Oclc", - "value": "20553317" - }, - { - "type": "nypl:Oclc", - "value": "20553317" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0850287" - }, - { - "type": "bf:Identifier", - "value": "(OCoLC)20553317" - } - ], - "idOclc": [ - "20553317" - ], - "dateEndYear": [ - 9999 - ], - "updatedAt": 1659355572451, - "publicationStatement": [ - "Maisūru, Kāvyālaya Prakāśakaru, 1971-" - ], - "identifier": [ - "urn:bnum:10843261", - "urn:lccn:72904770", - "urn:oclc:20553317", - "urn:undefined:(WaOLN)nyp0850287", - "urn:undefined:(OCoLC)20553317" - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "1971" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Kannada language -- Style." - ], - "titleDisplay": [ - "Śaili. [Lēkhaka] Es. Vi. Raṅgaṇṇa." - ], - "uri": "b10843261", - "lccClassification": [ - "PL4649 .R3" - ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], - "placeOfPublication": [ - "Maisūru" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "dimensions": [ - "23 cm." - ] - }, - "sort": [ - "b10843261" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 1, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i10181027", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433013126036" - ], - "identifierV2": [ - { - "type": "bf:Barcode", - "value": "33433013126036" - } - ], - "idBarcode": [ - "33433013126036" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "shelfMark": [ - "*OLA 82-5545" - ], - "shelfMark_sort": "a*OLA 82-005545" - }, - "sort": [ - null - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10843271", - "_score": null, - "_source": { - "extent": [ - "v. : ill. ;" - ], - "note": [ - { - "noteType": "Language", - "label": "In Kannada.", - "type": "bf:Note" - } - ], - "nyplSource": [ - "sierra-nypl" - ], - "publisherLiteral": [ - "Eṃ. El. Śrīkaṇṭhēśagauḍa Saṃsmaraṇa Samiti, Kannaḍa Adhyayana Saṃsthe" - ], - "language": [ - { - "id": "lang:kan", - "label": "Kannada" - } - ], - "dateEndString": [ - "9999" - ], - "createdYear": [ - 1974 - ], - "type": [ - "nypl:Item" - ], - "title": [ - "Śrīkaṇṭhēśagauḍara krtigaḷu." - ], - "shelfMark": [ - "*OLA 83-2833" - ], - "creatorLiteral": [ - "Śrīkaṇṭhēśagauḍa, Eṃ. El., 1852-1926." - ], - "createdString": [ - "1974" - ], - "idLccn": [ - "75902729" - ], - "dateStartYear": [ - 1974 - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA 83-2833" - }, - { - "type": "nypl:Bnumber", - "value": "10843271" - }, - { - "type": "bf:Lccn", - "value": "75902729" - }, - { - "type": "nypl:Oclc", - "value": "25484171" - }, - { - "type": "nypl:Oclc", - "value": "25484171" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0850297" - }, - { - "type": "bf:Identifier", - "value": "(OCoLC)25484171" - } - ], - "idOclc": [ - "25484171" - ], - "uniformTitle": [ - "Works" - ], - "dateEndYear": [ - 9999 - ], - "updatedAt": 1659354791974, - "publicationStatement": [ - "Maisūru : Eṃ. El. Śrīkaṇṭhēśagauḍa Saṃsmaraṇa Samiti, Kannaḍa Adhyayana Saṃsthe, 1974-" - ], - "identifier": [ - "urn:bnum:10843271", - "urn:lccn:75902729", - "urn:oclc:25484171", - "urn:undefined:(WaOLN)nyp0850297", - "urn:undefined:(OCoLC)25484171" - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "1974" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "titleDisplay": [ - "Śrīkaṇṭhēśagauḍara krtigaḷu." - ], - "uri": "b10843271", - "lccClassification": [ - "PL4659 .S6464 1974" - ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], - "placeOfPublication": [ - "Maisūru" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "titleAlt": [ - "Works" - ], - "tableOfContents": [ - "1. Mūlakrtigaḷa saṅgraha." - ], - "dimensions": [ - "22 cm." - ] - }, - "sort": [ - "b10843271" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 1, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i10181030", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433013119056" - ], - "identifierV2": [ - { - "type": "bf:Barcode", - "value": "33433013119056" - } - ], - "idBarcode": [ - "33433013119056" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "shelfMark": [ - "*OLA 83-2833" - ], - "shelfMark_sort": "a*OLA 83-002833" - }, - "sort": [ - null - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10848968", - "_score": null, - "_source": { - "extent": [ - "v." - ], - "note": [ - { - "noteType": "Note", - "label": "Without music.", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "Includes biographical sketches of the composers.", - "type": "bf:Note" - }, - { - "noteType": "Language", - "label": "In Kannada.", - "type": "bf:Note" - } - ], - "nyplSource": [ - "sierra-nypl" - ], - "subjectLiteral_exploded": [ - "Composers", - "Composers -- Karnataka", - "Composers -- Karnataka -- Biography", - "Songs, Kannada", - "Songs, Kannada -- Texts" - ], - "numItemDatesParsed": [ - 0 - ], - "publisherLiteral": [ - "Mejisṭik Pres" - ], - "language": [ - { - "id": "lang:kan", - "label": "Kannada" - } - ], - "numItemsTotal": [ - 2 - ], - "createdYear": [ - 1962 - ], - "dateEndString": [ - "9999" - ], - "type": [ - "nypl:Item" - ], - "title": [ - "Dāsara kīrtanegaḷu." - ], - "shelfMark": [ - "JMK 82-18" - ], - "numItemVolumesParsed": [ - 2 - ], - "createdString": [ - "1962" - ], - "idLccn": [ - "sa 64006360 /M" - ], - "numElectronicResources": [ - 0 - ], - "contributorLiteral": [ - "Mañjunāthayya, K." - ], - "dateStartYear": [ - 1962 - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "JMK 82-18" - }, - { - "type": "nypl:Bnumber", - "value": "10848968" - }, - { - "type": "bf:Lccn", - "value": "sa 64006360 /M" - }, - { - "type": "nypl:Oclc", - "value": "23301757" - }, - { - "type": "nypl:Oclc", - "value": "23301757" - }, - { - "type": "nypl:Oclc", - "value": "NYPG84-B25944" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0855999" - }, - { - "type": "bf:Identifier", - "value": "(OCoLC)23301757" - } - ], - "idOclc": [ - "23301757", - "NYPG84-B25944" - ], - "dateEndYear": [ - 9999 - ], - "updatedAt": 1689723712703, - "publicationStatement": [ - "Uḍupi, Mejisṭik Pres [1962-" - ], - "identifier": [ - "urn:bnum:10848968", - "urn:lccn:sa 64006360 /M", - "urn:oclc:23301757", - "urn:oclc:NYPG84-B25944", - "urn:undefined:(WaOLN)nyp0855999", - "urn:undefined:(OCoLC)23301757" - ], - "numCheckinCardItems": [ - 0 - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "1962" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Composers -- Karnataka -- Biography.", - "Songs, Kannada -- Texts." - ], - "titleDisplay": [ - "Dāsara kīrtanegaḷu. Saṅgrāhakaru Ke. Mañjunāthayya. [Pariśōdhakaru Eṃ. Rājagōpālācārya]" - ], - "uri": "b10848968", - "lccClassification": [ - "M1808.S55 D4" - ], - "numItems": [ - 2 - ], - "numAvailable": [ - 2 - ], - "placeOfPublication": [ - "Uḍupi" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "dimensions": [ - "19 cm." - ] - }, - "sort": [ - "b10848968" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 2, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "uri": "i14915103", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" - } - ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "holdingLocation": [ - { - "id": "loc:rcpm2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcpm2||Offsite" - ], - "shelfMark": [ - "JMK 82-18 v. 2" - ], - "identifierV2": [ - { - "value": "JMK 82-18 v. 2", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433071260552" - } - ], - "enumerationChronology": [ - "v. 2" - ], - "physicalLocation": [ - "JMK 82-18" - ], - "recapCustomerCode": [ - "NP" - ], - "identifier": [ - "urn:barcode:33433071260552" - ], - "idBarcode": [ - "33433071260552" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 2, - "lte": 2 - } - ], - "enumerationChronology_sort": [ - " 2-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aJMK 82-18 v. 000002" - }, - "sort": [ - " 2-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i14915102", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" - } - ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "holdingLocation": [ - { - "id": "loc:rcpm2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcpm2||Offsite" - ], - "shelfMark": [ - "JMK 82-18 v. 1" - ], - "identifierV2": [ - { - "value": "JMK 82-18 v. 1", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433071260776" - } - ], - "enumerationChronology": [ - "v. 1" - ], - "physicalLocation": [ - "JMK 82-18" - ], - "recapCustomerCode": [ - "NP" - ], - "identifier": [ - "urn:barcode:33433071260776" - ], - "idBarcode": [ - "33433071260776" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 1, - "lte": 1 - } - ], - "enumerationChronology_sort": [ - " 1-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aJMK 82-18 v. 000001" - }, - "sort": [ - " 1-" - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10864908", - "_score": null, - "_source": { - "extent": [ - "v." - ], - "note": [ - { - "noteType": "Language", - "label": "In Kannada.", - "type": "bf:Note" - } - ], - "nyplSource": [ - "sierra-nypl" - ], - "subjectLiteral_exploded": [ - "India", - "India -- History" - ], - "publisherLiteral": [ - "Prasārāṇga, Maisūru Viśvavidyānilaya" - ], - "language": [ - { - "id": "lang:kan", - "label": "Kannada" - } - ], - "dateEndString": [ - "9999" - ], - "createdYear": [ - 1966 - ], - "type": [ - "nypl:Item" - ], - "title": [ - "Bhāratada caritre." - ], - "shelfMark": [ - "*OLL 82-770" - ], - "creatorLiteral": [ - "Narasayya, K." - ], - "createdString": [ - "1966" - ], - "idLccn": [ - "sa 68002831" - ], - "seriesStatement": [ - "Maisūru Viśvavidyānilayada Kannaḍa granthamāle, 54" - ], - "dateStartYear": [ - 1966 - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLL 82-770" - }, - { - "type": "nypl:Bnumber", - "value": "10864908" - }, - { - "type": "bf:Lccn", - "value": "sa 68002831" - }, - { - "type": "nypl:Oclc", - "value": "31187193" - }, - { - "type": "nypl:Oclc", - "value": "31187193" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0871959" - }, - { - "type": "bf:Identifier", - "value": "(OCoLC)31187193" - } - ], - "idOclc": [ - "31187193" - ], - "dateEndYear": [ - 9999 - ], - "updatedAt": 1659308511682, - "publicationStatement": [ - "[Maisūru] Prasārāṇga, Maisūru Viśvavidyānilaya, 196-" - ], - "identifier": [ - "urn:bnum:10864908", - "urn:lccn:sa 68002831", - "urn:oclc:31187193", - "urn:undefined:(WaOLN)nyp0871959", - "urn:undefined:(OCoLC)31187193" - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "1966" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "India -- History." - ], - "titleDisplay": [ - "Bhāratada caritre. [Lēkhaka] Ke. Narasayya." - ], - "uri": "b10864908", - "lccClassification": [ - "DS436 .N37" - ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], - "placeOfPublication": [ - "[Maisūru]" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "dimensions": [ - "19 cm." - ] - }, - "sort": [ - "b10864908" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 1, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i13932012", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OLL 82-770" - ], - "identifierV2": [ - { - "value": "*OLL 82-770", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433061320531" - } - ], - "physicalLocation": [ - "*OLL 82-770" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433061320531" - ], - "idBarcode": [ - "33433061320531" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "shelfMark_sort": "a*OLL 82-000770" + "uri": "i10180742" }, "sort": [ - null + " 1-" ] } ] @@ -17447,26 +11531,21 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10893177", + "_id": "b10843261", "_score": null, "_source": { "extent": [ - "v. : ill. ;" + "v. in" ], "note": [ { "noteType": "Note", - "label": "\"State level school reader in Kannada for non-Kannada speaking students.\"", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "Added t. p. in English: Kannada nudi /editor, M. S.Thirumalai.", + "label": "Vols. 1-3 in 1 vol., previously published seperately.", "type": "bf:Note" }, { "noteType": "Language", - "label": "In Kannada and Hindi ;introductory and explanatory matter in English.", + "label": "In Kannada.", "type": "bf:Note" } ], @@ -17475,10 +11554,13 @@ ], "subjectLiteral_exploded": [ "Kannada language", - "Kannada language -- Textbooks for foreign speakers" + "Kannada language -- Style" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Senṭral Insṭiṭyūte āph Iṇḍiyan Lāngvējas" + "Kāvyālaya Prakāśakaru" ], "language": [ { @@ -17486,85 +11568,97 @@ "label": "Kannada" } ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1971 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1980 + "title": [ + "Śaili." ], "type": [ "nypl:Item" ], - "title": [ - "Kannaḍa nuḍi" - ], "shelfMark": [ - "*OLA 84-2050" + "*OLA 82-5545" ], - "creatorLiteral": [ - "Mallikārjuna, B." + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1980" + "1971" + ], + "creatorLiteral": [ + "Raṅgaṇṇa, Es. Vi., 1898-" ], "idLccn": [ - "83901906" + "72904770" ], - "seriesStatement": [ - "CIIL second language textbooks series ; 6,7" + "numElectronicResources": [ + 0 ], - "contributorLiteral": [ - "Thirumalai, M. S." + "seriesStatement": [ + "Kannaḍa kāvyamāle" ], "dateStartYear": [ - 1980 + 1971 + ], + "idOclc": [ + "20553317", + "NYPG84-B19310" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OLA 84-2050" + "value": "*OLA 82-5545" }, { "type": "nypl:Bnumber", - "value": "10893177" + "value": "10843261" }, { - "type": "bf:Lccn", - "value": "83901906" + "type": "nypl:Oclc", + "value": "20553317" }, { "type": "nypl:Oclc", - "value": "14129155" + "value": "NYPG84-B19310" }, { - "type": "nypl:Oclc", - "value": "14129155" + "type": "bf:Lccn", + "value": "72904770" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0900270" + "value": "(WaOLN)nyp0850287" }, { "type": "bf:Identifier", - "value": "(OCoLC)14129155" + "value": "(OCoLC)20553317" } ], - "idOclc": [ - "14129155" - ], "dateEndYear": [ 9999 ], - "updatedAt": 1659324553239, + "updatedAt": 1711543549111, "publicationStatement": [ - "Maisūru : Senṭral Insṭiṭyūte āph Iṇḍiyan Lāngvējas, 1980-" + "Maisūru, Kāvyālaya Prakāśakaru, 1971-" ], "identifier": [ - "urn:bnum:10893177", - "urn:lccn:83901906", - "urn:oclc:14129155", - "urn:undefined:(WaOLN)nyp0900270", - "urn:undefined:(OCoLC)14129155" + "urn:shelfmark:*OLA 82-5545", + "urn:bnum:10843261", + "urn:oclc:20553317", + "urn:oclc:NYPG84-B19310", + "urn:lccn:72904770", + "urn:identifier:(WaOLN)nyp0850287", + "urn:identifier:(OCoLC)20553317" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -17579,7 +11673,7 @@ } ], "dateString": [ - "1980" + "1971" ], "mediaType": [ { @@ -17588,17 +11682,14 @@ } ], "subjectLiteral": [ - "Kannada language -- Textbooks for foreign speakers." + "Kannada language -- Style." ], "titleDisplay": [ - "Kannaḍa nuḍi / lēkhaka, Bha. Mallikārjuna ;sampadaka, Mā. Su. Tirumalai." - ], - "uri": "b10893177", - "numItems": [ - 3 + "Śaili. [Lēkhaka] Es. Vi. Raṅgaṇṇa." ], - "numAvailable": [ - 3 + "uri": "b10843261", + "lccClassification": [ + "PL4649 .R3" ], "placeOfPublication": [ "Maisūru" @@ -17610,11 +11701,11 @@ } ], "dimensions": [ - "26 cm." + "23 cm." ] }, "sort": [ - "b10893177" + "b10843261" ], "inner_hits": { "electronicResources": { @@ -17626,214 +11717,24 @@ }, "items": { "hits": { - "total": 3, + "total": 1, "max_score": null, "hits": [ { "_nested": { "field": "items", - "offset": 2 - }, - "_score": null, - "_source": { - "uri": "i10187928", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OLA 84-2050|zLibrary has: Vols. 1-3. v. 3" - ], - "identifierV2": [ - { - "value": "*OLA 84-2050|zLibrary has: Vols. 1-3. v. 3", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433012997643" - } - ], - "physicalLocation": [ - "*OLA 84-2050|zLibrary has: Vols. 1-3." - ], - "enumerationChronology": [ - "v. 3" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433012997643" - ], - "idBarcode": [ - "33433012997643" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "shelfMark_sort": "a*OLA 84-2050|zLibrary has: Vols. 1-3. v. 000003" - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "uri": "i10187926", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OLA 84-2050|zLibrary has: Vols. 1-3. v. 2" - ], - "identifierV2": [ - { - "value": "*OLA 84-2050|zLibrary has: Vols. 1-3. v. 2", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433012997627" - } - ], - "physicalLocation": [ - "*OLA 84-2050|zLibrary has: Vols. 1-3." - ], - "enumerationChronology": [ - "v. 2" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433012997627" - ], - "idBarcode": [ - "33433012997627" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "shelfMark_sort": "a*OLA 84-2050|zLibrary has: Vols. 1-3. v. 000002" - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i10187927", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -17844,6 +11745,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -17853,47 +11757,58 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLA 84-2050|zLibrary has: Vols. 1-3. v. 1" + "idBarcode": [ + "33433013126036" + ], + "identifier": [ + "urn:shelfmark:*OLA 82-5545", + "urn:barcode:33433013126036" ], "identifierV2": [ { - "value": "*OLA 84-2050|zLibrary has: Vols. 1-3. v. 1", + "value": "*OLA 82-5545", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433012997635" + "value": "33433013126036", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "*OLA 84-2050|zLibrary has: Vols. 1-3." + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], - "enumerationChronology": [ - "v. 1" + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ + "*OLA 82-5545" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433012997635" - ], - "idBarcode": [ - "33433012997635" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLA 82-5545" + ], + "shelfMark_sort": "a*OLA 82-005545", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], - "shelfMark_sort": "a*OLA 84-2050|zLibrary has: Vols. 1-3. v. 000001" + "uri": "i10181027" }, "sort": [ null @@ -17907,23 +11822,13 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10893183", + "_id": "b10843271", "_score": null, "_source": { "extent": [ - "v. ;" + "v. : ill. ;" ], "note": [ - { - "noteType": "Note", - "label": "Songs without music.", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "Vol. 2 published in 1974.", - "type": "bf:Note" - }, { "noteType": "Language", "label": "In Kannada.", @@ -17933,16 +11838,11 @@ "nyplSource": [ "sierra-nypl" ], - "subjectLiteral_exploded": [ - "Purandaradāsa, 1484-1564", - "Purandaradāsa, 1484-1564 -- Criticism and interpretation", - "Carnatic music" - ], "numItemDatesParsed": [ 0 ], "publisherLiteral": [ - "Śrīpurandaradāsara Nānnūraneya Varṣada Utsava Maṇḍala" + "Eṃ. El. Śrīkaṇṭhēśagauḍa Saṃsmaraṇa Samiti, Kannaḍa Adhyayana Saṃsthe" ], "language": [ { @@ -17953,70 +11853,91 @@ "numItemsTotal": [ 1 ], + "createdYear": [ + 1974 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1974 + "title": [ + "Śrīkaṇṭhēśagauḍara krtigaḷu." ], "type": [ "nypl:Item" ], - "title": [ - "̄Srī Purandaradāsara sāhitya" - ], "shelfMark": [ - "JMK 84-11" + "*OLA 83-2833" ], "numItemVolumesParsed": [ - 1 + 0 ], "createdString": [ "1974" ], + "creatorLiteral": [ + "Śrīkaṇṭhēśagauḍa, Eṃ. El., 1852-1926." + ], + "idLccn": [ + "75902729" + ], "numElectronicResources": [ 0 ], - "contributorLiteral": [ - "Purandaradāsa, 1484-1564.", - "Krṣṇaśarmā, Beṭagēri, 1900-", - "Huccarāyaru, Beṅgēri." - ], "dateStartYear": [ 1974 ], + "idOclc": [ + "25484171", + "NYPG84-B19324" + ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "JMK 84-11" + "value": "*OLA 83-2833" }, { "type": "nypl:Bnumber", - "value": "10893183" + "value": "10843271" }, { "type": "nypl:Oclc", - "value": "NYPG84-B80116" + "value": "25484171" + }, + { + "type": "nypl:Oclc", + "value": "NYPG84-B19324" + }, + { + "type": "bf:Lccn", + "value": "75902729" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0900276" + "value": "(WaOLN)nyp0850297" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)25484171" } ], - "idOclc": [ - "NYPG84-B80116" + "uniformTitle": [ + "Works" ], "dateEndYear": [ 9999 ], - "updatedAt": 1689723786448, + "updatedAt": 1711552727099, "publicationStatement": [ - "Dhāravāḍa : Śrīpurandaradāsara Nānnūraneya Varṣada Utsava Maṇḍala, 1974-" + "Maisūru : Eṃ. El. Śrīkaṇṭhēśagauḍa Saṃsmaraṇa Samiti, Kannaḍa Adhyayana Saṃsthe, 1974-" ], "identifier": [ - "urn:bnum:10893183", - "urn:oclc:NYPG84-B80116", - "urn:undefined:(WaOLN)nyp0900276" + "urn:shelfmark:*OLA 83-2833", + "urn:bnum:10843271", + "urn:oclc:25484171", + "urn:oclc:NYPG84-B19324", + "urn:lccn:75902729", + "urn:identifier:(WaOLN)nyp0850297", + "urn:identifier:(OCoLC)25484171" ], "numCheckinCardItems": [ 0 @@ -18042,22 +11963,15 @@ "label": "unmediated" } ], - "subjectLiteral": [ - "Purandaradāsa, 1484-1564 -- Criticism and interpretation.", - "Carnatic music." - ], "titleDisplay": [ - "̄Srī Purandaradāsara sāhitya / sampādakaru Śrī Beṭagēri Krṣṇaśarma ; Śrī Beṅgēri Huccarāyaru." - ], - "uri": "b10893183", - "numItems": [ - 1 + "Śrīkaṇṭhēśagauḍara krtigaḷu." ], - "numAvailable": [ - 1 + "uri": "b10843271", + "lccClassification": [ + "PL4659 .S6464 1974" ], "placeOfPublication": [ - "Dhāravāḍa" + "Maisūru" ], "issuance": [ { @@ -18065,15 +11979,18 @@ "label": "monograph/item" } ], + "titleAlt": [ + "Works" + ], "tableOfContents": [ - "2. Ārtabhāva." + "1. Mūlakrtigaḷa saṅgraha." ], "dimensions": [ - "19 cm." + "22 cm." ] }, "sort": [ - "b10893183" + "b10843271" ], "inner_hits": { "electronicResources": { @@ -18095,102 +12012,91 @@ }, "_score": null, "_source": { - "uri": "i14916909", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { - "id": "catalogItemType:2", - "label": "book non-circ" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" + "catalogItemType:55||book, limited circ, MaRLI" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:rcpm2", + "id": "loc:rc2ma", "label": "Offsite" } ], "holdingLocation_packed": [ - "loc:rcpm2||Offsite" + "loc:rc2ma||Offsite" ], - "shelfMark": [ - "JMK 84-11 v. 2" + "idBarcode": [ + "33433013119056" + ], + "identifier": [ + "urn:shelfmark:*OLA 83-2833", + "urn:barcode:33433013119056" ], "identifierV2": [ { - "value": "JMK 84-11 v. 2", + "value": "*OLA 83-2833", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433068805302" + "value": "33433013119056", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "v. 2" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ - "JMK 84-11" + "*OLA 83-2833" ], "recapCustomerCode": [ - "NP" - ], - "identifier": [ - "urn:barcode:33433068805302" - ], - "idBarcode": [ - "33433068805302" + "NA" ], "requestable": [ true ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "shelfMark": [ + "*OLA 83-2833" ], - "volumeRange": [ + "shelfMark_sort": "a*OLA 83-002833", + "status": [ { - "gte": 2, - "lte": 2 + "id": "status:a", + "label": "Available" } ], - "enumerationChronology_sort": [ - " 2-" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aJMK 84-11 v. 000002" + "uri": "i10181030" }, "sort": [ - " 2-" + null ] } ] @@ -18201,13 +12107,23 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10894417", + "_id": "b10848968", "_score": null, "_source": { "extent": [ - "v. ;" + "v." ], "note": [ + { + "noteType": "Note", + "label": "Without music.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Includes biographical sketches of the composers.", + "type": "bf:Note" + }, { "noteType": "Language", "label": "In Kannada.", @@ -18218,13 +12134,18 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Yakṣagāna", - "Actors", - "Actors -- Karnataka", - "Actors -- Karnataka -- Biography" + "Composers", + "Composers -- India", + "Composers -- India -- Karnataka", + "Composers -- India -- Karnataka -- Biography", + "Songs, Kannada", + "Songs, Kannada -- Texts" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Mayura Prakashana : adhikrta mārātagāraru, Pragatiśīla Sāhitya Saṅgha" + "Mejisṭik Pres" ], "language": [ { @@ -18232,79 +12153,94 @@ "label": "Kannada" } ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1962 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1974 + "title": [ + "Dāsara kīrtanegaḷu." ], "type": [ "nypl:Item" ], - "title": [ - "Yakṣagāna kalāvidaru" - ], "shelfMark": [ - "*OLA 84-1994" + "JMK 82-18" ], - "creatorLiteral": [ - "Alse, A. Ganapaiah, 1940-" + "numItemVolumesParsed": [ + 2 ], "createdString": [ - "1974" + "1962" ], "idLccn": [ - "75906010" + "sa 64006360 /M" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Mañjunāthayya, K." ], "dateStartYear": [ - 1974 + 1962 + ], + "idOclc": [ + "23301757", + "NYPG84-B25944" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OLA 84-1994" + "value": "JMK 82-18" }, { "type": "nypl:Bnumber", - "value": "10894417" + "value": "10848968" }, { - "type": "bf:Lccn", - "value": "75906010" + "type": "nypl:Oclc", + "value": "23301757" }, { "type": "nypl:Oclc", - "value": "20808576" + "value": "NYPG84-B25944" }, { - "type": "nypl:Oclc", - "value": "20808576" + "type": "bf:Lccn", + "value": "sa 64006360 /M" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0901510" + "value": "(WaOLN)nyp0855999" }, { "type": "bf:Identifier", - "value": "(OCoLC)20808576" + "value": "(OCoLC)23301757" } ], - "idOclc": [ - "20808576" - ], "dateEndYear": [ 9999 ], - "updatedAt": 1659354932047, + "updatedAt": 1710999590829, "publicationStatement": [ - "Beṅgaḷūru : Mayura Prakashana : adhikrta mārātagāraru, Pragatiśīla Sāhitya Saṅgha, 1974-" + "Uḍupi, Mejisṭik Pres [1962-" ], "identifier": [ - "urn:bnum:10894417", - "urn:lccn:75906010", - "urn:oclc:20808576", - "urn:undefined:(WaOLN)nyp0901510", - "urn:undefined:(OCoLC)20808576" + "urn:shelfmark:JMK 82-18", + "urn:bnum:10848968", + "urn:oclc:23301757", + "urn:oclc:NYPG84-B25944", + "urn:lccn:sa 64006360 /M", + "urn:identifier:(WaOLN)nyp0855999", + "urn:identifier:(OCoLC)23301757" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -18319,7 +12255,7 @@ } ], "dateString": [ - "1974" + "1962" ], "mediaType": [ { @@ -18328,24 +12264,18 @@ } ], "subjectLiteral": [ - "Yakṣagāna.", - "Actors -- Karnataka -- Biography." + "Composers -- India -- Karnataka -- Biography.", + "Songs, Kannada -- Texts." ], "titleDisplay": [ - "Yakṣagāna kalāvidaru / A. Gaṇapayya Alse." + "Dāsara kīrtanegaḷu. Saṅgrāhakaru Ke. Mañjunāthayya. [Pariśōdhakaru Eṃ. Rājagōpālācārya]" ], - "uri": "b10894417", + "uri": "b10848968", "lccClassification": [ - "PN2881.5 .A4" - ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "M1808.S55 D4" ], "placeOfPublication": [ - "Beṅgaḷūru" + "Uḍupi" ], "issuance": [ { @@ -18358,7 +12288,7 @@ ] }, "sort": [ - "b10894417" + "b10848968" ], "inner_hits": { "electronicResources": { @@ -18370,7 +12300,7 @@ }, "items": { "hits": { - "total": 1, + "total": 2, "max_score": null, "hits": [ { @@ -18380,7 +12310,81 @@ }, "_score": null, "_source": { - "uri": "i10188096", + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "enumerationChronology": [ + "v. 2" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcpm2", + "label": "Offsite" + } + ], + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" + ], + "idBarcode": [ + "33433071260552" + ], + "identifier": [ + "urn:shelfmark:JMK 82-18 v. 2", + "urn:barcode:33433071260552" + ], + "identifierV2": [ + { + "value": "JMK 82-18 v. 2", + "type": "bf:ShelfMark" + }, + { + "value": "33433071260552", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], + "physicalLocation": [ + "JMK 82-18" + ], + "recapCustomerCode": [ + "NP" + ], + "requestable": [ + true + ], + "shelfMark": [ + "JMK 82-18 v. 2" + ], + "shelfMark_sort": "aJMK 82-18 v. 000002", "status": [ { "id": "status:a", @@ -18390,74 +12394,125 @@ "status_packed": [ "status:a||Available" ], - "owner": [ + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "gte": 2, + "lte": 2 } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "uri": "i14915103" + }, + "sort": [ + " 2-" + ] + }, + { + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" + "id": "catalogItemType:2", + "label": "book non-circ" } ], "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" + "catalogItemType:2||book non-circ" + ], + "enumerationChronology": [ + "v. 1" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:rc2ma", + "id": "loc:rcpm2", "label": "Offsite" } ], "holdingLocation_packed": [ - "loc:rc2ma||Offsite" + "loc:rcpm2||Offsite" ], - "shelfMark": [ - "*OLA 84-1994|zLibrary has: Vol. 1." + "idBarcode": [ + "33433071260776" + ], + "identifier": [ + "urn:shelfmark:JMK 82-18 v. 1", + "urn:barcode:33433071260776" ], "identifierV2": [ { - "value": "*OLA 84-1994|zLibrary has: Vol. 1.", + "value": "JMK 82-18 v. 1", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433012997601" + "value": "33433071260776", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ - "*OLA 84-1994|zLibrary has: Vol. 1." + "JMK 82-18" ], "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433012997601" - ], - "idBarcode": [ - "33433012997601" + "NP" ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMK 82-18 v. 1" + ], + "shelfMark_sort": "aJMK 82-18 v. 000001", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], - "shelfMark_sort": "a*OLA 84-1994|zLibrary has: Vol. 1." + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ], + "uri": "i14915102" }, "sort": [ - null + " 1-" ] } ] @@ -18468,33 +12523,13 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10894424", + "_id": "b10864908", "_score": null, "_source": { "extent": [ - "v. : ill., map ;" + "v." ], "note": [ - { - "noteType": "Note", - "label": "First published in 1959.", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "\"Rājya Sāhitya Akāḍemiyinda puraskrta grantha, 1960.\"", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "Includes index.", - "type": "bf:Note" - }, - { - "noteType": "Bibliography", - "label": "Bibliography: v.1, p. [290]-296.", - "type": "bf:Note" - }, { "noteType": "Language", "label": "In Kannada.", @@ -18505,11 +12540,14 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Kannada literature", - "Kannada literature -- History and criticism" + "India", + "India -- History" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Samāja Pustakālaya" + "Prasārāṇga, Maisūru Viśvavidyānilaya" ], "language": [ { @@ -18517,79 +12555,97 @@ "label": "Kannada" } ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1966 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1974 + "title": [ + "Bhāratada caritre." ], "type": [ "nypl:Item" ], - "title": [ - "Sāhitya saṃśōdhane mattu samālōcane" - ], "shelfMark": [ - "*OLA 83-4874" + "*OLL 82-770" ], - "creatorLiteral": [ - "Naik, Sadanand Narayan, 1913-" + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1974" + "1966" + ], + "creatorLiteral": [ + "Narasayya, K." ], "idLccn": [ - "74904049" + "sa 68002831" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Maisūru Viśvavidyānilayada Kannaḍa granthamāle, 54" ], "dateStartYear": [ - 1974 + 1966 + ], + "idOclc": [ + "31187193", + "NYPG84-B45127" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OLA 83-4874" + "value": "*OLL 82-770" }, { "type": "nypl:Bnumber", - "value": "10894424" + "value": "10864908" }, { - "type": "bf:Lccn", - "value": "74904049" + "type": "nypl:Oclc", + "value": "31187193" }, { "type": "nypl:Oclc", - "value": "20496091" + "value": "NYPG84-B45127" }, { - "type": "nypl:Oclc", - "value": "20496091" + "type": "bf:Lccn", + "value": "sa 68002831" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0901517" + "value": "(WaOLN)nyp0871959" }, { "type": "bf:Identifier", - "value": "(OCoLC)20496091" + "value": "(OCoLC)31187193" } ], - "idOclc": [ - "20496091" - ], "dateEndYear": [ 9999 ], - "updatedAt": 1659344353544, + "updatedAt": 1711522570493, "publicationStatement": [ - "Dhāravāḍa : Samāja Pustakālaya, 1974-" + "[Maisūru] Prasārāṇga, Maisūru Viśvavidyānilaya, 196-" ], "identifier": [ - "urn:bnum:10894424", - "urn:lccn:74904049", - "urn:oclc:20496091", - "urn:undefined:(WaOLN)nyp0901517", - "urn:undefined:(OCoLC)20496091" + "urn:shelfmark:*OLL 82-770", + "urn:bnum:10864908", + "urn:oclc:31187193", + "urn:oclc:NYPG84-B45127", + "urn:lccn:sa 68002831", + "urn:identifier:(WaOLN)nyp0871959", + "urn:identifier:(OCoLC)31187193" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -18604,7 +12660,7 @@ } ], "dateString": [ - "1974" + "1966" ], "mediaType": [ { @@ -18613,23 +12669,17 @@ } ], "subjectLiteral": [ - "Kannada literature -- History and criticism." + "India -- History." ], "titleDisplay": [ - "Sāhitya saṃśōdhane mattu samālōcane / lēkhakaru Sadānanda N̄yaka." + "Bhāratada caritre. [Lēkhaka] Ke. Narasayya." ], - "uri": "b10894424", + "uri": "b10864908", "lccClassification": [ - "PL4650.5 .N26 1974" - ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "DS436 .N37" ], "placeOfPublication": [ - "Dhāravāḍa" + "[Maisūru]" ], "issuance": [ { @@ -18638,11 +12688,11 @@ } ], "dimensions": [ - "22 cm." + "19 cm." ] }, "sort": [ - "b10894424" + "b10864908" ], "inner_hits": { "electronicResources": { @@ -18664,24 +12714,14 @@ }, "_score": null, "_source": { - "uri": "i10188098", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -18692,6 +12732,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -18701,44 +12744,58 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLA 83-4874|zLibrary has: Vol. 1." + "idBarcode": [ + "33433061320531" + ], + "identifier": [ + "urn:shelfmark:*OLL 82-770", + "urn:barcode:33433061320531" ], "identifierV2": [ { - "value": "*OLA 83-4874|zLibrary has: Vol. 1.", + "value": "*OLL 82-770", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433012996918" + "value": "33433061320531", + "type": "bf:Barcode" } ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ - "*OLA 83-4874|zLibrary has: Vol. 1." + "*OLL 82-770" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433012996918" - ], - "idBarcode": [ - "33433012996918" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLL 82-770" + ], + "shelfMark_sort": "a*OLL 82-000770", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], - "shelfMark_sort": "a*OLA 83-4874|zLibrary has: Vol. 1." + "type": [ + "bf:Item" + ], + "uri": "i13932012" }, "sort": [ null @@ -18752,26 +12809,26 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10902372", + "_id": "b10893177", "_score": null, "_source": { "extent": [ - "v." + "v. : ill. ;" ], "note": [ { "noteType": "Note", - "label": "Without the music.", + "label": "\"State level school reader in Kannada for non-Kannada speaking students.\"", "type": "bf:Note" }, { "noteType": "Note", - "label": "Vol. 7: Karnāṭaka Viśvavidyālaya, Rajata Mahōtsava prakaṭane.", + "label": "Added t. p. in English: Kannada nudi /editor, M. S.Thirumalai.", "type": "bf:Note" }, { "noteType": "Language", - "label": "In Kannada.", + "label": "In Kannada and Hindi ;introductory and explanatory matter in English.", "type": "bf:Note" } ], @@ -18779,11 +12836,14 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Folk songs, Kannada", - "Folk songs, Kannada -- Texts" + "Kannada language", + "Kannada language -- Textbooks for foreign speakers" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Karnāṭaka Viśvavidyālaya" + "Senṭral Insṭiṭyūte āph Iṇḍiyan Lāngvējas" ], "language": [ { @@ -18791,65 +12851,100 @@ "label": "Kannada" } ], + "numItemsTotal": [ + 3 + ], + "createdYear": [ + 1980 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1971 + "title": [ + "Kannaḍa nuḍi" ], "type": [ "nypl:Item" ], - "title": [ - "Jīvana Jōkāli." - ], "shelfMark": [ - "*OLA 84-3320" + "*OLA 84-2050" ], - "creatorLiteral": [ - "Sunkapur, M. S." + "numItemVolumesParsed": [ + 3 ], "createdString": [ - "1971" + "1980" + ], + "creatorLiteral": [ + "Mallikārjuna, B." ], "idLccn": [ - "70928091" + "83901906" + ], + "numElectronicResources": [ + 0 ], "seriesStatement": [ - "Janapada sāhitya māle, 11, 16, 17" + "CIIL second language textbooks series ; 6,7" + ], + "contributorLiteral": [ + "Thirumalai, M. S." ], "dateStartYear": [ - 1971 + 1980 + ], + "idOclc": [ + "14129155", + "NYPG84-B80106" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OLA 84-3320" + "value": "*OLA 84-2050" }, { "type": "nypl:Bnumber", - "value": "10902372" + "value": "10893177" + }, + { + "type": "nypl:Oclc", + "value": "14129155" + }, + { + "type": "nypl:Oclc", + "value": "NYPG84-B80106" }, { "type": "bf:Lccn", - "value": "70928091" + "value": "83901906" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0909480" + "value": "(WaOLN)nyp0900270" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)14129155" } ], "dateEndYear": [ 9999 ], - "updatedAt": 1636202044347, + "updatedAt": 1711631587757, "publicationStatement": [ - "Dhāravāḍa, Karnāṭaka Viśvavidyālaya [1971-" + "Maisūru : Senṭral Insṭiṭyūte āph Iṇḍiyan Lāngvējas, 1980-" ], "identifier": [ - "urn:bnum:10902372", - "urn:lccn:70928091", - "urn:undefined:(WaOLN)nyp0909480" + "urn:shelfmark:*OLA 84-2050", + "urn:bnum:10893177", + "urn:oclc:14129155", + "urn:oclc:NYPG84-B80106", + "urn:lccn:83901906", + "urn:identifier:(WaOLN)nyp0900270", + "urn:identifier:(OCoLC)14129155" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -18864,7 +12959,7 @@ } ], "dateString": [ - "1971" + "1980" ], "mediaType": [ { @@ -18873,23 +12968,14 @@ } ], "subjectLiteral": [ - "Folk songs, Kannada -- Texts." + "Kannada language -- Textbooks for foreign speakers." ], "titleDisplay": [ - "Jīvana Jōkāli. Sampādakaru Eṃ. Es. Suṅkāpura." - ], - "uri": "b10902372", - "lccClassification": [ - "M1808.S795 J6" - ], - "numItems": [ - 3 - ], - "numAvailable": [ - 3 + "Kannaḍa nuḍi / lēkhaka, Bha. Mallikārjuna ;sampadaka, Mā. Su. Tirumalai." ], + "uri": "b10893177", "placeOfPublication": [ - "Dhāravāḍa," + "Maisūru" ], "issuance": [ { @@ -18897,15 +12983,12 @@ "label": "monograph/item" } ], - "tableOfContents": [ - "6. Ḍoḷḷina hāḍu. -- 7. Gaṇgigauri saṃvāda-Bedeṇḍegabba. -- 8 K̲olupada." - ], "dimensions": [ - "23 cm." + "26 cm." ] }, "sort": [ - "b10902372" + "b10893177" ], "inner_hits": { "electronicResources": { @@ -18923,183 +13006,505 @@ { "_nested": { "field": "items", - "offset": 2 + "offset": 0 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433012998203" - ], - "physicalLocation": [ - "*OLA 84-3320|zLibrary has: Vol. 6-8." + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OLA 84-3320|zLibrary has: Vol. 6-8. v. 000008", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "enumerationChronology": [ + "v. 3" + ], + "enumerationChronology_sort": [ + " 3-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10189109", - "shelfMark": [ - "*OLA 84-3320|zLibrary has: Vol. 6-8. v. 8" + "idBarcode": [ + "33433012997643" + ], + "identifier": [ + "urn:shelfmark:*OLA 84-2050|zLibrary has: Vols. 1-3. v. 3", + "urn:barcode:33433012997643" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLA 84-3320|zLibrary has: Vol. 6-8. v. 8" + "value": "*OLA 84-2050|zLibrary has: Vols. 1-3. v. 3", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433012998203" + "value": "33433012997643", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 8" - ], - "idBarcode": [ - "33433012998203" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLA 84-2050|zLibrary has: Vols. 1-3." + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], + "shelfMark": [ + "*OLA 84-2050|zLibrary has: Vols. 1-3. v. 3" + ], + "shelfMark_sort": "a*OLA 84-2050|zLibrary has: Vols. 1-3. v. 000003", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ], + "uri": "i10187928" + }, + "sort": [ + " 3-" + ] + }, + { + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], "catalogItemType": [ { "id": "catalogItemType:55", "label": "book, limited circ, MaRLI" } ], + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "enumerationChronology": [ + "v. 2" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433012997627" + ], + "identifier": [ + "urn:shelfmark:*OLA 84-2050|zLibrary has: Vols. 1-3. v. 2", + "urn:barcode:33433012997627" + ], + "identifierV2": [ + { + "value": "*OLA 84-2050|zLibrary has: Vols. 1-3. v. 2", + "type": "bf:ShelfMark" + }, + { + "value": "33433012997627", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ + "*OLA 84-2050|zLibrary has: Vols. 1-3." + ], + "recapCustomerCode": [ + "NA" + ], + "requestable": [ + true + ], + "shelfMark": [ + "*OLA 84-2050|zLibrary has: Vols. 1-3. v. 2" + ], + "shelfMark_sort": "a*OLA 84-2050|zLibrary has: Vols. 1-3. v. 000002", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 2, + "lte": 2 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10187926" }, "sort": [ - null + " 2-" ] }, { "_nested": { "field": "items", - "offset": 1 + "offset": 2 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433012998195" - ], - "physicalLocation": [ - "*OLA 84-3320|zLibrary has: Vol. 6-8." + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OLA 84-3320|zLibrary has: Vol. 6-8. v. 000007", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "enumerationChronology": [ + "v. 1" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10189108", - "shelfMark": [ - "*OLA 84-3320|zLibrary has: Vol. 6-8. v. 7" + "idBarcode": [ + "33433012997635" + ], + "identifier": [ + "urn:shelfmark:*OLA 84-2050|zLibrary has: Vols. 1-3. v. 1", + "urn:barcode:33433012997635" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLA 84-3320|zLibrary has: Vol. 6-8. v. 7" + "value": "*OLA 84-2050|zLibrary has: Vols. 1-3. v. 1", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433012998195" + "value": "33433012997635", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 7" - ], - "idBarcode": [ - "33433012998195" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLA 84-2050|zLibrary has: Vols. 1-3." + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLA 84-2050|zLibrary has: Vols. 1-3. v. 1" ], + "shelfMark_sort": "a*OLA 84-2050|zLibrary has: Vols. 1-3. v. 000001", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 1, + "lte": 1 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10187927" }, "sort": [ - null + " 1-" ] - }, + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10893183", + "_score": null, + "_source": { + "extent": [ + "v. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Songs without music.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Vol. 2 published in 1974.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Kannada.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Purandaradāsa, 1484-1564", + "Purandaradāsa, 1484-1564 -- Criticism and interpretation", + "Carnatic music" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Śrīpurandaradāsara Nānnūraneya Varṣada Utsava Maṇḍala" + ], + "language": [ + { + "id": "lang:kan", + "label": "Kannada" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1974 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "̄Srī Purandaradāsara sāhitya" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMK 84-11" + ], + "numItemVolumesParsed": [ + 1 + ], + "createdString": [ + "1974" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Purandaradāsa, 1484-1564.", + "Krṣṇaśarmā, Beṭagēri, 1900-", + "Huccarāyaru, Beṅgēri." + ], + "dateStartYear": [ + 1974 + ], + "idOclc": [ + "NYPG84-B80116" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JMK 84-11" + }, + { + "type": "nypl:Bnumber", + "value": "10893183" + }, + { + "type": "nypl:Oclc", + "value": "NYPG84-B80116" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0900276" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1710999677340, + "publicationStatement": [ + "Dhāravāḍa : Śrīpurandaradāsara Nānnūraneya Varṣada Utsava Maṇḍala, 1974-" + ], + "identifier": [ + "urn:shelfmark:JMK 84-11", + "urn:bnum:10893183", + "urn:oclc:NYPG84-B80116", + "urn:identifier:(WaOLN)nyp0900276" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1974" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Purandaradāsa, 1484-1564 -- Criticism and interpretation.", + "Carnatic music." + ], + "titleDisplay": [ + "̄Srī Purandaradāsara sāhitya / sampādakaru Śrī Beṭagēri Krṣṇaśarma ; Śrī Beṅgēri Huccarāyaru." + ], + "uri": "b10893183", + "placeOfPublication": [ + "Dhāravāḍa" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "2. Ārtabhāva." + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + "b10893183" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 1, + "max_score": null, + "hits": [ { "_nested": { "field": "items", @@ -19107,87 +13512,103 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433012998187" - ], - "physicalLocation": [ - "*OLA 84-3320|zLibrary has: Vol. 6-8." + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } ], - "shelfMark_sort": "a*OLA 84-3320|zLibrary has: Vol. 6-8. v. 000006", "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" + "catalogItemType:2||book non-circ" ], - "accessMessage": [ + "enumerationChronology": [ + "v. 2" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rcpm2", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rcpm2||Offsite" ], - "uri": "i10189107", - "shelfMark": [ - "*OLA 84-3320|zLibrary has: Vol. 6-8. v. 6" + "idBarcode": [ + "33433068805302" + ], + "identifier": [ + "urn:shelfmark:JMK 84-11 v. 2", + "urn:barcode:33433068805302" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLA 84-3320|zLibrary has: Vol. 6-8. v. 6" + "value": "JMK 84-11 v. 2", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433012998187" + "value": "33433068805302", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } ], - "enumerationChronology": [ - "v. 6" + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" ], - "idBarcode": [ - "33433012998187" + "physicalLocation": [ + "JMK 84-11" ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "recapCustomerCode": [ + "NP" ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "JMK 84-11 v. 2" ], + "shelfMark_sort": "aJMK 84-11 v. 000002", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 2, + "lte": 2 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i14916909" }, "sort": [ - null + " 2-" ] } ] @@ -19198,23 +13619,13 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10920342", + "_id": "b10894417", "_score": null, "_source": { "extent": [ - "v. port." + "v. ;" ], "note": [ - { - "noteType": "Note", - "label": "Comprises collected writings of the author, chiefly prefaces to his own works.", - "type": "bf:Note" - }, - { - "noteType": "Bibliography", - "label": "Includes bibliographical references.", - "type": "bf:Note" - }, { "noteType": "Language", "label": "In Kannada.", @@ -19224,8 +13635,14 @@ "nyplSource": [ "sierra-nypl" ], + "subjectLiteral_exploded": [ + "Yakṣagāna", + "Actors", + "Actors -- Karnataka", + "Actors -- Karnataka -- Biography" + ], "publisherLiteral": [ - "Viśvabhārati Prakāśana" + "Mayura Prakashana : adhikrta mārātagāraru, Pragatiśīla Sāhitya Saṅgha" ], "language": [ { @@ -19237,78 +13654,75 @@ "9999" ], "createdYear": [ - 1972 + 1974 ], "type": [ "nypl:Item" ], "title": [ - "Ciracētana." + "Yakṣagāna kalāvidaru" ], "shelfMark": [ - "*OLA 84-4187" + "*OLA 84-1994" ], "creatorLiteral": [ - "Krishnarao, A. N., 1908-1971." + "Alse, A. Ganapaiah, 1940-" ], "createdString": [ - "1972" + "1974" ], "idLccn": [ - "72907646" - ], - "contributorLiteral": [ - "Krṣṇarāya, Śā. Maṃ." + "75906010" ], "dateStartYear": [ - 1972 + 1974 ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OLA 84-4187" + "value": "*OLA 84-1994" }, { "type": "nypl:Bnumber", - "value": "10920342" + "value": "10894417" }, { "type": "bf:Lccn", - "value": "72907646" + "value": "75906010" }, { "type": "nypl:Oclc", - "value": "20716535" + "value": "20808576" }, { "type": "nypl:Oclc", - "value": "20716535" + "value": "20808576" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0927484" + "value": "(WaOLN)nyp0901510" }, { "type": "bf:Identifier", - "value": "(OCoLC)20716535" + "value": "(OCoLC)20808576" } ], "idOclc": [ - "20716535" + "20808576" ], "dateEndYear": [ 9999 ], - "updatedAt": 1659310404344, + "updatedAt": 1659354932047, "publicationStatement": [ - "Maḍagāṃva, Viśvabhārati Prakāśana 1894- i.e. 1972-" + "Beṅgaḷūru : Mayura Prakashana : adhikrta mārātagāraru, Pragatiśīla Sāhitya Saṅgha, 1974-" ], "identifier": [ - "urn:bnum:10920342", - "urn:lccn:72907646", - "urn:oclc:20716535", - "urn:undefined:(WaOLN)nyp0927484", - "urn:undefined:(OCoLC)20716535" + "urn:bnum:10894417", + "urn:lccn:75906010", + "urn:oclc:20808576", + "urn:undefined:(WaOLN)nyp0901510", + "urn:undefined:(OCoLC)20808576" ], "materialType": [ { @@ -19323,7 +13737,7 @@ } ], "dateString": [ - "1972" + "1974" ], "mediaType": [ { @@ -19331,12 +13745,16 @@ "label": "unmediated" } ], + "subjectLiteral": [ + "Yakṣagāna.", + "Actors -- Karnataka -- Biography." + ], "titleDisplay": [ - "Ciracētana. Sampādaka Śā. Maṃ. Krṣṇarāya." + "Yakṣagāna kalāvidaru / A. Gaṇapayya Alse." ], - "uri": "b10920342", + "uri": "b10894417", "lccClassification": [ - "PL4659.K68 C5" + "PN2881.5 .A4" ], "numItems": [ 1 @@ -19345,7 +13763,7 @@ 1 ], "placeOfPublication": [ - "Maḍagāṃva" + "Beṅgaḷūru" ], "issuance": [ { @@ -19354,11 +13772,11 @@ } ], "dimensions": [ - "22 cm." + "19 cm." ] }, "sort": [ - "b10920342" + "b10894417" ], "inner_hits": { "electronicResources": { @@ -19380,7 +13798,7 @@ }, "_score": null, "_source": { - "uri": "i10194087", + "uri": "i10188096", "status": [ { "id": "status:a", @@ -19418,29 +13836,29 @@ "loc:rc2ma||Offsite" ], "shelfMark": [ - "*OLA 84-4187|zLibrary has: Vol. 1." + "*OLA 84-1994|zLibrary has: Vol. 1." ], "identifierV2": [ { - "value": "*OLA 84-4187|zLibrary has: Vol. 1.", + "value": "*OLA 84-1994|zLibrary has: Vol. 1.", "type": "bf:ShelfMark" }, { "type": "bf:Barcode", - "value": "33433012998468" + "value": "33433012997601" } ], "physicalLocation": [ - "*OLA 84-4187|zLibrary has: Vol. 1." + "*OLA 84-1994|zLibrary has: Vol. 1." ], "recapCustomerCode": [ "NA" ], "identifier": [ - "urn:barcode:33433012998468" + "urn:barcode:33433012997601" ], "idBarcode": [ - "33433012998468" + "33433012997601" ], "requestable": [ true @@ -19454,7 +13872,7 @@ "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "shelfMark_sort": "a*OLA 84-4187|zLibrary has: Vol. 1." + "shelfMark_sort": "a*OLA 84-1994|zLibrary has: Vol. 1." }, "sort": [ null @@ -19468,13 +13886,33 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10920356", + "_id": "b10894424", "_score": null, "_source": { "extent": [ - "v. ;" + "v. : ill., map ;" ], "note": [ + { + "noteType": "Note", + "label": "First published in 1959.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"Rājya Sāhitya Akāḍemiyinda puraskrta grantha, 1960.\"", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Includes index.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Bibliography: v.1, p. [290]-296.", + "type": "bf:Note" + }, { "noteType": "Language", "label": "In Kannada.", @@ -19485,11 +13923,11 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Kannada language", - "Kannada language -- Grammar" + "Kannada literature", + "Kannada literature -- History and criticism" ], "publisherLiteral": [ - "Kannada Saṃśōdhana Saṃsthe, Karnāṭaka Viśvavidyāla" + "Samāja Pustakālaya" ], "language": [ { @@ -19507,22 +13945,19 @@ "nypl:Item" ], "title": [ - "Kannaḍa vyākaraṇada kelavu samasyegaḷu" + "Sāhitya saṃśōdhane mattu samālōcane" ], "shelfMark": [ - "*OLA 84-4185" + "*OLA 83-4874" ], "creatorLiteral": [ - "Krṣṇa Bhaṭṭa, Seḍiyāpu, 1902-" + "Naik, Sadanand Narayan, 1913-" ], "createdString": [ "1974" ], "idLccn": [ - "75906826" - ], - "seriesStatement": [ - "Saṃśōdhana upanyāsamāle ; 10-" + "74904049" ], "dateStartYear": [ 1974 @@ -19530,49 +13965,49 @@ "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OLA 84-4185" + "value": "*OLA 83-4874" }, { "type": "nypl:Bnumber", - "value": "10920356" + "value": "10894424" }, { "type": "bf:Lccn", - "value": "75906826" + "value": "74904049" }, { "type": "nypl:Oclc", - "value": "35765149" + "value": "20496091" }, { "type": "nypl:Oclc", - "value": "35765149" + "value": "20496091" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0927498" + "value": "(WaOLN)nyp0901517" }, { "type": "bf:Identifier", - "value": "(OCoLC)35765149" + "value": "(OCoLC)20496091" } ], "idOclc": [ - "35765149" + "20496091" ], "dateEndYear": [ 9999 ], - "updatedAt": 1659324590260, + "updatedAt": 1659344353544, "publicationStatement": [ - "Dhāravāḍa : Kannada Saṃśōdhana Saṃsthe, Karnāṭaka Viśvavidyāla, 1974-" + "Dhāravāḍa : Samāja Pustakālaya, 1974-" ], "identifier": [ - "urn:bnum:10920356", - "urn:lccn:75906826", - "urn:oclc:35765149", - "urn:undefined:(WaOLN)nyp0927498", - "urn:undefined:(OCoLC)35765149" + "urn:bnum:10894424", + "urn:lccn:74904049", + "urn:oclc:20496091", + "urn:undefined:(WaOLN)nyp0901517", + "urn:undefined:(OCoLC)20496091" ], "materialType": [ { @@ -19596,14 +14031,14 @@ } ], "subjectLiteral": [ - "Kannada language -- Grammar." + "Kannada literature -- History and criticism." ], "titleDisplay": [ - "Kannaḍa vyākaraṇada kelavu samasyegaḷu / upanyāsakaru sēḍiy̲apu lrṣṇabhaṭṭa." + "Sāhitya saṃśōdhane mattu samālōcane / lēkhakaru Sadānanda N̄yaka." ], - "uri": "b10920356", + "uri": "b10894424", "lccClassification": [ - "PL4644 .K7" + "PL4650.5 .N26 1974" ], "numItems": [ 1 @@ -19625,7 +14060,7 @@ ] }, "sort": [ - "b10920356" + "b10894424" ], "inner_hits": { "electronicResources": { @@ -19647,7 +14082,7 @@ }, "_score": null, "_source": { - "uri": "i10194093", + "uri": "i10188098", "status": [ { "id": "status:a", @@ -19685,29 +14120,29 @@ "loc:rc2ma||Offsite" ], "shelfMark": [ - "*OLA 84-4185|zLibrary has: Vol. 1." + "*OLA 83-4874|zLibrary has: Vol. 1." ], "identifierV2": [ { - "value": "*OLA 84-4185|zLibrary has: Vol. 1.", + "value": "*OLA 83-4874|zLibrary has: Vol. 1.", "type": "bf:ShelfMark" }, { "type": "bf:Barcode", - "value": "33433012998450" + "value": "33433012996918" } ], "physicalLocation": [ - "*OLA 84-4185|zLibrary has: Vol. 1." + "*OLA 83-4874|zLibrary has: Vol. 1." ], "recapCustomerCode": [ "NA" ], "identifier": [ - "urn:barcode:33433012998450" + "urn:barcode:33433012996918" ], "idBarcode": [ - "33433012998450" + "33433012996918" ], "requestable": [ true @@ -19721,7 +14156,7 @@ "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "shelfMark_sort": "a*OLA 84-4185|zLibrary has: Vol. 1." + "shelfMark_sort": "a*OLA 83-4874|zLibrary has: Vol. 1." }, "sort": [ null @@ -19735,16 +14170,21 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10920641", + "_id": "b10902372", "_score": null, "_source": { "extent": [ - "v. illus." + "v." ], "note": [ { "noteType": "Note", - "label": "Published on the occasion of the golden jubilee celebration of the Kannada Sahitya Parishat.", + "label": "Without the music.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Vol. 7: Karnāṭaka Viśvavidyālaya, Rajata Mahōtsava prakaṭane.", "type": "bf:Note" }, { @@ -19757,11 +14197,14 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Kannada literature", - "Kannada literature -- Congresses" + "Folk songs, Kannada", + "Folk songs, Kannada -- Texts" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Kannaḍa Sāhitya Pariṣattu" + "Karnāṭaka Viśvavidyālaya" ], "language": [ { @@ -19769,83 +14212,86 @@ "label": "Kannada" } ], + "numItemsTotal": [ + 3 + ], + "createdYear": [ + 1971 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1970 + "title": [ + "Jīvana Jōkāli." ], "type": [ "nypl:Item" ], - "title": [ - "Kannaḍa sāhitya sammēḷanagaḷa adhyakṣara bhāṣaṇagaḷu." - ], "shelfMark": [ - "*OLA 84-4113" + "*OLA 84-3320" + ], + "numItemVolumesParsed": [ + 3 ], "createdString": [ - "1970" + "1971" + ], + "creatorLiteral": [ + "Sunkapur, M. S." ], "idLccn": [ - "76922271" + "70928091" ], - "seriesStatement": [ - "Trivārṣika yōjaneya pustakamāle, 10" + "numElectronicResources": [ + 0 ], - "contributorLiteral": [ - "Kannada Literary Akademy.", - "Kannada Literary Conference." + "seriesStatement": [ + "Janapada sāhitya māle, 11, 16, 17" ], "dateStartYear": [ - 1970 + 1971 + ], + "idOclc": [ + "NYPG84-B93219" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OLA 84-4113" + "value": "*OLA 84-3320" }, { "type": "nypl:Bnumber", - "value": "10920641" - }, - { - "type": "bf:Lccn", - "value": "76922271" - }, - { - "type": "nypl:Oclc", - "value": "35765152" + "value": "10902372" }, { "type": "nypl:Oclc", - "value": "35765152" + "value": "NYPG84-B93219" }, { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0927784" + "type": "bf:Lccn", + "value": "70928091" }, { "type": "bf:Identifier", - "value": "(OCoLC)35765152" + "value": "(WaOLN)nyp0909480" } ], - "idOclc": [ - "35765152" - ], "dateEndYear": [ 9999 ], - "updatedAt": 1659324553239, + "updatedAt": 1711439382830, "publicationStatement": [ - "Beṅgaḷūru, Kannaḍa Sāhitya Pariṣattu, 1970-" + "Dhāravāḍa, Karnāṭaka Viśvavidyālaya [1971-" ], "identifier": [ - "urn:bnum:10920641", - "urn:lccn:76922271", - "urn:oclc:35765152", - "urn:undefined:(WaOLN)nyp0927784", - "urn:undefined:(OCoLC)35765152" + "urn:shelfmark:*OLA 84-3320", + "urn:bnum:10902372", + "urn:oclc:NYPG84-B93219", + "urn:lccn:70928091", + "urn:identifier:(WaOLN)nyp0909480" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -19860,7 +14306,7 @@ } ], "dateString": [ - "1970" + "1971" ], "mediaType": [ { @@ -19869,23 +14315,17 @@ } ], "subjectLiteral": [ - "Kannada literature -- Congresses." + "Folk songs, Kannada -- Texts." ], "titleDisplay": [ - "Kannaḍa sāhitya sammēḷanagaḷa adhyakṣara bhāṣaṇagaḷu." + "Jīvana Jōkāli. Sampādakaru Eṃ. Es. Suṅkāpura." ], - "uri": "b10920641", + "uri": "b10902372", "lccClassification": [ - "PL4650 .A27" - ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "M1808.S795 J6" ], "placeOfPublication": [ - "Beṅgaḷūru" + "Dhāravāḍa" ], "issuance": [ { @@ -19893,12 +14333,15 @@ "label": "monograph/item" } ], + "tableOfContents": [ + "6. Ḍoḷḷina hāḍu. -- 7. Gaṇgigauri saṃvāda-Bedeṇḍegabba. -- 8 K̲olupada." + ], "dimensions": [ - "22 cm." + "23 cm." ] }, "sort": [ - "b10920641" + "b10902372" ], "inner_hits": { "electronicResources": { @@ -19910,25 +14353,174 @@ }, "items": { "hits": { - "total": 1, + "total": 3, "max_score": null, "hits": [ { "_nested": { "field": "items", - "offset": 0 + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "enumerationChronology": [ + "v. 8" + ], + "enumerationChronology_sort": [ + " 8-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433012998203" + ], + "identifier": [ + "urn:shelfmark:*OLA 84-3320|zLibrary has: Vol. 6-8. v. 8", + "urn:barcode:33433012998203" + ], + "identifierV2": [ + { + "value": "*OLA 84-3320|zLibrary has: Vol. 6-8. v. 8", + "type": "bf:ShelfMark" + }, + { + "value": "33433012998203", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ + "*OLA 84-3320|zLibrary has: Vol. 6-8." + ], + "recapCustomerCode": [ + "NA" + ], + "requestable": [ + true + ], + "shelfMark": [ + "*OLA 84-3320|zLibrary has: Vol. 6-8. v. 8" + ], + "shelfMark_sort": "a*OLA 84-3320|zLibrary has: Vol. 6-8. v. 000008", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 8, + "lte": 8 + } + ], + "uri": "i10189109" + }, + "sort": [ + " 8-" + ] + }, + { + "_nested": { + "field": "items", + "offset": 1 }, "_score": null, "_source": { - "uri": "i10194135", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "enumerationChronology": [ + "v. 7" + ], + "enumerationChronology_sort": [ + " 7-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433012998195" + ], + "identifier": [ + "urn:shelfmark:*OLA 84-3320|zLibrary has: Vol. 6-8. v. 7", + "urn:barcode:33433012998195" + ], + "identifierV2": [ + { + "value": "*OLA 84-3320|zLibrary has: Vol. 6-8. v. 7", + "type": "bf:ShelfMark" + }, + { + "value": "33433012998195", + "type": "bf:Barcode" + } ], "owner": [ { @@ -19939,6 +14531,59 @@ "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLA 84-3320|zLibrary has: Vol. 6-8." + ], + "recapCustomerCode": [ + "NA" + ], + "requestable": [ + true + ], + "shelfMark": [ + "*OLA 84-3320|zLibrary has: Vol. 6-8. v. 7" + ], + "shelfMark_sort": "a*OLA 84-3320|zLibrary has: Vol. 6-8. v. 000007", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 7, + "lte": 7 + } + ], + "uri": "i10189108" + }, + "sort": [ + " 7-" + ] + }, + { + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], "catalogItemType": [ { "id": "catalogItemType:55", @@ -19948,6 +14593,15 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "enumerationChronology": [ + "v. 6" + ], + "enumerationChronology_sort": [ + " 6-" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -19957,47 +14611,67 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLA 84-4113|zLibrary has: Vol. 1." + "idBarcode": [ + "33433012998187" + ], + "identifier": [ + "urn:shelfmark:*OLA 84-3320|zLibrary has: Vol. 6-8. v. 6", + "urn:barcode:33433012998187" ], "identifierV2": [ { - "value": "*OLA 84-4113|zLibrary has: Vol. 1.", + "value": "*OLA 84-3320|zLibrary has: Vol. 6-8. v. 6", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433012998286" + "value": "33433012998187", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ - "*OLA 84-4113|zLibrary has: Vol. 1." + "*OLA 84-3320|zLibrary has: Vol. 6-8." ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433012998286" - ], - "idBarcode": [ - "33433012998286" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLA 84-3320|zLibrary has: Vol. 6-8. v. 6" + ], + "shelfMark_sort": "a*OLA 84-3320|zLibrary has: Vol. 6-8. v. 000006", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 6, + "lte": 6 + } ], - "shelfMark_sort": "a*OLA 84-4113|zLibrary has: Vol. 1." + "uri": "i10189107" }, "sort": [ - null + " 6-" ] } ] @@ -20008,13 +14682,23 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10926039", + "_id": "b10920342", "_score": null, "_source": { "extent": [ - "v. : ill. ;" + "v. port." ], "note": [ + { + "noteType": "Note", + "label": "Comprises collected writings of the author, chiefly prefaces to his own works.", + "type": "bf:Note" + }, + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, { "noteType": "Language", "label": "In Kannada.", @@ -20024,11 +14708,11 @@ "nyplSource": [ "sierra-nypl" ], - "subjectLiteral_exploded": [ - "Geḷeyara Gumpu (Karnataka, India)" + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Rājahaṃsa Prakāśana" + "Viśvabhārati Prakāśana" ], "language": [ { @@ -20036,79 +14720,97 @@ "label": "Kannada" } ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1972 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1978 + "title": [ + "Ciracētana." ], "type": [ "nypl:Item" ], - "title": [ - "Nānu kaṇḍa Geḷeyara Gumpu" - ], "shelfMark": [ - "*OLA 84-2972" + "*OLA 84-4187" ], - "creatorLiteral": [ - "Kulakarṇi, S. G." + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1978" + "1972" + ], + "creatorLiteral": [ + "Krishnarao, A. N., 1908-1971." ], "idLccn": [ - "79900881 /SA" + "72907646" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Krṣṇarāya, Śā. Maṃ." ], "dateStartYear": [ - 1978 + 1972 + ], + "idOclc": [ + "20716535", + "NYPG85-B10306" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OLA 84-2972" + "value": "*OLA 84-4187" }, { "type": "nypl:Bnumber", - "value": "10926039" + "value": "10920342" }, { - "type": "bf:Lccn", - "value": "79900881 /SA" + "type": "nypl:Oclc", + "value": "20716535" }, { "type": "nypl:Oclc", - "value": "8845502" + "value": "NYPG85-B10306" }, { - "type": "nypl:Oclc", - "value": "8845502" + "type": "bf:Lccn", + "value": "72907646" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0933193" + "value": "(WaOLN)nyp0927484" }, { "type": "bf:Identifier", - "value": "(OCoLC)8845502" + "value": "(OCoLC)20716535" } ], - "idOclc": [ - "8845502" - ], "dateEndYear": [ 9999 ], - "updatedAt": 1659333550531, + "updatedAt": 1711362520011, "publicationStatement": [ - "Dhāravāḍa : Rājahaṃsa Prakāśana, [1978]-" + "Maḍagāṃva, Viśvabhārati Prakāśana 1894- i.e. 1972-" ], "identifier": [ - "urn:bnum:10926039", - "urn:lccn:79900881 /SA", - "urn:oclc:8845502", - "urn:undefined:(WaOLN)nyp0933193", - "urn:undefined:(OCoLC)8845502" + "urn:shelfmark:*OLA 84-4187", + "urn:bnum:10920342", + "urn:oclc:20716535", + "urn:oclc:NYPG85-B10306", + "urn:lccn:72907646", + "urn:identifier:(WaOLN)nyp0927484", + "urn:identifier:(OCoLC)20716535" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -20123,7 +14825,7 @@ } ], "dateString": [ - "1978" + "1972" ], "mediaType": [ { @@ -20131,24 +14833,15 @@ "label": "unmediated" } ], - "subjectLiteral": [ - "Geḷeyara Gumpu (Karnataka, India)" - ], "titleDisplay": [ - "Nānu kaṇḍa Geḷeyara Gumpu / Śē. Gō. Kulakarṇi." + "Ciracētana. Sampādaka Śā. Maṃ. Krṣṇarāya." ], - "uri": "b10926039", + "uri": "b10920342", "lccClassification": [ - "PL4650.A243 K84 1978" - ], - "numItems": [ - 3 - ], - "numAvailable": [ - 3 + "PL4659.K68 C5" ], "placeOfPublication": [ - "Dhāravāḍa" + "Maḍagāṃva" ], "issuance": [ { @@ -20156,15 +14849,12 @@ "label": "monograph/item" } ], - "tableOfContents": [ - "1. Śānti-Nikētana.--2. Jayakarnāṭka.--3. Sādhana Mudraṇālaya mattu Jīvana māsapatrike." - ], "dimensions": [ - "19 cm." + "22 cm." ] }, "sort": [ - "b10926039" + "b10920342" ], "inner_hits": { "electronicResources": { @@ -20176,84 +14866,16 @@ }, "items": { "hits": { - "total": 3, + "total": 1, "max_score": null, "hits": [ { "_nested": { "field": "items", - "offset": 2 + "offset": 0 }, "_score": null, "_source": { - "uri": "i10195006", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OLA 84-2972|zLibrary has: Vols. 1-3. v. 3" - ], - "identifierV2": [ - { - "value": "*OLA 84-2972|zLibrary has: Vols. 1-3. v. 3", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433012997999" - } - ], - "physicalLocation": [ - "*OLA 84-2972|zLibrary has: Vols. 1-3." - ], - "enumerationChronology": [ - "v. 3" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433012997999" - ], - "idBarcode": [ - "33433012997999" - ], - "requestable": [ - true - ], "accessMessage": [ { "id": "accessMessage:2", @@ -20263,38 +14885,6 @@ "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "shelfMark_sort": "a*OLA 84-2972|zLibrary has: Vols. 1-3. v. 000003" - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "uri": "i10195005", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], "catalogItemType": [ { "id": "catalogItemType:55", @@ -20304,6 +14894,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -20313,69 +14906,23 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLA 84-2972|zLibrary has: Vols. 1-3. v. 2" + "idBarcode": [ + "33433012998468" + ], + "identifier": [ + "urn:shelfmark:*OLA 84-4187|zLibrary has: Vol. 1.", + "urn:barcode:33433012998468" ], "identifierV2": [ { - "value": "*OLA 84-2972|zLibrary has: Vols. 1-3. v. 2", + "value": "*OLA 84-4187|zLibrary has: Vol. 1.", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433012997981" - } - ], - "physicalLocation": [ - "*OLA 84-2972|zLibrary has: Vols. 1-3." - ], - "enumerationChronology": [ - "v. 2" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433012997981" - ], - "idBarcode": [ - "33433012997981" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "shelfMark_sort": "a*OLA 84-2972|zLibrary has: Vols. 1-3. v. 000002" - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i10195004", - "status": [ - { - "id": "status:a", - "label": "Available" + "value": "33433012998468", + "type": "bf:Barcode" } ], - "status_packed": [ - "status:a||Available" - ], "owner": [ { "id": "orgs:1000", @@ -20385,65 +14932,32 @@ "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OLA 84-2972|zLibrary has: Vols. 1-3. v. 1" - ], - "identifierV2": [ - { - "value": "*OLA 84-2972|zLibrary has: Vols. 1-3. v. 1", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433012997973" - } - ], "physicalLocation": [ - "*OLA 84-2972|zLibrary has: Vols. 1-3." - ], - "enumerationChronology": [ - "v. 1" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433012997973" + "*OLA 84-4187|zLibrary has: Vol. 1." ], - "idBarcode": [ - "33433012997973" + "recapCustomerCode": [ + "NA" ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLA 84-4187|zLibrary has: Vol. 1." + ], + "shelfMark_sort": "a*OLA 84-4187|zLibrary has: Vol. 1.", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], - "shelfMark_sort": "a*OLA 84-2972|zLibrary has: Vols. 1-3. v. 000001" + "type": [ + "bf:Item" + ], + "uri": "i10194087" }, "sort": [ null @@ -20457,18 +14971,13 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10946973", + "_id": "b10920356", "_score": null, "_source": { "extent": [ - "v." + "v. ;" ], "note": [ - { - "noteType": "Note", - "label": "Vol. 2 published in 1971.", - "type": "bf:Note" - }, { "noteType": "Language", "label": "In Kannada.", @@ -20479,11 +14988,14 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Kālidāsa.", - "Kālidāsa. -- Poetry" + "Kannada language", + "Kannada language -- Grammar" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Rāsa Prakāśana" + "Kannada Saṃśōdhana Saṃsthe, Karnāṭaka Viśvavidyāla" ], "language": [ { @@ -20491,75 +15003,97 @@ "label": "Kannada" } ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1974 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1971 + "title": [ + "Kannaḍa vyākaraṇada kelavu samasyegaḷu" ], "type": [ "nypl:Item" ], - "title": [ - "Śākuntalā." - ], "shelfMark": [ - "*OLA 84-4754" + "*OLA 84-4185" ], - "creatorLiteral": [ - "Rāmarāya, Samētanahaḷḷi, 1917-1999." + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1971" + "1974" + ], + "creatorLiteral": [ + "Krṣṇa Bhaṭṭa, Seḍiyāpu, 1902-" + ], + "idLccn": [ + "75906826" + ], + "numElectronicResources": [ + 0 ], "seriesStatement": [ - "S. Rama Raya. Rāsa sāhitya, 16", - "Rāsa prakāśana, 9" + "Saṃśōdhana upanyāsamāle ; 10-" ], "dateStartYear": [ - 1971 + 1974 + ], + "idOclc": [ + "35765149", + "NYPG85-B10322" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OLA 84-4754" + "value": "*OLA 84-4185" }, { "type": "nypl:Bnumber", - "value": "10946973" + "value": "10920356" }, { "type": "nypl:Oclc", - "value": "32071380" + "value": "35765149" }, { "type": "nypl:Oclc", - "value": "32071380" + "value": "NYPG85-B10322" + }, + { + "type": "bf:Lccn", + "value": "75906826" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0954152" + "value": "(WaOLN)nyp0927498" }, { "type": "bf:Identifier", - "value": "(OCoLC)32071380" + "value": "(OCoLC)35765149" } ], - "idOclc": [ - "32071380" - ], "dateEndYear": [ 9999 ], - "updatedAt": 1659355644076, + "updatedAt": 1711631703050, "publicationStatement": [ - "[Maṇḍya?] Rāsa Prakāśana [1971-" + "Dhāravāḍa : Kannada Saṃśōdhana Saṃsthe, Karnāṭaka Viśvavidyāla, 1974-" ], "identifier": [ - "urn:bnum:10946973", - "urn:oclc:32071380", - "urn:undefined:(WaOLN)nyp0954152", - "urn:undefined:(OCoLC)32071380" + "urn:shelfmark:*OLA 84-4185", + "urn:bnum:10920356", + "urn:oclc:35765149", + "urn:oclc:NYPG85-B10322", + "urn:lccn:75906826", + "urn:identifier:(WaOLN)nyp0927498", + "urn:identifier:(OCoLC)35765149" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -20574,7 +15108,7 @@ } ], "dateString": [ - "1971" + "1974" ], "mediaType": [ { @@ -20583,23 +15117,17 @@ } ], "subjectLiteral": [ - "Kālidāsa. -- Poetry." + "Kannada language -- Grammar." ], "titleDisplay": [ - "Śākuntalā. [Lēkhaka] Samētanahaḷḷi Rāmarāya." + "Kannaḍa vyākaraṇada kelavu samasyegaḷu / upanyāsakaru sēḍiy̲apu lrṣṇabhaṭṭa." ], - "uri": "b10946973", + "uri": "b10920356", "lccClassification": [ - "PK4659.R316 S2" - ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "PL4644 .K7" ], "placeOfPublication": [ - "[Maṇḍya?]" + "Dhāravāḍa" ], "issuance": [ { @@ -20607,15 +15135,12 @@ "label": "monograph/item" } ], - "tableOfContents": [ - "2. Vyavahārāṅgaṃ." - ], "dimensions": [ - "19 cm." + "22 cm." ] }, "sort": [ - "b10946973" + "b10920356" ], "inner_hits": { "electronicResources": { @@ -20637,24 +15162,14 @@ }, "_score": null, "_source": { - "uri": "i10198402", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -20665,6 +15180,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -20674,44 +15192,58 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLA 84-4754|zLibrary has: Vol. 2." + "idBarcode": [ + "33433012998450" + ], + "identifier": [ + "urn:shelfmark:*OLA 84-4185|zLibrary has: Vol. 1.", + "urn:barcode:33433012998450" ], "identifierV2": [ { - "value": "*OLA 84-4754|zLibrary has: Vol. 2.", + "value": "*OLA 84-4185|zLibrary has: Vol. 1.", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433012998641" + "value": "33433012998450", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ - "*OLA 84-4754|zLibrary has: Vol. 2." + "*OLA 84-4185|zLibrary has: Vol. 1." ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433012998641" - ], - "idBarcode": [ - "33433012998641" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLA 84-4185|zLibrary has: Vol. 1." + ], + "shelfMark_sort": "a*OLA 84-4185|zLibrary has: Vol. 1.", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], - "shelfMark_sort": "a*OLA 84-4754|zLibrary has: Vol. 2." + "uri": "i10194093" }, "sort": [ null @@ -20725,16 +15257,21 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10956213", + "_id": "b10920641", "_score": null, "_source": { "extent": [ - "v. ;" + "v. illus." ], "note": [ + { + "noteType": "Note", + "label": "Published on the occasion of the golden jubilee celebration of the Kannada Sahitya Parishat.", + "type": "bf:Note" + }, { "noteType": "Language", - "label": "In Sanskrit (Kannada script); introductory matter in English and Kannada; commentary in Kannada.", + "label": "In Kannada.", "type": "bf:Note" } ], @@ -20742,18 +15279,14 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Madhva, active 13th century", - "Dvaita (Vedanta)", - "Dvaita (Vedanta) -- Early works to 1800" + "Kannada literature", + "Kannada literature -- Congresses" ], "numItemDatesParsed": [ 0 ], "publisherLiteral": [ - "Śrī Sarvajñācārya Sēvā Saṅgha" - ], - "description": [ - "Exposition of philosophical concepts according to the Dvaita (dualism) school in Indian philosophy as propounded by Madhva, 13th cent." + "Kannaḍa Sāhitya Pariṣattu" ], "language": [ { @@ -20762,78 +15295,94 @@ } ], "numItemsTotal": [ - 10 + 1 ], "createdYear": [ - 1978 + 1970 ], "dateEndString": [ "9999" ], + "title": [ + "Kannaḍa sāhitya sammēḷanagaḷa adhyakṣara bhāṣaṇagaḷu." + ], "type": [ "nypl:Item" ], - "title": [ - "Yuktimallikā : mūlasahita Kannaḍa arthānuvāda" - ], "shelfMark": [ - "*OKN 85-1560" + "*OLA 84-4113" ], "numItemVolumesParsed": [ - 10 - ], - "creatorLiteral": [ - "Vādirāja, active 16th century." + 0 ], "createdString": [ - "1978" + "1970" ], "idLccn": [ - "83901597 /SA" + "76922271" ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Trivārṣika yōjaneya pustakamāle, 10" + ], + "contributorLiteral": [ + "Kannada Literary Akademy.", + "Kannada Literary Conference." + ], "dateStartYear": [ - 1978 + 1970 + ], + "idOclc": [ + "35765152", + "NYPG85-B10720" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OKN 85-1560" + "value": "*OLA 84-4113" }, { "type": "nypl:Bnumber", - "value": "10956213" + "value": "10920641" + }, + { + "type": "nypl:Oclc", + "value": "35765152" + }, + { + "type": "nypl:Oclc", + "value": "NYPG85-B10720" }, { "type": "bf:Lccn", - "value": "83901597 /SA" + "value": "76922271" }, { - "type": "nypl:Oclc", - "value": "NYPG85-B59981" + "type": "bf:Identifier", + "value": "(WaOLN)nyp0927784" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0963410" + "value": "(OCoLC)35765152" } ], - "idOclc": [ - "NYPG85-B59981" - ], "dateEndYear": [ 9999 ], - "updatedAt": 1675264539633, + "updatedAt": 1711631587757, "publicationStatement": [ - "Dāvaṇagere : Śrī Sarvajñācārya Sēvā Saṅgha, 1978-" + "Beṅgaḷūru, Kannaḍa Sāhitya Pariṣattu, 1970-" ], "identifier": [ - "urn:bnum:10956213", - "urn:lccn:83901597 /SA", - "urn:oclc:NYPG85-B59981", - "urn:undefined:(WaOLN)nyp0963410" + "urn:shelfmark:*OLA 84-4113", + "urn:bnum:10920641", + "urn:oclc:35765152", + "urn:oclc:NYPG85-B10720", + "urn:lccn:76922271", + "urn:identifier:(WaOLN)nyp0927784", + "urn:identifier:(OCoLC)35765152" ], "numCheckinCardItems": [ 0 @@ -20851,7 +15400,7 @@ } ], "dateString": [ - "1978" + "1970" ], "mediaType": [ { @@ -20860,24 +15409,17 @@ } ], "subjectLiteral": [ - "Madhva, active 13th century.", - "Dvaita (Vedanta) -- Early works to 1800." + "Kannada literature -- Congresses." ], "titleDisplay": [ - "Yuktimallikā : mūlasahita Kannaḍa arthānuvāda / anuvādakaru Bi. Bhīmarāv." + "Kannaḍa sāhitya sammēḷanagaḷa adhyakṣara bhāṣaṇagaḷu." ], - "uri": "b10956213", + "uri": "b10920641", "lccClassification": [ - "BL1286.292.M34 V33 1978" - ], - "numItems": [ - 10 - ], - "numAvailable": [ - 10 + "PL4650 .A27" ], "placeOfPublication": [ - "Dāvaṇagere" + "Beṅgaḷūru" ], "issuance": [ { @@ -20886,11 +15428,11 @@ } ], "dimensions": [ - "20 cm." + "22 cm." ] }, "sort": [ - "b10956213" + "b10920641" ], "inner_hits": { "electronicResources": { @@ -20902,244 +15444,24 @@ }, "items": { "hits": { - "total": 10, + "total": 1, "max_score": null, "hits": [ { "_nested": { "field": "items", - "offset": 9 - }, - "_score": null, - "_source": { - "uri": "i13951317", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OKN 85-1560 v. 14" - ], - "identifierV2": [ - { - "value": "*OKN 85-1560 v. 14", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433058618830" - } - ], - "enumerationChronology": [ - "v. 14" - ], - "physicalLocation": [ - "*OKN 85-1560" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433058618830" - ], - "idBarcode": [ - "33433058618830" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 14, - "lte": 14 - } - ], - "enumerationChronology_sort": [ - " 14-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKN 85-1560 v. 000014" - }, - "sort": [ - " 14-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 8 + "offset": 0 }, "_score": null, "_source": { - "uri": "i13951316", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OKN 85-1560 v. 13" - ], - "identifierV2": [ - { - "value": "*OKN 85-1560 v. 13", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433058618822" - } - ], - "enumerationChronology": [ - "v. 13" - ], - "physicalLocation": [ - "*OKN 85-1560" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433058618822" - ], - "idBarcode": [ - "33433058618822" - ], - "requestable": [ - true - ], "accessMessage": [ { "id": "accessMessage:2", "label": "Request in advance" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 13, - "lte": 13 - } - ], - "enumerationChronology_sort": [ - " 13-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKN 85-1560 v. 000013" - }, - "sort": [ - " 13-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 7 - }, - "_score": null, - "_source": { - "uri": "i13951315", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -21150,6 +15472,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -21159,75 +15484,250 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKN 85-1560 v. 11" + "idBarcode": [ + "33433012998286" + ], + "identifier": [ + "urn:shelfmark:*OLA 84-4113|zLibrary has: Vol. 1.", + "urn:barcode:33433012998286" ], "identifierV2": [ { - "value": "*OKN 85-1560 v. 11", + "value": "*OLA 84-4113|zLibrary has: Vol. 1.", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058618749" + "value": "33433012998286", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "v. 11" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ - "*OKN 85-1560" + "*OLA 84-4113|zLibrary has: Vol. 1." ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433058618749" - ], - "idBarcode": [ - "33433058618749" - ], "requestable": [ true ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "shelfMark": [ + "*OLA 84-4113|zLibrary has: Vol. 1." ], - "volumeRange": [ + "shelfMark_sort": "a*OLA 84-4113|zLibrary has: Vol. 1.", + "status": [ { - "gte": 11, - "lte": 11 + "id": "status:a", + "label": "Available" } ], - "enumerationChronology_sort": [ - " 11-" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKN 85-1560 v. 000011" + "uri": "i10194135" }, "sort": [ - " 11-" + null ] - }, + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10926039", + "_score": null, + "_source": { + "extent": [ + "v. : ill. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Kannada.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Geḷeyara Gumpu (Karnataka, India)" + ], + "publisherLiteral": [ + "Rājahaṃsa Prakāśana" + ], + "language": [ + { + "id": "lang:kan", + "label": "Kannada" + } + ], + "dateEndString": [ + "9999" + ], + "createdYear": [ + 1978 + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Nānu kaṇḍa Geḷeyara Gumpu" + ], + "shelfMark": [ + "*OLA 84-2972" + ], + "creatorLiteral": [ + "Kulakarṇi, S. G." + ], + "createdString": [ + "1978" + ], + "idLccn": [ + "79900881 /SA" + ], + "dateStartYear": [ + 1978 + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA 84-2972" + }, + { + "type": "nypl:Bnumber", + "value": "10926039" + }, + { + "type": "bf:Lccn", + "value": "79900881 /SA" + }, + { + "type": "nypl:Oclc", + "value": "8845502" + }, + { + "type": "nypl:Oclc", + "value": "8845502" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0933193" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)8845502" + } + ], + "idOclc": [ + "8845502" + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1659333550531, + "publicationStatement": [ + "Dhāravāḍa : Rājahaṃsa Prakāśana, [1978]-" + ], + "identifier": [ + "urn:bnum:10926039", + "urn:lccn:79900881 /SA", + "urn:oclc:8845502", + "urn:undefined:(WaOLN)nyp0933193", + "urn:undefined:(OCoLC)8845502" + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1978" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Geḷeyara Gumpu (Karnataka, India)" + ], + "titleDisplay": [ + "Nānu kaṇḍa Geḷeyara Gumpu / Śē. Gō. Kulakarṇi." + ], + "uri": "b10926039", + "lccClassification": [ + "PL4650.A243 K84 1978" + ], + "numItems": [ + 3 + ], + "numAvailable": [ + 3 + ], + "placeOfPublication": [ + "Dhāravāḍa" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "1. Śānti-Nikētana.--2. Jayakarnāṭka.--3. Sādhana Mudraṇālaya mattu Jīvana māsapatrike." + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + "b10926039" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 3, + "max_score": null, + "hits": [ { "_nested": { "field": "items", - "offset": 6 + "offset": 2 }, "_score": null, "_source": { - "uri": "i13951314", + "uri": "i10195006", "status": [ { "id": "status:a", @@ -21265,32 +15765,32 @@ "loc:rc2ma||Offsite" ], "shelfMark": [ - "*OKN 85-1560 v. 10" + "*OLA 84-2972|zLibrary has: Vols. 1-3. v. 3" ], "identifierV2": [ { - "value": "*OKN 85-1560 v. 10", + "value": "*OLA 84-2972|zLibrary has: Vols. 1-3. v. 3", "type": "bf:ShelfMark" }, { "type": "bf:Barcode", - "value": "33433058618731" + "value": "33433012997999" } ], - "enumerationChronology": [ - "v. 10" - ], "physicalLocation": [ - "*OKN 85-1560" + "*OLA 84-2972|zLibrary has: Vols. 1-3." + ], + "enumerationChronology": [ + "v. 3" ], "recapCustomerCode": [ "NA" ], "identifier": [ - "urn:barcode:33433058618731" + "urn:barcode:33433012997999" ], "idBarcode": [ - "33433058618731" + "33433012997999" ], "requestable": [ true @@ -21304,35 +15804,20 @@ "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "volumeRange": [ - { - "gte": 10, - "lte": 10 - } - ], - "enumerationChronology_sort": [ - " 10-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKN 85-1560 v. 000010" + "shelfMark_sort": "a*OLA 84-2972|zLibrary has: Vols. 1-3. v. 000003" }, "sort": [ - " 10-" + null ] }, { "_nested": { "field": "items", - "offset": 5 + "offset": 1 }, "_score": null, "_source": { - "uri": "i13951313", + "uri": "i10195005", "status": [ { "id": "status:a", @@ -21370,32 +15855,32 @@ "loc:rc2ma||Offsite" ], "shelfMark": [ - "*OKN 85-1560 v. 8" + "*OLA 84-2972|zLibrary has: Vols. 1-3. v. 2" ], "identifierV2": [ { - "value": "*OKN 85-1560 v. 8", + "value": "*OLA 84-2972|zLibrary has: Vols. 1-3. v. 2", "type": "bf:ShelfMark" }, { "type": "bf:Barcode", - "value": "33433058618814" + "value": "33433012997981" } ], - "enumerationChronology": [ - "v. 8" - ], "physicalLocation": [ - "*OKN 85-1560" + "*OLA 84-2972|zLibrary has: Vols. 1-3." + ], + "enumerationChronology": [ + "v. 2" ], "recapCustomerCode": [ "NA" ], "identifier": [ - "urn:barcode:33433058618814" + "urn:barcode:33433012997981" ], "idBarcode": [ - "33433058618814" + "33433012997981" ], "requestable": [ true @@ -21409,35 +15894,20 @@ "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "volumeRange": [ - { - "gte": 8, - "lte": 8 - } - ], - "enumerationChronology_sort": [ - " 8-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKN 85-1560 v. 000008" + "shelfMark_sort": "a*OLA 84-2972|zLibrary has: Vols. 1-3. v. 000002" }, "sort": [ - " 8-" + null ] }, { "_nested": { "field": "items", - "offset": 4 + "offset": 0 }, "_score": null, "_source": { - "uri": "i13951312", + "uri": "i10195004", "status": [ { "id": "status:a", @@ -21475,32 +15945,32 @@ "loc:rc2ma||Offsite" ], "shelfMark": [ - "*OKN 85-1560 v. 7" + "*OLA 84-2972|zLibrary has: Vols. 1-3. v. 1" ], "identifierV2": [ { - "value": "*OKN 85-1560 v. 7", + "value": "*OLA 84-2972|zLibrary has: Vols. 1-3. v. 1", "type": "bf:ShelfMark" }, { "type": "bf:Barcode", - "value": "33433058618806" + "value": "33433012997973" } ], - "enumerationChronology": [ - "v. 7" - ], "physicalLocation": [ - "*OKN 85-1560" + "*OLA 84-2972|zLibrary has: Vols. 1-3." + ], + "enumerationChronology": [ + "v. 1" ], "recapCustomerCode": [ "NA" ], "identifier": [ - "urn:barcode:33433058618806" + "urn:barcode:33433012997973" ], "idBarcode": [ - "33433058618806" + "33433012997973" ], "requestable": [ true @@ -21514,52 +15984,220 @@ "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "volumeRange": [ - { - "gte": 7, - "lte": 7 - } - ], - "enumerationChronology_sort": [ - " 7-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKN 85-1560 v. 000007" + "shelfMark_sort": "a*OLA 84-2972|zLibrary has: Vols. 1-3. v. 000001" }, "sort": [ - " 7-" + null ] - }, + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10946973", + "_score": null, + "_source": { + "extent": [ + "v." + ], + "note": [ + { + "noteType": "Note", + "label": "Vol. 2 published in 1971.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Kannada.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Kālidāsa.", + "Kālidāsa. -- Poetry" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Rāsa Prakāśana" + ], + "language": [ + { + "id": "lang:kan", + "label": "Kannada" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1971 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Śākuntalā." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLA 84-4754" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1971" + ], + "creatorLiteral": [ + "Rāmarāya, Samētanahaḷḷi, 1917-1999." + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "S. Rama Raya. Rāsa sāhitya, 16", + "Rāsa prakāśana, 9" + ], + "dateStartYear": [ + 1971 + ], + "idOclc": [ + "32071380", + "NYPG85-B4695" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA 84-4754" + }, + { + "type": "nypl:Bnumber", + "value": "10946973" + }, + { + "type": "nypl:Oclc", + "value": "32071380" + }, + { + "type": "nypl:Oclc", + "value": "NYPG85-B4695" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0954152" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)32071380" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1710965955106, + "publicationStatement": [ + "[Maṇḍya?] Rāsa Prakāśana [1971-" + ], + "identifier": [ + "urn:shelfmark:*OLA 84-4754", + "urn:bnum:10946973", + "urn:oclc:32071380", + "urn:oclc:NYPG85-B4695", + "urn:identifier:(WaOLN)nyp0954152", + "urn:identifier:(OCoLC)32071380" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1971" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Kālidāsa. -- Poetry." + ], + "titleDisplay": [ + "Śākuntalā. [Lēkhaka] Samētanahaḷḷi Rāmarāya." + ], + "uri": "b10946973", + "lccClassification": [ + "PK4659.R316 S2" + ], + "placeOfPublication": [ + "[Maṇḍya?]" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "2. Vyavahārāṅgaṃ." + ], + "dimensions": [ + "19 cm." + ] + }, + "sort": [ + "b10946973" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 1, + "max_score": null, + "hits": [ { "_nested": { "field": "items", - "offset": 3 + "offset": 0 }, "_score": null, "_source": { - "uri": "i13951311", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -21570,6 +16208,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -21579,92 +16220,261 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKN 85-1560 v. 6" + "idBarcode": [ + "33433012998641" + ], + "identifier": [ + "urn:shelfmark:*OLA 84-4754|zLibrary has: Vol. 2.", + "urn:barcode:33433012998641" ], "identifierV2": [ { - "value": "*OKN 85-1560 v. 6", + "value": "*OLA 84-4754|zLibrary has: Vol. 2.", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058618798" + "value": "33433012998641", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "v. 6" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ - "*OKN 85-1560" + "*OLA 84-4754|zLibrary has: Vol. 2." ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433058618798" - ], - "idBarcode": [ - "33433058618798" - ], "requestable": [ true ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "shelfMark": [ + "*OLA 84-4754|zLibrary has: Vol. 2." ], - "volumeRange": [ + "shelfMark_sort": "a*OLA 84-4754|zLibrary has: Vol. 2.", + "status": [ { - "gte": 6, - "lte": 6 + "id": "status:a", + "label": "Available" } ], - "enumerationChronology_sort": [ - " 6-" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKN 85-1560 v. 000006" + "uri": "i10198402" }, "sort": [ - " 6-" + null ] - }, + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10956213", + "_score": null, + "_source": { + "extent": [ + "v. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Sanskrit (Kannada script); introductory matter in English and Kannada; commentary in Kannada.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Madhva, active 13th century", + "Dvaita (Vedanta)", + "Dvaita (Vedanta) -- Early works to 1800" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Śrī Sarvajñācārya Sēvā Saṅgha" + ], + "description": [ + "Exposition of philosophical concepts according to the Dvaita (dualism) school in Indian philosophy as propounded by Madhva, 13th cent." + ], + "language": [ + { + "id": "lang:kan", + "label": "Kannada" + } + ], + "numItemsTotal": [ + 10 + ], + "createdYear": [ + 1978 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Yuktimallikā : mūlasahita Kannaḍa arthānuvāda" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OKN 85-1560" + ], + "numItemVolumesParsed": [ + 10 + ], + "createdString": [ + "1978" + ], + "creatorLiteral": [ + "Vādirāja, active 16th century." + ], + "idLccn": [ + "83901597 /SA" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1978 + ], + "idOclc": [ + "NYPG85-B59981" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKN 85-1560" + }, + { + "type": "nypl:Bnumber", + "value": "10956213" + }, + { + "type": "nypl:Oclc", + "value": "NYPG85-B59981" + }, + { + "type": "bf:Lccn", + "value": "83901597 /SA" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0963410" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711541750088, + "publicationStatement": [ + "Dāvaṇagere : Śrī Sarvajñācārya Sēvā Saṅgha, 1978-" + ], + "identifier": [ + "urn:shelfmark:*OKN 85-1560", + "urn:bnum:10956213", + "urn:oclc:NYPG85-B59981", + "urn:lccn:83901597 /SA", + "urn:identifier:(WaOLN)nyp0963410" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1978" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Madhva, active 13th century.", + "Dvaita (Vedanta) -- Early works to 1800." + ], + "titleDisplay": [ + "Yuktimallikā : mūlasahita Kannaḍa arthānuvāda / anuvādakaru Bi. Bhīmarāv." + ], + "uri": "b10956213", + "lccClassification": [ + "BL1286.292.M34 V33 1978" + ], + "placeOfPublication": [ + "Dāvaṇagere" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "20 cm." + ] + }, + "sort": [ + "b10956213" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 10, + "max_score": null, + "hits": [ { "_nested": { "field": "items", - "offset": 2 + "offset": 0 }, "_score": null, "_source": { - "uri": "i13951310", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -21675,6 +16485,15 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "enumerationChronology": [ + "v. 14" + ], + "enumerationChronology_sort": [ + " 14-" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -21684,21 +16503,31 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKN 85-1560 v. 5" + "idBarcode": [ + "33433058618830" + ], + "identifier": [ + "urn:shelfmark:*OKN 85-1560 v. 14", + "urn:barcode:33433058618830" ], "identifierV2": [ { - "value": "*OKN 85-1560 v. 5", + "value": "*OKN 85-1560 v. 14", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058618780" + "value": "33433058618830", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "v. 5" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ "*OKN 85-1560" @@ -21706,43 +16535,35 @@ "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433058618780" - ], - "idBarcode": [ - "33433058618780" - ], "requestable": [ true ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "shelfMark": [ + "*OKN 85-1560 v. 14" ], - "volumeRange": [ + "shelfMark_sort": "a*OKN 85-1560 v. 000014", + "status": [ { - "gte": 5, - "lte": 5 + "id": "status:a", + "label": "Available" } ], - "enumerationChronology_sort": [ - " 5-" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" + "volumeRange": [ + { + "gte": 14, + "lte": 14 + } ], - "shelfMark_sort": "a*OKN 85-1560 v. 000005" + "uri": "i13951317" }, "sort": [ - " 5-" + " 14-" ] }, { @@ -21752,24 +16573,14 @@ }, "_score": null, "_source": { - "uri": "i13951309", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -21780,6 +16591,15 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "enumerationChronology": [ + "v. 13" + ], + "enumerationChronology_sort": [ + " 13-" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -21789,21 +16609,31 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKN 85-1560 v. 4" + "idBarcode": [ + "33433058618822" + ], + "identifier": [ + "urn:shelfmark:*OKN 85-1560 v. 13", + "urn:barcode:33433058618822" ], "identifierV2": [ { - "value": "*OKN 85-1560 v. 4", + "value": "*OKN 85-1560 v. 13", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058618772" + "value": "33433058618822", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "v. 4" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ "*OKN 85-1560" @@ -21811,70 +16641,52 @@ "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433058618772" - ], - "idBarcode": [ - "33433058618772" - ], "requestable": [ true ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "shelfMark": [ + "*OKN 85-1560 v. 13" ], - "volumeRange": [ + "shelfMark_sort": "a*OKN 85-1560 v. 000013", + "status": [ { - "gte": 4, - "lte": 4 + "id": "status:a", + "label": "Available" } ], - "enumerationChronology_sort": [ - " 4-" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" + "volumeRange": [ + { + "gte": 13, + "lte": 13 + } ], - "shelfMark_sort": "a*OKN 85-1560 v. 000004" + "uri": "i13951316" }, "sort": [ - " 4-" + " 13-" ] }, { "_nested": { "field": "items", - "offset": 0 + "offset": 2 }, "_score": null, "_source": { - "uri": "i13951308", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -21885,6 +16697,15 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "enumerationChronology": [ + "v. 11" + ], + "enumerationChronology_sort": [ + " 11-" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -21894,21 +16715,31 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKN 85-1560 v. 3" + "idBarcode": [ + "33433058618749" + ], + "identifier": [ + "urn:shelfmark:*OKN 85-1560 v. 11", + "urn:barcode:33433058618749" ], "identifierV2": [ { - "value": "*OKN 85-1560 v. 3", + "value": "*OKN 85-1560 v. 11", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058618764" + "value": "33433058618749", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "v. 3" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ "*OKN 85-1560" @@ -21916,43 +16747,35 @@ "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433058618764" - ], - "idBarcode": [ - "33433058618764" - ], "requestable": [ true ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "shelfMark": [ + "*OKN 85-1560 v. 11" ], - "volumeRange": [ + "shelfMark_sort": "a*OKN 85-1560 v. 000011", + "status": [ { - "gte": 3, - "lte": 3 + "id": "status:a", + "label": "Available" } ], - "enumerationChronology_sort": [ - " 3-" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" + "volumeRange": [ + { + "gte": 11, + "lte": 11 + } ], - "shelfMark_sort": "a*OKN 85-1560 v. 000003" + "uri": "i13951315" }, "sort": [ - " 3-" + " 11-" ] } ] @@ -21981,11 +16804,15 @@ ], "subjectLiteral_exploded": [ "Folk songs, Kannada", - "Folk songs, Kannada -- Dhāwār (District)", - "Folk songs, Kannada -- Dhāwār (District) -- Texts" + "Folk songs, Kannada -- India", + "Folk songs, Kannada -- India -- Dhāwār (District)", + "Folk songs, Kannada -- India -- Dhāwār (District) -- Texts" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Bhārati Prakāśana ayāṇḍa Buk Ḍipō," + "Bhārati Prakāśana ayāṇḍa Buk Ḍipō" ], "language": [ { @@ -21993,30 +16820,42 @@ "label": "Kannada" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 1 ], "createdYear": [ 1970 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ "Gī gī padagaḷu." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLA 85-1273" ], + "numItemVolumesParsed": [ + 0 + ], "createdString": [ "1970" ], "idLccn": [ "78903423 /SA" ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1970 ], + "idOclc": [ + "NYPG85-B65440" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -22026,6 +16865,10 @@ "type": "nypl:Bnumber", "value": "10960071" }, + { + "type": "nypl:Oclc", + "value": "NYPG85-B65440" + }, { "type": "bf:Lccn", "value": "78903423 /SA" @@ -22038,14 +16881,19 @@ "dateEndYear": [ 9999 ], - "updatedAt": 1636195364637, + "updatedAt": 1711655032123, "publicationStatement": [ "Hubbaḷḷi : Bhārati Prakāśana ayāṇḍa Buk Ḍipō, [197-]" ], "identifier": [ + "urn:shelfmark:*OLA 85-1273", "urn:bnum:10960071", + "urn:oclc:NYPG85-B65440", "urn:lccn:78903423 /SA", - "urn:undefined:(WaOLN)nyp0967274" + "urn:identifier:(WaOLN)nyp0967274" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -22069,7 +16917,7 @@ } ], "subjectLiteral": [ - "Folk songs, Kannada -- Dhāwār (District) -- Texts." + "Folk songs, Kannada -- India -- Dhāwār (District) -- Texts." ], "titleDisplay": [ "Gī gī padagaḷu." @@ -22078,14 +16926,8 @@ "lccClassification": [ "PL4658.5.D482 G5 1970z" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Hubbaḷḷi :" + "Hubbaḷḷi" ], "issuance": [ { @@ -22120,81 +16962,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433012999102" - ], - "physicalLocation": [ - "*OLA 85-1273" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OLA 85-001273", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10200106", - "shelfMark": [ - "*OLA 85-1273" + "idBarcode": [ + "33433012999102" + ], + "identifier": [ + "urn:shelfmark:*OLA 85-1273", + "urn:barcode:33433012999102" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLA 85-1273" + "value": "*OLA 85-1273", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433012999102" + "value": "33433012999102", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433012999102" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLA 85-1273" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLA 85-1273" ], + "shelfMark_sort": "a*OLA 85-001273", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10200106" }, "sort": [ null @@ -22239,8 +17088,11 @@ "Basava, active 1160 -- Criticism and interpretation", "Lingayats" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Kannaḍa Adhyayanapīṭha, Karnāṭaka Viśvavidyālaya," + "Kannaḍa Adhyayanapīṭha, Karnāṭaka Viśvavidyālaya" ], "language": [ { @@ -22248,34 +17100,46 @@ "label": "Kannada" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 4 ], "createdYear": [ 1980 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ "Basavamārga" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLA 85-1658" ], + "numItemVolumesParsed": [ + 4 + ], "createdString": [ "1980" ], "idLccn": [ "82903291 /SA" ], + "numElectronicResources": [ + 0 + ], "contributorLiteral": [ - "Kalaburgi, Eṃ. Eṃ., 1938-", - "Sunkapur, M. S." + "Sunkapur, M. S.", + "Kalaburgi, Eṃ. Eṃ., 1938-" ], "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG85-B66319" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -22285,6 +17149,10 @@ "type": "nypl:Bnumber", "value": "10960726" }, + { + "type": "nypl:Oclc", + "value": "NYPG85-B66319" + }, { "type": "bf:Lccn", "value": "82903291 /SA" @@ -22297,14 +17165,19 @@ "dateEndYear": [ 9999 ], - "updatedAt": 1636173089685, + "updatedAt": 1711345261477, "publicationStatement": [ "Dhāravāḍa : Kannaḍa Adhyayanapīṭha, Karnāṭaka Viśvavidyālaya, 1980-" ], "identifier": [ + "urn:shelfmark:*OLA 85-1658", "urn:bnum:10960726", + "urn:oclc:NYPG85-B66319", "urn:lccn:82903291 /SA", - "urn:undefined:(WaOLN)nyp0967929" + "urn:identifier:(WaOLN)nyp0967929" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -22338,222 +17211,142 @@ "lccClassification": [ "PL4659.B34 Z64 1980" ], - "numItems": [ - 4 - ], - "numAvailable": [ - 4 - ], "placeOfPublication": [ - "Dhāravāḍa :" + "Dhāravāḍa" ], "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "tableOfContents": [ - "1-2. Basavamārga.--3. Śivaśaraṇara kāyaka siddhānta.--4. Basavēśvara-Gāndhīji." - ], - "dimensions": [ - "23 cm." - ] - }, - "sort": [ - "b10960726" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 4, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 3 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433012999300" - ], - "physicalLocation": [ - "*OLA 85-1658|zLibrary has: Vol. 1-4." - ], - "shelfMark_sort": "a*OLA 85-1658|zLibrary has: Vol. 1-4. v. 000004", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i10200274", - "shelfMark": [ - "*OLA 85-1658|zLibrary has: Vol. 1-4. v. 4" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA 85-1658|zLibrary has: Vol. 1-4. v. 4" - }, - { - "type": "bf:Barcode", - "value": "33433012999300" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 4" - ], - "idBarcode": [ - "33433012999300" - ], - "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" - ] - }, - "sort": [ - null - ] - }, + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "tableOfContents": [ + "1-2. Basavamārga.--3. Śivaśaraṇara kāyaka siddhānta.--4. Basavēśvara-Gāndhīji." + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + "b10960726" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 4, + "max_score": null, + "hits": [ { "_nested": { "field": "items", - "offset": 2 + "offset": 0 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433012999318" - ], - "physicalLocation": [ - "*OLA 85-1658|zLibrary has: Vol. 1-4." + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OLA 85-1658|zLibrary has: Vol. 1-4. v. 000003", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "enumerationChronology": [ + "v. 4" + ], + "enumerationChronology_sort": [ + " 4-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10200273", - "shelfMark": [ - "*OLA 85-1658|zLibrary has: Vol. 1-4. v. 3" + "idBarcode": [ + "33433012999300" + ], + "identifier": [ + "urn:shelfmark:*OLA 85-1658|zLibrary has: Vol. 1-4. v. 4", + "urn:barcode:33433012999300" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLA 85-1658|zLibrary has: Vol. 1-4. v. 3" + "value": "*OLA 85-1658|zLibrary has: Vol. 1-4. v. 4", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433012999318" + "value": "33433012999300", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 3" - ], - "idBarcode": [ - "33433012999318" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLA 85-1658|zLibrary has: Vol. 1-4." + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLA 85-1658|zLibrary has: Vol. 1-4. v. 4" ], + "shelfMark_sort": "a*OLA 85-1658|zLibrary has: Vol. 1-4. v. 000004", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 4, + "lte": 4 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10200274" }, "sort": [ - null + " 4-" ] }, { @@ -22563,177 +17356,209 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433012999284" - ], - "physicalLocation": [ - "*OLA 85-1658|zLibrary has: Vol. 1-4." + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OLA 85-1658|zLibrary has: Vol. 1-4. v. 000002", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "enumerationChronology": [ + "v. 3" + ], + "enumerationChronology_sort": [ + " 3-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10200272", - "shelfMark": [ - "*OLA 85-1658|zLibrary has: Vol. 1-4. v. 2" + "idBarcode": [ + "33433012999318" + ], + "identifier": [ + "urn:shelfmark:*OLA 85-1658|zLibrary has: Vol. 1-4. v. 3", + "urn:barcode:33433012999318" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLA 85-1658|zLibrary has: Vol. 1-4. v. 2" + "value": "*OLA 85-1658|zLibrary has: Vol. 1-4. v. 3", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433012999284" + "value": "33433012999318", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 2" - ], - "idBarcode": [ - "33433012999284" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLA 85-1658|zLibrary has: Vol. 1-4." + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLA 85-1658|zLibrary has: Vol. 1-4. v. 3" ], + "shelfMark_sort": "a*OLA 85-1658|zLibrary has: Vol. 1-4. v. 000003", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 3, + "lte": 3 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10200273" }, "sort": [ - null + " 3-" ] }, { "_nested": { "field": "items", - "offset": 0 + "offset": 2 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433012999292" - ], - "physicalLocation": [ - "*OLA 85-1658|zLibrary has: Vol. 1-4." + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OLA 85-1658|zLibrary has: Vol. 1-4. v. 000001", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "enumerationChronology": [ + "v. 2" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10200271", - "shelfMark": [ - "*OLA 85-1658|zLibrary has: Vol. 1-4. v. 1" + "idBarcode": [ + "33433012999284" + ], + "identifier": [ + "urn:shelfmark:*OLA 85-1658|zLibrary has: Vol. 1-4. v. 2", + "urn:barcode:33433012999284" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLA 85-1658|zLibrary has: Vol. 1-4. v. 1" + "value": "*OLA 85-1658|zLibrary has: Vol. 1-4. v. 2", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433012999292" + "value": "33433012999284", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 1" - ], - "idBarcode": [ - "33433012999292" - ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLA 85-1658|zLibrary has: Vol. 1-4." + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLA 85-1658|zLibrary has: Vol. 1-4. v. 2" ], + "shelfMark_sort": "a*OLA 85-1658|zLibrary has: Vol. 1-4. v. 000002", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 2, + "lte": 2 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10200272" }, "sort": [ - null + " 2-" ] } ] @@ -22773,8 +17598,11 @@ "subjectLiteral_exploded": [ "Hinduism" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Prasārāṅga, Beṅgaḷūru Viśvavidyālaya," + "Prasārāṅga, Beṅgaḷūru Viśvavidyālaya" ], "language": [ { @@ -22782,33 +17610,45 @@ "label": "Kannada" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 2 ], "createdYear": [ 1976 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ "Pravāha patitara karma ʻHindūʼ emba dharma" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLY 85-1572" ], - "creatorLiteral": [ - "Joshi, Shankar Baldixit, 1896-" + "numItemVolumesParsed": [ + 2 ], "createdString": [ "1976" ], + "creatorLiteral": [ + "Joshi, Shankar Baldixit, 1896-" + ], "idLccn": [ "77904440" ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1976 ], + "idOclc": [ + "NYPG85-B66335" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -22818,6 +17658,10 @@ "type": "nypl:Bnumber", "value": "10960742" }, + { + "type": "nypl:Oclc", + "value": "NYPG85-B66335" + }, { "type": "bf:Lccn", "value": "77904440" @@ -22830,14 +17674,19 @@ "dateEndYear": [ 9999 ], - "updatedAt": 1636217462897, + "updatedAt": 1711494537048, "publicationStatement": [ "Beṅgaḷūru : Prasārāṅga, Beṅgaḷūru Viśvavidyālaya, c1976-" ], "identifier": [ + "urn:shelfmark:*OLY 85-1572", "urn:bnum:10960742", + "urn:oclc:NYPG85-B66335", "urn:lccn:77904440", - "urn:undefined:(WaOLN)nyp0967945" + "urn:identifier:(WaOLN)nyp0967945" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -22870,14 +17719,8 @@ "lccClassification": [ "BL1210 .J63 1976" ], - "numItems": [ - 2 - ], - "numAvailable": [ - 2 - ], "placeOfPublication": [ - "Beṅgaḷūru :" + "Beṅgaḷūru" ], "issuance": [ { @@ -22911,163 +17754,195 @@ { "_nested": { "field": "items", - "offset": 1 + "offset": 0 }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433060421967" - ], - "physicalLocation": [ - "*OLY 85-1572" - ], - "shelfMark_sort": "a*OLY 85-1572 v. 000002", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } + "enumerationChronology": [ + "v. 2" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 2-" ], - "uri": "i13952123", - "shelfMark": [ - "*OLY 85-1572 v. 2" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLY 85-1572 v. 2" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433060421967" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], "holdingLocation_packed": [ "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "enumerationChronology": [ - "v. 2" - ], "idBarcode": [ "33433060421967" ], - "requestable": [ - false + "identifier": [ + "urn:shelfmark:*OLY 85-1572 v. 2", + "urn:barcode:33433060421967" ], - "catalogItemType": [ + "identifierV2": [ { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" + "value": "*OLY 85-1572 v. 2", + "type": "bf:ShelfMark" + }, + { + "value": "33433060421967", + "type": "bf:Barcode" } ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 85-1572" + ], + "requestable": [ + true + ], + "shelfMark": [ + "*OLY 85-1572 v. 2" + ], + "shelfMark_sort": "a*OLY 85-1572 v. 000002", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" + "gte": 2, + "lte": 2 } - ] + ], + "uri": "i13952123" }, "sort": [ - null + " 2-" ] }, { "_nested": { "field": "items", - "offset": 0 + "offset": 1 }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433060421959" - ], - "physicalLocation": [ - "*OLY 85-1572" - ], - "shelfMark_sort": "a*OLY 85-1572 v. 000001", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } + "enumerationChronology": [ + "v. 1" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 1-" ], - "uri": "i13952122", - "shelfMark": [ - "*OLY 85-1572 v. 1" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLY 85-1572 v. 1" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433060421959" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], "holdingLocation_packed": [ "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "enumerationChronology": [ - "v. 1" - ], "idBarcode": [ "33433060421959" ], - "requestable": [ - false + "identifier": [ + "urn:shelfmark:*OLY 85-1572 v. 1", + "urn:barcode:33433060421959" ], - "catalogItemType": [ + "identifierV2": [ { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" + "value": "*OLY 85-1572 v. 1", + "type": "bf:ShelfMark" + }, + { + "value": "33433060421959", + "type": "bf:Barcode" } ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 85-1572" + ], + "requestable": [ + true + ], + "shelfMark": [ + "*OLY 85-1572 v. 1" + ], + "shelfMark_sort": "a*OLY 85-1572 v. 000001", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" + "gte": 1, + "lte": 1 } - ] + ], + "uri": "i13952122" }, "sort": [ - null + " 1-" ] } ] @@ -23460,7 +18335,7 @@ "dateEndYear": [ 9999 ], - "updatedAt": 1703708208747, + "updatedAt": 1711024201359, "publicationStatement": [ "Maisūru : Sahyādri Prakāśana 1980-" ], @@ -23757,50 +18632,5 @@ ] } }, - "statusCode": 200, - "headers": { - "date": "Mon, 11 Mar 2024 15:37:08 GMT", - "content-type": "application/json; charset=UTF-8", - "content-length": "291444", - "connection": "keep-alive", - "access-control-allow-origin": "*" - }, - "meta": { - "context": null, - "request": { - "params": { - "method": "POST", - "path": "/resources-2018-04-09/_search", - "body": "{\"from\":0,\"size\":50,\"query\":{\"bool\":{\"filter\":[{\"bool\":{\"must\":[{\"bool\":{\"should\":[{\"range\":{\"dateStartYear\":{\"lte\":1985}}},{\"range\":{\"dateEndYear\":{\"lte\":1985}}}]}},{\"bool\":{\"should\":[{\"range\":{\"dateStartYear\":{\"gte\":1984}}},{\"range\":{\"dateEndYear\":{\"gte\":1984}}}]}}]}},{\"bool\":{\"should\":[{\"term\":{\"language.id\":\"lang:kan\"}},{\"term\":{\"language.label\":\"lang:kan\"}}]}},{\"bool\":{\"should\":[{\"nested\":{\"path\":\"items\",\"query\":{\"bool\":{\"must_not\":[{\"exists\":{\"field\":\"items.electronicLocator\"}}]}},\"inner_hits\":{\"sort\":[{\"items.enumerationChronology_sort\":\"desc\"}],\"size\":\"100\",\"from\":0,\"name\":\"items\"}}},{\"nested\":{\"path\":\"items\",\"query\":{\"exists\":{\"field\":\"items.electronicLocator\"}},\"inner_hits\":{\"name\":\"electronicResources\"}}},{\"match_all\":{}}]}}]}},\"sort\":[\"uri\"],\"_source\":{\"excludes\":[\"uris\",\"*_packed\",\"*_sort\",\"items.*_packed\",\"contentsTitle\",\"items\"]}}", - "querystring": "", - "headers": { - "user-agent": "elasticsearch-js/7.12.0 (darwin 21.6.0-x64; Node.js v18.12.1)", - "x-elastic-client-meta": "es=7.12.0,js=18.12.1,t=7.12.0,hc=18.12.1", - "content-type": "application/json", - "content-length": "857" - }, - "timeout": 30000 - }, - "options": {}, - "id": 53 - }, - "name": "elasticsearch-js", - "connection": { - "url": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "id": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "headers": {}, - "deadCount": 0, - "resurrectTimeout": 0, - "_openRequests": 0, - "status": "alive", - "roles": { - "master": true, - "data": true, - "ingest": true, - "ml": false - } - }, - "attempts": 0, - "aborted": false - } + "statusCode": 200 } \ No newline at end of file diff --git a/test/fixtures/query-e95f6837773f6991b91fe23ccd1d6d77.json b/test/fixtures/query-773a3d59a2abc0462130d447dd56d368.json similarity index 93% rename from test/fixtures/query-e95f6837773f6991b91fe23ccd1d6d77.json rename to test/fixtures/query-773a3d59a2abc0462130d447dd56d368.json index de5c68ce..76c70acf 100644 --- a/test/fixtures/query-e95f6837773f6991b91fe23ccd1d6d77.json +++ b/test/fixtures/query-773a3d59a2abc0462130d447dd56d368.json @@ -1,6 +1,6 @@ { "body": { - "took": 490, + "took": 1017, "timed_out": false, "_shards": { "total": 3, @@ -8,7 +8,7 @@ "failed": 0 }, "hits": { - "total": 20014165, + "total": 19657399, "max_score": null, "hits": [ { @@ -58,12 +58,12 @@ "createdYear": [ 1985 ], - "type": [ - "nypl:Item" - ], "title": [ "Dante Alighieri 1985 : in memoriam Hermann Gmelin" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JFE 86-3252" ], @@ -76,12 +76,12 @@ "idLccn": [ "86124252" ], - "seriesStatement": [ - "Romanica et comparatistica ; Bd. 4" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Romanica et comparatistica ; Bd. 4" + ], "contributorLiteral": [ "Gmelin, Hermann, 1900-1958.", "Baum, Richard.", @@ -90,6 +90,9 @@ "dateStartYear": [ 1985 ], + "idOclc": [ + "NYPGNYPG-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -103,35 +106,33 @@ "type": "bf:Isbn", "value": "3923721544" }, - { - "type": "bf:Lccn", - "value": "86124252" - }, { "type": "nypl:Oclc", "value": "NYPGNYPG-B" }, + { + "type": "bf:Lccn", + "value": "86124252" + }, { "type": "bf:Identifier", "value": "(WaOLN)nyp0200001" } ], - "idOclc": [ - "NYPGNYPG-B" - ], - "updatedAt": 1687402640360, + "updatedAt": 1711606506102, "publicationStatement": [ "Tübingen : Stauffenburg, c1985." ], + "idIsbn": [ + "3923721544" + ], "identifier": [ + "urn:shelfmark:JFE 86-3252", "urn:bnum:10000002", "urn:isbn:3923721544", - "urn:lccn:86124252", "urn:oclc:NYPGNYPG-B", - "urn:undefined:(WaOLN)nyp0200001" - ], - "idIsbn": [ - "3923721544" + "urn:lccn:86124252", + "urn:identifier:(WaOLN)nyp0200001" ], "numCheckinCardItems": [ 0 @@ -168,29 +169,23 @@ "lccClassification": [ "PQ4390 .D274 1985" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tübingen" ], - "titleAlt": [ - "Dante Alighieri neunzehnhundertfünfundachtzig." - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], - "idIsbn_clean": [ - "3923721544" + "titleAlt": [ + "Dante Alighieri neunzehnhundertfünfundachtzig." ], "dimensions": [ "23 cm." + ], + "idIsbn_clean": [ + "3923721544" ] }, "sort": [ @@ -216,15 +211,14 @@ }, "_score": null, "_source": { - "uri": "i12858031", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:1", + "label": "Use in library" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -235,6 +229,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:mal92", @@ -244,8 +241,12 @@ "holdingLocation_packed": [ "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "shelfMark": [ - "JFE 86-3252" + "idBarcode": [ + "33433046113795" + ], + "identifier": [ + "urn:shelfmark:JFE 86-3252", + "urn:barcode:33433046113795" ], "identifierV2": [ { @@ -253,41 +254,36 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433046113795" + "value": "33433046113795", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "JFE 86-3252" - ], "m2CustomerCode": [ "XF" ], - "identifier": [ - "urn:barcode:33433046113795" - ], - "idBarcode": [ - "33433046113795" + "physicalLocation": [ + "JFE 86-3252" ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JFE 86-3252" + ], + "shelfMark_sort": "aJFE 86-003252", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aJFE 86-003252" + "uri": "i12858031" }, "sort": [ null @@ -332,24 +328,24 @@ "createdYear": [ 1989 ], - "type": [ - "nypl:Item" - ], "title": [ "Scottish islands" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JFF 89-526" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Waite, Charlie." - ], "createdString": [ "1989" ], + "creatorLiteral": [ + "Waite, Charlie." + ], "idLccn": [ "gb 89012970" ], @@ -362,6 +358,9 @@ "donor": [ "Gift of the Drue Heinz Book Fund for English Literature" ], + "idOclc": [ + "NYPGUKBPGP8917-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -373,37 +372,35 @@ }, { "type": "bf:Isbn", - "value": "0094675708 :" - }, - { - "type": "bf:Lccn", - "value": "gb 89012970" + "value": "0094675708" }, { "type": "nypl:Oclc", "value": "NYPGUKBPGP8917-B" }, + { + "type": "bf:Lccn", + "value": "gb 89012970" + }, { "type": "bf:Identifier", "value": "(WaOLN)nyp0200002" } ], - "idOclc": [ - "NYPGUKBPGP8917-B" - ], - "updatedAt": 1686707689781, + "updatedAt": 1711606506102, "publicationStatement": [ "London : Constable, 1989." ], + "idIsbn": [ + "0094675708" + ], "identifier": [ + "urn:shelfmark:JFF 89-526", "urn:bnum:10000003", - "urn:isbn:0094675708 :", - "urn:lccn:gb 89012970", + "urn:isbn:0094675708", "urn:oclc:NYPGUKBPGP8917-B", - "urn:undefined:(WaOLN)nyp0200002" - ], - "idIsbn": [ - "0094675708 " + "urn:lccn:gb 89012970", + "urn:identifier:(WaOLN)nyp0200002" ], "numCheckinCardItems": [ 0 @@ -436,12 +433,6 @@ "Scottish islands / Charlie Waite." ], "uri": "b10000003", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "London" ], @@ -451,11 +442,11 @@ "label": "monograph/item" } ], - "idIsbn_clean": [ - "0094675708" - ], "dimensions": [ "26 cm." + ], + "idIsbn_clean": [ + "0094675708" ] }, "sort": [ @@ -481,15 +472,14 @@ }, "_score": null, "_source": { - "uri": "i13783780", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:1", + "label": "Use in library" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -500,6 +490,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:mal92", @@ -509,8 +502,12 @@ "holdingLocation_packed": [ "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "shelfMark": [ - "JFF 89-526" + "idBarcode": [ + "33433050409147" + ], + "identifier": [ + "urn:shelfmark:JFF 89-526", + "urn:barcode:33433050409147" ], "identifierV2": [ { @@ -518,41 +515,36 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433050409147" + "value": "33433050409147", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "JFF 89-526" - ], "m2CustomerCode": [ "XA" ], - "identifier": [ - "urn:barcode:33433050409147" - ], - "idBarcode": [ - "33433050409147" + "physicalLocation": [ + "JFF 89-526" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "JFF 89-526" + ], + "shelfMark_sort": "aJFF 89-000526", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aJFF 89-000526" + "uri": "i13783780" }, "sort": [ null @@ -613,36 +605,39 @@ "createdYear": [ 1965 ], - "type": [ - "nypl:Item" - ], "title": [ "Mutaṟkuṟaḷ uvamai." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-1934" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Kothandapani Pillai, K., 1896-" - ], "createdString": [ "1965" ], + "creatorLiteral": [ + "Kothandapani Pillai, K., 1896-" + ], "idLccn": [ "74915265" ], - "seriesStatement": [ - "Kaḻaka veḷiyīṭu, 1247" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Kaḻaka veḷiyīṭu, 1247" + ], "dateStartYear": [ 1965 ], + "idOclc": [ + "NYPG001000001-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -652,14 +647,14 @@ "type": "nypl:Bnumber", "value": "10000004" }, - { - "type": "bf:Lccn", - "value": "74915265" - }, { "type": "nypl:Oclc", "value": "NYPG001000001-B" }, + { + "type": "bf:Lccn", + "value": "74915265" + }, { "type": "bf:Identifier", "value": "NNSZ00100001" @@ -669,19 +664,17 @@ "value": "(WaOLN)nyp0200003" } ], - "idOclc": [ - "NYPG001000001-B" - ], - "updatedAt": 1674870752089, + "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:lccn:74915265", "urn:oclc:NYPG001000001-B", - "urn:undefined:NNSZ00100001", - "urn:undefined:(WaOLN)nyp0200003" + "urn:lccn:74915265", + "urn:identifier:NNSZ00100001", + "urn:identifier:(WaOLN)nyp0200003" ], "numCheckinCardItems": [ 0 @@ -717,12 +710,6 @@ "lccClassification": [ "PL4758.9.T5 K6 1965" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tirunelvēli" ], @@ -759,24 +746,14 @@ }, "_score": null, "_source": { - "uri": "i13783781", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -787,6 +764,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -796,8 +776,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1934" + "idBarcode": [ + "33433061301556" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1934", + "urn:barcode:33433061301556" ], "identifierV2": [ { @@ -805,41 +789,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301556" + "value": "33433061301556", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-1934" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301556" - ], - "idBarcode": [ - "33433061301556" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1934" + ], + "shelfMark_sort": "a*OLB 84-001934", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-001934" + "uri": "i13783781" }, "sort": [ null @@ -901,30 +889,33 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Kon︠t︡sert No 2 dl︠i︡a skripki s orkestrom" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMF 83-336" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Wieniawski, Henri, 1835-1880." - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Wieniawski, Henri, 1835-1880." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000001-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -951,22 +942,20 @@ "value": "(WaOLN)nyp0200004" } ], - "idOclc": [ - "NYPG001000001-C" - ], "uniformTitle": [ "Concertos, violin, orchestra, no. 2, op. 22, D minor; arranged" ], - "updatedAt": 1689717163415, + "updatedAt": 1710995521453, "publicationStatement": [ "Moskva : Muzyka, 1980." ], "identifier": [ + "urn:shelfmark:JMF 83-336", "urn:bnum:10000005", "urn:oclc:NYPG001000001-C", - "urn:undefined:11049. Muzyka", - "urn:undefined:NNSZ00100551", - "urn:undefined:(WaOLN)nyp0200004" + "urn:identifier:11049. Muzyka", + "urn:identifier:NNSZ00100551", + "urn:identifier:(WaOLN)nyp0200004" ], "numCheckinCardItems": [ 0 @@ -999,12 +988,6 @@ "Kon︠t︡sert No 2 dl︠i︡a skripki s orkestrom / G. Ven︠i︡avskiĭ ; klavir." ], "uri": "b10000005", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Moskva" ], @@ -1044,24 +1027,14 @@ }, "_score": null, "_source": { - "uri": "i10942022", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -1072,6 +1045,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -1081,8 +1057,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMF 83-336" + "idBarcode": [ + "33433032711909" + ], + "identifier": [ + "urn:shelfmark:JMF 83-336", + "urn:barcode:33433032711909" ], "identifierV2": [ { @@ -1090,41 +1070,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032711909" + "value": "33433032711909", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMF 83-336" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032711909" - ], - "idBarcode": [ - "33433032711909" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMF 83-336" + ], + "shelfMark_sort": "aJMF 83-000336", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMF 83-000336" + "uri": "i10942022" }, "sort": [ null @@ -1186,24 +1170,24 @@ "createdYear": [ 1968 ], - "type": [ - "nypl:Item" - ], "title": [ "Tajdīd al-tafkīr al-dīnī fī al-Islām" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OGC 84-1984" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Iqbal, Muhammad, Sir, 1877-1938." - ], "createdString": [ "1968" ], + "creatorLiteral": [ + "Iqbal, Muhammad, Sir, 1877-1938." + ], "idLccn": [ "75962707" ], @@ -1216,6 +1200,9 @@ "dateStartYear": [ 1968 ], + "idOclc": [ + "NYPG001000002-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -1225,14 +1212,14 @@ "type": "nypl:Bnumber", "value": "10000006" }, - { - "type": "bf:Lccn", - "value": "75962707" - }, { "type": "nypl:Oclc", "value": "NYPG001000002-B" }, + { + "type": "bf:Lccn", + "value": "75962707" + }, { "type": "bf:Identifier", "value": "NNSZ00100002" @@ -1242,19 +1229,17 @@ "value": "(WaOLN)nyp0200005" } ], - "idOclc": [ - "NYPG001000002-B" - ], - "updatedAt": 1674870747963, + "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:lccn:75962707", "urn:oclc:NYPG001000002-B", - "urn:undefined:NNSZ00100002", - "urn:undefined:(WaOLN)nyp0200005" + "urn:lccn:75962707", + "urn:identifier:NNSZ00100002", + "urn:identifier:(WaOLN)nyp0200005" ], "numCheckinCardItems": [ 0 @@ -1290,12 +1275,6 @@ "lccClassification": [ "BP161 .I712 1968" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "al-Qāhirah" ], @@ -1332,24 +1311,14 @@ }, "_score": null, "_source": { - "uri": "i12540039", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -1360,6 +1329,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -1369,8 +1341,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OGC 84-1984" + "idBarcode": [ + "33433022691665" + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1984", + "urn:barcode:33433022691665" ], "identifierV2": [ { @@ -1378,41 +1354,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433022691665" + "value": "33433022691665", + "type": "bf:Barcode" } ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OGC 84-1984" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433022691665" - ], - "idBarcode": [ - "33433022691665" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OGC 84-1984" + ], + "shelfMark_sort": "a*OGC 84-001984", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OGC 84-001984" + "uri": "i12540039" }, "sort": [ null @@ -1470,30 +1450,33 @@ "createdYear": [ 1981 ], - "type": [ - "nypl:Item" - ], "title": [ "Due studi per chitarra" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-276" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Patachich, Iván." - ], "createdString": [ "1981" ], + "creatorLiteral": [ + "Patachich, Iván." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1981 ], + "idOclc": [ + "NYPG001000002-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -1520,22 +1503,20 @@ "value": "(WaOLN)nyp0200006" } ], - "idOclc": [ - "NYPG001000002-C" - ], "uniformTitle": [ "Studies, guitar" ], - "updatedAt": 1689717163363, + "updatedAt": 1711149115321, "publicationStatement": [ "Budapest : Editio Musica, c1981." ], "identifier": [ + "urn:shelfmark:JMG 83-276", "urn:bnum:10000007", "urn:oclc:NYPG001000002-C", - "urn:undefined:Z.8917. Editio Musica", - "urn:undefined:NNSZ00100552", - "urn:undefined:(WaOLN)nyp0200006" + "urn:identifier:Z.8917. Editio Musica", + "urn:identifier:NNSZ00100552", + "urn:identifier:(WaOLN)nyp0200006" ], "numCheckinCardItems": [ 0 @@ -1569,12 +1550,6 @@ "Due studi per chitarra / Patachich Iván." ], "uri": "b10000007", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Budapest" ], @@ -1614,34 +1589,27 @@ }, "_score": null, "_source": { - "uri": "i10942023", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], - "owner": [ + "catalogItemType": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" - } - ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" - ], - "catalogItemType": [ - { - "id": "catalogItemType:7", - "label": "printed music, non-circ" + "id": "catalogItemType:7", + "label": "printed music, non-circ" } ], "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -1651,8 +1619,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-276" + "idBarcode": [ + "33433032883591" + ], + "identifier": [ + "urn:shelfmark:JMG 83-276", + "urn:barcode:33433032883591" ], "identifierV2": [ { @@ -1660,41 +1632,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032883591" + "value": "33433032883591", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-276" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032883591" - ], - "idBarcode": [ - "33433032883591" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-276" + ], + "shelfMark_sort": "aJMG 83-000276", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000276" + "uri": "i10942023" }, "sort": [ null @@ -1742,24 +1718,24 @@ "createdYear": [ 1969 ], - "type": [ - "nypl:Item" - ], "title": [ "Aṇṇāviṉ ciṟukataikaḷ." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-1986" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Annadurai, C. N., 1909-1969." - ], "createdString": [ "1969" ], + "creatorLiteral": [ + "Annadurai, C. N., 1909-1969." + ], "idLccn": [ "72913998" ], @@ -1769,6 +1745,9 @@ "dateStartYear": [ 1969 ], + "idOclc": [ + "NYPG001000003-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -1778,14 +1757,14 @@ "type": "nypl:Bnumber", "value": "10000008" }, - { - "type": "bf:Lccn", - "value": "72913998" - }, { "type": "nypl:Oclc", "value": "NYPG001000003-B" }, + { + "type": "bf:Lccn", + "value": "72913998" + }, { "type": "bf:Identifier", "value": "NNSZ00100003" @@ -1795,19 +1774,17 @@ "value": "(WaOLN)nyp0200007" } ], - "idOclc": [ - "NYPG001000003-B" - ], - "updatedAt": 1674870747855, + "updatedAt": 1711102509897, "publicationStatement": [ "Ceṉṉai, Parimaḷam Patippakam [1969]" ], "identifier": [ + "urn:shelfmark:*OLB 84-1986", "urn:bnum:10000008", - "urn:lccn:72913998", "urn:oclc:NYPG001000003-B", - "urn:undefined:NNSZ00100003", - "urn:undefined:(WaOLN)nyp0200007" + "urn:lccn:72913998", + "urn:identifier:NNSZ00100003", + "urn:identifier:(WaOLN)nyp0200007" ], "numCheckinCardItems": [ 0 @@ -1840,12 +1817,6 @@ "lccClassification": [ "PL4758.9.A5 A84" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ceṉṉai" ], @@ -1882,24 +1853,14 @@ }, "_score": null, "_source": { - "uri": "i13783782", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -1910,6 +1871,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -1919,8 +1883,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1986" + "idBarcode": [ + "33433061301689" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1986", + "urn:barcode:33433061301689" ], "identifierV2": [ { @@ -1928,41 +1896,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301689" + "value": "33433061301689", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-1986" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301689" - ], - "idBarcode": [ - "33433061301689" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1986" + ], + "shelfMark_sort": "a*OLB 84-001986", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-001986" + "uri": "i13783782" }, "sort": [ null @@ -2023,30 +1995,33 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Miniaturen II : 13 kleine Klavierstücke" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-278" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Golle, Jürgen, 1942-" - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Golle, Jürgen, 1942-" + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000003-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2077,23 +2052,21 @@ "value": "(WaOLN)nyp0200008" } ], - "idOclc": [ - "NYPG001000003-C" - ], "uniformTitle": [ "Miniaturen, no. 2" ], - "updatedAt": 1689717163363, + "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:undefined:Edition Peters Nr. 5489 Edition Peters", - "urn:undefined:E.P. 13028. Edition Peters", - "urn:undefined:NNSZ00100553", - "urn:undefined:(WaOLN)nyp0200008" + "urn:identifier:Edition Peters Nr. 5489 Edition Peters", + "urn:identifier:E.P. 13028. Edition Peters", + "urn:identifier:NNSZ00100553", + "urn:identifier:(WaOLN)nyp0200008" ], "numCheckinCardItems": [ 0 @@ -2126,12 +2099,6 @@ "Miniaturen II : 13 kleine Klavierstücke / Jürgen Golle." ], "uri": "b10000009", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Leipzig : New York" ], @@ -2171,24 +2138,14 @@ }, "_score": null, "_source": { - "uri": "i10942024", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -2199,6 +2156,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -2208,8 +2168,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-278" + "idBarcode": [ + "33433032883617" + ], + "identifier": [ + "urn:shelfmark:JMG 83-278", + "urn:barcode:33433032883617" ], "identifierV2": [ { @@ -2217,41 +2181,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032883617" + "value": "33433032883617", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-278" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032883617" - ], - "idBarcode": [ - "33433032883617" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-278" + ], + "shelfMark_sort": "aJMG 83-000278", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000278" + "uri": "i10942024" }, "sort": [ null @@ -2307,36 +2275,39 @@ "createdYear": [ 1969 ], - "type": [ - "nypl:Item" - ], "title": [ "Cēkkiḻār; Corṇammāḷ niṉaivuc coṟpoḻivukaḷ." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-1938" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Irācamāṇikkaṉār, Mā., 1907-1967." - ], "createdString": [ "1969" ], + "creatorLiteral": [ + "Irācamāṇikkaṉār, Mā., 1907-1967." + ], "idLccn": [ "72913466" ], - "seriesStatement": [ - "Corṇammāḷ corpoḻivu varicai, 6" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Corṇammāḷ corpoḻivu varicai, 6" + ], "dateStartYear": [ 1969 ], + "idOclc": [ + "NYPG001000004-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2346,16 +2317,16 @@ "type": "nypl:Bnumber", "value": "10000010" }, - { - "type": "bf:Lccn", - "value": "72913466" - }, { "type": "nypl:Oclc", "value": "NYPG001000004-B" }, { - "type": "bf:Identifier", + "type": "bf:Lccn", + "value": "72913466" + }, + { + "type": "bf:Identifier", "value": "NNSZ00100004" }, { @@ -2363,19 +2334,17 @@ "value": "(WaOLN)nyp0200009" } ], - "idOclc": [ - "NYPG001000004-B" - ], - "updatedAt": 1674870747855, + "updatedAt": 1711284909373, "publicationStatement": [ "Aṇṇāmalainakar, Aṇṇāmalaip Palkalaikkaḻakam, 1969." ], "identifier": [ + "urn:shelfmark:*OLB 84-1938", "urn:bnum:10000010", - "urn:lccn:72913466", "urn:oclc:NYPG001000004-B", - "urn:undefined:NNSZ00100004", - "urn:undefined:(WaOLN)nyp0200009" + "urn:lccn:72913466", + "urn:identifier:NNSZ00100004", + "urn:identifier:(WaOLN)nyp0200009" ], "numCheckinCardItems": [ 0 @@ -2411,12 +2380,6 @@ "lccClassification": [ "PL4758.9.C385 Z8" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Aṇṇāmalainakar" ], @@ -2453,24 +2416,14 @@ }, "_score": null, "_source": { - "uri": "i13783783", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -2481,6 +2434,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -2490,8 +2446,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1938" + "idBarcode": [ + "33433061301598" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1938", + "urn:barcode:33433061301598" ], "identifierV2": [ { @@ -2499,41 +2459,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301598" + "value": "33433061301598", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-1938" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301598" - ], - "idBarcode": [ - "33433061301598" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1938" + ], + "shelfMark_sort": "a*OLB 84-001938", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-001938" + "uri": "i13783783" }, "sort": [ null @@ -2576,36 +2540,39 @@ "numItemsTotal": [ 1 ], - "dateEndString": [ - "1982" - ], "createdYear": [ 1976 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1982" ], "title": [ "Passie en pasen : suite voor orgel, opus 50" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-279" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Berg, Jan J. van den." - ], "createdString": [ "1976" ], + "creatorLiteral": [ + "Berg, Jan J. van den." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1976 ], + "idOclc": [ + "NYPG001000004-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2624,20 +2591,18 @@ "value": "(WaOLN)nyp0200010" } ], - "idOclc": [ - "NYPG001000004-C" - ], "dateEndYear": [ 1982 ], - "updatedAt": 1689717163363, + "updatedAt": 1710978413661, "publicationStatement": [ "Sneek [Netherlands] : Boeijenga, [between 1976 and 1982]." ], "identifier": [ + "urn:shelfmark:JMG 83-279", "urn:bnum:10000011", "urn:oclc:NYPG001000004-C", - "urn:undefined:(WaOLN)nyp0200010" + "urn:identifier:(WaOLN)nyp0200010" ], "numCheckinCardItems": [ 0 @@ -2672,12 +2637,6 @@ "Passie en pasen : suite voor orgel, opus 50 / door Jan J. van den Berg." ], "uri": "b10000011", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Sneek [Netherlands]" ], @@ -2717,24 +2676,14 @@ }, "_score": null, "_source": { - "uri": "i10942025", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -2745,6 +2694,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -2754,8 +2706,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-279" + "idBarcode": [ + "33433032883625" + ], + "identifier": [ + "urn:shelfmark:JMG 83-279", + "urn:barcode:33433032883625" ], "identifierV2": [ { @@ -2763,41 +2719,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032883625" + "value": "33433032883625", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-279" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032883625" - ], - "idBarcode": [ - "33433032883625" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-279" + ], + "shelfMark_sort": "aJMG 83-000279", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000279" + "uri": "i10942025" }, "sort": [ null @@ -2853,30 +2813,33 @@ "createdYear": [ 1970 ], - "type": [ - "nypl:Item" - ], "title": [ "al-Ḥuṭayʼah : fī sīratihi wa-nafsīyatihi wa-shiʻrihi" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFS 84-1997" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Ḥāwī, Īlīyā Salīm." - ], "createdString": [ "1970" ], + "creatorLiteral": [ + "Ḥāwī, Īlīyā Salīm." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1970 ], + "idOclc": [ + "NYPG001000005-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2899,18 +2862,16 @@ "value": "(WaOLN)nyp0200011" } ], - "idOclc": [ - "NYPG001000005-B" - ], - "updatedAt": 1674870752089, + "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:undefined:NNSZ00100005", - "urn:undefined:(WaOLN)nyp0200011" + "urn:identifier:NNSZ00100005", + "urn:identifier:(WaOLN)nyp0200011" ], "numCheckinCardItems": [ 0 @@ -2943,12 +2904,6 @@ "al-Ḥuṭayʼah : fī sīratihi wa-nafsīyatihi wa-shiʻrihi / bi-qalam Īlīyā Ḥāwī." ], "uri": "b10000012", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Bayrūt" ], @@ -2985,24 +2940,14 @@ }, "_score": null, "_source": { - "uri": "i10000003", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -3013,6 +2958,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -3022,8 +2970,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFS 84-1997" + "idBarcode": [ + "33433014514719" + ], + "identifier": [ + "urn:shelfmark:*OFS 84-1997", + "urn:barcode:33433014514719" ], "identifierV2": [ { @@ -3031,41 +2983,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433014514719" + "value": "33433014514719", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFS 84-1997" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433014514719" - ], - "idBarcode": [ - "33433014514719" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFS 84-1997" + ], + "shelfMark_sort": "a*OFS 84-001997", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFS 84-001997" + "uri": "i10000003" }, "sort": [ null @@ -3122,14 +3078,14 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Disko Treff 1 : Klavier." ], - "shelfMark": [ - "JMF 83-366" + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JMF 83-366" ], "numItemVolumesParsed": [ 0 @@ -3143,6 +3099,9 @@ "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000005-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3165,18 +3124,16 @@ "value": "(WaOLN)nyp0200012" } ], - "idOclc": [ - "NYPG001000005-C" - ], - "updatedAt": 1689717163415, + "updatedAt": 1710995521453, "publicationStatement": [ "Leipzig : Harth Musik Verlag, c1980." ], "identifier": [ + "urn:shelfmark:JMF 83-366", "urn:bnum:10000013", "urn:oclc:NYPG001000005-C", - "urn:undefined:NNSZ00100555", - "urn:undefined:(WaOLN)nyp0200012" + "urn:identifier:NNSZ00100555", + "urn:identifier:(WaOLN)nyp0200012" ], "numCheckinCardItems": [ 0 @@ -3209,12 +3166,6 @@ "Disko Treff 1 : Klavier." ], "uri": "b10000013", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Leipzig" ], @@ -3254,24 +3205,14 @@ }, "_score": null, "_source": { - "uri": "i10942026", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -3282,6 +3223,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -3291,8 +3235,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMF 83-366" + "idBarcode": [ + "33433032712204" + ], + "identifier": [ + "urn:shelfmark:JMF 83-366", + "urn:barcode:33433032712204" ], "identifierV2": [ { @@ -3300,41 +3248,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032712204" + "value": "33433032712204", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMF 83-366" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032712204" - ], - "idBarcode": [ - "33433032712204" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMF 83-366" + ], + "shelfMark_sort": "aJMF 83-000366", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMF 83-000366" + "uri": "i10942026" }, "sort": [ null @@ -3392,12 +3344,12 @@ "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "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" ], @@ -3416,6 +3368,9 @@ "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG001000006-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3438,18 +3393,16 @@ "value": "(WaOLN)nyp0200013" } ], - "idOclc": [ - "NYPG001000006-B" - ], - "updatedAt": 1674870752089, + "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:undefined:NNSZ00100006", - "urn:undefined:(WaOLN)nyp0200013" + "urn:identifier:NNSZ00100006", + "urn:identifier:(WaOLN)nyp0200013" ], "numCheckinCardItems": [ 0 @@ -3483,12 +3436,6 @@ "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", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Bayrūt" ], @@ -3528,24 +3475,14 @@ }, "_score": null, "_source": { - "uri": "i12540040", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -3556,6 +3493,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -3565,8 +3505,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OGC 84-1996" + "idBarcode": [ + "33433022691780" + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1996", + "urn:barcode:33433022691780" ], "identifierV2": [ { @@ -3574,41 +3518,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433022691780" + "value": "33433022691780", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OGC 84-1996" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433022691780" - ], - "idBarcode": [ - "33433022691780" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OGC 84-1996" + ], + "shelfMark_sort": "a*OGC 84-001996", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OGC 84-001996" + "uri": "i12540040" }, "sort": [ null @@ -3674,30 +3622,33 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Suite no. 1 : 1977" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JNG 83-102" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Hampton, Calvin." - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Hampton, Calvin." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000006-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3724,22 +3675,20 @@ "value": "(WaOLN)nyp0200014" } ], - "idOclc": [ - "NYPG001000006-C" - ], "uniformTitle": [ "Suite, organ, no. 1" ], - "updatedAt": 1689717163363, + "updatedAt": 1711491730703, "publicationStatement": [ "Melville, NY : Belwin-Mills, [1980?]" ], "identifier": [ + "urn:shelfmark:JNG 83-102", "urn:bnum:10000015", "urn:oclc:NYPG001000006-C", - "urn:undefined:DM 220. Belwin-Mills", - "urn:undefined:NNSZ00100556", - "urn:undefined:(WaOLN)nyp0200014" + "urn:identifier:DM 220. Belwin-Mills", + "urn:identifier:NNSZ00100556", + "urn:identifier:(WaOLN)nyp0200014" ], "numCheckinCardItems": [ 0 @@ -3772,12 +3721,6 @@ "Suite no. 1 : 1977 / Calvin Hampton." ], "uri": "b10000015", - "numItems": [ - 0 - ], - "numAvailable": [ - 0 - ], "placeOfPublication": [ "Melville, NY" ], @@ -3857,24 +3800,24 @@ "createdYear": [ 1967 ], - "type": [ - "nypl:Item" - ], "title": [ "Nalla Kuṟuntokaiyil nāṉilam." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-1937" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Cellappaṉ, Cilampoli, 1929-" - ], "createdString": [ "1967" ], + "creatorLiteral": [ + "Cellappaṉ, Cilampoli, 1929-" + ], "idLccn": [ "74913402" ], @@ -3884,6 +3827,9 @@ "dateStartYear": [ 1967 ], + "idOclc": [ + "NYPG001000007-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3893,14 +3839,14 @@ "type": "nypl:Bnumber", "value": "10000016" }, - { - "type": "bf:Lccn", - "value": "74913402" - }, { "type": "nypl:Oclc", "value": "NYPG001000007-B" }, + { + "type": "bf:Lccn", + "value": "74913402" + }, { "type": "bf:Identifier", "value": "NNSZ00100007" @@ -3910,19 +3856,17 @@ "value": "(WaOLN)nyp0200015" } ], - "idOclc": [ - "NYPG001000007-B" - ], - "updatedAt": 1674870752089, + "updatedAt": 1711185167994, "publicationStatement": [ "Ceṉṉai, Manṅkaḷa Nūlakam, 1959 [i.e. 1967]" ], "identifier": [ + "urn:shelfmark:*OLB 84-1937", "urn:bnum:10000016", - "urn:lccn:74913402", "urn:oclc:NYPG001000007-B", - "urn:undefined:NNSZ00100007", - "urn:undefined:(WaOLN)nyp0200015" + "urn:lccn:74913402", + "urn:identifier:NNSZ00100007", + "urn:identifier:(WaOLN)nyp0200015" ], "numCheckinCardItems": [ 0 @@ -3958,12 +3902,6 @@ "lccClassification": [ "PL4758.9.K794 Z6 1967" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ceṉṉai" ], @@ -4000,24 +3938,14 @@ }, "_score": null, "_source": { - "uri": "i13783785", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -4028,6 +3956,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -4037,8 +3968,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1937" + "idBarcode": [ + "33433061301580" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1937", + "urn:barcode:33433061301580" ], "identifierV2": [ { @@ -4046,41 +3981,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301580" + "value": "33433061301580", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-1937" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301580" - ], - "idBarcode": [ - "33433061301580" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1937" + ], + "shelfMark_sort": "a*OLB 84-001937", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-001937" + "uri": "i13783785" }, "sort": [ null @@ -4143,24 +4082,24 @@ "createdYear": [ 1981 ], - "type": [ - "nypl:Item" - ], "title": [ "Lettre du Mexique : pour baryton et piano, 1942" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-395" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Escher, Rudolf." - ], "createdString": [ "1981" ], + "creatorLiteral": [ + "Escher, Rudolf." + ], "numElectronicResources": [ 0 ], @@ -4170,6 +4109,9 @@ "dateStartYear": [ 1981 ], + "idOclc": [ + "NYPG001000007-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -4192,18 +4134,16 @@ "value": "(WaOLN)nyp0200016" } ], - "idOclc": [ - "NYPG001000007-C" - ], - "updatedAt": 1689717163974, + "updatedAt": 1710995521453, "publicationStatement": [ "Amsterdam : Donemus, c1981." ], "identifier": [ + "urn:shelfmark:JMG 83-395", "urn:bnum:10000017", "urn:oclc:NYPG001000007-C", - "urn:undefined:NNSZ00100557", - "urn:undefined:(WaOLN)nyp0200016" + "urn:identifier:NNSZ00100557", + "urn:identifier:(WaOLN)nyp0200016" ], "numCheckinCardItems": [ 0 @@ -4237,12 +4177,6 @@ "Lettre du Mexique : pour baryton et piano, 1942 / Rudolf Escher ; poème de Tristan Corbière." ], "uri": "b10000017", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Amsterdam" ], @@ -4279,24 +4213,14 @@ }, "_score": null, "_source": { - "uri": "i10942027", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -4307,6 +4231,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -4316,8 +4243,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-395" + "idBarcode": [ + "33433032735007" + ], + "identifier": [ + "urn:shelfmark:JMG 83-395", + "urn:barcode:33433032735007" ], "identifierV2": [ { @@ -4325,41 +4256,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032735007" + "value": "33433032735007", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-395" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032735007" - ], - "idBarcode": [ - "33433032735007" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-395" + ], + "shelfMark_sort": "aJMG 83-000395", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000395" + "uri": "i10942027" }, "sort": [ null @@ -4416,24 +4351,24 @@ "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "title": [ "al-Marʼah al-Lubnānīyah : wāqiʻuhā wa-qaḍāyāhā" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFX 84-1995" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Bashshūr, Najlāʼ Naṣīr." - ], "createdString": [ "1975" ], + "creatorLiteral": [ + "Bashshūr, Najlāʼ Naṣīr." + ], "idLccn": [ "78970449" ], @@ -4443,6 +4378,9 @@ "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG001000008-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -4452,14 +4390,14 @@ "type": "nypl:Bnumber", "value": "10000018" }, - { - "type": "bf:Lccn", - "value": "78970449" - }, { "type": "nypl:Oclc", "value": "NYPG001000008-B" }, + { + "type": "bf:Lccn", + "value": "78970449" + }, { "type": "bf:Identifier", "value": "NNSZ00100008" @@ -4469,19 +4407,17 @@ "value": "(WaOLN)nyp0200017" } ], - "idOclc": [ - "NYPG001000008-B" - ], - "updatedAt": 1674870747855, + "updatedAt": 1711582848276, "publicationStatement": [ "Bayrūt : Dār al-Ṭalīʻah, 1975." ], "identifier": [ + "urn:shelfmark:*OFX 84-1995", "urn:bnum:10000018", - "urn:lccn:78970449", "urn:oclc:NYPG001000008-B", - "urn:undefined:NNSZ00100008", - "urn:undefined:(WaOLN)nyp0200017" + "urn:lccn:78970449", + "urn:identifier:NNSZ00100008", + "urn:identifier:(WaOLN)nyp0200017" ], "numCheckinCardItems": [ 0 @@ -4517,12 +4453,6 @@ "lccClassification": [ "HQ1728 .B37" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Bayrūt" ], @@ -4559,24 +4489,14 @@ }, "_score": null, "_source": { - "uri": "i10000004", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -4587,6 +4507,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -4596,8 +4519,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFX 84-1995" + "idBarcode": [ + "33433002031718" + ], + "identifier": [ + "urn:shelfmark:*OFX 84-1995", + "urn:barcode:33433002031718" ], "identifierV2": [ { @@ -4605,41 +4532,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433002031718" + "value": "33433002031718", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFX 84-1995" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433002031718" - ], - "idBarcode": [ - "33433002031718" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFX 84-1995" + ], + "shelfMark_sort": "a*OFX 84-001995", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFX 84-001995" + "uri": "i10000004" }, "sort": [ null @@ -4695,30 +4626,33 @@ "createdYear": [ 1979 ], - "type": [ - "nypl:Item" - ], "title": [ "Zwölf Walzer und ein Epilog : für Klavier" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-111" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Benary, Peter." - ], "createdString": [ "1979" ], + "creatorLiteral": [ + "Benary, Peter." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1979 ], + "idOclc": [ + "NYPG001000008-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -4745,22 +4679,20 @@ "value": "(WaOLN)nyp0200018" } ], - "idOclc": [ - "NYPG001000008-C" - ], "uniformTitle": [ "Walzer und ein Epilog" ], - "updatedAt": 1689717163974, + "updatedAt": 1710995521453, "publicationStatement": [ "Wolfenbüttel : Möseler, c1979." ], "identifier": [ + "urn:shelfmark:JMG 83-111", "urn:bnum:10000019", "urn:oclc:NYPG001000008-C", - "urn:undefined:Möseler M 18.487.", - "urn:undefined:NNSZ00100558", - "urn:undefined:(WaOLN)nyp0200018" + "urn:identifier:Möseler M 18.487.", + "urn:identifier:NNSZ00100558", + "urn:identifier:(WaOLN)nyp0200018" ], "numCheckinCardItems": [ 0 @@ -4793,12 +4725,6 @@ "Zwölf Walzer und ein Epilog : für Klavier / Peter Benary." ], "uri": "b10000019", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Wolfenbüttel" ], @@ -4839,24 +4765,14 @@ }, "_score": null, "_source": { - "uri": "i10942028", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -4867,6 +4783,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -4876,8 +4795,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-111" + "idBarcode": [ + "33433032845053" + ], + "identifier": [ + "urn:shelfmark:JMG 83-111", + "urn:barcode:33433032845053" ], "identifierV2": [ { @@ -4885,41 +4808,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032845053" + "value": "33433032845053", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "JMG 83-111" + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } ], - "recapCustomerCode": [ - "NP" + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" ], - "identifier": [ - "urn:barcode:33433032845053" + "physicalLocation": [ + "JMG 83-111" ], - "idBarcode": [ - "33433032845053" + "recapCustomerCode": [ + "NP" ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-111" + ], + "shelfMark_sort": "aJMG 83-000111", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000111" + "uri": "i10942028" }, "sort": [ null @@ -4970,24 +4897,24 @@ "createdYear": [ 1970 ], - "type": [ - "nypl:Item" - ], "title": [ "Tolkāppiyam." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-1936" ], "numItemVolumesParsed": [ 1 ], - "creatorLiteral": [ - "Veḷḷaivāraṇaṉ, Ka." - ], "createdString": [ "1970" ], + "creatorLiteral": [ + "Veḷḷaivāraṇaṉ, Ka." + ], "idLccn": [ "74914844" ], @@ -4997,6 +4924,9 @@ "dateStartYear": [ 1970 ], + "idOclc": [ + "NYPG001000009-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -5006,14 +4936,14 @@ "type": "nypl:Bnumber", "value": "10000020" }, - { - "type": "bf:Lccn", - "value": "74914844" - }, { "type": "nypl:Oclc", "value": "NYPG001000009-B" }, + { + "type": "bf:Lccn", + "value": "74914844" + }, { "type": "bf:Identifier", "value": "NNSZ00100009" @@ -5023,19 +4953,17 @@ "value": "(WaOLN)nyp0200019" } ], - "idOclc": [ - "NYPG001000009-B" - ], - "updatedAt": 1674870747963, + "updatedAt": 1711329059003, "publicationStatement": [ "[Aṇṇāmalainakar] Aṇṇāmalaip Palkalaik Kaḻakam, 1970." ], "identifier": [ + "urn:shelfmark:*OLB 84-1936", "urn:bnum:10000020", - "urn:lccn:74914844", "urn:oclc:NYPG001000009-B", - "urn:undefined:NNSZ00100009", - "urn:undefined:(WaOLN)nyp0200019" + "urn:lccn:74914844", + "urn:identifier:NNSZ00100009", + "urn:identifier:(WaOLN)nyp0200019" ], "numCheckinCardItems": [ 0 @@ -5071,24 +4999,18 @@ "lccClassification": [ "PL4754.T583 V4 1970" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Aṇṇāmalainakar]" ], - "titleAlt": [ - "Tolkāppiyam nutaliyaporuḷ." - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Tolkāppiyam nutaliyaporuḷ." + ], "tableOfContents": [ "Tolkāppiyam.--Tolkāppiyam nutaliyaporuḷ." ], @@ -5119,24 +5041,14 @@ }, "_score": null, "_source": { - "uri": "i13783786", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -5147,6 +5059,15 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "enumerationChronology": [ + "v. 1" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -5156,8 +5077,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1936 v. 1" + "idBarcode": [ + "33433061301572" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1936 v. 1", + "urn:barcode:33433061301572" ], "identifierV2": [ { @@ -5165,12 +5090,18 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301572" + "value": "33433061301572", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "v. 1" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ "*OLB 84-1936" @@ -5178,23 +5109,24 @@ "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301572" - ], - "idBarcode": [ - "33433061301572" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1936 v. 1" + ], + "shelfMark_sort": "a*OLB 84-1936 v. 000001", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], "volumeRange": [ { @@ -5202,16 +5134,7 @@ "lte": 1 } ], - "enumerationChronology_sort": [ - " 1-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-1936 v. 000001" + "uri": "i13783786" }, "sort": [ " 1-" @@ -5273,30 +5196,33 @@ "createdYear": [ 1978 ], - "type": [ - "nypl:Item" - ], "title": [ "Aurora : sinfonischer Prolog : Partitur" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-113" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Weitzendorf, Heinz." - ], "createdString": [ "1978" ], + "creatorLiteral": [ + "Weitzendorf, Heinz." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1978 ], + "idOclc": [ + "NYPG001000009-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -5323,19 +5249,17 @@ "value": "(WaOLN)nyp0200020" } ], - "idOclc": [ - "NYPG001000009-C" - ], - "updatedAt": 1689717163415, + "updatedAt": 1710995521453, "publicationStatement": [ "Berlin : Verlag Neue Musik, c1978." ], "identifier": [ + "urn:shelfmark:JMG 83-113", "urn:bnum:10000021", "urn:oclc:NYPG001000009-C", - "urn:undefined:NM 384. Verlag Neue Musik", - "urn:undefined:NNSZ00100559", - "urn:undefined:(WaOLN)nyp0200020" + "urn:identifier:NM 384. Verlag Neue Musik", + "urn:identifier:NNSZ00100559", + "urn:identifier:(WaOLN)nyp0200020" ], "numCheckinCardItems": [ 0 @@ -5368,12 +5292,6 @@ "Aurora : sinfonischer Prolog : Partitur / Heinz Weitzendorf." ], "uri": "b10000021", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Berlin" ], @@ -5410,24 +5328,14 @@ }, "_score": null, "_source": { - "uri": "i10942029", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -5438,6 +5346,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -5447,8 +5358,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-113" + "idBarcode": [ + "33433032845079" + ], + "identifier": [ + "urn:shelfmark:JMG 83-113", + "urn:barcode:33433032845079" ], "identifierV2": [ { @@ -5456,41 +5371,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032845079" + "value": "33433032845079", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-113" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032845079" - ], - "idBarcode": [ - "33433032845079" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-113" + ], + "shelfMark_sort": "aJMG 83-000113", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000113" + "uri": "i10942029" }, "sort": [ null @@ -5547,33 +5466,33 @@ "createdYear": [ 1970 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Puttamittiraṉār, active 11th century." - ], "createdString": [ "1970" ], + "creatorLiteral": [ + "Puttamittiraṉār, active 11th century." + ], "idLccn": [ "73913714" ], - "seriesStatement": [ - "Kaḻaka veḷiyīṭu, 1388" - ], "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." @@ -5581,6 +5500,9 @@ "dateStartYear": [ 1970 ], + "idOclc": [ + "NYPG001000010-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -5590,14 +5512,14 @@ "type": "nypl:Bnumber", "value": "10000022" }, - { - "type": "bf:Lccn", - "value": "73913714" - }, { "type": "nypl:Oclc", "value": "NYPG001000010-B" }, + { + "type": "bf:Lccn", + "value": "73913714" + }, { "type": "bf:Identifier", "value": "NNSZ00100010" @@ -5607,19 +5529,17 @@ "value": "(WaOLN)nyp0200021" } ], - "idOclc": [ - "NYPG001000010-B" - ], - "updatedAt": 1674870747963, + "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:lccn:73913714", "urn:oclc:NYPG001000010-B", - "urn:undefined:NNSZ00100010", - "urn:undefined:(WaOLN)nyp0200021" + "urn:lccn:73913714", + "urn:identifier:NNSZ00100010", + "urn:identifier:(WaOLN)nyp0200021" ], "numCheckinCardItems": [ 0 @@ -5655,24 +5575,18 @@ "lccClassification": [ "PL4754 .P8 1970" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ceṉṉai" ], - "titleAlt": [ - "Viracōḻiyam." - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Viracōḻiyam." + ], "dimensions": [ "22 cm." ] @@ -5700,24 +5614,14 @@ }, "_score": null, "_source": { - "uri": "i13783787", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -5728,6 +5632,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -5737,8 +5644,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1935" + "idBarcode": [ + "33433061301564" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1935", + "urn:barcode:33433061301564" ], "identifierV2": [ { @@ -5746,41 +5657,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301564" + "value": "33433061301564", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-1935" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301564" - ], - "idBarcode": [ - "33433061301564" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1935" + ], + "shelfMark_sort": "a*OLB 84-001935", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-001935" + "uri": "i13783787" }, "sort": [ null @@ -5847,30 +5762,33 @@ "createdYear": [ 1979 ], - "type": [ - "nypl:Item" - ], "title": [ "Musica sacra" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMF 83-38" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Zaninelli, Luigi." - ], "createdString": [ "1979" ], + "creatorLiteral": [ + "Zaninelli, Luigi." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1979 ], + "idOclc": [ + "NYPG001000010-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -5897,19 +5815,17 @@ "value": "(WaOLN)nyp0200022" } ], - "idOclc": [ - "NYPG001000010-C" - ], - "updatedAt": 1689717163974, + "updatedAt": 1710995521453, "publicationStatement": [ "Delaware Water Gap, Pa. : Shawnee Press, c1979." ], "identifier": [ + "urn:shelfmark:JMF 83-38", "urn:bnum:10000023", "urn:oclc:NYPG001000010-C", - "urn:undefined:KC913 Shawnee Press", - "urn:undefined:NNSZ00100560", - "urn:undefined:(WaOLN)nyp0200022" + "urn:identifier:KC913 Shawnee Press", + "urn:identifier:NNSZ00100560", + "urn:identifier:(WaOLN)nyp0200022" ], "numCheckinCardItems": [ 0 @@ -5942,12 +5858,6 @@ "Musica sacra / Luigi Zaninelli." ], "uri": "b10000023", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Delaware Water Gap, Pa." ], @@ -5984,24 +5894,14 @@ }, "_score": null, "_source": { - "uri": "i10942030", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -6012,6 +5912,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -6021,8 +5924,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMF 83-38" + "idBarcode": [ + "33433032709028" + ], + "identifier": [ + "urn:shelfmark:JMF 83-38", + "urn:barcode:33433032709028" ], "identifierV2": [ { @@ -6030,41 +5937,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032709028" + "value": "33433032709028", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMF 83-38" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032709028" - ], - "idBarcode": [ - "33433032709028" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMF 83-38" + ], + "shelfMark_sort": "aJMF 83-000038", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMF 83-000038" + "uri": "i10942030" }, "sort": [ null @@ -6124,24 +6035,24 @@ "createdYear": [ 1976 ], - "type": [ - "nypl:Item" - ], "title": [ "al-Baḥrayn : mushkilāt al-taghyīr al-siyāsī wa-al-ijtimāʻī" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFK 84-1944" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Rumayḥī, Muḥammad Ghānim." - ], "createdString": [ "1976" ], + "creatorLiteral": [ + "Rumayḥī, Muḥammad Ghānim." + ], "idLccn": [ "79971032" ], @@ -6151,6 +6062,9 @@ "dateStartYear": [ 1976 ], + "idOclc": [ + "NYPG001000011-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6160,14 +6074,14 @@ "type": "nypl:Bnumber", "value": "10000024" }, - { - "type": "bf:Lccn", - "value": "79971032" - }, { "type": "nypl:Oclc", "value": "NYPG001000011-B" }, + { + "type": "bf:Lccn", + "value": "79971032" + }, { "type": "bf:Identifier", "value": "NNSZ00100011" @@ -6177,19 +6091,17 @@ "value": "(WaOLN)nyp0200023" } ], - "idOclc": [ - "NYPG001000011-B" - ], - "updatedAt": 1674870752089, + "updatedAt": 1711097717293, "publicationStatement": [ "[Bayrūt] : Dār Ibn Khaldūn, 1976." ], "identifier": [ + "urn:shelfmark:*OFK 84-1944", "urn:bnum:10000024", - "urn:lccn:79971032", "urn:oclc:NYPG001000011-B", - "urn:undefined:NNSZ00100011", - "urn:undefined:(WaOLN)nyp0200023" + "urn:lccn:79971032", + "urn:identifier:NNSZ00100011", + "urn:identifier:(WaOLN)nyp0200023" ], "numCheckinCardItems": [ 0 @@ -6227,12 +6139,6 @@ "lccClassification": [ "DS247.B28 R85" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Bayrūt]" ], @@ -6269,24 +6175,14 @@ }, "_score": null, "_source": { - "uri": "i10000005", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -6297,6 +6193,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -6306,8 +6205,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFK 84-1944" + "idBarcode": [ + "33433005548676" + ], + "identifier": [ + "urn:shelfmark:*OFK 84-1944", + "urn:barcode:33433005548676" ], "identifierV2": [ { @@ -6315,41 +6218,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433005548676" + "value": "33433005548676", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFK 84-1944" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433005548676" - ], - "idBarcode": [ - "33433005548676" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFK 84-1944" + ], + "shelfMark_sort": "a*OFK 84-001944", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFK 84-001944" + "uri": "i10000005" }, "sort": [ null @@ -6393,33 +6300,36 @@ "createdYear": [ 1979 ], - "type": [ - "nypl:Item" - ], "title": [ "Drei Sonatinen für Klavier" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMF 83-107" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Stockmeier, Wolfgang." - ], "createdString": [ "1979" ], - "seriesStatement": [ - "Hausmusik ; 179" + "creatorLiteral": [ + "Stockmeier, Wolfgang." ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Hausmusik ; 179" + ], "dateStartYear": [ 1979 ], + "idOclc": [ + "NYPG001000011-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6442,21 +6352,19 @@ "value": "(WaOLN)nyp0200024" } ], - "idOclc": [ - "NYPG001000011-C" - ], "uniformTitle": [ "Sonatinas, piano" ], - "updatedAt": 1689717163974, + "updatedAt": 1711147751540, "publicationStatement": [ "Wolfenbüttel : Möseler, c1979." ], "identifier": [ + "urn:shelfmark:JMF 83-107", "urn:bnum:10000025", "urn:oclc:NYPG001000011-C", - "urn:undefined:NNSZ00100561", - "urn:undefined:(WaOLN)nyp0200024" + "urn:identifier:NNSZ00100561", + "urn:identifier:(WaOLN)nyp0200024" ], "numCheckinCardItems": [ 0 @@ -6489,12 +6397,6 @@ "Drei Sonatinen für Klavier / Wolfgang Stockmeier." ], "uri": "b10000025", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Wolfenbüttel" ], @@ -6534,24 +6436,14 @@ }, "_score": null, "_source": { - "uri": "i10942031", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -6562,6 +6454,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -6571,8 +6466,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMF 83-107" + "idBarcode": [ + "33433032709697" + ], + "identifier": [ + "urn:shelfmark:JMF 83-107", + "urn:barcode:33433032709697" ], "identifierV2": [ { @@ -6580,41 +6479,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032709697" + "value": "33433032709697", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMF 83-107" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032709697" - ], - "idBarcode": [ - "33433032709697" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMF 83-107" + ], + "shelfMark_sort": "aJMF 83-000107", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMF 83-000107" + "uri": "i10942031" }, "sort": [ null @@ -6671,24 +6574,24 @@ "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Razzāz, Nabīlah." - ], "createdString": [ "1975" ], + "creatorLiteral": [ + "Razzāz, Nabīlah." + ], "idLccn": [ "76960987" ], @@ -6698,6 +6601,9 @@ "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG001000012-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6707,14 +6613,14 @@ "type": "nypl:Bnumber", "value": "10000026" }, - { - "type": "bf:Lccn", - "value": "76960987" - }, { "type": "nypl:Oclc", "value": "NYPG001000012-B" }, + { + "type": "bf:Lccn", + "value": "76960987" + }, { "type": "bf:Identifier", "value": "NNSZ00100012" @@ -6724,19 +6630,17 @@ "value": "(WaOLN)nyp0200025" } ], - "idOclc": [ - "NYPG001000012-B" - ], - "updatedAt": 1674870747855, + "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:lccn:76960987", "urn:oclc:NYPG001000012-B", - "urn:undefined:NNSZ00100012", - "urn:undefined:(WaOLN)nyp0200025" + "urn:lccn:76960987", + "urn:identifier:NNSZ00100012", + "urn:identifier:(WaOLN)nyp0200025" ], "numCheckinCardItems": [ 0 @@ -6772,12 +6676,6 @@ "lccClassification": [ "HQ402 .R39" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Dimashq" ], @@ -6814,24 +6712,14 @@ }, "_score": null, "_source": { - "uri": "i10000006", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -6842,6 +6730,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -6851,8 +6742,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFX 84-1953" + "idBarcode": [ + "33433002031700" + ], + "identifier": [ + "urn:shelfmark:*OFX 84-1953", + "urn:barcode:33433002031700" ], "identifierV2": [ { @@ -6860,41 +6755,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433002031700" + "value": "33433002031700", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFX 84-1953" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433002031700" - ], - "idBarcode": [ - "33433002031700" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFX 84-1953" + ], + "shelfMark_sort": "a*OFX 84-001953", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFX 84-001953" + "uri": "i10000006" }, "sort": [ null @@ -6938,33 +6837,36 @@ "createdYear": [ 1979 ], - "type": [ - "nypl:Item" - ], "title": [ "Drei kleine Sonaten : für Violine solo" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMF 83-95" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Köhler, Friedemann." - ], "createdString": [ "1979" ], - "seriesStatement": [ - "Hausmusik ; 172" + "creatorLiteral": [ + "Köhler, Friedemann." ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Hausmusik ; 172" + ], "dateStartYear": [ 1979 ], + "idOclc": [ + "NYPG001000012-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6987,21 +6889,19 @@ "value": "(WaOLN)nyp0200026" } ], - "idOclc": [ - "NYPG001000012-C" - ], "uniformTitle": [ "Kleine Sonaten, violin" ], - "updatedAt": 1689717163363, + "updatedAt": 1710995521453, "publicationStatement": [ "Wolfenbüttel : Möseler Verlag, c1979." ], "identifier": [ + "urn:shelfmark:JMF 83-95", "urn:bnum:10000027", "urn:oclc:NYPG001000012-C", - "urn:undefined:NNSZ00100562", - "urn:undefined:(WaOLN)nyp0200026" + "urn:identifier:NNSZ00100562", + "urn:identifier:(WaOLN)nyp0200026" ], "numCheckinCardItems": [ 0 @@ -7034,12 +6934,6 @@ "Drei kleine Sonaten : für Violine solo / Friedemann Köhler." ], "uri": "b10000027", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Wolfenbüttel" ], @@ -7079,24 +6973,14 @@ }, "_score": null, "_source": { - "uri": "i10942032", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -7107,6 +6991,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -7116,8 +7003,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMF 83-95" + "idBarcode": [ + "33433032709572" + ], + "identifier": [ + "urn:shelfmark:JMF 83-95", + "urn:barcode:33433032709572" ], "identifierV2": [ { @@ -7125,41 +7016,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032709572" + "value": "33433032709572", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMF 83-95" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032709572" - ], - "idBarcode": [ - "33433032709572" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMF 83-95" + ], + "shelfMark_sort": "aJMF 83-000095", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMF 83-000095" + "uri": "i10942032" }, "sort": [ null @@ -7220,24 +7115,24 @@ "createdYear": [ 1973 ], - "type": [ - "nypl:Item" - ], "title": [ "Vaṃśabhāskara : eka adhyayana" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKTM 84-1945" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Khāna, Ālama Śāha, 1936-2003." - ], "createdString": [ "1973" ], + "creatorLiteral": [ + "Khāna, Ālama Śāha, 1936-2003." + ], "idLccn": [ "75903689" ], @@ -7247,6 +7142,9 @@ "dateStartYear": [ 1973 ], + "idOclc": [ + "NYPG001000013-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -7256,14 +7154,14 @@ "type": "nypl:Bnumber", "value": "10000028" }, - { - "type": "bf:Lccn", - "value": "75903689" - }, { "type": "nypl:Oclc", "value": "NYPG001000013-B" }, + { + "type": "bf:Lccn", + "value": "75903689" + }, { "type": "bf:Identifier", "value": "NNSZ00100013" @@ -7273,19 +7171,17 @@ "value": "(WaOLN)nyp0200027" } ], - "idOclc": [ - "NYPG001000013-B" - ], - "updatedAt": 1674870747855, + "updatedAt": 1710972943549, "publicationStatement": [ "Udayapura : Rājasthāna Sāhitya Akādamī (Saṅgama), 1973." ], "identifier": [ + "urn:shelfmark:*OKTM 84-1945", "urn:bnum:10000028", - "urn:lccn:75903689", "urn:oclc:NYPG001000013-B", - "urn:undefined:NNSZ00100013", - "urn:undefined:(WaOLN)nyp0200027" + "urn:lccn:75903689", + "urn:identifier:NNSZ00100013", + "urn:identifier:(WaOLN)nyp0200027" ], "numCheckinCardItems": [ 0 @@ -7321,12 +7217,6 @@ "lccClassification": [ "PK2708.9.S9 V334" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Udayapura" ], @@ -7363,24 +7253,14 @@ }, "_score": null, "_source": { - "uri": "i10942033", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -7391,6 +7271,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -7400,8 +7283,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKTM 84-1945" + "idBarcode": [ + "33433011094210" + ], + "identifier": [ + "urn:shelfmark:*OKTM 84-1945", + "urn:barcode:33433011094210" ], "identifierV2": [ { @@ -7409,41 +7296,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011094210" + "value": "33433011094210", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKTM 84-1945" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433011094210" - ], - "idBarcode": [ - "33433011094210" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKTM 84-1945" + ], + "shelfMark_sort": "a*OKTM 84-001945", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKTM 84-001945" + "uri": "i10942033" }, "sort": [ null @@ -7504,24 +7395,24 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Cruor : for organ solo, 1977" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMF 83-93" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Lorentzen, Bent." - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Lorentzen, Bent." + ], "idLccn": [ "82771131" ], @@ -7531,6 +7422,9 @@ "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000013-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -7540,14 +7434,14 @@ "type": "nypl:Bnumber", "value": "10000029" }, - { - "type": "bf:Lccn", - "value": "82771131" - }, { "type": "nypl:Oclc", "value": "NYPG001000013-C" }, + { + "type": "bf:Lccn", + "value": "82771131" + }, { "type": "bf:Identifier", "value": "Wilhelm Hansen edition no. 4372." @@ -7565,21 +7459,19 @@ "value": "(WaOLN)nyp0200028" } ], - "idOclc": [ - "NYPG001000013-C" - ], - "updatedAt": 1689717163974, + "updatedAt": 1711207280267, "publicationStatement": [ "Copenhagen ; New York : W. Hansen ; [s.l.] : Distribution, Magnamusic-Baton, c1980." ], "identifier": [ + "urn:shelfmark:JMF 83-93", "urn:bnum:10000029", - "urn:lccn:82771131", "urn:oclc:NYPG001000013-C", - "urn:undefined:Wilhelm Hansen edition no. 4372.", - "urn:undefined:29589.", - "urn:undefined:NNSZ00100563", - "urn:undefined:(WaOLN)nyp0200028" + "urn:lccn:82771131", + "urn:identifier:Wilhelm Hansen edition no. 4372.", + "urn:identifier:29589.", + "urn:identifier:NNSZ00100563", + "urn:identifier:(WaOLN)nyp0200028" ], "numCheckinCardItems": [ 0 @@ -7615,12 +7507,6 @@ "lccClassification": [ "M11 .L" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Copenhagen ; New York : [s.l.]" ], @@ -7657,24 +7543,14 @@ }, "_score": null, "_source": { - "uri": "i10942034", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -7685,6 +7561,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -7694,8 +7573,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMF 83-93" + "idBarcode": [ + "33433032709556" + ], + "identifier": [ + "urn:shelfmark:JMF 83-93", + "urn:barcode:33433032709556" ], "identifierV2": [ { @@ -7703,41 +7586,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032709556" + "value": "33433032709556", + "type": "bf:Barcode" } ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMF 83-93" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032709556" - ], - "idBarcode": [ - "33433032709556" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMF 83-93" + ], + "shelfMark_sort": "aJMF 83-000093", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMF 83-000093" + "uri": "i10942034" }, "sort": [ null @@ -7804,12 +7691,12 @@ "createdYear": [ 1974 ], - "type": [ - "nypl:Item" - ], "title": [ "Uṇādi-koṣaḥ" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKA 84-1931" ], @@ -7835,6 +7722,9 @@ "dateStartYear": [ 1974 ], + "idOclc": [ + "NYPG001000014-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -7844,14 +7734,14 @@ "type": "nypl:Bnumber", "value": "10000030" }, - { - "type": "bf:Lccn", - "value": "75902275" - }, { "type": "nypl:Oclc", "value": "NYPG001000014-B" }, + { + "type": "bf:Lccn", + "value": "75902275" + }, { "type": "bf:Identifier", "value": "NNSZ00100014" @@ -7861,22 +7751,20 @@ "value": "(WaOLN)nyp0200029" } ], - "idOclc": [ - "NYPG001000014-B" - ], "uniformTitle": [ "Uṇādisūtra." ], - "updatedAt": 1674870747855, + "updatedAt": 1711329059003, "publicationStatement": [ "Karanāla : Ra.Ba.Cau. Nārāyaṇasiṃha Dharmārtha Ṭrasṭa ; Bahālagaḍha, Harayāṇa : prāptisthānam, Rāmalāla Kapūra Ṭrasṭa, 1974." ], "identifier": [ + "urn:shelfmark:*OKA 84-1931", "urn:bnum:10000030", - "urn:lccn:75902275", "urn:oclc:NYPG001000014-B", - "urn:undefined:NNSZ00100014", - "urn:undefined:(WaOLN)nyp0200029" + "urn:lccn:75902275", + "urn:identifier:NNSZ00100014", + "urn:identifier:(WaOLN)nyp0200029" ], "numCheckinCardItems": [ 0 @@ -7912,12 +7800,6 @@ "lccClassification": [ "PK551 .U73" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Karanāla : Bahālagaḍha, Harayāṇa" ], @@ -7954,24 +7836,14 @@ }, "_score": null, "_source": { - "uri": "i10000007", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -7982,6 +7854,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -7991,8 +7866,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKA 84-1931" + "idBarcode": [ + "33433012968222" + ], + "identifier": [ + "urn:shelfmark:*OKA 84-1931", + "urn:barcode:33433012968222" ], "identifierV2": [ { @@ -8000,41 +7879,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433012968222" + "value": "33433012968222", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKA 84-1931" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433012968222" - ], - "idBarcode": [ - "33433012968222" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKA 84-1931" + ], + "shelfMark_sort": "a*OKA 84-001931", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKA 84-001931" + "uri": "i10000007" }, "sort": [ null @@ -8078,30 +7961,33 @@ "createdYear": [ 1979 ], - "type": [ - "nypl:Item" - ], "title": [ "Neun Miniaturen : für Klavier : op. 52" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-17" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Petersen, Wilhelm, 1890-1957." - ], "createdString": [ "1979" ], + "creatorLiteral": [ + "Petersen, Wilhelm, 1890-1957." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1979 ], + "idOclc": [ + "NYPG001000014-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -8128,22 +8014,20 @@ "value": "(WaOLN)nyp0200030" } ], - "idOclc": [ - "NYPG001000014-C" - ], "uniformTitle": [ "Miniaturen" ], - "updatedAt": 1689717163974, + "updatedAt": 1710995521453, "publicationStatement": [ "Heidelberg : W. Müller, c1979." ], "identifier": [ + "urn:shelfmark:JMG 83-17", "urn:bnum:10000031", "urn:oclc:NYPG001000014-C", - "urn:undefined:W. Müller WM 1713 SM.", - "urn:undefined:NNSZ00100564", - "urn:undefined:(WaOLN)nyp0200030" + "urn:identifier:W. Müller WM 1713 SM.", + "urn:identifier:NNSZ00100564", + "urn:identifier:(WaOLN)nyp0200030" ], "numCheckinCardItems": [ 0 @@ -8176,12 +8060,6 @@ "Neun Miniaturen : für Klavier : op. 52 / Wilhelm Petersen." ], "uri": "b10000031", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Heidelberg" ], @@ -8222,24 +8100,14 @@ }, "_score": null, "_source": { - "uri": "i10942035", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -8250,6 +8118,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -8259,8 +8130,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-17" + "idBarcode": [ + "33433032841631" + ], + "identifier": [ + "urn:shelfmark:JMG 83-17", + "urn:barcode:33433032841631" ], "identifierV2": [ { @@ -8268,41 +8143,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032841631" + "value": "33433032841631", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "JMG 83-17" - ], - "recapCustomerCode": [ - "NP" + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } ], - "identifier": [ - "urn:barcode:33433032841631" + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" ], - "idBarcode": [ - "33433032841631" + "physicalLocation": [ + "JMG 83-17" + ], + "recapCustomerCode": [ + "NP" ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-17" + ], + "shelfMark_sort": "aJMG 83-000017", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000017" + "uri": "i10942035" }, "sort": [ null @@ -8361,30 +8240,33 @@ "createdYear": [ 1972 ], - "type": [ - "nypl:Item" - ], "title": [ "Buzurgān-i Jahrum : mushtamil bar sharḥ-i aḥvāl va ā̲sār-i rijāl va sukhanvarān va dānishmandān va khushnivīsān va pizishkān-i Jahrum va Khafr" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OMP 84-2007" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Ishrāq, Muḥammad Karīm." - ], "createdString": [ "1972" ], + "creatorLiteral": [ + "Ishrāq, Muḥammad Karīm." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1972 ], + "idOclc": [ + "NYPG001000015-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -8407,18 +8289,16 @@ "value": "(WaOLN)nyp0200031" } ], - "idOclc": [ - "NYPG001000015-B" - ], - "updatedAt": 1674870752089, + "updatedAt": 1711606508873, "publicationStatement": [ "Tihrān : Kitābfurūshī-i Khayyām, 1351 [1972]" ], "identifier": [ + "urn:shelfmark:*OMP 84-2007", "urn:bnum:10000032", "urn:oclc:NYPG001000015-B", - "urn:undefined:NNSZ00100015", - "urn:undefined:(WaOLN)nyp0200031" + "urn:identifier:NNSZ00100015", + "urn:identifier:(WaOLN)nyp0200031" ], "numCheckinCardItems": [ 0 @@ -8452,12 +8332,6 @@ "Buzurgān-i Jahrum : mushtamil bar sharḥ-i aḥvāl va ā̲sār-i rijāl va sukhanvarān va dānishmandān va khushnivīsān va pizishkān-i Jahrum va Khafr / taʼlīf-i Muḥammad Karīm Ishrāq." ], "uri": "b10000032", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tihrān" ], @@ -8494,24 +8368,14 @@ }, "_score": null, "_source": { - "uri": "i10000008", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -8522,6 +8386,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -8531,8 +8398,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OMP 84-2007" + "idBarcode": [ + "33433013173012" + ], + "identifier": [ + "urn:shelfmark:*OMP 84-2007", + "urn:barcode:33433013173012" ], "identifierV2": [ { @@ -8540,41 +8411,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433013173012" + "value": "33433013173012", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OMP 84-2007" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433013173012" - ], - "idBarcode": [ - "33433013173012" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OMP 84-2007" + ], + "shelfMark_sort": "a*OMP 84-002007", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OMP 84-002007" + "uri": "i10000008" }, "sort": [ null @@ -8626,30 +8501,33 @@ "createdYear": [ 1981 ], - "type": [ - "nypl:Item" - ], "title": [ "Psalm settings" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-59" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Nelhybel, Vaclav." - ], "createdString": [ "1981" ], + "creatorLiteral": [ + "Nelhybel, Vaclav." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1981 ], + "idOclc": [ + "NYPG001000015-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -8672,18 +8550,16 @@ "value": "(WaOLN)nyp0200032" } ], - "idOclc": [ - "NYPG001000015-C" - ], - "updatedAt": 1689901710981, + "updatedAt": 1711343803471, "publicationStatement": [ "Carol Stream, Ill. : Agápe, c1981." ], "identifier": [ + "urn:shelfmark:JMG 83-59", "urn:bnum:10000033", "urn:oclc:NYPG001000015-C", - "urn:undefined:NNSZ00100565", - "urn:undefined:(WaOLN)nyp0200032" + "urn:identifier:NNSZ00100565", + "urn:identifier:(WaOLN)nyp0200032" ], "numCheckinCardItems": [ 0 @@ -8717,12 +8593,6 @@ "Psalm settings / Vaclav Nelhybel." ], "uri": "b10000033", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Carol Stream, Ill." ], @@ -8762,24 +8632,14 @@ }, "_score": null, "_source": { - "uri": "i10942036", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -8790,6 +8650,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -8799,8 +8662,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-59" + "idBarcode": [ + "33433032842035" + ], + "identifier": [ + "urn:shelfmark:JMG 83-59", + "urn:barcode:33433032842035" ], "identifierV2": [ { @@ -8808,41 +8675,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032842035" + "value": "33433032842035", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-59" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032842035" - ], - "idBarcode": [ - "33433032842035" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-59" + ], + "shelfMark_sort": "aJMG 83-000059", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000059" + "uri": "i10942036" }, "sort": [ null @@ -8905,33 +8776,33 @@ "createdYear": [ 1974 ], - "type": [ - "nypl:Item" - ], "title": [ "Brhatkathāślokasaṁgraha : a study" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKR 84-2006" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Budhasvāmin." - ], "createdString": [ "1974" ], + "creatorLiteral": [ + "Budhasvāmin." + ], "idLccn": [ "74903273" ], - "seriesStatement": [ - "Indian civilization series ; no. 4" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Indian civilization series ; no. 4" + ], "contributorLiteral": [ "Guṇāḍhya.", "Agrawala, Vasudeva Sharana.", @@ -8940,6 +8811,9 @@ "dateStartYear": [ 1974 ], + "idOclc": [ + "NYPG001000016-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -8949,14 +8823,14 @@ "type": "nypl:Bnumber", "value": "10000034" }, - { - "type": "bf:Lccn", - "value": "74903273" - }, { "type": "nypl:Oclc", "value": "NYPG001000016-B" }, + { + "type": "bf:Lccn", + "value": "74903273" + }, { "type": "bf:Identifier", "value": "NNSZ00100016" @@ -8966,19 +8840,17 @@ "value": "(WaOLN)nyp0200033" } ], - "idOclc": [ - "NYPG001000016-B" - ], - "updatedAt": 1674870747855, + "updatedAt": 1711113679649, "publicationStatement": [ "Varanasi : Prithivi Prakashan, 1974." ], "identifier": [ + "urn:shelfmark:*OKR 84-2006", "urn:bnum:10000034", - "urn:lccn:74903273", "urn:oclc:NYPG001000016-B", - "urn:undefined:NNSZ00100016", - "urn:undefined:(WaOLN)nyp0200033" + "urn:lccn:74903273", + "urn:identifier:NNSZ00100016", + "urn:identifier:(WaOLN)nyp0200033" ], "numCheckinCardItems": [ 0 @@ -9011,12 +8883,6 @@ "lccClassification": [ "PK3794.B84 B7 1974" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Varanasi" ], @@ -9053,24 +8919,14 @@ }, "_score": null, "_source": { - "uri": "i10000009", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -9081,6 +8937,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -9090,8 +8949,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKR 84-2006" + "idBarcode": [ + "33433011528696" + ], + "identifier": [ + "urn:shelfmark:*OKR 84-2006", + "urn:barcode:33433011528696" ], "identifierV2": [ { @@ -9099,41 +8962,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011528696" + "value": "33433011528696", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKR 84-2006" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433011528696" - ], - "idBarcode": [ - "33433011528696" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKR 84-2006" + ], + "shelfMark_sort": "a*OKR 84-002006", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKR 84-002006" + "uri": "i10000009" }, "sort": [ null @@ -9467,24 +9334,24 @@ "createdYear": [ 1972 ], - "type": [ - "nypl:Item" - ], "title": [ "Srīnārāyaṇatīrthayatīndracaritram[sic]" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKB 84-1928" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Lakshmikantaiah, Garikapati, 1900-" - ], "createdString": [ "1972" ], + "creatorLiteral": [ + "Lakshmikantaiah, Garikapati, 1900-" + ], "idLccn": [ "75902755" ], @@ -9494,6 +9361,9 @@ "dateStartYear": [ 1972 ], + "idOclc": [ + "NYPG001000017-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -9503,14 +9373,14 @@ "type": "nypl:Bnumber", "value": "10000036" }, - { - "type": "bf:Lccn", - "value": "75902755" - }, { "type": "nypl:Oclc", "value": "NYPG001000017-B" }, + { + "type": "bf:Lccn", + "value": "75902755" + }, { "type": "bf:Identifier", "value": "NNSZ00100017" @@ -9520,19 +9390,17 @@ "value": "(WaOLN)nyp0200035" } ], - "idOclc": [ - "NYPG001000017-B" - ], - "updatedAt": 1674870752089, + "updatedAt": 1711355313989, "publicationStatement": [ "[s.1. : s.n.], 1972" ], "identifier": [ + "urn:shelfmark:*OKB 84-1928", "urn:bnum:10000036", - "urn:lccn:75902755", "urn:oclc:NYPG001000017-B", - "urn:undefined:NNSZ00100017", - "urn:undefined:(WaOLN)nyp0200035" + "urn:lccn:75902755", + "urn:identifier:NNSZ00100017", + "urn:identifier:(WaOLN)nyp0200035" ], "numCheckinCardItems": [ 0 @@ -9568,12 +9436,6 @@ "lccClassification": [ "PK3799.L28 S68" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[s.1." ], @@ -9610,24 +9472,14 @@ }, "_score": null, "_source": { - "uri": "i12858032", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -9638,6 +9490,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -9647,8 +9502,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKB 84-1928" + "idBarcode": [ + "33433058548433" + ], + "identifier": [ + "urn:shelfmark:*OKB 84-1928", + "urn:barcode:33433058548433" ], "identifierV2": [ { @@ -9656,41 +9515,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058548433" + "value": "33433058548433", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKB 84-1928" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433058548433" - ], - "idBarcode": [ - "33433058548433" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKB 84-1928" + ], + "shelfMark_sort": "a*OKB 84-001928", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKB 84-001928" + "uri": "i12858032" }, "sort": [ null @@ -9741,30 +9604,33 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Eight studies for guitar : in form of a suite : 1979" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-5" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Hekster, Walter." - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Hekster, Walter." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000017-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -9787,21 +9653,19 @@ "value": "(WaOLN)nyp0200036" } ], - "idOclc": [ - "NYPG001000017-C" - ], "uniformTitle": [ "Studies, guitar" ], - "updatedAt": 1689717163363, + "updatedAt": 1711157193933, "publicationStatement": [ "Amsterdam : Donemus, c1980." ], "identifier": [ + "urn:shelfmark:JMG 83-5", "urn:bnum:10000037", "urn:oclc:NYPG001000017-C", - "urn:undefined:NNSZ00100567", - "urn:undefined:(WaOLN)nyp0200036" + "urn:identifier:NNSZ00100567", + "urn:identifier:(WaOLN)nyp0200036" ], "numCheckinCardItems": [ 0 @@ -9834,12 +9698,6 @@ "Eight studies for guitar : in form of a suite : 1979 / Walter Hekster." ], "uri": "b10000037", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Amsterdam" ], @@ -9879,24 +9737,14 @@ }, "_score": null, "_source": { - "uri": "i10942040", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -9907,6 +9755,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -9916,8 +9767,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-5" + "idBarcode": [ + "33433032841482" + ], + "identifier": [ + "urn:shelfmark:JMG 83-5", + "urn:barcode:33433032841482" ], "identifierV2": [ { @@ -9925,41 +9780,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032841482" + "value": "33433032841482", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-5" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032841482" - ], - "idBarcode": [ - "33433032841482" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-5" + ], + "shelfMark_sort": "aJMG 83-000005", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000005" + "uri": "i10942040" }, "sort": [ null @@ -9991,7 +9850,8 @@ ], "subjectLiteral_exploded": [ "Sanskrit poetry", - "Sanskrit poetry -- Himachal Pradesh" + "Sanskrit poetry -- India", + "Sanskrit poetry -- India -- Himachal Pradesh" ], "numItemDatesParsed": [ 0 @@ -10011,12 +9871,12 @@ "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "title": [ "Rtambharā : Himācala ke ādhunika Saṃskrta kaviyoṃ kī kavitāyoṃ kā saṅkalana" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKP 84-1932" ], @@ -10038,6 +9898,9 @@ "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG001000018-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -10047,14 +9910,14 @@ "type": "nypl:Bnumber", "value": "10000038" }, - { - "type": "bf:Lccn", - "value": "76900772" - }, { "type": "nypl:Oclc", "value": "NYPG001000018-B" }, + { + "type": "bf:Lccn", + "value": "76900772" + }, { "type": "bf:Identifier", "value": "NNSZ00100018" @@ -10064,19 +9927,17 @@ "value": "(WaOLN)nyp0200037" } ], - "idOclc": [ - "NYPG001000018-B" - ], - "updatedAt": 1674870747963, + "updatedAt": 1711083015969, "publicationStatement": [ "Śimalā : Himācala Kalā-Saṃskrti-Bhāṣā Akādamī, 1975." ], "identifier": [ + "urn:shelfmark:*OKP 84-1932", "urn:bnum:10000038", - "urn:lccn:76900772", "urn:oclc:NYPG001000018-B", - "urn:undefined:NNSZ00100018", - "urn:undefined:(WaOLN)nyp0200037" + "urn:lccn:76900772", + "urn:identifier:NNSZ00100018", + "urn:identifier:(WaOLN)nyp0200037" ], "numCheckinCardItems": [ 0 @@ -10103,7 +9964,7 @@ } ], "subjectLiteral": [ - "Sanskrit poetry -- Himachal Pradesh." + "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.]." @@ -10112,12 +9973,6 @@ "lccClassification": [ "PK3800.H52 R7" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Śimalā" ], @@ -10154,24 +10009,14 @@ }, "_score": null, "_source": { - "uri": "i13783788", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -10182,6 +10027,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -10191,8 +10039,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKP 84-1932" + "idBarcode": [ + "33433058153572" + ], + "identifier": [ + "urn:shelfmark:*OKP 84-1932", + "urn:barcode:33433058153572" ], "identifierV2": [ { @@ -10200,41 +10052,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058153572" + "value": "33433058153572", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKP 84-1932" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433058153572" - ], - "idBarcode": [ - "33433058153572" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKP 84-1932" + ], + "shelfMark_sort": "a*OKP 84-001932", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKP 84-001932" + "uri": "i13783788" }, "sort": [ null @@ -10278,24 +10134,24 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Five sonatas for pianoforte" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-66" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Hässler, Johann Wilhelm, 1747-1822." - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Hässler, Johann Wilhelm, 1747-1822." + ], "numElectronicResources": [ 0 ], @@ -10305,6 +10161,9 @@ "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000018-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -10331,22 +10190,20 @@ "value": "(WaOLN)nyp0200038" } ], - "idOclc": [ - "NYPG001000018-C" - ], "uniformTitle": [ "Sonatas, piano. Selections" ], - "updatedAt": 1689717163974, + "updatedAt": 1710995521453, "publicationStatement": [ "New York : C.F. Peters, c1980." ], "identifier": [ + "urn:shelfmark:JMG 83-66", "urn:bnum:10000039", "urn:oclc:NYPG001000018-C", - "urn:undefined:Edition Peters no. 66799. C.F. Peters", - "urn:undefined:NNSZ00100568", - "urn:undefined:(WaOLN)nyp0200038" + "urn:identifier:Edition Peters no. 66799. C.F. Peters", + "urn:identifier:NNSZ00100568", + "urn:identifier:(WaOLN)nyp0200038" ], "numCheckinCardItems": [ 0 @@ -10379,12 +10236,6 @@ "Five sonatas for pianoforte / Johann Wilhelm Hässler ; edited by Fritz Oberdoerffer." ], "uri": "b10000039", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "New York" ], @@ -10424,24 +10275,14 @@ }, "_score": null, "_source": { - "uri": "i10942041", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -10452,6 +10293,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -10461,8 +10305,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-66" + "idBarcode": [ + "33433032842100" + ], + "identifier": [ + "urn:shelfmark:JMG 83-66", + "urn:barcode:33433032842100" ], "identifierV2": [ { @@ -10470,41 +10318,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032842100" + "value": "33433032842100", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-66" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032842100" - ], - "idBarcode": [ - "33433032842100" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-66" + ], + "shelfMark_sort": "aJMG 83-000066", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000066" + "uri": "i10942041" }, "sort": [ null @@ -10555,36 +10407,39 @@ "createdYear": [ 1970 ], - "type": [ - "nypl:Item" - ], "title": [ "Tiru. Vi. Kaliyāṇacuntaraṉār." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-1947" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Pulavar Arasu, 1900-" - ], "createdString": [ "1970" ], + "creatorLiteral": [ + "Pulavar Arasu, 1900-" + ], "idLccn": [ "78913375" ], - "seriesStatement": [ - "Kaḻaka veḷiyīṭu, 672" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Kaḻaka veḷiyīṭu, 672" + ], "dateStartYear": [ 1970 ], + "idOclc": [ + "NYPG001000019-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -10594,14 +10449,14 @@ "type": "nypl:Bnumber", "value": "10000040" }, - { - "type": "bf:Lccn", - "value": "78913375" - }, { "type": "nypl:Oclc", "value": "NYPG001000019-B" }, + { + "type": "bf:Lccn", + "value": "78913375" + }, { "type": "bf:Identifier", "value": "NNSZ00100019" @@ -10611,19 +10466,17 @@ "value": "(WaOLN)nyp0200039" } ], - "idOclc": [ - "NYPG001000019-B" - ], - "updatedAt": 1674870747855, + "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:lccn:78913375", "urn:oclc:NYPG001000019-B", - "urn:undefined:NNSZ00100019", - "urn:undefined:(WaOLN)nyp0200039" + "urn:lccn:78913375", + "urn:identifier:NNSZ00100019", + "urn:identifier:(WaOLN)nyp0200039" ], "numCheckinCardItems": [ 0 @@ -10659,12 +10512,6 @@ "lccClassification": [ "PL4758.9.K223 Z83" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ceṉṉai" ], @@ -10701,24 +10548,14 @@ }, "_score": null, "_source": { - "uri": "i13783789", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -10729,6 +10566,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -10738,8 +10578,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1947" + "idBarcode": [ + "33433061301622" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1947", + "urn:barcode:33433061301622" ], "identifierV2": [ { @@ -10747,41 +10591,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301622" + "value": "33433061301622", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-1947" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301622" - ], - "idBarcode": [ - "33433061301622" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1947" + ], + "shelfMark_sort": "a*OLB 84-001947", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-001947" + "uri": "i13783789" }, "sort": [ null @@ -10833,24 +10681,24 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Encounter" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMF 83-66" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Usher, Julia." - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Usher, Julia." + ], "idLccn": [ "81770739" ], @@ -10860,6 +10708,9 @@ "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000019-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -10869,14 +10720,14 @@ "type": "nypl:Bnumber", "value": "10000041" }, - { - "type": "bf:Lccn", - "value": "81770739" - }, { "type": "nypl:Oclc", "value": "NYPG001000019-C" }, + { + "type": "bf:Lccn", + "value": "81770739" + }, { "type": "bf:Identifier", "value": "NNSZ00100569" @@ -10886,19 +10737,17 @@ "value": "(WaOLN)nyp0200040" } ], - "idOclc": [ - "NYPG001000019-C" - ], - "updatedAt": 1689717163974, + "updatedAt": 1711567835800, "publicationStatement": [ "London : Primavera, c1980." ], "identifier": [ + "urn:shelfmark:JMF 83-66", "urn:bnum:10000041", - "urn:lccn:81770739", "urn:oclc:NYPG001000019-C", - "urn:undefined:NNSZ00100569", - "urn:undefined:(WaOLN)nyp0200040" + "urn:lccn:81770739", + "urn:identifier:NNSZ00100569", + "urn:identifier:(WaOLN)nyp0200040" ], "numCheckinCardItems": [ 0 @@ -10934,12 +10783,6 @@ "lccClassification": [ "M557.2.U8 E5" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "London" ], @@ -10979,24 +10822,14 @@ }, "_score": null, "_source": { - "uri": "i10942042", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -11007,6 +10840,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -11016,8 +10852,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMF 83-66" + "idBarcode": [ + "33433032709291" + ], + "identifier": [ + "urn:shelfmark:JMF 83-66", + "urn:barcode:33433032709291" ], "identifierV2": [ { @@ -11025,41 +10865,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032709291" + "value": "33433032709291", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMF 83-66" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032709291" - ], - "idBarcode": [ - "33433032709291" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMF 83-66" + ], + "shelfMark_sort": "aJMF 83-000066", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMF 83-000066" + "uri": "i10942042" }, "sort": [ null @@ -11114,12 +10958,12 @@ "dateEndString": [ "1972" ], - "type": [ - "nypl:Item" - ], "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" ], @@ -11141,6 +10985,9 @@ "dateStartYear": [ 1971 ], + "idOclc": [ + "NYPG001000020-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -11150,14 +10997,14 @@ "type": "nypl:Bnumber", "value": "10000042" }, - { - "type": "bf:Lccn", - "value": "72902870" - }, { "type": "nypl:Oclc", "value": "NYPG001000020-B" }, + { + "type": "bf:Lccn", + "value": "72902870" + }, { "type": "bf:Identifier", "value": "NNSZ00100020" @@ -11167,25 +11014,23 @@ "value": "(WaOLN)nyp0200041" } ], - "idOclc": [ - "NYPG001000020-B" - ], "uniformTitle": [ "Mahābhārata. Sanatsugātīya." ], "dateEndYear": [ 1972 ], - "updatedAt": 1674870747855, + "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:lccn:72902870", "urn:oclc:NYPG001000020-B", - "urn:undefined:NNSZ00100020", - "urn:undefined:(WaOLN)nyp0200041" + "urn:lccn:72902870", + "urn:identifier:NNSZ00100020", + "urn:identifier:(WaOLN)nyp0200041" ], "numCheckinCardItems": [ 0 @@ -11222,12 +11067,6 @@ "lccClassification": [ "B132.V3 M264" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Prayāga" ], @@ -11264,24 +11103,14 @@ }, "_score": null, "_source": { - "uri": "i13783790", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -11292,6 +11121,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -11301,8 +11133,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKN 84-1926" + "idBarcode": [ + "33433058618392" + ], + "identifier": [ + "urn:shelfmark:*OKN 84-1926", + "urn:barcode:33433058618392" ], "identifierV2": [ { @@ -11310,41 +11146,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058618392" + "value": "33433058618392", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKN 84-1926" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433058618392" - ], - "idBarcode": [ - "33433058618392" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKN 84-1926" + ], + "shelfMark_sort": "a*OKN 84-001926", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKN 84-001926" + "uri": "i13783790" }, "sort": [ null @@ -11406,33 +11246,36 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Capriccio : für 10 Blasinstrumente" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMC 83-9" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Eröd, Iván." - ], "createdString": [ "1980" ], - "seriesStatement": [ - "Doblingers Studienpartituren ; Stp. 410" + "creatorLiteral": [ + "Eröd, Iván." ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Doblingers Studienpartituren ; Stp. 410" + ], "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000020-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -11463,20 +11306,18 @@ "value": "(WaOLN)nyp0200042" } ], - "idOclc": [ - "NYPG001000020-C" - ], - "updatedAt": 1689717163974, + "updatedAt": 1711115789595, "publicationStatement": [ "Wien : Verlag Doblinger, c1980." ], "identifier": [ + "urn:shelfmark:JMC 83-9", "urn:bnum:10000043", "urn:oclc:NYPG001000020-C", - "urn:undefined:Stp. 410 Verlag Doblinger", - "urn:undefined:D.15 579 Verlag Doblinger", - "urn:undefined:NNSZ00100570", - "urn:undefined:(WaOLN)nyp0200042" + "urn:identifier:Stp. 410 Verlag Doblinger", + "urn:identifier:D.15 579 Verlag Doblinger", + "urn:identifier:NNSZ00100570", + "urn:identifier:(WaOLN)nyp0200042" ], "numCheckinCardItems": [ 0 @@ -11509,12 +11350,6 @@ "Capriccio : für 10 Blasinstrumente / Iván Eröd." ], "uri": "b10000043", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Wien" ], @@ -11551,24 +11386,14 @@ }, "_score": null, "_source": { - "uri": "i10000010", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -11579,6 +11404,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -11588,8 +11416,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMC 83-9" + "idBarcode": [ + "33433004744128" + ], + "identifier": [ + "urn:shelfmark:JMC 83-9", + "urn:barcode:33433004744128" ], "identifierV2": [ { @@ -11597,41 +11429,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433004744128" + "value": "33433004744128", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMC 83-9" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433004744128" - ], - "idBarcode": [ - "33433004744128" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMC 83-9" + ], + "shelfMark_sort": "aJMC 83-000009", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMC 83-000009" + "uri": "i10000010" }, "sort": [ null @@ -11645,50 +11481,5 @@ ] } }, - "statusCode": 200, - "headers": { - "date": "Mon, 11 Mar 2024 15:36:59 GMT", - "content-type": "application/json; charset=UTF-8", - "content-length": "140008", - "connection": "keep-alive", - "access-control-allow-origin": "*" - }, - "meta": { - "context": null, - "request": { - "params": { - "method": "POST", - "path": "/resources-2018-04-09/_search", - "body": "{\"from\":0,\"size\":42,\"sort\":[\"uri\"],\"_source\":{\"excludes\":[\"uris\",\"*_packed\",\"*_sort\",\"items.*_packed\",\"contentsTitle\",\"items\"]},\"query\":{\"bool\":{\"filter\":[{\"bool\":{\"should\":[{\"nested\":{\"path\":\"items\",\"query\":{\"bool\":{\"must_not\":[{\"exists\":{\"field\":\"items.electronicLocator\"}}]}},\"inner_hits\":{\"sort\":[{\"items.enumerationChronology_sort\":\"desc\"}],\"size\":\"100\",\"from\":0,\"name\":\"items\"}}},{\"nested\":{\"path\":\"items\",\"query\":{\"exists\":{\"field\":\"items.electronicLocator\"}},\"inner_hits\":{\"name\":\"electronicResources\"}}},{\"match_all\":{}}]}}]}}}", - "querystring": "", - "headers": { - "user-agent": "elasticsearch-js/7.12.0 (darwin 21.6.0-x64; Node.js v18.12.1)", - "x-elastic-client-meta": "es=7.12.0,js=18.12.1,t=7.12.0,hc=18.12.1", - "content-type": "application/json", - "content-length": "536" - }, - "timeout": 30000 - }, - "options": {}, - "id": 41 - }, - "name": "elasticsearch-js", - "connection": { - "url": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "id": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "headers": {}, - "deadCount": 0, - "resurrectTimeout": 0, - "_openRequests": 0, - "status": "alive", - "roles": { - "master": true, - "data": true, - "ingest": true, - "ml": false - } - }, - "attempts": 0, - "aborted": false - } + "statusCode": 200 } \ No newline at end of file diff --git a/test/fixtures/query-7a509bec3b657de06ae5b55b5d3b4b64.json b/test/fixtures/query-7a509bec3b657de06ae5b55b5d3b4b64.json new file mode 100644 index 00000000..011de1f3 --- /dev/null +++ b/test/fixtures/query-7a509bec3b657de06ae5b55b5d3b4b64.json @@ -0,0 +1,954 @@ +{ + "body": { + "took": 238, + "timed_out": false, + "_shards": { + "total": 3, + "successful": 3, + "failed": 0 + }, + "hits": { + "total": 1, + "max_score": 14.980111, + "hits": [ + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b22144813", + "_score": 14.980111, + "_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" + ], + "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" + ] + }, + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 2, + "max_score": null, + "hits": [ + { + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "enumerationChronology": [ + "v.1" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mall1", + "label": "Schwarzman Building - Main Reading Room 315 - Reference" + } + ], + "holdingLocation_packed": [ + "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" + ], + "idBarcode": [ + "3333333333" + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "urn:barcode:3333333333" + ], + "identifierV2": [ + { + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "type": "bf:ShelfMark" + }, + { + "value": "3333333333", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "requestable": [ + false + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", + "status": [ + { + "id": "status:k", + "label": "Check with staff" + } + ], + "status_packed": [ + "status:k||Check with staff" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ], + "uri": "i37857771" + }, + "sort": [ + " 1-" + ] + }, + { + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "enumerationChronology": [ + "nothing" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmf2", + "label": "Offsite" + } + ], + "holdingLocation_packed": [ + "loc:rcmf2||Offsite" + ], + "idBarcode": [ + "44455533322211" + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "urn:barcode:44455533322211" + ], + "identifierV2": [ + { + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "type": "bf:ShelfMark" + }, + { + "value": "44455533322211", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "requestable": [ + true + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i37857772" + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-f2ccfdfa3e4c8ac6d4f2fa84e1d3eaa9.json b/test/fixtures/query-7c1ab195b15fb6d671bc10ba8c126e44.json similarity index 87% rename from test/fixtures/query-f2ccfdfa3e4c8ac6d4f2fa84e1d3eaa9.json rename to test/fixtures/query-7c1ab195b15fb6d671bc10ba8c126e44.json index 63ce9422..bb395434 100644 --- a/test/fixtures/query-f2ccfdfa3e4c8ac6d4f2fa84e1d3eaa9.json +++ b/test/fixtures/query-7c1ab195b15fb6d671bc10ba8c126e44.json @@ -1,6 +1,6 @@ { "body": { - "took": 595, + "took": 429, "timed_out": false, "_shards": { "total": 3, @@ -8,7 +8,7 @@ "failed": 0 }, "hits": { - "total": 2120865, + "total": 2044333, "max_score": null, "hits": [ { @@ -66,26 +66,26 @@ "createdYear": [ 1888 ], - "type": [ - "nypl:Item" - ], "title": [ "Hungarian melody and dance" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JPB 83-155 no. 189" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Matus." - ], "createdString": [ "1888" ], + "creatorLiteral": [ + "Matus." + ], "numElectronicResources": [ - 1 + 0 ], "contributorLiteral": [ "Huss, Henry Holden, 1862-1953.", @@ -94,6 +94,9 @@ "dateStartYear": [ 1888 ], + "idOclc": [ + "NYPG001000029-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -116,18 +119,16 @@ "value": "(WaOLN)nyp0200060" } ], - "idOclc": [ - "NYPG001000029-C" - ], - "updatedAt": 1690381414203, + "updatedAt": 1712852430180, "publicationStatement": [ "1888." ], "identifier": [ + "urn:shelfmark:JPB 83-155 no. 189", "urn:bnum:10000061", "urn:oclc:NYPG001000029-C", - "urn:undefined:NNSZ00100579", - "urn:undefined:(WaOLN)nyp0200060" + "urn:identifier:NNSZ00100579", + "urn:identifier:(WaOLN)nyp0200060" ], "numCheckinCardItems": [ 0 @@ -161,12 +162,6 @@ "Hungarian melody and dance / Matus ; arranged by H.H.H. Mazurka caprice / Henry Holden Huss." ], "uri": "b10000061", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "issuance": [ { "id": "urn:biblevel:m", @@ -187,33 +182,9 @@ "inner_hits": { "electronicResources": { "hits": { - "total": 1, - "max_score": 1, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": 1, - "_source": { - "uri": "i10000061-e", - "electronicLocator": [ - { - "url": "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=Hungarian+melody+and+dance&Site=LPAMR&CallNumber=JPB+83-155+no.+189&Author=Matus.&Date=1888.&ItemInfo3=https://catalog.nypl.org/record=b10000061&ReferenceNumber=b100000617&ItemInfo1=SUPERVISED+USE&ItemNumber=33433116929518&ItemISxN=i147463968&Genre=Manuscript+Music&Location=Performing+Arts+Music+and+Recorded+Sound", - "label": "Request Access to Music & Recorded Sound Division Special Collections material" - } - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "bi10000061-e" - } - } - ] + "total": 0, + "max_score": null, + "hits": [] } }, "items": { @@ -228,15 +199,14 @@ }, "_score": null, "_source": { - "uri": "i14746396", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:u", + "label": "Supervised use" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:u||Supervised use" ], "catalogItemType": [ { @@ -247,6 +217,9 @@ "catalogItemType_packed": [ "catalogItemType:8||manuscript music" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:pam38", @@ -256,8 +229,12 @@ "holdingLocation_packed": [ "loc:pam38||Performing Arts Research Collections - Music" ], - "shelfMark": [ - "JPB 83-155 no. 189" + "idBarcode": [ + "33433116929518" + ], + "identifier": [ + "urn:shelfmark:JPB 83-155 no. 189", + "urn:barcode:33433116929518" ], "identifierV2": [ { @@ -265,41 +242,36 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433116929518" + "value": "33433116929518", + "type": "bf:Barcode" } ], "physicalLocation": [ "JPB 83-155 no. 189" ], - "identifier": [ - "urn:barcode:33433116929518" - ], - "idBarcode": [ - "33433116929518" - ], "requestable": [ false ], - "accessMessage": [ + "shelfMark": [ + "JPB 83-155 no. 189" + ], + "shelfMark_sort": "aJPB 83-155 no. 000189", + "status": [ { - "id": "accessMessage:u", - "label": "Supervised use" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:u||Supervised use" - ], - "aeonUrl": [ - "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=Hungarian+melody+and+dance&Site=LPAMR&CallNumber=JPB+83-155+no.+189&Author=Matus.&Date=1888.&ItemInfo3=https://catalog.nypl.org/record=b10000061&ReferenceNumber=b100000617&ItemInfo1=SUPERVISED+USE&ItemNumber=33433116929518&ItemISxN=i147463968&Genre=Manuscript+Music&Location=Performing+Arts+Music+and+Recorded+Sound" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJPB 83-155 no. 000189" + "uri": "i14746396", + "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" + ] }, "sort": [ null @@ -352,32 +324,32 @@ "numItemsTotal": [ 1 ], - "dateEndString": [ - "1953" - ], "createdYear": [ 1862 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1953" ], "title": [ "For it's free : our native land" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JPB 83-155 no. 190 " ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Proctor, David." - ], "createdString": [ "1862" ], + "creatorLiteral": [ + "Proctor, David." + ], "numElectronicResources": [ - 1 + 0 ], "contributorLiteral": [ "Huss, Henry Holden, 1862-1953." @@ -385,6 +357,9 @@ "dateStartYear": [ 1862 ], + "idOclc": [ + "NYPG001000030-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -407,21 +382,19 @@ "value": "(WaOLN)nyp0200062" } ], - "idOclc": [ - "NYPG001000030-C" - ], "dateEndYear": [ 1953 ], - "updatedAt": 1690381455123, + "updatedAt": 1712852430180, "publicationStatement": [ "[19--?]" ], "identifier": [ + "urn:shelfmark:JPB 83-155 no. 190 ", "urn:bnum:10000063", "urn:oclc:NYPG001000030-C", - "urn:undefined:NNSZ00100580", - "urn:undefined:(WaOLN)nyp0200062" + "urn:identifier:NNSZ00100580", + "urn:identifier:(WaOLN)nyp0200062" ], "numCheckinCardItems": [ 0 @@ -456,12 +429,6 @@ "For it's free : our native land / music by David Proctor ; author anon." ], "uri": "b10000063", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "issuance": [ { "id": "urn:biblevel:m", @@ -478,33 +445,9 @@ "inner_hits": { "electronicResources": { "hits": { - "total": 1, - "max_score": 1, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": 1, - "_source": { - "uri": "i10000063-e", - "electronicLocator": [ - { - "url": "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=For+it's+free+:+our+native+land&Site=LPAMR&CallNumber=JPB+83-155+no.+190+JPB+83-155+no.+190+&Author=Proctor,+David.&Date=[19--?]&ItemInfo3=https://catalog.nypl.org/record=b10000063&ReferenceNumber=b100000630&ItemInfo1=SUPERVISED+USE&ItemNumber=33433116929526&ItemISxN=i14746397x&Genre=Manuscript+Music&Location=Performing+Arts+Music+and+Recorded+Sound", - "label": "Request Access to Music & Recorded Sound Division Special Collections material" - } - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "bi10000063-e" - } - } - ] + "total": 0, + "max_score": null, + "hits": [] } }, "items": { @@ -519,15 +462,14 @@ }, "_score": null, "_source": { - "uri": "i14746397", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:u", + "label": "Supervised use" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:u||Supervised use" ], "catalogItemType": [ { @@ -538,6 +480,9 @@ "catalogItemType_packed": [ "catalogItemType:8||manuscript music" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:pam38", @@ -547,8 +492,12 @@ "holdingLocation_packed": [ "loc:pam38||Performing Arts Research Collections - Music" ], - "shelfMark": [ - "JPB 83-155 no. 190" + "idBarcode": [ + "33433116929526" + ], + "identifier": [ + "urn:shelfmark:JPB 83-155 no. 190", + "urn:barcode:33433116929526" ], "identifierV2": [ { @@ -556,41 +505,36 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433116929526" + "value": "33433116929526", + "type": "bf:Barcode" } ], "physicalLocation": [ "JPB 83-155 no. 190" ], - "identifier": [ - "urn:barcode:33433116929526" - ], - "idBarcode": [ - "33433116929526" - ], "requestable": [ false ], - "accessMessage": [ + "shelfMark": [ + "JPB 83-155 no. 190" + ], + "shelfMark_sort": "aJPB 83-155 no. 000190", + "status": [ { - "id": "accessMessage:u", - "label": "Supervised use" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:u||Supervised use" - ], - "aeonUrl": [ - "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=For+it's+free+:+our+native+land&Site=LPAMR&CallNumber=JPB+83-155+no.+190+JPB+83-155+no.+190+&Author=Proctor,+David.&Date=[19--?]&ItemInfo3=https://catalog.nypl.org/record=b10000063&ReferenceNumber=b100000630&ItemInfo1=SUPERVISED+USE&ItemNumber=33433116929526&ItemISxN=i14746397x&Genre=Manuscript+Music&Location=Performing+Arts+Music+and+Recorded+Sound" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJPB 83-155 no. 000190" + "uri": "i14746397", + "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" + ] }, "sort": [ null @@ -644,32 +588,32 @@ "numItemsTotal": [ 1 ], - "dateEndString": [ - "1928" - ], "createdYear": [ 1868 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1928" ], "title": [ "The treasure of the wise man" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JPB 83-480" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Gilbert, Henry F. B. (Henry Franklin Belknap), 1868-1928." - ], "createdString": [ "1868" ], + "creatorLiteral": [ + "Gilbert, Henry F. B. (Henry Franklin Belknap), 1868-1928." + ], "numElectronicResources": [ - 1 + 0 ], "contributorLiteral": [ "Riley, James Whitcomb, 1849-1916." @@ -677,6 +621,9 @@ "dateStartYear": [ 1868 ], + "idOclc": [ + "NYPG001000034-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -699,21 +646,19 @@ "value": "(WaOLN)nyp0200070" } ], - "idOclc": [ - "NYPG001000034-C" - ], "dateEndYear": [ 1928 ], - "updatedAt": 1690381457572, + "updatedAt": 1712852430180, "publicationStatement": [ "[19--?]" ], "identifier": [ + "urn:shelfmark:JPB 83-480", "urn:bnum:10000071", "urn:oclc:NYPG001000034-C", - "urn:undefined:NNSZ00100584", - "urn:undefined:(WaOLN)nyp0200070" + "urn:identifier:NNSZ00100584", + "urn:identifier:(WaOLN)nyp0200070" ], "numCheckinCardItems": [ 0 @@ -748,12 +693,6 @@ "The treasure of the wise man / [words by] James Whitcomb Riley ; [music by] Henry F. Gilbert." ], "uri": "b10000071", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "issuance": [ { "id": "urn:biblevel:m", @@ -770,33 +709,9 @@ "inner_hits": { "electronicResources": { "hits": { - "total": 1, - "max_score": 1, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": 1, - "_source": { - "uri": "i10000071-e", - "electronicLocator": [ - { - "url": "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=The+treasure+of+the+wise+man&Site=LPAMR&CallNumber=JPB+83-480&Author=Gilbert,+Henry+F.+B.&Date=[19--?]&ItemInfo3=https://catalog.nypl.org/record=b10000071&ReferenceNumber=b10000071x&ItemInfo1=SUPERVISED+USE&ItemISxN=i147464018&Genre=Manuscript+Music&Location=Performing+Arts+Music+and+Recorded+Sound", - "label": "Request Access to Music & Recorded Sound Division Special Collections material" - } - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "bi10000071-e" - } - } - ] + "total": 0, + "max_score": null, + "hits": [] } }, "items": { @@ -811,15 +726,14 @@ }, "_score": null, "_source": { - "uri": "i14746401", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:u", + "label": "Supervised use" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:u||Supervised use" ], "catalogItemType": [ { @@ -830,6 +744,9 @@ "catalogItemType_packed": [ "catalogItemType:2||book non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:pam38", @@ -839,8 +756,8 @@ "holdingLocation_packed": [ "loc:pam38||Performing Arts Research Collections - Music" ], - "shelfMark": [ - "JPB 83-480" + "identifier": [ + "urn:shelfmark:JPB 83-480" ], "identifierV2": [ { @@ -854,25 +771,26 @@ "requestable": [ false ], - "accessMessage": [ + "shelfMark": [ + "JPB 83-480" + ], + "shelfMark_sort": "aJPB 83-000480", + "status": [ { - "id": "accessMessage:u", - "label": "Supervised use" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:u||Supervised use" - ], - "aeonUrl": [ - "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=The+treasure+of+the+wise+man&Site=LPAMR&CallNumber=JPB+83-480&Author=Gilbert,+Henry+F.+B.&Date=[19--?]&ItemInfo3=https://catalog.nypl.org/record=b10000071&ReferenceNumber=b10000071x&ItemInfo1=SUPERVISED+USE&ItemISxN=i147464018&Genre=Manuscript+Music&Location=Performing+Arts+Music+and+Recorded+Sound" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJPB 83-000480" + "uri": "i14746401", + "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" + ] }, "sort": [ null @@ -942,30 +860,33 @@ "createdYear": [ 1894 ], - "type": [ - "nypl:Item" - ], "title": [ "Blaublümlein : rheinisches Volkslied" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JPB 83-483" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Goldmark, Rubin, 1872-1936." - ], "createdString": [ "1894" ], + "creatorLiteral": [ + "Goldmark, Rubin, 1872-1936." + ], "numElectronicResources": [ - 1 + 0 ], "dateStartYear": [ 1894 ], + "idOclc": [ + "NYPG001000037-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -988,21 +909,19 @@ "value": "(WaOLN)nyp0200076" } ], - "idOclc": [ - "NYPG001000037-C" - ], "uniformTitle": [ "Lieder, op. 2. Blaublümlein" ], - "updatedAt": 1690381457572, + "updatedAt": 1712852430180, "publicationStatement": [ "1894 May." ], "identifier": [ + "urn:shelfmark:JPB 83-483", "urn:bnum:10000077", "urn:oclc:NYPG001000037-C", - "urn:undefined:NNSZ00100587", - "urn:undefined:(WaOLN)nyp0200076" + "urn:identifier:NNSZ00100587", + "urn:identifier:(WaOLN)nyp0200076" ], "numCheckinCardItems": [ 0 @@ -1036,12 +955,6 @@ "Blaublümlein : rheinisches Volkslied / Rubin Goldmark." ], "uri": "b10000077", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "issuance": [ { "id": "urn:biblevel:m", @@ -1061,33 +974,9 @@ "inner_hits": { "electronicResources": { "hits": { - "total": 1, - "max_score": 1, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": 1, - "_source": { - "uri": "i10000077-e", - "electronicLocator": [ - { - "url": "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=Blaubl©ơmlein+:+rheinisches+Volkslied&Site=LPAMR&CallNumber=JPB+83-483&Author=Goldmark,+Rubin,&Date=1894+May.&ItemInfo3=https://catalog.nypl.org/record=b10000077&ReferenceNumber=b100000770&ItemInfo1=SUPERVISED+USE&ItemISxN=i147464043&Genre=Manuscript+Music&Location=Performing+Arts+Music+and+Recorded+Sound", - "label": "Request Access to Music & Recorded Sound Division Special Collections material" - } - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "bi10000077-e" - } - } - ] + "total": 0, + "max_score": null, + "hits": [] } }, "items": { @@ -1102,15 +991,14 @@ }, "_score": null, "_source": { - "uri": "i14746404", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:u", + "label": "Supervised use" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:u||Supervised use" ], "catalogItemType": [ { @@ -1121,6 +1009,9 @@ "catalogItemType_packed": [ "catalogItemType:2||book non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:pam38", @@ -1130,8 +1021,8 @@ "holdingLocation_packed": [ "loc:pam38||Performing Arts Research Collections - Music" ], - "shelfMark": [ - "JPB 83-483" + "identifier": [ + "urn:shelfmark:JPB 83-483" ], "identifierV2": [ { @@ -1145,25 +1036,26 @@ "requestable": [ false ], - "accessMessage": [ + "shelfMark": [ + "JPB 83-483" + ], + "shelfMark_sort": "aJPB 83-000483", + "status": [ { - "id": "accessMessage:u", - "label": "Supervised use" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:u||Supervised use" - ], - "aeonUrl": [ - "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=Blaubl©ơmlein+:+rheinisches+Volkslied&Site=LPAMR&CallNumber=JPB+83-483&Author=Goldmark,+Rubin,&Date=1894+May.&ItemInfo3=https://catalog.nypl.org/record=b10000077&ReferenceNumber=b100000770&ItemInfo1=SUPERVISED+USE&ItemISxN=i147464043&Genre=Manuscript+Music&Location=Performing+Arts+Music+and+Recorded+Sound" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJPB 83-000483" + "uri": "i14746404", + "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" + ] }, "sort": [ null @@ -1220,36 +1112,39 @@ "numItemsTotal": [ 1 ], - "dateEndString": [ - "1936" - ], "createdYear": [ 1872 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1936" ], "title": [ "The forest has its birds of song" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JPB 83-484" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Goldmark, Rubin, 1872-1936." - ], "createdString": [ "1872" ], + "creatorLiteral": [ + "Goldmark, Rubin, 1872-1936." + ], "numElectronicResources": [ - 1 + 0 ], "dateStartYear": [ 1872 ], + "idOclc": [ + "NYPG001000038-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -1272,21 +1167,19 @@ "value": "(WaOLN)nyp0200078" } ], - "idOclc": [ - "NYPG001000038-C" - ], "dateEndYear": [ 1936 ], - "updatedAt": 1690381457572, + "updatedAt": 1712852430180, "publicationStatement": [ "[18--?]" ], "identifier": [ + "urn:shelfmark:JPB 83-484", "urn:bnum:10000079", "urn:oclc:NYPG001000038-C", - "urn:undefined:NNSZ00100588", - "urn:undefined:(WaOLN)nyp0200078" + "urn:identifier:NNSZ00100588", + "urn:identifier:(WaOLN)nyp0200078" ], "numCheckinCardItems": [ 0 @@ -1320,12 +1213,6 @@ "The forest has its birds of song / [Rubin Goldmark]." ], "uri": "b10000079", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "issuance": [ { "id": "urn:biblevel:m", @@ -1342,33 +1229,9 @@ "inner_hits": { "electronicResources": { "hits": { - "total": 1, - "max_score": 1, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": 1, - "_source": { - "uri": "i10000079-e", - "electronicLocator": [ - { - "url": "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=The+forest+has+its+birds+of+song&Site=LPAMR&CallNumber=JPB+83-484&Author=Goldmark,+Rubin,&Date=[18--?]&ItemInfo3=https://catalog.nypl.org/record=b10000079&ReferenceNumber=b100000794&ItemInfo1=SUPERVISED+USE&ItemISxN=i147464055&Genre=Manuscript+Music&Location=Performing+Arts+Music+and+Recorded+Sound", - "label": "Request Access to Music & Recorded Sound Division Special Collections material" - } - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "bi10000079-e" - } - } - ] + "total": 0, + "max_score": null, + "hits": [] } }, "items": { @@ -1383,15 +1246,14 @@ }, "_score": null, "_source": { - "uri": "i14746405", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:u", + "label": "Supervised use" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:u||Supervised use" ], "catalogItemType": [ { @@ -1402,6 +1264,9 @@ "catalogItemType_packed": [ "catalogItemType:2||book non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:pam38", @@ -1411,8 +1276,8 @@ "holdingLocation_packed": [ "loc:pam38||Performing Arts Research Collections - Music" ], - "shelfMark": [ - "JPB 83-484" + "identifier": [ + "urn:shelfmark:JPB 83-484" ], "identifierV2": [ { @@ -1426,25 +1291,26 @@ "requestable": [ false ], - "accessMessage": [ + "shelfMark": [ + "JPB 83-484" + ], + "shelfMark_sort": "aJPB 83-000484", + "status": [ { - "id": "accessMessage:u", - "label": "Supervised use" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:u||Supervised use" - ], - "aeonUrl": [ - "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=The+forest+has+its+birds+of+song&Site=LPAMR&CallNumber=JPB+83-484&Author=Goldmark,+Rubin,&Date=[18--?]&ItemInfo3=https://catalog.nypl.org/record=b10000079&ReferenceNumber=b100000794&ItemInfo1=SUPERVISED+USE&ItemISxN=i147464055&Genre=Manuscript+Music&Location=Performing+Arts+Music+and+Recorded+Sound" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJPB 83-000484" + "uri": "i14746405", + "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" + ] }, "sort": [ null @@ -1505,30 +1371,33 @@ "createdYear": [ 1890 ], - "type": [ - "nypl:Item" - ], "title": [ "Slumber song : violin, voice, and pianoforte" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JPB 83-488" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Gow, George Coleman, 1860-1938." - ], "createdString": [ "1890" ], + "creatorLiteral": [ + "Gow, George Coleman, 1860-1938." + ], "numElectronicResources": [ - 1 + 0 ], "dateStartYear": [ 1890 ], + "idOclc": [ + "NYPG001000041-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -1551,18 +1420,16 @@ "value": "(WaOLN)nyp0200083" } ], - "idOclc": [ - "NYPG001000041-C" - ], - "updatedAt": 1690381457252, + "updatedAt": 1712852430180, "publicationStatement": [ "1890 Mar. 10." ], "identifier": [ + "urn:shelfmark:JPB 83-488", "urn:bnum:10000084", "urn:oclc:NYPG001000041-C", - "urn:undefined:NNSZ00100591", - "urn:undefined:(WaOLN)nyp0200083" + "urn:identifier:NNSZ00100591", + "urn:identifier:(WaOLN)nyp0200083" ], "numCheckinCardItems": [ 0 @@ -1596,12 +1463,6 @@ "Slumber song : violin, voice, and pianoforte / by G. C. Gow." ], "uri": "b10000084", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "issuance": [ { "id": "urn:biblevel:m", @@ -1618,33 +1479,9 @@ "inner_hits": { "electronicResources": { "hits": { - "total": 1, - "max_score": 1, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": 1, - "_source": { - "uri": "i10000084-e", - "electronicLocator": [ - { - "url": "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=Slumber+song+:+violin,+voice,+and+pianoforte&Site=LPAMR&CallNumber=JPB+83-488&Author=Gow,+George+Coleman,&Date=1890+Mar.+10.&ItemInfo3=https://catalog.nypl.org/record=b10000084&ReferenceNumber=b100000848&ItemInfo1=SUPERVISED+USE&ItemISxN=i147464080&Genre=Manuscript+Music&Location=Performing+Arts+Music+and+Recorded+Sound", - "label": "Request Access to Music & Recorded Sound Division Special Collections material" - } - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "bi10000084-e" - } - } - ] + "total": 0, + "max_score": null, + "hits": [] } }, "items": { @@ -1659,15 +1496,14 @@ }, "_score": null, "_source": { - "uri": "i14746408", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:u", + "label": "Supervised use" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:u||Supervised use" ], "catalogItemType": [ { @@ -1678,6 +1514,9 @@ "catalogItemType_packed": [ "catalogItemType:2||book non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:pam38", @@ -1687,8 +1526,8 @@ "holdingLocation_packed": [ "loc:pam38||Performing Arts Research Collections - Music" ], - "shelfMark": [ - "JPB 83-488" + "identifier": [ + "urn:shelfmark:JPB 83-488" ], "identifierV2": [ { @@ -1702,25 +1541,26 @@ "requestable": [ false ], - "accessMessage": [ + "shelfMark": [ + "JPB 83-488" + ], + "shelfMark_sort": "aJPB 83-000488", + "status": [ { - "id": "accessMessage:u", - "label": "Supervised use" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:u||Supervised use" - ], - "aeonUrl": [ - "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=Slumber+song+:+violin,+voice,+and+pianoforte&Site=LPAMR&CallNumber=JPB+83-488&Author=Gow,+George+Coleman,&Date=1890+Mar.+10.&ItemInfo3=https://catalog.nypl.org/record=b10000084&ReferenceNumber=b100000848&ItemInfo1=SUPERVISED+USE&ItemISxN=i147464080&Genre=Manuscript+Music&Location=Performing+Arts+Music+and+Recorded+Sound" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJPB 83-000488" + "uri": "i14746408", + "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" + ] }, "sort": [ null @@ -1786,24 +1626,24 @@ "dateEndString": [ "1826" ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Maftūn Dunbulī, ʻAbd al-Razzāq, 1762 or 3-1827 or 8." - ], "createdString": [ "1972" ], + "creatorLiteral": [ + "Maftūn Dunbulī, ʻAbd al-Razzāq, 1762 or 3-1827 or 8." + ], "idLccn": [ "74216823" ], @@ -1816,6 +1656,9 @@ "dateStartYear": [ 1972 ], + "idOclc": [ + "NYPG001000237-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -1825,14 +1668,14 @@ "type": "nypl:Bnumber", "value": "10000284" }, - { - "type": "bf:Lccn", - "value": "74216823" - }, { "type": "nypl:Oclc", "value": "NYPG001000237-B" }, + { + "type": "bf:Lccn", + "value": "74216823" + }, { "type": "bf:Identifier", "value": "NNSZ00100237" @@ -1842,22 +1685,20 @@ "value": "(WaOLN)nyp0200283" } ], - "idOclc": [ - "NYPG001000237-B" - ], "dateEndYear": [ 1826 ], - "updatedAt": 1674870754295, + "updatedAt": 1711501788035, "publicationStatement": [ "[Tihrān] Intishārāt-i Ibn Sīnā, 1351 [1972]" ], "identifier": [ + "urn:shelfmark:*OMZ 82-4274", "urn:bnum:10000284", - "urn:lccn:74216823", "urn:oclc:NYPG001000237-B", - "urn:undefined:NNSZ00100237", - "urn:undefined:(WaOLN)nyp0200283" + "urn:lccn:74216823", + "urn:identifier:NNSZ00100237", + "urn:identifier:(WaOLN)nyp0200283" ], "numCheckinCardItems": [ 0 @@ -1895,12 +1736,6 @@ "lccClassification": [ "DS302 .M33 1972" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Tihrān]" ], @@ -1937,24 +1772,14 @@ }, "_score": null, "_source": { - "uri": "i10942064", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -1965,6 +1790,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -1974,8 +1802,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OMZ 82-4274" + "idBarcode": [ + "33433014539161" + ], + "identifier": [ + "urn:shelfmark:*OMZ 82-4274", + "urn:barcode:33433014539161" ], "identifierV2": [ { @@ -1983,41 +1815,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433014539161" + "value": "33433014539161", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OMZ 82-4274" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433014539161" - ], - "idBarcode": [ - "33433014539161" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OMZ 82-4274" + ], + "shelfMark_sort": "a*OMZ 82-004274", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OMZ 82-004274" + "uri": "i10942064" }, "sort": [ null @@ -2071,36 +1907,39 @@ "numItemsTotal": [ 1 ], - "dateEndString": [ - "1880" - ], "createdYear": [ 1879 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1880" ], "title": [ "Kitāb-i mustaṭāb-i ganj-i dānish" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*ONA+ 82-2677" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Muʻtamid al-Sulṭān, Muḥammad Taqī khān Ḥakīm, mutakhalliṣ bih Ḥakīm." - ], "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", @@ -2123,21 +1962,19 @@ "value": "(WaOLN)nyp0200347" } ], - "idOclc": [ - "NYPG001000301-B" - ], "dateEndYear": [ 1880 ], - "updatedAt": 1674870755402, + "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:undefined:NNSZ00100301", - "urn:undefined:(WaOLN)nyp0200347" + "urn:identifier:NNSZ00100301", + "urn:identifier:(WaOLN)nyp0200347" ], "numCheckinCardItems": [ 0 @@ -2170,12 +2007,6 @@ "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", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ṭihrān" ], @@ -2215,78 +2046,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433059840763" - ], - "physicalLocation": [ - "*ONA+ 82-2677 " - ], - "shelfMark_sort": "a*ONA+ 82-2677 ", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:32", + "label": "google project, book" + } ], "catalogItemType_packed": [ "catalogItemType:32||google project, book" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433059840763" ], - "uri": "i13783848", - "shelfMark": [ - "*ONA+ 82-2677 " + "identifier": [ + "urn:shelfmark:*ONA+ 82-2677 ", + "urn:barcode:33433059840763" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*ONA+ 82-2677 " + "value": "*ONA+ 82-2677 ", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433059840763" + "value": "33433059840763", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433059840763" + "physicalLocation": [ + "*ONA+ 82-2677 " ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:32", - "label": "google project, book" - } + "shelfMark": [ + "*ONA+ 82-2677 " ], + "shelfMark_sort": "a*ONA+ 82-2677 ", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" ], - "formatLiteral": [ - "Text" - ] + "type": [ + "bf:Item" + ], + "uri": "i13783848" }, "sort": [ null @@ -2334,12 +2166,12 @@ "createdYear": [ 1891 ], - "type": [ - "nypl:Item" - ], "title": [ "Üks öö tissa jöe peal" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*Z-3414 no. 9" ], @@ -2355,6 +2187,9 @@ "dateStartYear": [ 1891 ], + "idOclc": [ + "NYPG001000503-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2377,18 +2212,16 @@ "value": "(WaOLN)nyp0200545" } ], - "idOclc": [ - "NYPG001000503-B" - ], - "updatedAt": 1689280617202, + "updatedAt": 1711605373567, "publicationStatement": [ "Tartus : Trük. K. Mattiesen, 1891." ], "identifier": [ + "urn:shelfmark:*Z-3414 no. 9", "urn:bnum:10000546", "urn:oclc:NYPG001000503-B", - "urn:undefined:NNSZ00100503", - "urn:undefined:(WaOLN)nyp0200545" + "urn:identifier:NNSZ00100503", + "urn:identifier:(WaOLN)nyp0200545" ], "numCheckinCardItems": [ 0 @@ -2418,12 +2251,6 @@ "Üks öö tissa jöe peal [microform]." ], "uri": "b10000546", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tartus" ], @@ -2460,24 +2287,14 @@ }, "_score": null, "_source": { - "uri": "i30112243", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -2488,17 +2305,30 @@ "catalogItemType_packed": [ "catalogItemType:6||microfilm service copy" ], - "holdingLocation": [ - { - "id": "loc:rcmi2", - "label": "Offsite" - } - ], + "enumerationChronology": [ + "no. 1-16" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmi2", + "label": "Offsite" + } + ], "holdingLocation_packed": [ "loc:rcmi2||Offsite" ], - "shelfMark": [ - "*Z-3414 no. 1-16" + "idBarcode": [ + "33433107825220" + ], + "identifier": [ + "urn:shelfmark:*Z-3414 no. 1-16", + "urn:barcode:33433107825220" ], "identifierV2": [ { @@ -2506,12 +2336,18 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433107825220" + "value": "33433107825220", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "no. 1-16" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ "*Z-3414" @@ -2519,23 +2355,24 @@ "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433107825220" - ], - "idBarcode": [ - "33433107825220" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*Z-3414 no. 1-16" + ], + "shelfMark_sort": "a*Z-3414 no. 000001-16", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], "volumeRange": [ { @@ -2543,16 +2380,7 @@ "lte": 16 } ], - "enumerationChronology_sort": [ - " 1-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*Z-3414 no. 000001-16" + "uri": "i30112243" }, "sort": [ " 1-" @@ -2600,12 +2428,12 @@ "createdYear": [ 1874 ], - "type": [ - "nypl:Item" - ], "title": [ "Kirjakandja tuike üks rutuline rööwlide käest päästaw sönum." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*Z-3414 no. 6" ], @@ -2621,6 +2449,9 @@ "dateStartYear": [ 1874 ], + "idOclc": [ + "NYPG001000504-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2643,21 +2474,19 @@ "value": "(WaOLN)nyp0200546" } ], - "idOclc": [ - "NYPG001000504-B" - ], - "updatedAt": 1689280617202, + "updatedAt": 1711609682451, "publicationStatement": [ "Riigas : Trük. L. Weyde, 1874." ], + "genreForm": [ + "Estonian fiction." + ], "identifier": [ + "urn:shelfmark:*Z-3414 no. 6", "urn:bnum:10000547", "urn:oclc:NYPG001000504-B", - "urn:undefined:NNSZ00100504", - "urn:undefined:(WaOLN)nyp0200546" - ], - "genreForm": [ - "Estonian fiction." + "urn:identifier:NNSZ00100504", + "urn:identifier:(WaOLN)nyp0200546" ], "numCheckinCardItems": [ 0 @@ -2687,12 +2516,6 @@ "Kirjakandja tuike [microform] : üks rutuline rööwlide käest päästaw sönum." ], "uri": "b10000547", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Riigas" ], @@ -2729,24 +2552,14 @@ }, "_score": null, "_source": { - "uri": "i30112243", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -2757,6 +2570,15 @@ "catalogItemType_packed": [ "catalogItemType:6||microfilm service copy" ], + "enumerationChronology": [ + "no. 1-16" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rcmi2", @@ -2766,8 +2588,12 @@ "holdingLocation_packed": [ "loc:rcmi2||Offsite" ], - "shelfMark": [ - "*Z-3414 no. 1-16" + "idBarcode": [ + "33433107825220" + ], + "identifier": [ + "urn:shelfmark:*Z-3414 no. 1-16", + "urn:barcode:33433107825220" ], "identifierV2": [ { @@ -2775,12 +2601,18 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433107825220" + "value": "33433107825220", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "no. 1-16" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ "*Z-3414" @@ -2788,23 +2620,24 @@ "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433107825220" - ], - "idBarcode": [ - "33433107825220" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*Z-3414 no. 1-16" + ], + "shelfMark_sort": "a*Z-3414 no. 000001-16", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], "volumeRange": [ { @@ -2812,16 +2645,7 @@ "lte": 16 } ], - "enumerationChronology_sort": [ - " 1-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*Z-3414 no. 000001-16" + "uri": "i30112243" }, "sort": [ " 1-" @@ -2874,12 +2698,12 @@ "createdYear": [ 1889 ], - "type": [ - "nypl:Item" - ], "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" ], @@ -2898,6 +2722,9 @@ "dateStartYear": [ 1889 ], + "idOclc": [ + "NYPG001000505-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2920,18 +2747,16 @@ "value": "(WaOLN)nyp0200547" } ], - "idOclc": [ - "NYPG001000505-B" - ], - "updatedAt": 1689280617202, + "updatedAt": 1711222563193, "publicationStatement": [ "Boston, Mass. : Wright & Ditson, 1889." ], "identifier": [ + "urn:shelfmark:*Z-3414 no. 4", "urn:bnum:10000548", "urn:oclc:NYPG001000505-B", - "urn:undefined:NNSZ00100505", - "urn:undefined:(WaOLN)nyp0200547" + "urn:identifier:NNSZ00100505", + "urn:identifier:(WaOLN)nyp0200547" ], "numCheckinCardItems": [ 0 @@ -2965,12 +2790,6 @@ "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", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Boston, Mass." ], @@ -3007,24 +2826,14 @@ }, "_score": null, "_source": { - "uri": "i30112243", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -3035,6 +2844,15 @@ "catalogItemType_packed": [ "catalogItemType:6||microfilm service copy" ], + "enumerationChronology": [ + "no. 1-16" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rcmi2", @@ -3044,8 +2862,12 @@ "holdingLocation_packed": [ "loc:rcmi2||Offsite" ], - "shelfMark": [ - "*Z-3414 no. 1-16" + "idBarcode": [ + "33433107825220" + ], + "identifier": [ + "urn:shelfmark:*Z-3414 no. 1-16", + "urn:barcode:33433107825220" ], "identifierV2": [ { @@ -3053,12 +2875,18 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433107825220" + "value": "33433107825220", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "no. 1-16" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ "*Z-3414" @@ -3066,23 +2894,24 @@ "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433107825220" - ], - "idBarcode": [ - "33433107825220" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*Z-3414 no. 1-16" + ], + "shelfMark_sort": "a*Z-3414 no. 000001-16", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], "volumeRange": [ { @@ -3090,16 +2919,7 @@ "lte": 16 } ], - "enumerationChronology_sort": [ - " 1-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*Z-3414 no. 000001-16" + "uri": "i30112243" }, "sort": [ " 1-" @@ -3147,12 +2967,12 @@ "createdYear": [ 1891 ], - "type": [ - "nypl:Item" - ], "title": [ "Les hymnes rohitas Livre XIII de l'Atharva-Véda" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*ZO-180 no. 10" ], @@ -3171,6 +2991,9 @@ "dateStartYear": [ 1891 ], + "idOclc": [ + "NYPG001000531-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3193,21 +3016,19 @@ "value": "(WaOLN)nyp0200573" } ], - "idOclc": [ - "NYPG001000531-B" - ], "uniformTitle": [ "Vedas. Atharvaveda. French. Selections." ], - "updatedAt": 1674870762646, + "updatedAt": 1711385190495, "publicationStatement": [ "Paris, J. Maisonneuve, 1891." ], "identifier": [ + "urn:shelfmark:*ZO-180 no. 10", "urn:bnum:10000574", "urn:oclc:NYPG001000531-B", - "urn:undefined:NNSZ00100531", - "urn:undefined:(WaOLN)nyp0200573" + "urn:identifier:NNSZ00100531", + "urn:identifier:(WaOLN)nyp0200573" ], "numCheckinCardItems": [ 0 @@ -3237,12 +3058,6 @@ "Les hymnes rohitas [microform] Livre XIII de l'Atharva-Véda, traduit et commenté par Victor Henry." ], "uri": "b10000574", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Paris" ], @@ -3279,24 +3094,14 @@ }, "_score": null, "_source": { - "uri": "i30080033", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -3307,6 +3112,12 @@ "catalogItemType_packed": [ "catalogItemType:6||microfilm service copy" ], + "enumerationChronology": [ + "11 misc oriental titles" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rcmi2", @@ -3316,8 +3127,12 @@ "holdingLocation_packed": [ "loc:rcmi2||Offsite" ], - "shelfMark": [ - "*ZO-180 11 misc oriental titles" + "idBarcode": [ + "33433105673077" + ], + "identifier": [ + "urn:shelfmark:*ZO-180 11 misc oriental titles", + "urn:barcode:33433105673077" ], "identifierV2": [ { @@ -3325,12 +3140,18 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433105673077" + "value": "33433105673077", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "11 misc oriental titles" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ "*ZO-180" @@ -3338,31 +3159,26 @@ "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433105673077" - ], - "idBarcode": [ - "33433105673077" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*ZO-180 11 misc oriental titles" + ], + "shelfMark_sort": "a*ZO-180 11 misc oriental titles", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*ZO-180 11 misc oriental titles" + "uri": "i30080033" }, "sort": [ null @@ -3416,12 +3232,12 @@ "createdYear": [ 1841 ], - "type": [ - "nypl:Item" - ], "title": [ "A Biographical sketch of Jane Sloman, the celebrated pianiste" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*ZB-1040" ], @@ -3437,6 +3253,9 @@ "dateStartYear": [ 1841 ], + "idOclc": [ + "NYPG001000532-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3459,18 +3278,16 @@ "value": "(WaOLN)nyp0200574" } ], - "idOclc": [ - "NYPG001000532-B" - ], - "updatedAt": 1690381455123, + "updatedAt": 1711104987741, "publicationStatement": [ "Boston : Dutton and Wentworth, 1841." ], "identifier": [ + "urn:shelfmark:*ZB-1040", "urn:bnum:10000575", "urn:oclc:NYPG001000532-B", - "urn:undefined:NNSZ00100532", - "urn:undefined:(WaOLN)nyp0200574" + "urn:identifier:NNSZ00100532", + "urn:identifier:(WaOLN)nyp0200574" ], "numCheckinCardItems": [ 0 @@ -3504,12 +3321,6 @@ "A Biographical sketch of Jane Sloman, the celebrated pianiste [microform]." ], "uri": "b10000575", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Boston" ], @@ -3543,15 +3354,14 @@ }, "_score": null, "_source": { - "uri": "i17446753", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:1", + "label": "Use in library" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -3562,6 +3372,9 @@ "catalogItemType_packed": [ "catalogItemType:6||microfilm service copy" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:pam32", @@ -3571,8 +3384,8 @@ "holdingLocation_packed": [ "loc:pam32||Performing Arts Research Collections - Music" ], - "shelfMark": [ - "*ZB-1040" + "identifier": [ + "urn:shelfmark:*ZB-1040" ], "identifierV2": [ { @@ -3586,22 +3399,23 @@ "requestable": [ false ], - "accessMessage": [ + "shelfMark": [ + "*ZB-1040" + ], + "shelfMark_sort": "a*ZB-001040", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*ZB-001040" + "uri": "i17446753" }, "sort": [ null @@ -3659,24 +3473,24 @@ "createdYear": [ 1891 ], - "type": [ - "nypl:Item" - ], "title": [ "Egypt under the Pharaohs a history derived entirely from the monuments." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*ZO-185 no. 5" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Brugsch, Heinrich, 1827-1894." - ], "createdString": [ "1891" ], + "creatorLiteral": [ + "Brugsch, Heinrich, 1827-1894." + ], "idLccn": [ "49042562" ], @@ -3686,6 +3500,9 @@ "dateStartYear": [ 1891 ], + "idOclc": [ + "NYPG001000533-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3695,14 +3512,14 @@ "type": "nypl:Bnumber", "value": "10000576" }, - { - "type": "bf:Lccn", - "value": "49042562" - }, { "type": "nypl:Oclc", "value": "NYPG001000533-B" }, + { + "type": "bf:Lccn", + "value": "49042562" + }, { "type": "bf:Identifier", "value": "NNSZ00100533" @@ -3712,19 +3529,17 @@ "value": "(WaOLN)nyp0200575" } ], - "idOclc": [ - "NYPG001000533-B" - ], - "updatedAt": 1674870767447, + "updatedAt": 1711157137525, "publicationStatement": [ "London, J. Murray, 1891." ], "identifier": [ + "urn:shelfmark:*ZO-185 no. 5", "urn:bnum:10000576", - "urn:lccn:49042562", "urn:oclc:NYPG001000533-B", - "urn:undefined:NNSZ00100533", - "urn:undefined:(WaOLN)nyp0200575" + "urn:lccn:49042562", + "urn:identifier:NNSZ00100533", + "urn:identifier:(WaOLN)nyp0200575" ], "numCheckinCardItems": [ 0 @@ -3760,12 +3575,6 @@ "lccClassification": [ "DT83 .89 1891" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "London" ], @@ -3802,24 +3611,14 @@ }, "_score": null, "_source": { - "uri": "i30080739", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -3830,6 +3629,12 @@ "catalogItemType_packed": [ "catalogItemType:6||microfilm service copy" ], + "enumerationChronology": [ + "5 misc oriental titles" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rcmi2", @@ -3839,8 +3644,12 @@ "holdingLocation_packed": [ "loc:rcmi2||Offsite" ], - "shelfMark": [ - "*ZO-185 5 misc oriental titles" + "idBarcode": [ + "33433105673168" + ], + "identifier": [ + "urn:shelfmark:*ZO-185 5 misc oriental titles", + "urn:barcode:33433105673168" ], "identifierV2": [ { @@ -3848,12 +3657,18 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433105673168" + "value": "33433105673168", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "5 misc oriental titles" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ "*ZO-185" @@ -3861,31 +3676,26 @@ "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433105673168" - ], - "idBarcode": [ - "33433105673168" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*ZO-185 5 misc oriental titles" + ], + "shelfMark_sort": "a*ZO-185 5 misc oriental titles", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*ZO-185 5 misc oriental titles" + "uri": "i30080739" }, "sort": [ null @@ -3937,24 +3747,24 @@ "createdYear": [ 1854 ], - "type": [ - "nypl:Item" - ], "title": [ "Discoveries in Chinese, or, The symbolism of the primitive characters of the Chinese system of writing As a contribution to philology and ethnology and a practical aid in the acquisition of the Chinese language" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*ZO-185 no. 1" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Andrews, Stephen Pearl, 1812-1886." - ], "createdString": [ "1854" ], + "creatorLiteral": [ + "Andrews, Stephen Pearl, 1812-1886." + ], "idLccn": [ "12008608" ], @@ -3964,6 +3774,9 @@ "dateStartYear": [ 1854 ], + "idOclc": [ + "NYPG001000534-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3973,14 +3786,14 @@ "type": "nypl:Bnumber", "value": "10000577" }, - { - "type": "bf:Lccn", - "value": "12008608" - }, { "type": "nypl:Oclc", "value": "NYPG001000534-B" }, + { + "type": "bf:Lccn", + "value": "12008608" + }, { "type": "bf:Identifier", "value": "NNSZ00100534" @@ -3990,19 +3803,17 @@ "value": "(WaOLN)nyp0200576" } ], - "idOclc": [ - "NYPG001000534-B" - ], - "updatedAt": 1674870772746, + "updatedAt": 1711146515567, "publicationStatement": [ "New York, C. B. Norton, 1854." ], "identifier": [ + "urn:shelfmark:*ZO-185 no. 1", "urn:bnum:10000577", - "urn:lccn:12008608", "urn:oclc:NYPG001000534-B", - "urn:undefined:NNSZ00100534", - "urn:undefined:(WaOLN)nyp0200576" + "urn:lccn:12008608", + "urn:identifier:NNSZ00100534", + "urn:identifier:(WaOLN)nyp0200576" ], "numCheckinCardItems": [ 0 @@ -4038,12 +3849,6 @@ "lccClassification": [ "PL1171 .A6" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "New York" ], @@ -4084,24 +3889,14 @@ }, "_score": null, "_source": { - "uri": "i30080739", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -4112,6 +3907,12 @@ "catalogItemType_packed": [ "catalogItemType:6||microfilm service copy" ], + "enumerationChronology": [ + "5 misc oriental titles" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rcmi2", @@ -4121,8 +3922,12 @@ "holdingLocation_packed": [ "loc:rcmi2||Offsite" ], - "shelfMark": [ - "*ZO-185 5 misc oriental titles" + "idBarcode": [ + "33433105673168" + ], + "identifier": [ + "urn:shelfmark:*ZO-185 5 misc oriental titles", + "urn:barcode:33433105673168" ], "identifierV2": [ { @@ -4130,12 +3935,18 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433105673168" + "value": "33433105673168", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "5 misc oriental titles" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ "*ZO-185" @@ -4143,31 +3954,26 @@ "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433105673168" - ], - "idBarcode": [ - "33433105673168" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*ZO-185 5 misc oriental titles" + ], + "shelfMark_sort": "a*ZO-185 5 misc oriental titles", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*ZO-185 5 misc oriental titles" + "uri": "i30080739" }, "sort": [ null @@ -4221,30 +4027,33 @@ "createdYear": [ 1888 ], - "type": [ - "nypl:Item" - ], "title": [ "A rural and agricultural glossary for the N.-W. provinces and Oudh" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*ZO-187 no. 6" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Crooke, William, 1848-1923." - ], "createdString": [ "1888" ], + "creatorLiteral": [ + "Crooke, William, 1848-1923." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1888 ], + "idOclc": [ + "NYPG001000535-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -4267,18 +4076,16 @@ "value": "(WaOLN)nyp0200577" } ], - "idOclc": [ - "NYPG001000535-B" - ], - "updatedAt": 1674870767447, + "updatedAt": 1711090639793, "publicationStatement": [ "Calcutta, Supt. of Govt. Printing, 1888." ], "identifier": [ + "urn:shelfmark:*ZO-187 no. 6", "urn:bnum:10000578", "urn:oclc:NYPG001000535-B", - "urn:undefined:NNSZ00100535", - "urn:undefined:(WaOLN)nyp0200577" + "urn:identifier:NNSZ00100535", + "urn:identifier:(WaOLN)nyp0200577" ], "numCheckinCardItems": [ 0 @@ -4312,12 +4119,6 @@ "A rural and agricultural glossary for the N.-W. provinces and Oudh [microform] [By] William Crooke." ], "uri": "b10000578", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Calcutta" ], @@ -4354,24 +4155,14 @@ }, "_score": null, "_source": { - "uri": "i30081049", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -4382,6 +4173,12 @@ "catalogItemType_packed": [ "catalogItemType:6||microfilm service copy" ], + "enumerationChronology": [ + "9 misc oriental titles" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rcmi2", @@ -4391,8 +4188,12 @@ "holdingLocation_packed": [ "loc:rcmi2||Offsite" ], - "shelfMark": [ - "*ZO-187 9 misc oriental titles" + "idBarcode": [ + "33433105673309" + ], + "identifier": [ + "urn:shelfmark:*ZO-187 9 misc oriental titles", + "urn:barcode:33433105673309" ], "identifierV2": [ { @@ -4400,12 +4201,18 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433105673309" + "value": "33433105673309", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "9 misc oriental titles" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ "*ZO-187" @@ -4413,31 +4220,26 @@ "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433105673309" - ], - "idBarcode": [ - "33433105673309" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*ZO-187 9 misc oriental titles" + ], + "shelfMark_sort": "a*ZO-187 9 misc oriental titles", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*ZO-187 9 misc oriental titles" + "uri": "i30081049" }, "sort": [ null @@ -4502,24 +4304,24 @@ "dateEndString": [ "1884" ], - "type": [ - "nypl:Item" - ], "title": [ "Tārīkh-i Lāhaur" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKTY 82-4463" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "KanhaiyyĀ Lāl Hindī, 1830-1888." - ], "createdString": [ "1977" ], + "creatorLiteral": [ + "KanhaiyyĀ Lāl Hindī, 1830-1888." + ], "numElectronicResources": [ 0 ], @@ -4529,6 +4331,9 @@ "dateStartYear": [ 1977 ], + "idOclc": [ + "NYPG002000395-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -4551,21 +4356,19 @@ "value": "(WaOLN)nyp0200984" } ], - "idOclc": [ - "NYPG002000395-B" - ], "dateEndYear": [ 1884 ], - "updatedAt": 1674870777259, + "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:undefined:NNSZ00200995", - "urn:undefined:(WaOLN)nyp0200984" + "urn:identifier:NNSZ00200995", + "urn:identifier:(WaOLN)nyp0200984" ], "numCheckinCardItems": [ 0 @@ -4598,12 +4401,6 @@ "Tārīkh-i Lāhaur / muṣannifah-yi Kanhaiyyā Lāl Hindī ;murattabah-yi Kalb ʻalī Khān Fāʼiq." ], "uri": "b10000985", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Lāhau" ], @@ -4640,24 +4437,14 @@ }, "_score": null, "_source": { - "uri": "i10000619", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -4668,6 +4455,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -4677,8 +4467,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKTY 82-4463" + "idBarcode": [ + "33433011242603" + ], + "identifier": [ + "urn:shelfmark:*OKTY 82-4463", + "urn:barcode:33433011242603" ], "identifierV2": [ { @@ -4686,41 +4480,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011242603" + "value": "33433011242603", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKTY 82-4463" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433011242603" - ], - "idBarcode": [ - "33433011242603" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKTY 82-4463" + ], + "shelfMark_sort": "a*OKTY 82-004463", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKTY 82-004463" + "uri": "i10000619" }, "sort": [ null @@ -4760,8 +4558,11 @@ "nyplSource": [ "sierra-nypl" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "s.l.," + "s.l." ], "language": [ { @@ -4769,30 +4570,42 @@ "label": "Arabic" } ], - "dateEndString": [ - "1983" + "numItemsTotal": [ + 1 ], "createdYear": [ 1900 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1983" ], "title": [ - "Buḥūr al-ḥikmah [microform]." + "Buḥūr al-ḥikmah" + ], + "type": [ + "nypl:Item" ], "shelfMark": [ "*ZO-243 no. 1" ], - "creatorLiteral": [ - "Baháʼuʼlláh, 1817-1892." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1900" ], + "creatorLiteral": [ + "Baháʼuʼlláh, 1817-1892." + ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1900 ], + "idOclc": [ + "NYPG002000467-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -4802,6 +4615,10 @@ "type": "nypl:Bnumber", "value": "10001056" }, + { + "type": "nypl:Oclc", + "value": "NYPG002000467-B" + }, { "type": "bf:Identifier", "value": "NNSZ00201067" @@ -4814,14 +4631,19 @@ "dateEndYear": [ 1983 ], - "updatedAt": 1636079365906, + "updatedAt": 1711113994800, "publicationStatement": [ "[New Delhi? : s.l., 19-]" ], "identifier": [ + "urn:shelfmark:*ZO-243 no. 1", "urn:bnum:10001056", - "urn:undefined:NNSZ00201067", - "urn:undefined:(WaOLN)nyp0201055" + "urn:oclc:NYPG002000467-B", + "urn:identifier:NNSZ00201067", + "urn:identifier:(WaOLN)nyp0201055" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -4848,14 +4670,8 @@ "Buḥūr al-ḥikmah [microform]." ], "uri": "b10001056", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "[New Delhi? :" + "[New Delhi?" ], "issuance": [ { @@ -4890,84 +4706,91 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433105673531" - ], - "physicalLocation": [ - "*ZO-243" + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } ], - "shelfMark_sort": "a*ZO-243 11 Arabic titles", "catalogItemType_packed": [ "catalogItemType:6||microfilm service copy" ], - "accessMessage": [ + "enumerationChronology": [ + "11 Arabic titles" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rcmi2", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" ], - "uri": "i30081267", - "shelfMark": [ - "*ZO-243 11 Arabic titles" + "idBarcode": [ + "33433105673531" + ], + "identifier": [ + "urn:shelfmark:*ZO-243 11 Arabic titles", + "urn:barcode:33433105673531" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*ZO-243 11 Arabic titles" + "value": "*ZO-243 11 Arabic titles", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433105673531" + "value": "33433105673531", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rcmi2||Offsite" - ], - "enumerationChronology": [ - "11 Arabic titles" - ], - "idBarcode": [ - "33433105673531" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*ZO-243" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:6", - "label": "microfilm service copy" - } + "shelfMark": [ + "*ZO-243 11 Arabic titles" ], + "shelfMark_sort": "a*ZO-243 11 Arabic titles", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rcmi2", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i30081267" }, "sort": [ null @@ -5012,8 +4835,11 @@ "Christianity", "Christianity -- Philosophy" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Ḍi. Ṣi. Buks ; Kārmel Pabḷiṣiṅg Senṟar," + "Ḍi. Ṣi. Buks ; Kārmel Pabḷiṣiṅg Senṟar" ], "language": [ { @@ -5021,30 +4847,39 @@ "label": "Malayalam" } ], - "dateEndString": [ - "1772" + "numItemsTotal": [ + 1 ], "createdYear": [ 1980 ], - "type": [ - "nypl:Item" + "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" ], - "creatorLiteral": [ - "Piyāniyas, Kḷemanṟ, 1731-1782." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Piyāniyas, Kḷemanṟ, 1731-1782." + ], "idLccn": [ "82904075" ], + "numElectronicResources": [ + 0 + ], "contributorLiteral": [ "Choondal, Chummar, 1940-", "Mathew, Ulakamthara." @@ -5052,6 +4887,9 @@ "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG002000491-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -5061,6 +4899,10 @@ "type": "nypl:Bnumber", "value": "10001080" }, + { + "type": "nypl:Oclc", + "value": "NYPG002000491-B" + }, { "type": "bf:Lccn", "value": "82904075" @@ -5077,15 +4919,20 @@ "dateEndYear": [ 1772 ], - "updatedAt": 1636128328325, + "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:undefined:NNSZ00201091", - "urn:undefined:(WaOLN)nyp0201079" + "urn:identifier:NNSZ00201091", + "urn:identifier:(WaOLN)nyp0201079" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -5116,14 +4963,8 @@ "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", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Kōṭṭayaṃ : Tiruvanantapuraṃ :" + "Kōṭṭayaṃ : Tiruvanantapuraṃ" ], "issuance": [ { @@ -5158,81 +4999,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433011099029" - ], - "physicalLocation": [ - "*OLD 84-299" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OLD 84-000299", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10000682", - "shelfMark": [ - "*OLD 84-299" + "idBarcode": [ + "33433011099029" + ], + "identifier": [ + "urn:shelfmark:*OLD 84-299", + "urn:barcode:33433011099029" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLD 84-299" + "value": "*OLD 84-299", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011099029" + "value": "33433011099029", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433011099029" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLD 84-299" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLD 84-299" ], + "shelfMark_sort": "a*OLD 84-000299", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10000682" }, "sort": [ null @@ -5271,6 +5119,9 @@ "Shīʻah", "Shīʻah -- Doctrines" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ "Chāpkhānah-ʼi Ḥajī ʻAbd al-Ḥamīd" ], @@ -5280,30 +5131,42 @@ "label": "Persian" } ], - "dateEndString": [ - "1851" + "numItemsTotal": [ + 1 ], "createdYear": [ 1850 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1851" ], "title": [ "[Zubdat al-maʻārif" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OGI+ 82-3286" ], - "creatorLiteral": [ - "Iṣfahānī, Mullā ʻAlī Akbar." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1850" ], + "creatorLiteral": [ + "Iṣfahānī, Mullā ʻAlī Akbar." + ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1850 ], + "idOclc": [ + "NYPG002000985-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -5313,6 +5176,10 @@ "type": "nypl:Bnumber", "value": "10001550" }, + { + "type": "nypl:Oclc", + "value": "NYPG002000985-B" + }, { "type": "bf:Identifier", "value": "NNSZ00201585" @@ -5325,14 +5192,19 @@ "dateEndYear": [ 1851 ], - "updatedAt": 1653404628152, + "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:undefined:NNSZ00201585", - "urn:undefined:(WaOLN)nyp0201548" + "urn:oclc:NYPG002000985-B", + "urn:identifier:NNSZ00201585", + "urn:identifier:(WaOLN)nyp0201548" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -5362,12 +5234,6 @@ "[Zubdat al-maʻārif / Ākhund Mullā ʻAlī Akbar Iṣfahānī]." ], "uri": "b10001550", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Tihrān?]" ], @@ -5404,39 +5270,31 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433058659826" + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } ], - "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" - ], - "uri": "i13784096", - "shelfMark": [ - "*OGI+ 82-3286" + "formatLiteral": [ + "Text" ], - "identifierV2": [ + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433058659826" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ @@ -5445,33 +5303,55 @@ "idBarcode": [ "33433058659826" ], + "identifier": [ + "urn:shelfmark:*OGI+ 82-3286", + "urn:barcode:33433058659826" + ], + "identifierV2": [ + { + "value": "*OGI+ 82-3286", + "type": "bf:ShelfMark" + }, + { + "value": "33433058659826", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OGI+ 82-3286" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } + "shelfMark": [ + "*OGI+ 82-3286" ], + "shelfMark_sort": "a*OGI+ 82-003286", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i13784096" }, "sort": [ null @@ -5511,6 +5391,9 @@ "Middle East", "Middle East -- Biography" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ "s.n" ], @@ -5520,27 +5403,39 @@ "label": "Arabic" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 1873 ], - "type": [ - "nypl:Item" - ], "title": [ "Nuzhat al-jalīs wa-munyat al-adīb al-anīs" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*ZO-158 no. 9" ], - "creatorLiteral": [ - "Mūsawī, al-ʻAbbās ibn ʻAlī, active 1735." + "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", @@ -5550,6 +5445,10 @@ "type": "nypl:Bnumber", "value": "10001735" }, + { + "type": "nypl:Oclc", + "value": "NYPG002001170-B" + }, { "type": "bf:Identifier", "value": "NNSZ00201770" @@ -5559,14 +5458,19 @@ "value": "(WaOLN)nyp0201733" } ], - "updatedAt": 1657681910685, + "updatedAt": 1711655033536, "publicationStatement": [ "[al-Qāhirah : s.n, 1873?]" ], "identifier": [ + "urn:shelfmark:*ZO-158 no. 9", "urn:bnum:10001735", - "urn:undefined:NNSZ00201770", - "urn:undefined:(WaOLN)nyp0201733" + "urn:oclc:NYPG002001170-B", + "urn:identifier:NNSZ00201770", + "urn:identifier:(WaOLN)nyp0201733" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -5597,12 +5501,6 @@ "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", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[al-Qāhirah" ], @@ -5639,87 +5537,103 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433098135548" - ], - "physicalLocation": [ - "*ZO-158" + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } ], - "shelfMark_sort": "a*ZO-158 no. 000001-10", "catalogItemType_packed": [ "catalogItemType:6||microfilm service copy" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "no. 1-10" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 1-" ], - "uri": "i30154976", - "shelfMark": [ - "*ZO-158 no. 1-10" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*ZO-158 no. 1-10" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433098135548" + "id": "loc:rcmi2", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rcmi2||Offsite" ], - "enumerationChronology": [ - "no. 1-10" - ], "idBarcode": [ "33433098135548" ], + "identifier": [ + "urn:shelfmark:*ZO-158 no. 1-10", + "urn:barcode:33433098135548" + ], + "identifierV2": [ + { + "value": "*ZO-158 no. 1-10", + "type": "bf:ShelfMark" + }, + { + "value": "33433098135548", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*ZO-158" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:6", - "label": "microfilm service copy" - } + "shelfMark": [ + "*ZO-158 no. 1-10" ], + "shelfMark_sort": "a*ZO-158 no. 000001-10", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rcmi2", - "label": "Offsite" + "gte": 1, + "lte": 10 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i30154976" }, "sort": [ - null + " 1-" ] } ] @@ -5754,8 +5668,11 @@ "subjectLiteral_exploded": [ "ʻIyāḍ ibn Mūsá, 1083-1149" ], + "numItemDatesParsed": [ + 1 + ], "publisherLiteral": [ - "Matbaa-yi Osmaniye," + "Matbaa-yi Osmaniye" ], "language": [ { @@ -5763,33 +5680,45 @@ "label": "Arabic" } ], - "dateEndString": [ - "1897" + "numItemsTotal": [ + 1 ], "createdYear": [ 1894 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1897" ], "title": [ - "Nasīm al-riyāḍ fī sharḥ Shifāʼ al-Qāḍī ʻIyāḍ [microform]" + "Nasīm al-riyāḍ fī sharḥ Shifāʼ al-Qāḍī ʻIyāḍ" + ], + "type": [ + "nypl:Item" ], "shelfMark": [ "*ZO-162" ], - "creatorLiteral": [ - "Khafājī, Aḥmad ibn Muḥammad, -1659." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1894" ], + "creatorLiteral": [ + "Khafājī, Aḥmad ibn Muḥammad, -1659." + ], + "numElectronicResources": [ + 0 + ], "contributorLiteral": [ "Schiff Collection." ], "dateStartYear": [ 1894 ], + "idOclc": [ + "NYPG002001176-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -5799,6 +5728,10 @@ "type": "nypl:Bnumber", "value": "10001741" }, + { + "type": "nypl:Oclc", + "value": "NYPG002001176-B" + }, { "type": "bf:Identifier", "value": "NNSZ00201776" @@ -5811,14 +5744,19 @@ "dateEndYear": [ 1897 ], - "updatedAt": 1641230723038, + "updatedAt": 1711605273582, "publicationStatement": [ "Der-i Saadet : Matbaa-yi Osmaniye, 1312-17 [1894-97]" ], "identifier": [ + "urn:shelfmark:*ZO-162", "urn:bnum:10001741", - "urn:undefined:NNSZ00201776", - "urn:undefined:(WaOLN)nyp0201739" + "urn:oclc:NYPG002001176-B", + "urn:identifier:NNSZ00201776", + "urn:identifier:(WaOLN)nyp0201739" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -5848,14 +5786,8 @@ "Nasīm al-riyāḍ fī sharḥ Shifāʼ al-Qāḍī ʻIyāḍ [microform] / li-Aḥmad Shihāb al-Dīn al-Khafājī al-Miṣrī." ], "uri": "b10001741", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Der-i Saadet :" + "Der-i Saadet" ], "issuance": [ { @@ -5890,87 +5822,103 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433105672749" - ], - "physicalLocation": [ - "*ZO-162" + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } ], - "shelfMark_sort": "a*ZO-162 1894-001897", "catalogItemType_packed": [ "catalogItemType:6||microfilm service copy" ], - "accessMessage": [ + "dateRange": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "gte": "1894", + "lte": "1897" } ], - "status_packed": [ - "status:a||Available" + "enumerationChronology": [ + "1894-1897" ], - "uri": "i30079670", - "shelfMark": [ - "*ZO-162 1894-1897" + "enumerationChronology_sort": [ + " -1894" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*ZO-162 1894-1897" - }, + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433105672749" + "id": "loc:rcmi2", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rcmi2||Offsite" ], - "enumerationChronology": [ - "1894-1897" - ], "idBarcode": [ "33433105672749" ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "identifier": [ + "urn:shelfmark:*ZO-162 1894-1897", + "urn:barcode:33433105672749" ], - "requestable": [ - true + "identifierV2": [ + { + "value": "*ZO-162 1894-1897", + "type": "bf:ShelfMark" + }, + { + "value": "33433105672749", + "type": "bf:Barcode" + } ], - "catalogItemType": [ + "owner": [ { - "id": "catalogItemType:6", - "label": "microfilm service copy" + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ + "*ZO-162" + ], + "recapCustomerCode": [ + "NA" + ], + "requestable": [ + true + ], + "shelfMark": [ + "*ZO-162 1894-1897" + ], + "shelfMark_sort": "a*ZO-162 1894-001897", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rcmi2", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i30079670" }, "sort": [ - null + " -1894" ] } ] @@ -6011,6 +5959,9 @@ "Middle East", "Middle East -- Biography" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ "al-Maṭbaʻah al-ʻĀmirah al-Sharafīyah" ], @@ -6020,24 +5971,33 @@ "label": "Arabic" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 1890 ], - "type": [ - "nypl:Item" - ], "title": [ "Tuḥfat ahl al-fukāhah fī al-munādamah wa-al-nazāhah" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*ZO-158 no. 10" ], - "creatorLiteral": [ - "Muḥammad Saʻd ibn Muḥammad Saʻd al-Miṣrī." + "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." @@ -6045,6 +6005,9 @@ "dateStartYear": [ 1890 ], + "idOclc": [ + "NYPG002001182-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6054,6 +6017,10 @@ "type": "nypl:Bnumber", "value": "10001747" }, + { + "type": "nypl:Oclc", + "value": "NYPG002001182-B" + }, { "type": "bf:Identifier", "value": "NNSZ00201782" @@ -6063,14 +6030,19 @@ "value": "(WaOLN)nyp0201745" } ], - "updatedAt": 1657681910685, + "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:undefined:NNSZ00201782", - "urn:undefined:(WaOLN)nyp0201745" + "urn:oclc:NYPG002001182-B", + "urn:identifier:NNSZ00201782", + "urn:identifier:(WaOLN)nyp0201745" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -6100,12 +6072,6 @@ "Tuḥfat ahl al-fukāhah [microform] : fī al-munādamah wa-al-nazāhah / li-Muḥammad Afandī Saʻd." ], "uri": "b10001747", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "al-Qāhirah" ], @@ -6142,87 +6108,103 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433098135548" - ], - "physicalLocation": [ - "*ZO-158" + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } ], - "shelfMark_sort": "a*ZO-158 no. 000001-10", "catalogItemType_packed": [ "catalogItemType:6||microfilm service copy" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "no. 1-10" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 1-" ], - "uri": "i30154976", - "shelfMark": [ - "*ZO-158 no. 1-10" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*ZO-158 no. 1-10" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433098135548" + "id": "loc:rcmi2", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rcmi2||Offsite" ], - "enumerationChronology": [ - "no. 1-10" - ], "idBarcode": [ "33433098135548" ], + "identifier": [ + "urn:shelfmark:*ZO-158 no. 1-10", + "urn:barcode:33433098135548" + ], + "identifierV2": [ + { + "value": "*ZO-158 no. 1-10", + "type": "bf:ShelfMark" + }, + { + "value": "33433098135548", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*ZO-158" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:6", - "label": "microfilm service copy" - } + "shelfMark": [ + "*ZO-158 no. 1-10" ], + "shelfMark_sort": "a*ZO-158 no. 000001-10", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rcmi2", - "label": "Offsite" + "gte": 1, + "lte": 10 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i30154976" }, "sort": [ - null + " 1-" ] } ] @@ -6292,30 +6274,33 @@ "createdYear": [ 1891 ], - "type": [ - "nypl:Item" - ], "title": [ "Niwtʻer azgayin patmutʻian hamar Ereveli hay kazunkʻ ; Parskastan" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*ONR 84-743" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Shermazanian, Galust." - ], "createdString": [ "1891" ], + "creatorLiteral": [ + "Shermazanian, Galust." + ], "numElectronicResources": [ 1 ], "dateStartYear": [ 1891 ], + "idOclc": [ + "NYPG002001377-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6338,18 +6323,16 @@ "value": "(WaOLN)nyp0201934" } ], - "idOclc": [ - "NYPG002001377-B" - ], - "updatedAt": 1671714296499, + "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:undefined:NNSZ00201976", - "urn:undefined:(WaOLN)nyp0201934" + "urn:identifier:NNSZ00201976", + "urn:identifier:(WaOLN)nyp0201934" ], "numCheckinCardItems": [ 0 @@ -6382,11 +6365,11 @@ "Niwtʻer azgayin patmutʻian hamar Ereveli hay kazunkʻ ; Parskastan / Ashkhatasirutʻiamb Galust Shermazaniani." ], "uri": "b10001936", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "electronicResources": [ + { + "label": "Full text available via HathiTrust", + "url": "http://hdl.handle.net/2027/nyp.33433001892276" + } ], "placeOfPublication": [ "Ṛostov (Doni Vra)" @@ -6407,33 +6390,9 @@ "inner_hits": { "electronicResources": { "hits": { - "total": 1, - "max_score": 1, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": 1, - "_source": { - "uri": "i10001936-e", - "electronicLocator": [ - { - "url": "http://hdl.handle.net/2027/nyp.33433001892276", - "label": "Full text available via HathiTrust" - } - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "bi10001936-e" - } - } - ] + "total": 0, + "max_score": null, + "hits": [] } }, "items": { @@ -6448,24 +6407,14 @@ }, "_score": null, "_source": { - "uri": "i10001320", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -6476,6 +6425,9 @@ "catalogItemType_packed": [ "catalogItemType:32||google project, book" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -6485,8 +6437,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*ONR 84-743" + "idBarcode": [ + "33433001892276" + ], + "identifier": [ + "urn:shelfmark:*ONR 84-743", + "urn:barcode:33433001892276" ], "identifierV2": [ { @@ -6494,41 +6450,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001892276" + "value": "33433001892276", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*ONR 84-743" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433001892276" - ], - "idBarcode": [ - "33433001892276" - ], "requestable": [ true ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" + "shelfMark": [ + "*ONR 84-743" + ], + "shelfMark_sort": "a*ONR 84-000743", + "status": [ + { + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*ONR 84-000743" + "uri": "i10001320" }, "sort": [ null @@ -6551,8 +6511,11 @@ "nyplSource": [ "sierra-nypl" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "H. Laakmann," + "H. Laakmann" ], "language": [ { @@ -6560,24 +6523,36 @@ "label": "Estonian" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 1881 ], - "type": [ - "nypl:Item" - ], "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", @@ -6587,6 +6562,10 @@ "type": "nypl:Bnumber", "value": "10002107" }, + { + "type": "nypl:Oclc", + "value": "NYPG002001550-B" + }, { "type": "bf:Identifier", "value": "NNSZ00202149" @@ -6596,14 +6575,19 @@ "value": "(WaOLN)nyp0202103" } ], - "updatedAt": 1636143254095, + "updatedAt": 1711329784887, "publicationStatement": [ "Tartus: H. Laakmann, 1881." ], "identifier": [ + "urn:shelfmark:JFB 82-48 no. 4", "urn:bnum:10002107", - "urn:undefined:NNSZ00202149", - "urn:undefined:(WaOLN)nyp0202103" + "urn:oclc:NYPG002001550-B", + "urn:identifier:NNSZ00202149", + "urn:identifier:(WaOLN)nyp0202103" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -6630,14 +6614,8 @@ "Wenemaa ajaloost." ], "uri": "b10002107", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Tartus:" + "Tartus" ], "issuance": [ { @@ -6672,81 +6650,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433005146166" - ], - "physicalLocation": [ - "JFB 82-48 no. 1" + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } ], - "shelfMark_sort": "aJFB 82-48 no. 000001", "catalogItemType_packed": [ "catalogItemType:2||book non-circ" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10001452", - "shelfMark": [ - "JFB 82-48 no. 1" + "idBarcode": [ + "33433005146166" + ], + "identifier": [ + "urn:shelfmark:JFB 82-48 no. 1", + "urn:barcode:33433005146166" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "JFB 82-48 no. 1" + "value": "JFB 82-48 no. 1", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433005146166" + "value": "33433005146166", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433005146166" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "JFB 82-48 no. 1" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } + "shelfMark": [ + "JFB 82-48 no. 1" ], + "shelfMark_sort": "aJFB 82-48 no. 000001", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10001452" }, "sort": [ null @@ -6766,34 +6751,14 @@ "extent": [ "16 p. ; 13 cm." ], - "publicationStatement": [ - "Tartus : M. Laakmann, 1881." - ], - "identifier": [ - "urn:bnum:10002108", - "urn:undefined:NNSZ00202150", - "urn:undefined:(WaOLN)nyp0202104" - ], "nyplSource": [ "sierra-nypl" ], - "publisherLiteral": [ - "M. Laakmann," - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } + "numItemDatesParsed": [ + 0 ], - "dateString": [ - "1881" + "publisherLiteral": [ + "M. Laakmann" ], "language": [ { @@ -6801,40 +6766,36 @@ "label": "Estonian" } ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } + "numItemsTotal": [ + 1 ], "createdYear": [ 1881 ], - "type": [ - "nypl:Item" - ], "title": [ "Rätsepp Kergepüks." ], - "titleDisplay": [ - "Rätsepp Kergepüks." + "type": [ + "nypl:Item" ], "shelfMark": [ "JFB 82-48 no. 3" ], - "uri": "b10002108", + "numItemVolumesParsed": [ + 0 + ], "createdString": [ "1881" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "numElectronicResources": [ + 0 ], "dateStartYear": [ 1881 ], + "idOclc": [ + "NYPG002001551-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6844,6 +6805,10 @@ "type": "nypl:Bnumber", "value": "10002108" }, + { + "type": "nypl:Oclc", + "value": "NYPG002001551-B" + }, { "type": "bf:Identifier", "value": "NNSZ00202150" @@ -6853,16 +6818,54 @@ "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 :" + "Tartus" ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } - ], - "updatedAt": 1636127692677 + ] }, "sort": [ "b10002108" @@ -6887,46 +6890,31 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433005146166" - ], - "physicalLocation": [ - "JFB 82-48 no. 1" - ], - "shelfMark_sort": "aJFB 82-48 no. 000001", - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "accessMessage": [ + "catalogItemType": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "catalogItemType:2", + "label": "book non-circ" } ], - "status_packed": [ - "status:a||Available" + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" ], - "uri": "i10001452", - "shelfMark": [ - "JFB 82-48 no. 1" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "JFB 82-48 no. 1" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433005146166" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ @@ -6935,33 +6923,55 @@ "idBarcode": [ "33433005146166" ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "requestable": [ - true + "identifier": [ + "urn:shelfmark:JFB 82-48 no. 1", + "urn:barcode:33433005146166" ], - "catalogItemType": [ + "identifierV2": [ { - "id": "catalogItemType:2", - "label": "book non-circ" + "value": "JFB 82-48 no. 1", + "type": "bf:ShelfMark" + }, + { + "value": "33433005146166", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ + "JFB 82-48 no. 1" + ], + "recapCustomerCode": [ + "NA" + ], + "requestable": [ + true + ], + "shelfMark": [ + "JFB 82-48 no. 1" + ], + "shelfMark_sort": "aJFB 82-48 no. 000001", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10001452" }, "sort": [ null @@ -6984,8 +6994,11 @@ "nyplSource": [ "sierra-nypl" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "H. Laakmann," + "H. Laakmann" ], "language": [ { @@ -6993,24 +7006,36 @@ "label": "Estonian" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 1881 ], - "type": [ - "nypl:Item" - ], "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", @@ -7020,6 +7045,10 @@ "type": "nypl:Bnumber", "value": "10002109" }, + { + "type": "nypl:Oclc", + "value": "NYPG002001552-B" + }, { "type": "bf:Identifier", "value": "NNSZ00202151" @@ -7029,14 +7058,19 @@ "value": "(WaOLN)nyp0202105" } ], - "updatedAt": 1636115332522, + "updatedAt": 1711497506766, "publicationStatement": [ "Tartus : H. Laakmann, 1881." ], "identifier": [ + "urn:shelfmark:JFB 82-48 no. 1", "urn:bnum:10002109", - "urn:undefined:NNSZ00202151", - "urn:undefined:(WaOLN)nyp0202105" + "urn:oclc:NYPG002001552-B", + "urn:identifier:NNSZ00202151", + "urn:identifier:(WaOLN)nyp0202105" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -7063,14 +7097,8 @@ "Masajalg." ], "uri": "b10002109", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Tartus :" + "Tartus" ], "issuance": [ { @@ -7105,81 +7133,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433005146166" - ], - "physicalLocation": [ - "JFB 82-48 no. 1" + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } ], - "shelfMark_sort": "aJFB 82-48 no. 000001", "catalogItemType_packed": [ "catalogItemType:2||book non-circ" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10001452", - "shelfMark": [ - "JFB 82-48 no. 1" + "idBarcode": [ + "33433005146166" + ], + "identifier": [ + "urn:shelfmark:JFB 82-48 no. 1", + "urn:barcode:33433005146166" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "JFB 82-48 no. 1" + "value": "JFB 82-48 no. 1", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433005146166" + "value": "33433005146166", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433005146166" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "JFB 82-48 no. 1" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } + "shelfMark": [ + "JFB 82-48 no. 1" ], + "shelfMark_sort": "aJFB 82-48 no. 000001", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10001452" }, "sort": [ null @@ -7202,8 +7237,11 @@ "nyplSource": [ "sierra-nypl" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Wakālat Nāy," + "Wakālat Nāy" ], "language": [ { @@ -7211,27 +7249,36 @@ "label": "Arabic" } ], - "dateEndString": [ - "1999" + "numItemsTotal": [ + 1 ], "createdYear": [ 1900 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1999" ], "title": [ "Awlād bi-al-jumlah" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFD 82-4488" ], - "creatorLiteral": [ - "Gilbreth, Frank B. (Frank Bunker), 1911-2001." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1900" ], + "creatorLiteral": [ + "Gilbreth, Frank B. (Frank Bunker), 1911-2001." + ], + "numElectronicResources": [ + 0 + ], "contributorLiteral": [ "Carey, Ernestine Moller, 1908-", "Ṭāhā, Aḥmad." @@ -7239,6 +7286,9 @@ "dateStartYear": [ 1900 ], + "idOclc": [ + "NYPG002001561-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -7248,6 +7298,10 @@ "type": "nypl:Bnumber", "value": "10002118" }, + { + "type": "nypl:Oclc", + "value": "NYPG002001561-B" + }, { "type": "bf:Identifier", "value": "NNSZ00202160" @@ -7263,14 +7317,19 @@ "dateEndYear": [ 1999 ], - "updatedAt": 1636076222810, + "updatedAt": 1711605724143, "publicationStatement": [ "Dimashq : Wakālat Nāy, 19--." ], "identifier": [ + "urn:shelfmark:*OFD 82-4488", "urn:bnum:10002118", - "urn:undefined:NNSZ00202160", - "urn:undefined:(WaOLN)nyp0202114" + "urn:oclc:NYPG002001561-B", + "urn:identifier:NNSZ00202160", + "urn:identifier:(WaOLN)nyp0202114" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -7297,14 +7356,8 @@ "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", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Dimashq :" + "Dimashq" ], "issuance": [ { @@ -7342,83 +7395,90 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433001997497" - ], - "physicalLocation": [ - "*OFD 82-4488" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OFD 82-004488", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10001459", - "shelfMark": [ - "*OFD 82-4488" + "idBarcode": [ + "33433001997497" + ], + "identifier": [ + "urn:shelfmark:*OFD 82-4488", + "urn:barcode:33433001997497" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OFD 82-4488" + "value": "*OFD 82-4488", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001997497" + "value": "33433001997497", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433001997497" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OFD 82-4488" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OFD 82-4488" ], + "shelfMark_sort": "a*OFD 82-004488", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] - }, - "sort": [ + "type": [ + "bf:Item" + ], + "uri": "i10001459" + }, + "sort": [ null ] } @@ -7461,6 +7521,9 @@ "Jews -- Conversion to Christianity", "Missions to Jews" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ "s.n." ], @@ -7470,30 +7533,42 @@ "label": "English" } ], + "numItemsTotal": [ + 0 + ], "createdYear": [ 1840 ], - "type": [ - "nypl:Item" - ], "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" ], - "creatorLiteral": [ - "Frey, Joseph Samuel C. F. (Joseph Samuel Christian Frederick), 1771-1850." + "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 ], + "idOclc": [ + "NYPG003000034-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -7503,6 +7578,10 @@ "type": "nypl:Bnumber", "value": "10002588" }, + { + "type": "nypl:Oclc", + "value": "NYPG003000034-B" + }, { "type": "bf:Identifier", "value": "NNSZ00302930" @@ -7512,14 +7591,19 @@ "value": "(WaOLN)nyp0202584" } ], - "updatedAt": 1657980319626, + "updatedAt": 1711294388856, "publicationStatement": [ "[New York : s.n., 1840?]" ], "identifier": [ + "urn:shelfmark:*XMH-2174", "urn:bnum:10002588", - "urn:undefined:NNSZ00302930", - "urn:undefined:(WaOLN)nyp0202584" + "urn:oclc:NYPG003000034-B", + "urn:identifier:NNSZ00302930", + "urn:identifier:(WaOLN)nyp0202584" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -7550,12 +7634,6 @@ "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", - "numItems": [ - 0 - ], - "numAvailable": [ - 0 - ], "placeOfPublication": [ "[New York" ], @@ -7611,6 +7689,9 @@ "subjectLiteral_exploded": [ "Horses" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ "Bokförlaget Rediviva" ], @@ -7620,30 +7701,42 @@ "label": "Swedish" } ], - "dateEndString": [ - "1837" + "numItemsTotal": [ + 0 ], "createdYear": [ 1978 ], - "type": [ - "nypl:Item" + "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" ], - "creatorLiteral": [ - "Billing, J. S." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1978" ], + "creatorLiteral": [ + "Billing, J. S." + ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1978 ], + "idOclc": [ + "NYPG003000075-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -7657,6 +7750,10 @@ "type": "bf:Isbn", "value": "9171201017" }, + { + "type": "nypl:Oclc", + "value": "NYPG003000075-B" + }, { "type": "bf:Identifier", "value": "NNSZ00302971" @@ -7669,18 +7766,23 @@ "dateEndYear": [ 1837 ], - "updatedAt": 1657981583132, + "updatedAt": 1711399234956, "publicationStatement": [ "Stockholm : Bokförlaget Rediviva, 1978." ], + "idIsbn": [ + "9171201017" + ], "identifier": [ + "urn:shelfmark:*XM-15430", "urn:bnum:10002627", "urn:isbn:9171201017", - "urn:undefined:NNSZ00302971", - "urn:undefined:(WaOLN)nyp0202622" + "urn:oclc:NYPG003000075-B", + "urn:identifier:NNSZ00302971", + "urn:identifier:(WaOLN)nyp0202622" ], - "idIsbn": [ - "9171201017" + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -7710,12 +7812,6 @@ "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", - "numItems": [ - 0 - ], - "numAvailable": [ - 0 - ], "placeOfPublication": [ "Stockholm" ], @@ -7725,11 +7821,11 @@ "label": "monograph/item" } ], - "idIsbn_clean": [ - "9171201017" - ], "dimensions": [ "15 cm." + ], + "idIsbn_clean": [ + "9171201017" ] }, "sort": [ @@ -7774,6 +7870,9 @@ "subjectLiteral_exploded": [ "Socialism" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ "Trübsche Buchh." ], @@ -7783,27 +7882,39 @@ "label": "German" } ], + "numItemsTotal": [ + 0 + ], "createdYear": [ 1882 ], - "type": [ - "nypl:Item" - ], "title": [ "Wetterleuchten, der Staatssozialismus und seine Consequenzen. Erster Theil" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*XME-10755" ], - "creatorLiteral": [ - "Locher, Friedrich, 1820-1911." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1882" ], + "creatorLiteral": [ + "Locher, Friedrich, 1820-1911." + ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1882 ], + "idOclc": [ + "NYPG003000079-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -7813,6 +7924,10 @@ "type": "nypl:Bnumber", "value": "10002631" }, + { + "type": "nypl:Oclc", + "value": "NYPG003000079-B" + }, { "type": "bf:Identifier", "value": "NNSZ00302975" @@ -7822,14 +7937,19 @@ "value": "(WaOLN)nyp0202626" } ], - "updatedAt": 1657981583132, + "updatedAt": 1711399234956, "publicationStatement": [ "Zürich : Trübsche Buchh., 1882." ], "identifier": [ + "urn:shelfmark:*XME-10755", "urn:bnum:10002631", - "urn:undefined:NNSZ00302975", - "urn:undefined:(WaOLN)nyp0202626" + "urn:oclc:NYPG003000079-B", + "urn:identifier:NNSZ00302975", + "urn:identifier:(WaOLN)nyp0202626" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -7859,12 +7979,6 @@ "Wetterleuchten, der Staatssozialismus und seine Consequenzen. Erster Theil [microform] / von Friedrich Locher." ], "uri": "b10002631", - "numItems": [ - 0 - ], - "numAvailable": [ - 0 - ], "placeOfPublication": [ "Zürich" ], @@ -7928,9 +8042,12 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ + "Vedas", "Hinduism", - "Hinduism -- Rites and ceremonies", - "Vedas" + "Hinduism -- Rites and ceremonies" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ "[Vārāṇaseya-Saṃskṛta-Viśvavidyālayaḥ." @@ -7941,36 +8058,48 @@ "label": "Sanskrit" } ], - "dateEndString": [ - "1889" + "numItemsTotal": [ + 1 ], "createdYear": [ 1967 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1889" ], "title": [ "Atharvavede śāntipuṣṭikarmāṇi." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLY 83-704" ], - "creatorLiteral": [ - "Malaviya, Maya, 1939-" + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1967" ], + "creatorLiteral": [ + "Malaviya, Maya, 1939-" + ], "idLccn": [ "sa 68016943" ], + "numElectronicResources": [ + 0 + ], "seriesStatement": [ "Sarasvatībhavana - Adhyayanamālā, 17" ], "dateStartYear": [ 1967 ], + "idOclc": [ + "NYPG003000540-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -7980,6 +8109,10 @@ "type": "nypl:Bnumber", "value": "10003085" }, + { + "type": "nypl:Oclc", + "value": "NYPG003000540-B" + }, { "type": "bf:Lccn", "value": "sa 68016943" @@ -7996,15 +8129,20 @@ "dateEndYear": [ 1889 ], - "updatedAt": 1636075653207, + "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:undefined:NNSZ00303436", - "urn:undefined:(WaOLN)nyp0203078" + "urn:identifier:NNSZ00303436", + "urn:identifier:(WaOLN)nyp0203078" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -8028,8 +8166,8 @@ } ], "subjectLiteral": [ - "Hinduism -- Rites and ceremonies.", - "Vedas." + "Vedas.", + "Hinduism -- Rites and ceremonies." ], "titleDisplay": [ "Atharvavede śāntipuṣṭikarmāṇi. Lekhikā sampādikā ca Māyā Mālavīyā." @@ -8038,12 +8176,6 @@ "lccClassification": [ "BL1226.2 .M32 1967" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Vārāṇasyām" ], @@ -8080,72 +8212,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433060417965" - ], - "physicalLocation": [ - "*OLY 83-704" - ], - "shelfMark_sort": "a*OLY 83-000704", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "uri": "i13784336", - "shelfMark": [ - "*OLY 83-704" + "idBarcode": [ + "33433060417965" + ], + "identifier": [ + "urn:shelfmark:*OLY 83-704", + "urn:barcode:33433060417965" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLY 83-704" + "value": "*OLY 83-704", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433060417965" + "value": "33433060417965", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433060417965" + "physicalLocation": [ + "*OLY 83-704" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLY 83-704" ], + "shelfMark_sort": "a*OLY 83-000704", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } - ] + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i13784336" }, "sort": [ null @@ -8188,6 +8327,9 @@ "subjectLiteral_exploded": [ "Solar eclipses" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ "Vārāṇaseya-Saṃskṛta-Viśvavidyālayaḥ[" ], @@ -8197,36 +8339,48 @@ "label": "Sanskrit" } ], - "dateEndString": [ - "1889" + "numItemsTotal": [ + 1 ], "createdYear": [ 1967 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1889" ], "title": [ "Sūryagrahaṇam." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKQ 83-703" ], - "creatorLiteral": [ - "Dvivedī, Kṛṣṇacandra." + "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", @@ -8237,8 +8391,12 @@ "value": "10003088" }, { - "type": "bf:Lccn", - "value": "sa 68014918" + "type": "nypl:Oclc", + "value": "NYPG003000543-B" + }, + { + "type": "bf:Lccn", + "value": "sa 68014918" }, { "type": "bf:Identifier", @@ -8252,15 +8410,20 @@ "dateEndYear": [ 1889 ], - "updatedAt": 1636132203514, + "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:undefined:NNSZ00303439", - "urn:undefined:(WaOLN)nyp0203081" + "urn:identifier:NNSZ00303439", + "urn:identifier:(WaOLN)nyp0203081" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -8293,14 +8456,8 @@ "lccClassification": [ "QB541 .D83" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Vārāṇasyām," + "Vārāṇasyām" ], "issuance": [ { @@ -8335,81 +8492,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433002896748" - ], - "physicalLocation": [ - "*OKQ 83-703" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OKQ 83-000703", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10002163", - "shelfMark": [ - "*OKQ 83-703" + "idBarcode": [ + "33433002896748" + ], + "identifier": [ + "urn:shelfmark:*OKQ 83-703", + "urn:barcode:33433002896748" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OKQ 83-703" + "value": "*OKQ 83-703", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433002896748" + "value": "33433002896748", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433002896748" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OKQ 83-703" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OKQ 83-703" ], + "shelfMark_sort": "a*OKQ 83-000703", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10002163" }, "sort": [ null @@ -8447,13 +8611,16 @@ "subjectLiteral_exploded": [ "Bukhārī, Muḥammad ibn Ismāʻīl, 810-870.", "Bukhārī, Muḥammad ibn Ismāʻīl, 810-870. -- Indexes", - "Hadith", - "Hadith -- Indexes", "Muslim ibn al-Ḥajjāj al-Qushayrī, approximately 821-875.", - "Muslim ibn al-Ḥajjāj al-Qushayrī, approximately 821-875. -- Indexes" + "Muslim ibn al-Ḥajjāj al-Qushayrī, approximately 821-875. -- Indexes", + "Hadith", + "Hadith -- Indexes" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Dār al-Kutub al-ʻIlmīyah," + "Dār al-Kutub al-ʻIlmīyah" ], "language": [ { @@ -8461,30 +8628,39 @@ "label": "Arabic" } ], - "dateEndString": [ - "1895" + "numItemsTotal": [ + 1 ], "createdYear": [ 1975 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1895" ], "title": [ "Miftāḥ al-Ṣaḥīḥayn Bukhārī wa-Muslim" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OGF 84-1307" ], - "creatorLiteral": [ - "Tawqādī, Muḥammad al-Sharīf ibn Muṣṭafá." + "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." @@ -8492,6 +8668,9 @@ "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG003000572-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -8501,6 +8680,10 @@ "type": "nypl:Bnumber", "value": "10003117" }, + { + "type": "nypl:Oclc", + "value": "NYPG003000572-B" + }, { "type": "bf:Lccn", "value": "77960426" @@ -8517,15 +8700,20 @@ "dateEndYear": [ 1895 ], - "updatedAt": 1636116228553, + "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:undefined:NNSZ00303468", - "urn:undefined:(WaOLN)nyp0203110" + "urn:identifier:NNSZ00303468", + "urn:identifier:(WaOLN)nyp0203110" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -8550,8 +8738,8 @@ ], "subjectLiteral": [ "Bukhārī, Muḥammad ibn Ismāʻīl, 810-870. -- Indexes.", - "Hadith -- Indexes.", - "Muslim ibn al-Ḥajjāj al-Qushayrī, approximately 821-875. -- 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ī." @@ -8560,14 +8748,8 @@ "lccClassification": [ "BP135.2. T86 1975" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Bayrūt :" + "Bayrūt" ], "issuance": [ { @@ -8605,81 +8787,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433013217298" - ], - "physicalLocation": [ - "*OGF 84-1307" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OGF 84-001307", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10002177", - "shelfMark": [ - "*OGF 84-1307" + "idBarcode": [ + "33433013217298" + ], + "identifier": [ + "urn:shelfmark:*OGF 84-1307", + "urn:barcode:33433013217298" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OGF 84-1307" + "value": "*OGF 84-1307", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433013217298" + "value": "33433013217298", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433013217298" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OGF 84-1307" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OGF 84-1307" ], + "shelfMark_sort": "a*OGF 84-001307", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10002177" }, "sort": [ null @@ -8723,8 +8912,11 @@ "Shīʻah", "Shīʻah -- Doctrines" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Muʼassasat al-Aʻlamī lil-Maṭbūʻāt," + "Muʼassasat al-Aʻlamī lil-Maṭbūʻāt" ], "language": [ { @@ -8732,33 +8924,45 @@ "label": "Arabic" } ], - "dateEndString": [ - "1855" + "numItemsTotal": [ + 1 ], "createdYear": [ 1968 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1855" ], "title": [ - "Ghāyat al-marām fī ḥujjat al-khiṣ̣ām ʻan ṭarīq al-khāṣṣ wa-al-ʻāmm," + "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" ], - "creatorLiteral": [ - "Baḥrānī, Hāshim ibn Sulaymān, -1695 or 6." + "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", @@ -8768,6 +8972,10 @@ "type": "nypl:Bnumber", "value": "10003143" }, + { + "type": "nypl:Oclc", + "value": "NYPG003000598-B" + }, { "type": "bf:Lccn", "value": "75961367" @@ -8784,15 +8992,20 @@ "dateEndYear": [ 1855 ], - "updatedAt": 1641231073322, + "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:undefined:NNSZ00303494", - "urn:undefined:(WaOLN)nyp0203136" + "urn:identifier:NNSZ00303494", + "urn:identifier:(WaOLN)nyp0203136" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -8825,14 +9038,8 @@ "lccClassification": [ "BP194 .B3 1968" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "[Bayrūt," + "[Bayrūt" ], "issuance": [ { @@ -8867,74 +9074,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433058659842" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OGI+ 84-001305", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i13784359", - "shelfMark": [ - "*OGI+ 84-1305" + "idBarcode": [ + "33433058659842" + ], + "identifier": [ + "urn:shelfmark:*OGI+ 84-1305", + "urn:barcode:33433058659842" ], "identifierV2": [ { - "type": "bf:Barcode", - "value": "33433058659842" + "value": "*OGI+ 84-1305", + "type": "bf:ShelfMark" + }, + { + "value": "33433058659842", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433058659842" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OGI+ 84-1305" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OGI+ 84-1305" ], + "shelfMark_sort": "a*OGI+ 84-001305", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i13784359" }, "sort": [ null @@ -8962,7 +9183,7 @@ }, { "noteType": "Original Version", - "label": "Originally published:", + "label": "Originally published", "type": "bf:Note" }, { @@ -8978,8 +9199,11 @@ "Lāṭyāyanaśrautasūtra", "Vedas" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Munshiram Manoharlal Publishers," + "Munshiram Manoharlal Publishers" ], "language": [ { @@ -8987,33 +9211,45 @@ "label": "Sanskrit" } ], - "dateEndString": [ - "1872" + "numItemsTotal": [ + 1 ], "createdYear": [ 1982 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1872" ], "title": [ "Srautasūtram" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKH 84-1426" ], + "numItemVolumesParsed": [ + 0 + ], "createdString": [ "1982" ], + "numElectronicResources": [ + 0 + ], "contributorLiteral": [ "Agnisvāmi.", + "Vedāntavāgīśa, Ānandacandra.", "Kashikar, C. G.", - "Lāṭyāyanaśrautasūtra.", - "Vedāntavāgīśa, Ānandacandra." + "Lāṭyāyanaśrautasūtra." ], "dateStartYear": [ 1982 ], + "idOclc": [ + "NYPG003000601-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -9023,6 +9259,10 @@ "type": "nypl:Bnumber", "value": "10003146" }, + { + "type": "nypl:Oclc", + "value": "NYPG003000601-B" + }, { "type": "bf:Identifier", "value": "NNSZ00303497" @@ -9038,14 +9278,19 @@ "dateEndYear": [ 1872 ], - "updatedAt": 1636130442624, + "updatedAt": 1711355330537, "publicationStatement": [ "New Delhi : Munshiram Manoharlal Publishers, 1982." ], "identifier": [ + "urn:shelfmark:*OKH 84-1426", "urn:bnum:10003146", - "urn:undefined:NNSZ00303497", - "urn:undefined:(WaOLN)nyp0203139" + "urn:oclc:NYPG003000601-B", + "urn:identifier:NNSZ00303497", + "urn:identifier:(WaOLN)nyp0203139" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -9076,14 +9321,8 @@ "Srautasūtram / Lāṭyāyanācārya praṇītam ; Agnisvāmiviracitabhāṣyasahitam ; Śrīānandacandravēdāntavāgīśena pariśodhitam ; [with new appendix containing corrections and emendations to the text by Dr. C. G. Kashikar]." ], "uri": "b10003146", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "New Delhi :" + "New Delhi" ], "issuance": [ { @@ -9118,39 +9357,31 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433058568993" - ], - "shelfMark_sort": "a*OKH 84-001426", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ + "catalogItemType": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], - "status_packed": [ - "status:a||Available" + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" ], - "uri": "i13784362", - "shelfMark": [ - "*OKH 84-1426" + "formatLiteral": [ + "Text" ], - "identifierV2": [ + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433058568993" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ @@ -9159,33 +9390,55 @@ "idBarcode": [ "33433058568993" ], + "identifier": [ + "urn:shelfmark:*OKH 84-1426", + "urn:barcode:33433058568993" + ], + "identifierV2": [ + { + "value": "*OKH 84-1426", + "type": "bf:ShelfMark" + }, + { + "value": "33433058568993", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OKH 84-1426" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OKH 84-1426" ], + "shelfMark_sort": "a*OKH 84-001426", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i13784362" }, "sort": [ null @@ -9223,8 +9476,11 @@ "subjectLiteral_exploded": [ "Medicine, Chinese" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Xuan feng chu ban she ; Taipei : Zong jing xiao da zhong tu shu Gong si," + "Xuan feng chu ban she ; Taipei : Zong jing xiao da zhong tu shu Gong si" ], "language": [ { @@ -9232,36 +9488,48 @@ "label": "Chinese" } ], - "dateEndString": [ - "1670" + "numItemsTotal": [ + 1 ], "createdYear": [ 1972 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1670" ], "title": [ "Zheng yin mo zhi : [4 juan]" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OVL 84-1330" ], - "creatorLiteral": [ - "Qin, Changyu, active 17th century." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1972" ], + "creatorLiteral": [ + "Qin, Changyu, active 17th century." + ], "idLccn": [ "77839836" ], + "numElectronicResources": [ + 0 + ], "seriesStatement": [ "zhongguo yi yao zong shu." ], "dateStartYear": [ 1972 ], + "idOclc": [ + "NYPG003000613-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -9271,6 +9539,10 @@ "type": "nypl:Bnumber", "value": "10003158" }, + { + "type": "nypl:Oclc", + "value": "NYPG003000613-B" + }, { "type": "bf:Lccn", "value": "77839836" @@ -9283,14 +9555,19 @@ "dateEndYear": [ 1670 ], - "updatedAt": 1641391919318, + "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:undefined:NNSZ00303509" + "urn:identifier:NNSZ00303509" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -9323,14 +9600,8 @@ "lccClassification": [ "R128.7 .C545" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Taipei xian yonghe zhen :" + "Taipei xian yonghe zhen" ], "issuance": [ { @@ -9365,81 +9636,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433001746852" - ], - "physicalLocation": [ - "*OVL 84-1330" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OVL 84-001330", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10002193", - "shelfMark": [ - "*OVL 84-1330" + "idBarcode": [ + "33433001746852" + ], + "identifier": [ + "urn:shelfmark:*OVL 84-1330", + "urn:barcode:33433001746852" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OVL 84-1330" + "value": "*OVL 84-1330", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001746852" + "value": "33433001746852", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433001746852" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OVL 84-1330" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OVL 84-1330" ], + "shelfMark_sort": "a*OVL 84-001330", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10002193" }, "sort": [ null @@ -9485,8 +9763,11 @@ "Lingayats", "Lingayats -- Poetry" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "s.n.," + "s.n." ], "language": [ { @@ -9494,33 +9775,45 @@ "label": "Kannada" } ], - "dateEndString": [ - "1899" + "numItemsTotal": [ + 1 ], "createdYear": [ 1800 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1899" ], "title": [ "Basavapurāṇavu" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLA+ 82-1360" ], - "creatorLiteral": [ - "Palakuriki Somanatha, active 13th century." + "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", @@ -9530,6 +9823,10 @@ "type": "nypl:Bnumber", "value": "10003190" }, + { + "type": "nypl:Oclc", + "value": "NYPG003000645-B" + }, { "type": "bf:Identifier", "value": "NNSZ00303541" @@ -9545,14 +9842,19 @@ "dateEndYear": [ 1899 ], - "updatedAt": 1636076831370, + "updatedAt": 1711109252605, "publicationStatement": [ "[S.1. : s.n., 18--?]" ], "identifier": [ + "urn:shelfmark:*OLA+ 82-1360", "urn:bnum:10003190", - "urn:undefined:NNSZ00303541", - "urn:undefined:(WaOLN)nyp0203183" + "urn:oclc:NYPG003000645-B", + "urn:identifier:NNSZ00303541", + "urn:identifier:(WaOLN)nyp0203183" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -9583,14 +9885,8 @@ "Basavapurāṇavu / [Bhīmakavi viracita ; Sōmanātha kaviya Telugu Basavapurāṇamuvina Kannaḍa anuvāda]." ], "uri": "b10003190", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "[S.1. :" + "[S.1." ], "issuance": [ { @@ -9628,39 +9924,31 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433069579674" - ], - "shelfMark_sort": "a*OLA+ 82-001360", - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "accessMessage": [ + "catalogItemType": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "catalogItemType:2", + "label": "book non-circ" } ], - "status_packed": [ - "status:a||Available" + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" ], - "uri": "i13784381", - "shelfMark": [ - "*OLA+ 82-1360" + "formatLiteral": [ + "Text" ], - "identifierV2": [ + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433069579674" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ @@ -9669,33 +9957,55 @@ "idBarcode": [ "33433069579674" ], + "identifier": [ + "urn:shelfmark:*OLA+ 82-1360", + "urn:barcode:33433069579674" + ], + "identifierV2": [ + { + "value": "*OLA+ 82-1360", + "type": "bf:ShelfMark" + }, + { + "value": "33433069579674", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLA+ 82-1360" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } + "shelfMark": [ + "*OLA+ 82-1360" ], + "shelfMark_sort": "a*OLA+ 82-001360", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i13784381" }, "sort": [ null @@ -9735,8 +10045,11 @@ "Kurds -- Iran", "Kurds -- Iran -- History" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Chāpkhānah-ʼi Kūshish," + "Chāpkhānah-ʼi Kūshish" ], "language": [ { @@ -9744,30 +10057,42 @@ "label": "Persian" } ], - "dateEndString": [ - "999" + "numItemsTotal": [ + 3 ], "createdYear": [ 1981 ], - "type": [ - "nypl:Item" + "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" ], - "creatorLiteral": [ - "Tavaḥḥudī Awghāzī, Kalīm Allāh." + "numItemVolumesParsed": [ + 3 ], "createdString": [ "1981" ], + "creatorLiteral": [ + "Tavaḥḥudī Awghāzī, Kalīm Allāh." + ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1981 ], + "idOclc": [ + "NYPG003000759-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -9777,6 +10102,10 @@ "type": "nypl:Bnumber", "value": "10003301" }, + { + "type": "nypl:Oclc", + "value": "NYPG003000759-B" + }, { "type": "bf:Identifier", "value": "NNSZ00303655" @@ -9789,14 +10118,19 @@ "dateEndYear": [ 999 ], - "updatedAt": 1636103985760, + "updatedAt": 1711249214227, "publicationStatement": [ "Mashhad : Chāpkhānah-ʼi Kūshish, 1359- [1981- ]" ], "identifier": [ + "urn:shelfmark:*OMR 84-1145", "urn:bnum:10003301", - "urn:undefined:NNSZ00303655", - "urn:undefined:(WaOLN)nyp0000007" + "urn:oclc:NYPG003000759-B", + "urn:identifier:NNSZ00303655", + "urn:identifier:(WaOLN)nyp0000007" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -9826,14 +10160,8 @@ "Ḥ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", - "numItems": [ - 3 - ], - "numAvailable": [ - 3 - ], "placeOfPublication": [ - "Mashhad :" + "Mashhad" ], "issuance": [ { @@ -9864,91 +10192,107 @@ { "_nested": { "field": "items", - "offset": 2 + "offset": 0 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433013135854" - ], - "physicalLocation": [ - "*OMR 84-1145" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OMR 84-1145 v. 000004", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 4" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 4-" ], - "uri": "i10002283", - "shelfMark": [ - "*OMR 84-1145 v. 4" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OMR 84-1145 v. 4" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433013135854" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "enumerationChronology": [ - "v. 4" - ], "idBarcode": [ "33433013135854" ], + "identifier": [ + "urn:shelfmark:*OMR 84-1145 v. 4", + "urn:barcode:33433013135854" + ], + "identifierV2": [ + { + "value": "*OMR 84-1145 v. 4", + "type": "bf:ShelfMark" + }, + { + "value": "33433013135854", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OMR 84-1145" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OMR 84-1145 v. 4" ], + "shelfMark_sort": "a*OMR 84-1145 v. 000004", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 4, + "lte": 4 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10002283" }, "sort": [ - null + " 4-" ] }, { @@ -9958,177 +10302,209 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433013135847" - ], - "physicalLocation": [ - "*OMR 84-1145" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OMR 84-1145 v. 000003", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 3" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 3-" ], - "uri": "i10002282", - "shelfMark": [ - "*OMR 84-1145 v. 3" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OMR 84-1145 v. 3" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433013135847" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "enumerationChronology": [ - "v. 3" - ], "idBarcode": [ "33433013135847" ], + "identifier": [ + "urn:shelfmark:*OMR 84-1145 v. 3", + "urn:barcode:33433013135847" + ], + "identifierV2": [ + { + "value": "*OMR 84-1145 v. 3", + "type": "bf:ShelfMark" + }, + { + "value": "33433013135847", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OMR 84-1145" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OMR 84-1145 v. 3" ], + "shelfMark_sort": "a*OMR 84-1145 v. 000003", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 3, + "lte": 3 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10002282" }, "sort": [ - null + " 3-" ] }, { "_nested": { "field": "items", - "offset": 0 + "offset": 2 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433013136530" - ], - "physicalLocation": [ - "*OMR 84-1145" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OMR 84-1145 v. 000001", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 1" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 1-" ], - "uri": "i10002281", - "shelfMark": [ - "*OMR 84-1145 v. 1" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OMR 84-1145 v. 1" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433013136530" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "enumerationChronology": [ - "v. 1" - ], "idBarcode": [ "33433013136530" ], + "identifier": [ + "urn:shelfmark:*OMR 84-1145 v. 1", + "urn:barcode:33433013136530" + ], + "identifierV2": [ + { + "value": "*OMR 84-1145 v. 1", + "type": "bf:ShelfMark" + }, + { + "value": "33433013136530", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OMR 84-1145" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OMR 84-1145 v. 1" ], + "shelfMark_sort": "a*OMR 84-1145 v. 000001", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 1, + "lte": 1 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10002281" }, "sort": [ - null + " 1-" ] } ] @@ -10160,8 +10536,11 @@ "nyplSource": [ "sierra-nypl" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Abū Ṭālib Shīrāzī," + "Abū Ṭālib Shīrāzī" ], "language": [ { @@ -10169,27 +10548,39 @@ "label": "Persian" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 1859 ], - "type": [ - "nypl:Item" - ], "title": [ "Ḥadīqat al-ḥaqīqah va sharīʻat al-ṭarīqah" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OMQ 82-3324" ], - "creatorLiteral": [ - "Sanāʼī al-Ghaznavī, Abū al-Majd Majdūd ibn Ādam, -approximately 1150." + "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", @@ -10199,6 +10590,10 @@ "type": "nypl:Bnumber", "value": "10003564" }, + { + "type": "nypl:Oclc", + "value": "NYPG003001024-B" + }, { "type": "bf:Identifier", "value": "NNSZ00303920" @@ -10208,14 +10603,19 @@ "value": "(WaOLN)nyp0203556" } ], - "updatedAt": 1636103985797, + "updatedAt": 1711249216528, "publicationStatement": [ "Bumbaʼī : Abū Ṭālib Shīrāzī, 1859." ], "identifier": [ + "urn:shelfmark:*OMQ 82-3324", "urn:bnum:10003564", - "urn:undefined:NNSZ00303920", - "urn:undefined:(WaOLN)nyp0203556" + "urn:oclc:NYPG003001024-B", + "urn:identifier:NNSZ00303920", + "urn:identifier:(WaOLN)nyp0203556" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -10242,14 +10642,8 @@ "Ḥadīqat al-ḥaqīqah va sharīʻat al-ṭarīqah / Abū al-Majd Majdūd ibn Ādam al-Sanāʼī al-Ghaznavī." ], "uri": "b10003564", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Bumbaʼī :" + "Bumbaʼī" ], "issuance": [ { @@ -10284,81 +10678,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433013144385" - ], - "physicalLocation": [ - "*OMQ 82-3324" + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } ], - "shelfMark_sort": "a*OMQ 82-003324", "catalogItemType_packed": [ "catalogItemType:2||book non-circ" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rcma2", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rcma2||Offsite" ], - "uri": "i10002468", - "shelfMark": [ - "*OMQ 82-3324" + "idBarcode": [ + "33433013144385" + ], + "identifier": [ + "urn:shelfmark:*OMQ 82-3324", + "urn:barcode:33433013144385" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OMQ 82-3324" + "value": "*OMQ 82-3324", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433013144385" + "value": "33433013144385", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rcma2||Offsite" - ], - "idBarcode": [ - "33433013144385" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OMQ 82-3324" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } + "shelfMark": [ + "*OMQ 82-3324" ], + "shelfMark_sort": "a*OMQ 82-003324", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rcma2", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10002468" }, "sort": [ null @@ -10381,8 +10782,11 @@ "nyplSource": [ "sierra-nypl" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "J.R. Vilímek," + "J.R. Vilímek" ], "language": [ { @@ -10390,33 +10794,45 @@ "label": "Czech" } ], - "dateEndString": [ - "1983" + "numItemsTotal": [ + 1 ], "createdYear": [ 1900 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1983" ], "title": [ "Listí po krajích rozváté : básně" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*QVH 83-187" ], - "creatorLiteral": [ - "Svoboda, František Xaver, 1860-" + "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", @@ -10426,6 +10842,10 @@ "type": "nypl:Bnumber", "value": "10003703" }, + { + "type": "nypl:Oclc", + "value": "NYPG003001165-B" + }, { "type": "bf:Identifier", "value": "NNSZ00304061" @@ -10438,14 +10858,19 @@ "dateEndYear": [ 1983 ], - "updatedAt": 1636113429964, + "updatedAt": 1711284893442, "publicationStatement": [ "V Praze : J.R. Vilímek, [19--]." ], "identifier": [ + "urn:shelfmark:*QVH 83-187", "urn:bnum:10003703", - "urn:undefined:NNSZ00304061", - "urn:undefined:(WaOLN)nyp0203695" + "urn:oclc:NYPG003001165-B", + "urn:identifier:NNSZ00304061", + "urn:identifier:(WaOLN)nyp0203695" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -10472,14 +10897,8 @@ "Listí po krajích rozváté : básně / F. X. Svoboda." ], "uri": "b10003703", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "V Praze :" + "V Praze" ], "issuance": [ { @@ -10514,81 +10933,88 @@ }, "_score": null, "_source": { - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433011955378" - ], - "physicalLocation": [ - "*QVH 83-187" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*QVH 83-000187", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10002586", - "shelfMark": [ - "*QVH 83-187" + "idBarcode": [ + "33433011955378" + ], + "identifier": [ + "urn:shelfmark:*QVH 83-187", + "urn:barcode:33433011955378" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*QVH 83-187" + "value": "*QVH 83-187", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011955378" + "value": "33433011955378", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433011955378" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*QVH 83-187" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*QVH 83-187" ], + "shelfMark_sort": "a*QVH 83-000187", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10002586" }, "sort": [ null @@ -10617,7 +11043,7 @@ { "fieldName": "placeOfPublication", "index": 0, - "value": "‏بيروت :" + "value": "‏بيروت" } ], "nyplSource": [ @@ -10626,8 +11052,14 @@ "subjectLiteral_exploded": [ "Yemen (Republic)" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Dār Maktabat al-Ḥayāh," + "Dār Maktabat al-Ḥayāh" + ], + "parallelPublisherLiteral": [ + "‏دار مكتبة الحياة" ], "language": [ { @@ -10635,39 +11067,48 @@ "label": "Arabic" } ], + "numItemsTotal": [ + 2 + ], "createdYear": [ 196 ], - "type": [ - "nypl:Item" + "parallelTitle": [ + "‏اليمن وحضارة العرب, مع دراسة جغرافية كاملة" ], "title": [ - "al-Yaman wa-ḥaḍārat al-ʻArab, maʻa dirāsah jughrāfīyah kāmilah /" + "al-Yaman wa-ḥaḍārat al-ʻArab, maʻa dirāsah jughrāfīyah kāmilah" ], - "parallelTitle": [ - "‏اليمن وحضارة العرب, مع دراسة جغرافية كاملة /" + "type": [ + "nypl:Item" ], "shelfMark": [ "*OFI 82-4419" ], - "creatorLiteral": [ - "Tarsīsī, ʻAdnān." + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "196" + "196u" ], - "parallelPublisher": [ - "‏دار مكتبة الحياة," + "creatorLiteral": [ + "Tarsīsī, ʻAdnān." ], "idLccn": [ "ne 64003290" ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 196 ], "parallelCreatorLiteral": [ "‏ترسيسي, عدنان." ], + "idOclc": [ + "11272192" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -10677,14 +11118,14 @@ "type": "nypl:Bnumber", "value": "10003857" }, - { - "type": "bf:Lccn", - "value": "ne 64003290" - }, { "type": "nypl:Oclc", "value": "11272192" }, + { + "type": "bf:Lccn", + "value": "ne 64003290" + }, { "type": "bf:Identifier", "value": "(OCoLC)11272192" @@ -10694,19 +11135,20 @@ "value": "(OCoLC)221366702" } ], - "idOclc": [ - "11272192" - ], - "updatedAt": 1649121307527, + "updatedAt": 1711087211898, "publicationStatement": [ "Bayrūt : Dār Maktabat al-Ḥayāh, [196-?]" ], "identifier": [ + "urn:shelfmark:*OFI 82-4419", "urn:bnum:10003857", - "urn:lccn:ne 64003290", "urn:oclc:11272192", - "urn:undefined:(OCoLC)11272192", - "urn:undefined:(OCoLC)221366702" + "urn:lccn:ne 64003290", + "urn:identifier:(OCoLC)11272192", + "urn:identifier:(OCoLC)221366702" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -10721,7 +11163,7 @@ } ], "dateString": [ - "196" + "196u" ], "mediaType": [ { @@ -10739,17 +11181,11 @@ "lccClassification": [ "DS247.Y4 T3" ], - "numItems": [ - 2 - ], - "numAvailable": [ - 2 - ], "parallelTitleDisplay": [ "‏اليمن وحضارة العرب, مع دراسة جغرافية كاملة / [تاليف] عدنان ترسيسي." ], "placeOfPublication": [ - "Bayrūt :" + "Bayrūt" ], "issuance": [ { @@ -10787,72 +11223,88 @@ }, "_score": null, "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "identifier": [ - "urn:barcode:33433101143836" + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } ], - "physicalLocation": [ - "*OFK (Tarsīsī. Yaman wa-ḥaḍārat al-ʻArab)" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], - "shelfMark_sort": "a*OFK (Tarsīsī. Yaman wa-ḥaḍārat al-ʻArab)", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i29202258", - "shelfMark": [ - "*OFK (Tarsīsī. Yaman wa-ḥaḍārat al-ʻArab)" + "idBarcode": [ + "33433002023293" + ], + "identifier": [ + "urn:shelfmark:*OFI 82-4419", + "urn:barcode:33433002023293" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OFK (Tarsīsī. Yaman wa-ḥaḍārat al-ʻArab)" + "value": "*OFI 82-4419", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433101143836" + "value": "33433002023293", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], - "idBarcode": [ - "33433101143836" + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ + "*OFI 82-4419" + ], + "recapCustomerCode": [ + "NA" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OFI 82-4419" ], + "shelfMark_sort": "a*OFI 82-004419", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } - ] + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i10002714" }, "sort": [ null @@ -10865,81 +11317,79 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:1", + "label": "Use in library" } ], "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433002023293" + "accessMessage:1||Use in library" ], - "physicalLocation": [ - "*OFI 82-4419" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OFI 82-004419", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "uri": "i10002714", - "shelfMark": [ - "*OFI 82-4419" + "idBarcode": [ + "33433101143836" + ], + "identifier": [ + "urn:shelfmark:*OFK (Tarsīsī. Yaman wa-ḥaḍārat al-ʻArab)", + "urn:barcode:33433101143836" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OFI 82-4419" + "value": "*OFK (Tarsīsī. Yaman wa-ḥaḍārat al-ʻArab)", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433002023293" + "value": "33433101143836", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433002023293" + "m2CustomerCode": [ + "XA" ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "physicalLocation": [ + "*OFK (Tarsīsī. Yaman wa-ḥaḍārat al-ʻArab)" ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], + "shelfMark": [ + "*OFK (Tarsīsī. Yaman wa-ḥaḍārat al-ʻArab)" + ], + "shelfMark_sort": "a*OFK (Tarsīsī. Yaman wa-ḥaḍārat al-ʻArab)", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i29202258" }, "sort": [ null @@ -10977,6 +11427,9 @@ "subjectLiteral_exploded": [ "Sufism" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ "s.n.,]" ], @@ -10986,33 +11439,45 @@ "label": "Persian" } ], - "dateEndString": [ - "1890" + "numItemsTotal": [ + 1 ], "createdYear": [ 1889 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1890" ], "title": [ "Haẕā Kitāb-i hadīqat al-inṣāf" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OMQ 82-3319" ], - "creatorLiteral": [ - "Sarmast Rūmī, ʻAbd al-Karīm Maḥmūd." + "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", @@ -11022,6 +11487,10 @@ "type": "nypl:Bnumber", "value": "10004026" }, + { + "type": "nypl:Oclc", + "value": "NYPG003001491-B" + }, { "type": "bf:Identifier", "value": "NNSZ00304387" @@ -11034,14 +11503,19 @@ "dateEndYear": [ 1890 ], - "updatedAt": 1636101588849, + "updatedAt": 1711246509233, "publicationStatement": [ "[S.l. : s.n.,] 1307 [1889 or 1890]" ], "identifier": [ + "urn:shelfmark:*OMQ 82-3319", "urn:bnum:10004026", - "urn:undefined:NNSZ00304387", - "urn:undefined:(WaOLN)nyp0204018" + "urn:oclc:NYPG003001491-B", + "urn:identifier:NNSZ00304387", + "urn:identifier:(WaOLN)nyp0204018" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -11071,14 +11545,8 @@ "Haẕā Kitāb-i hadīqat al-inṣāf / [ʻAbd al-Karīm Sarmast Rūmī]." ], "uri": "b10004026", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "[S.l. :" + "[S.l." ], "issuance": [ { @@ -11116,81 +11584,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433013144377" - ], - "physicalLocation": [ - "*OMQ 82-3319" + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } ], - "shelfMark_sort": "a*OMQ 82-003319", "catalogItemType_packed": [ "catalogItemType:2||book non-circ" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rcma2", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rcma2||Offsite" ], - "uri": "i10002864", - "shelfMark": [ - "*OMQ 82-3319" + "idBarcode": [ + "33433013144377" + ], + "identifier": [ + "urn:shelfmark:*OMQ 82-3319", + "urn:barcode:33433013144377" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OMQ 82-3319" + "value": "*OMQ 82-3319", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433013144377" + "value": "33433013144377", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rcma2||Offsite" - ], - "idBarcode": [ - "33433013144377" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OMQ 82-3319" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } + "shelfMark": [ + "*OMQ 82-3319" ], + "shelfMark_sort": "a*OMQ 82-003319", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rcma2", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10002864" }, "sort": [ null @@ -11225,6 +11700,9 @@ "nyplSource": [ "sierra-nypl" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ "Esosiẏeṭeḍa Pābaliśārsa" ], @@ -11234,33 +11712,45 @@ "label": "Bengali" } ], - "dateEndString": [ - "62" + "numItemsTotal": [ + 2 ], "createdYear": [ 1960 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "62" ], "title": [ "Junāpura Sṭīla." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKV 82-3891" ], - "creatorLiteral": [ - "Mānnā, Guṇamaẏa, 1925-2010." + "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", @@ -11270,6 +11760,10 @@ "type": "nypl:Bnumber", "value": "10004080" }, + { + "type": "nypl:Oclc", + "value": "NYPG003001546-B" + }, { "type": "bf:Lccn", "value": "sa 63003864" @@ -11286,15 +11780,20 @@ "dateEndYear": [ 62 ], - "updatedAt": 1636108800927, + "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:undefined:NNSZ00304442", - "urn:undefined:(WaOLN)nyp0204072" + "urn:identifier:NNSZ00304442", + "urn:identifier:(WaOLN)nyp0204072" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -11324,12 +11823,6 @@ "lccClassification": [ "PK1718.M253 53" ], - "numItems": [ - 2 - ], - "numAvailable": [ - 2 - ], "placeOfPublication": [ "[Kalakātā]" ], @@ -11362,181 +11855,213 @@ { "_nested": { "field": "items", - "offset": 1 + "offset": 0 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433011168402" - ], - "physicalLocation": [ - "*OKV 82-3891" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OKV 82-3891 v. 000002", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 2" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 2-" ], - "uri": "i10002917", - "shelfMark": [ - "*OKV 82-3891 v. 2" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OKV 82-3891 v. 2" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433011168402" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "enumerationChronology": [ - "v. 2" - ], "idBarcode": [ "33433011168402" ], + "identifier": [ + "urn:shelfmark:*OKV 82-3891 v. 2", + "urn:barcode:33433011168402" + ], + "identifierV2": [ + { + "value": "*OKV 82-3891 v. 2", + "type": "bf:ShelfMark" + }, + { + "value": "33433011168402", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OKV 82-3891" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OKV 82-3891 v. 2" ], + "shelfMark_sort": "a*OKV 82-3891 v. 000002", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 2, + "lte": 2 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10002917" }, "sort": [ - null + " 2-" ] }, { "_nested": { "field": "items", - "offset": 0 + "offset": 1 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433011168394" - ], - "physicalLocation": [ - "*OKV 82-3891" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OKV 82-3891 v. 000001", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 1" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 1-" ], - "uri": "i10002916", - "shelfMark": [ - "*OKV 82-3891 v. 1" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OKV 82-3891 v. 1" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433011168394" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "enumerationChronology": [ - "v. 1" - ], "idBarcode": [ "33433011168394" ], + "identifier": [ + "urn:shelfmark:*OKV 82-3891 v. 1", + "urn:barcode:33433011168394" + ], + "identifierV2": [ + { + "value": "*OKV 82-3891 v. 1", + "type": "bf:ShelfMark" + }, + { + "value": "33433011168394", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OKV 82-3891" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OKV 82-3891 v. 1" ], + "shelfMark_sort": "a*OKV 82-3891 v. 000001", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 1, + "lte": 1 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10002916" }, "sort": [ - null + " 1-" ] } ] @@ -11584,30 +12109,33 @@ "createdYear": [ 1895 ], - "type": [ - "nypl:Item" - ], "title": [ "Hādhā kitāb Daqaʼiq al-ʻilāj fī al-ṭibb al-badanī" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OGB 83-1915" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Kirmānī, Muḥammad Karīm Khān, 1809-1870." - ], "createdString": [ "1895" ], + "creatorLiteral": [ + "Kirmānī, Muḥammad Karīm Khān, 1809-1870." + ], "numElectronicResources": [ 1 ], "dateStartYear": [ 1895 ], + "idOclc": [ + "NYPG003001809-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -11630,18 +12158,16 @@ "value": "(WaOLN)nyp0204332" } ], - "idOclc": [ - "NYPG003001809-B" - ], - "updatedAt": 1671713042723, + "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:undefined:NNSZ00304705", - "urn:undefined:(WaOLN)nyp0204332" + "urn:identifier:NNSZ00304705", + "urn:identifier:(WaOLN)nyp0204332" ], "numCheckinCardItems": [ 0 @@ -11674,11 +12200,11 @@ "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", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "electronicResources": [ + { + "label": "Full text available via HathiTrust", + "url": "http://hdl.handle.net/2027/nyp.33433019817224" + } ], "placeOfPublication": [ "Bumbaʼī" @@ -11702,33 +12228,9 @@ "inner_hits": { "electronicResources": { "hits": { - "total": 1, - "max_score": 1, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": 1, - "_source": { - "shelfMark_sort": "bi10004340-e", - "electronicLocator": [ - { - "label": "Full text available via HathiTrust", - "url": "http://hdl.handle.net/2027/nyp.33433019817224" - } - ], - "type": [ - "bf:Item" - ], - "uri": "i10004340-e", - "formatLiteral": [ - "Text" - ] - } - } - ] + "total": 0, + "max_score": null, + "hits": [] } }, "items": { @@ -11743,78 +12245,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433019817224" - ], - "physicalLocation": [ - "*OGB 83-1915" - ], - "shelfMark_sort": "a*OGB 83-001915", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:32", + "label": "google project, book" + } ], "catalogItemType_packed": [ "catalogItemType:32||google project, book" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433019817224" ], - "uri": "i12540130", - "shelfMark": [ - "*OGB 83-1915" + "identifier": [ + "urn:shelfmark:*OGB 83-1915", + "urn:barcode:33433019817224" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OGB 83-1915" + "value": "*OGB 83-1915", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433019817224" + "value": "33433019817224", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433019817224" + "physicalLocation": [ + "*OGB 83-1915" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:32", - "label": "google project, book" - } + "shelfMark": [ + "*OGB 83-1915" ], + "shelfMark_sort": "a*OGB 83-001915", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" ], - "formatLiteral": [ - "Text" - ] + "type": [ + "bf:Item" + ], + "uri": "i12540130" }, "sort": [ null @@ -11848,8 +12351,11 @@ "Tamil language", "Tamil language -- Pronunciation" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Naṭarācaṉ," + "Naṭarācaṉ" ], "language": [ { @@ -11857,30 +12363,42 @@ "label": "Tamil" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 197 ], - "type": [ - "nypl:Item" - ], "title": [ "Tamiḻ valliṉa eḻuttukkaḷ: olikaḷum vitikaḷum" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 83-2757" ], - "creatorLiteral": [ - "Natarajan, Subbiah, 1911-" + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "197" + "197 " + ], + "creatorLiteral": [ + "Natarajan, Subbiah, 1911-" ], "idLccn": [ "75906338" ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 197 ], + "idOclc": [ + "NYPG003001973-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -11890,6 +12408,10 @@ "type": "nypl:Bnumber", "value": "10004504" }, + { + "type": "nypl:Oclc", + "value": "NYPG003001973-B" + }, { "type": "bf:Lccn", "value": "75906338" @@ -11903,15 +12425,20 @@ "value": "(WaOLN)nyp0204496" } ], - "updatedAt": 1636132308475, + "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:undefined:NNSZ00304869", - "urn:undefined:(WaOLN)nyp0204496" + "urn:identifier:NNSZ00304869", + "urn:identifier:(WaOLN)nyp0204496" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -11926,7 +12453,7 @@ } ], "dateString": [ - "197" + "197 " ], "mediaType": [ { @@ -11944,14 +12471,8 @@ "lccClassification": [ "PL4754 .N33 1974" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "[Tūttukkuṭi]:" + "[Tūttukkuṭi]" ], "issuance": [ { @@ -11986,81 +12507,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433061296681" - ], - "physicalLocation": [ - "*OLB 83-2757" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OLB 83-002757", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i13784546", - "shelfMark": [ - "*OLB 83-2757" + "idBarcode": [ + "33433061296681" + ], + "identifier": [ + "urn:shelfmark:*OLB 83-2757", + "urn:barcode:33433061296681" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLB 83-2757" + "value": "*OLB 83-2757", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061296681" + "value": "33433061296681", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433061296681" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLB 83-2757" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLB 83-2757" ], + "shelfMark_sort": "a*OLB 83-002757", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i13784546" }, "sort": [ null @@ -12095,8 +12623,11 @@ "nyplSource": [ "sierra-nypl" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "H. Dhole," + "H. Dhole" ], "language": [ { @@ -12104,21 +12635,30 @@ "label": "English" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 1885 ], + "title": [ + "The metaphysics of the Upanishads, Vicharsagar" + ], "type": [ "nypl:Item" ], - "title": [ - "The metaphysics of the Upanishads, Vicharsagar [microform]." - ], "shelfMark": [ "*ZO-179 no. 8" ], + "numItemVolumesParsed": [ + 0 + ], "createdString": [ "1885" ], + "numElectronicResources": [ + 0 + ], "seriesStatement": [ "Dhole's Vedanta series, \\3" ], @@ -12128,6 +12668,9 @@ "dateStartYear": [ 1885 ], + "idOclc": [ + "NYPG004000018-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -12137,6 +12680,10 @@ "type": "nypl:Bnumber", "value": "10004657" }, + { + "type": "nypl:Oclc", + "value": "NYPG004000018-B" + }, { "type": "bf:Identifier", "value": "NNSZ00405768" @@ -12149,14 +12696,19 @@ "uniformTitle": [ "Upanishads. English." ], - "updatedAt": 1636136428813, + "updatedAt": 1711495850214, "publicationStatement": [ "Calcutta, H. Dhole, 1885." ], "identifier": [ + "urn:shelfmark:*ZO-179 no. 8", "urn:bnum:10004657", - "urn:undefined:NNSZ00405768", - "urn:undefined:(WaOLN)nyp0204649" + "urn:oclc:NYPG004000018-B", + "urn:identifier:NNSZ00405768", + "urn:identifier:(WaOLN)nyp0204649" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -12183,14 +12735,8 @@ "The metaphysics of the Upanishads, Vicharsagar [microform]. Translated with copious notes by Lala Sreeram." ], "uri": "b10004657", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Calcutta," + "Calcutta" ], "issuance": [ { @@ -12228,84 +12774,91 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433105673085" - ], - "physicalLocation": [ - "*ZO-179" + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } ], - "shelfMark_sort": "a*ZO-179 9 misc oriental titles", "catalogItemType_packed": [ "catalogItemType:6||microfilm service copy" ], - "accessMessage": [ + "enumerationChronology": [ + "9 misc oriental titles" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rcmi2", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" ], - "uri": "i30080087", - "shelfMark": [ - "*ZO-179 9 misc oriental titles" + "idBarcode": [ + "33433105673085" + ], + "identifier": [ + "urn:shelfmark:*ZO-179 9 misc oriental titles", + "urn:barcode:33433105673085" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*ZO-179 9 misc oriental titles" + "value": "*ZO-179 9 misc oriental titles", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433105673085" + "value": "33433105673085", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rcmi2||Offsite" - ], - "enumerationChronology": [ - "9 misc oriental titles" - ], - "idBarcode": [ - "33433105673085" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*ZO-179" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:6", - "label": "microfilm service copy" - } + "shelfMark": [ + "*ZO-179 9 misc oriental titles" ], + "shelfMark_sort": "a*ZO-179 9 misc oriental titles", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rcmi2", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i30080087" }, "sort": [ null @@ -12341,33 +12894,48 @@ "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" ], - "title": [ - "Gregorius de Montelongo [microform]. Ein Beitrag zur Geschichte Oberitaliens in den Jahren 1238-1269." - ], "shelfMark": [ "*Z-3433 no. 3" ], - "creatorLiteral": [ - "Frankfurth, Hermann." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1898" ], + "creatorLiteral": [ + "Frankfurth, Hermann." + ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1898 ], + "idOclc": [ + "NYPG004000022-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -12377,6 +12945,10 @@ "type": "nypl:Bnumber", "value": "10004661" }, + { + "type": "nypl:Oclc", + "value": "NYPG004000022-B" + }, { "type": "bf:Identifier", "value": "NNSZ00405772" @@ -12386,14 +12958,19 @@ "value": "(WaOLN)nyp0204653" } ], - "updatedAt": 1636100134306, + "updatedAt": 1711244716345, "publicationStatement": [ "Marburg, N.G. Elwert, 1808." ], "identifier": [ + "urn:shelfmark:*Z-3433 no. 3", "urn:bnum:10004661", - "urn:undefined:NNSZ00405772", - "urn:undefined:(WaOLN)nyp0204653" + "urn:oclc:NYPG004000022-B", + "urn:identifier:NNSZ00405772", + "urn:identifier:(WaOLN)nyp0204653" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -12424,14 +13001,8 @@ "Gregorius de Montelongo [microform]. Ein Beitrag zur Geschichte Oberitaliens in den Jahren 1238-1269. Von Hermann Frankfurth." ], "uri": "b10004661", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Marburg," + "Marburg" ], "issuance": [ { @@ -12466,81 +13037,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433107964664" - ], - "physicalLocation": [ - "*Z-3433" + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } ], - "shelfMark_sort": "a*Z-003433", "catalogItemType_packed": [ "catalogItemType:6||microfilm service copy" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rcmi2", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" ], - "uri": "i30141341", - "shelfMark": [ - "*Z-3433" + "idBarcode": [ + "33433107964664" + ], + "identifier": [ + "urn:shelfmark:*Z-3433", + "urn:barcode:33433107964664" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*Z-3433" + "value": "*Z-3433", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433107964664" + "value": "33433107964664", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rcmi2||Offsite" - ], - "idBarcode": [ - "33433107964664" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*Z-3433" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:6", - "label": "microfilm service copy" - } - ], + "shelfMark": [ + "*Z-3433" + ], + "shelfMark_sort": "a*Z-003433", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rcmi2", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i30141341" }, "sort": [ null @@ -12574,6 +13152,9 @@ "Cuban question", "Cuban question -- To 1895" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ "Impr. de \"El Cronista,\"" ], @@ -12583,30 +13164,42 @@ "label": "Spanish" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 1872 ], - "type": [ - "nypl:Item" - ], "title": [ "Cuba puede ser independiente Folleto político de actualidad" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*ZH-695 no. 6" ], - "creatorLiteral": [ - "Ferrer de Couto, José, 1820-1877." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1872" ], + "creatorLiteral": [ + "Ferrer de Couto, José, 1820-1877." + ], "idLccn": [ "17000612" ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1872 ], + "idOclc": [ + "NYPG004000025-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -12616,6 +13209,10 @@ "type": "nypl:Bnumber", "value": "10004664" }, + { + "type": "nypl:Oclc", + "value": "NYPG004000025-B" + }, { "type": "bf:Lccn", "value": "17000612" @@ -12629,15 +13226,20 @@ "value": "(WaOLN)nyp0204656" } ], - "updatedAt": 1657687667468, + "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:undefined:NNSZ00405775", - "urn:undefined:(WaOLN)nyp0204656" + "urn:identifier:NNSZ00405775", + "urn:identifier:(WaOLN)nyp0204656" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -12670,12 +13272,6 @@ "lccClassification": [ "F1783 .F39" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Nueva York" ], @@ -12712,84 +13308,91 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433110498031" - ], - "physicalLocation": [ - "*ZH-695" + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } ], - "shelfMark_sort": "a*ZH-695 8 misc. American history titles", "catalogItemType_packed": [ "catalogItemType:6||microfilm service copy" ], - "accessMessage": [ + "enumerationChronology": [ + "8 misc. American history titles" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rcmi2", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" ], - "uri": "i30805021", - "shelfMark": [ - "*ZH-695 8 misc. American history titles" + "idBarcode": [ + "33433110498031" + ], + "identifier": [ + "urn:shelfmark:*ZH-695 8 misc. American history titles", + "urn:barcode:33433110498031" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*ZH-695 8 misc. American history titles" + "value": "*ZH-695 8 misc. American history titles", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433110498031" + "value": "33433110498031", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rcmi2||Offsite" - ], - "enumerationChronology": [ - "8 misc. American history titles" - ], - "idBarcode": [ - "33433110498031" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*ZH-695" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:6", - "label": "microfilm service copy" - } + "shelfMark": [ + "*ZH-695 8 misc. American history titles" ], + "shelfMark_sort": "a*ZH-695 8 misc. American history titles", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rcmi2", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i30805021" }, "sort": [ null @@ -12822,8 +13425,11 @@ "subjectLiteral_exploded": [ "Gustav III, King of Sweden, 1746-1792" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Amyot," + "Amyot" ], "language": [ { @@ -12831,33 +13437,45 @@ "label": "French" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 1861 ], + "title": [ + "Gustave III, roi de Suède, 1746-1792" + ], "type": [ "nypl:Item" ], - "title": [ - "Gustave III, roi de Suède, 1746-1792 [microform]," - ], "shelfMark": [ "*Z-3354 no. 2" ], - "creatorLiteral": [ - "Léouzon Le Duc, L. (Louis), 1815-1889." + "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", @@ -12867,6 +13485,10 @@ "type": "nypl:Bnumber", "value": "10004665" }, + { + "type": "nypl:Oclc", + "value": "NYPG004000026-B" + }, { "type": "bf:Lccn", "value": "05008965" @@ -12880,15 +13502,20 @@ "value": "(WaOLN)nyp0204657" } ], - "updatedAt": 1636100755031, + "updatedAt": 1711245397390, "publicationStatement": [ "Paris, Amyot, 1861." ], "identifier": [ + "urn:shelfmark:*Z-3354 no. 2", "urn:bnum:10004665", + "urn:oclc:NYPG004000026-B", "urn:lccn:05008965", - "urn:undefined:NNSZ00405776", - "urn:undefined:(WaOLN)nyp0204657" + "urn:identifier:NNSZ00405776", + "urn:identifier:(WaOLN)nyp0204657" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -12921,14 +13548,8 @@ "lccClassification": [ "DL766 .L58" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Paris," + "Paris" ], "issuance": [ { @@ -12966,87 +13587,103 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433107663993" - ], - "physicalLocation": [ - "*Z-3354" + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } ], - "shelfMark_sort": "a*Z-3354 no. 000001-7", "catalogItemType_packed": [ "catalogItemType:6||microfilm service copy" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "no. 1-7" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 1-" ], - "uri": "i30147719", - "shelfMark": [ - "*Z-3354 no. 1-7" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*Z-3354 no. 1-7" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433107663993" + "id": "loc:rcmi2", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rcmi2||Offsite" ], - "enumerationChronology": [ - "no. 1-7" - ], "idBarcode": [ "33433107663993" ], + "identifier": [ + "urn:shelfmark:*Z-3354 no. 1-7", + "urn:barcode:33433107663993" + ], + "identifierV2": [ + { + "value": "*Z-3354 no. 1-7", + "type": "bf:ShelfMark" + }, + { + "value": "33433107663993", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*Z-3354" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:6", - "label": "microfilm service copy" - } + "shelfMark": [ + "*Z-3354 no. 1-7" ], + "shelfMark_sort": "a*Z-3354 no. 000001-7", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rcmi2", - "label": "Offsite" + "gte": 1, + "lte": 7 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i30147719" }, "sort": [ - null + " 1-" ] } ] @@ -13057,50 +13694,5 @@ ] } }, - "statusCode": 200, - "headers": { - "date": "Mon, 11 Mar 2024 15:37:02 GMT", - "content-type": "application/json; charset=UTF-8", - "content-length": "163306", - "connection": "keep-alive", - "access-control-allow-origin": "*" - }, - "meta": { - "context": null, - "request": { - "params": { - "method": "POST", - "path": "/resources-2018-04-09/_search", - "body": "{\"from\":0,\"size\":50,\"query\":{\"bool\":{\"filter\":[{\"bool\":{\"should\":[{\"range\":{\"dateStartYear\":{\"lte\":1900}}},{\"range\":{\"dateEndYear\":{\"lte\":1900}}}]}},{\"bool\":{\"should\":[{\"nested\":{\"path\":\"items\",\"query\":{\"bool\":{\"must_not\":[{\"exists\":{\"field\":\"items.electronicLocator\"}}]}},\"inner_hits\":{\"sort\":[{\"items.enumerationChronology_sort\":\"desc\"}],\"size\":\"100\",\"from\":0,\"name\":\"items\"}}},{\"nested\":{\"path\":\"items\",\"query\":{\"exists\":{\"field\":\"items.electronicLocator\"}},\"inner_hits\":{\"name\":\"electronicResources\"}}},{\"match_all\":{}}]}}]}},\"sort\":[\"uri\"],\"_source\":{\"excludes\":[\"uris\",\"*_packed\",\"*_sort\",\"items.*_packed\",\"contentsTitle\",\"items\"]}}", - "querystring": "", - "headers": { - "user-agent": "elasticsearch-js/7.12.0 (darwin 21.6.0-x64; Node.js v18.12.1)", - "x-elastic-client-meta": "es=7.12.0,js=18.12.1,t=7.12.0,hc=18.12.1", - "content-type": "application/json", - "content-length": "638" - }, - "timeout": 30000 - }, - "options": {}, - "id": 45 - }, - "name": "elasticsearch-js", - "connection": { - "url": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "id": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "headers": {}, - "deadCount": 0, - "resurrectTimeout": 0, - "_openRequests": 1, - "status": "alive", - "roles": { - "master": true, - "data": true, - "ingest": true, - "ml": false - } - }, - "attempts": 0, - "aborted": false - } + "statusCode": 200 } \ No newline at end of file diff --git a/test/fixtures/query-8fe0a2ce3a05b5f65d8a253d0ece879c.json b/test/fixtures/query-8fe0a2ce3a05b5f65d8a253d0ece879c.json new file mode 100644 index 00000000..b48b9d11 --- /dev/null +++ b/test/fixtures/query-8fe0a2ce3a05b5f65d8a253d0ece879c.json @@ -0,0 +1,954 @@ +{ + "body": { + "took": 169, + "timed_out": false, + "_shards": { + "total": 3, + "successful": 3, + "failed": 0 + }, + "hits": { + "total": 1, + "max_score": 14.973971, + "hits": [ + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b22144813", + "_score": 14.973971, + "_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" + ], + "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" + ] + }, + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 2, + "max_score": null, + "hits": [ + { + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "enumerationChronology": [ + "v.1" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mall1", + "label": "Schwarzman Building - Main Reading Room 315 - Reference" + } + ], + "holdingLocation_packed": [ + "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" + ], + "idBarcode": [ + "3333333333" + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "urn:barcode:3333333333" + ], + "identifierV2": [ + { + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "type": "bf:ShelfMark" + }, + { + "value": "3333333333", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "requestable": [ + false + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", + "status": [ + { + "id": "status:k", + "label": "Check with staff" + } + ], + "status_packed": [ + "status:k||Check with staff" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ], + "uri": "i37857771" + }, + "sort": [ + " 1-" + ] + }, + { + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "enumerationChronology": [ + "nothing" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmf2", + "label": "Offsite" + } + ], + "holdingLocation_packed": [ + "loc:rcmf2||Offsite" + ], + "idBarcode": [ + "44455533322211" + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "urn:barcode:44455533322211" + ], + "identifierV2": [ + { + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "type": "bf:ShelfMark" + }, + { + "value": "44455533322211", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "requestable": [ + true + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i37857772" + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-121137ffc8f53bcde6cbfa353abc873d.json b/test/fixtures/query-9522b095411c518fe5e4c6cbd69dd4c3.json similarity index 90% rename from test/fixtures/query-121137ffc8f53bcde6cbfa353abc873d.json rename to test/fixtures/query-9522b095411c518fe5e4c6cbd69dd4c3.json index d480a23b..4de5384e 100644 --- a/test/fixtures/query-121137ffc8f53bcde6cbfa353abc873d.json +++ b/test/fixtures/query-9522b095411c518fe5e4c6cbd69dd4c3.json @@ -1,6 +1,6 @@ { "body": { - "took": 176, + "took": 276, "timed_out": false, "_shards": { "total": 3, @@ -8,7 +8,7 @@ "failed": 0 }, "hits": { - "total": 1433126, + "total": 1457766, "max_score": null, "hits": [ { @@ -58,12 +58,12 @@ "createdYear": [ 1985 ], - "type": [ - "nypl:Item" - ], "title": [ "Dante Alighieri 1985 : in memoriam Hermann Gmelin" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JFE 86-3252" ], @@ -76,12 +76,12 @@ "idLccn": [ "86124252" ], - "seriesStatement": [ - "Romanica et comparatistica ; Bd. 4" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Romanica et comparatistica ; Bd. 4" + ], "contributorLiteral": [ "Gmelin, Hermann, 1900-1958.", "Baum, Richard.", @@ -90,6 +90,9 @@ "dateStartYear": [ 1985 ], + "idOclc": [ + "NYPGNYPG-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -103,35 +106,33 @@ "type": "bf:Isbn", "value": "3923721544" }, - { - "type": "bf:Lccn", - "value": "86124252" - }, { "type": "nypl:Oclc", "value": "NYPGNYPG-B" }, + { + "type": "bf:Lccn", + "value": "86124252" + }, { "type": "bf:Identifier", "value": "(WaOLN)nyp0200001" } ], - "idOclc": [ - "NYPGNYPG-B" - ], - "updatedAt": 1687402640360, + "updatedAt": 1711606506102, "publicationStatement": [ "Tübingen : Stauffenburg, c1985." ], + "idIsbn": [ + "3923721544" + ], "identifier": [ + "urn:shelfmark:JFE 86-3252", "urn:bnum:10000002", "urn:isbn:3923721544", - "urn:lccn:86124252", "urn:oclc:NYPGNYPG-B", - "urn:undefined:(WaOLN)nyp0200001" - ], - "idIsbn": [ - "3923721544" + "urn:lccn:86124252", + "urn:identifier:(WaOLN)nyp0200001" ], "numCheckinCardItems": [ 0 @@ -168,29 +169,23 @@ "lccClassification": [ "PQ4390 .D274 1985" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tübingen" ], - "titleAlt": [ - "Dante Alighieri neunzehnhundertfünfundachtzig." - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], - "idIsbn_clean": [ - "3923721544" + "titleAlt": [ + "Dante Alighieri neunzehnhundertfünfundachtzig." ], "dimensions": [ "23 cm." + ], + "idIsbn_clean": [ + "3923721544" ] }, "sort": [ @@ -216,15 +211,14 @@ }, "_score": null, "_source": { - "uri": "i12858031", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:1", + "label": "Use in library" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -235,6 +229,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:mal92", @@ -244,8 +241,12 @@ "holdingLocation_packed": [ "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "shelfMark": [ - "JFE 86-3252" + "idBarcode": [ + "33433046113795" + ], + "identifier": [ + "urn:shelfmark:JFE 86-3252", + "urn:barcode:33433046113795" ], "identifierV2": [ { @@ -253,41 +254,36 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433046113795" + "value": "33433046113795", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "JFE 86-3252" - ], "m2CustomerCode": [ "XF" ], - "identifier": [ - "urn:barcode:33433046113795" - ], - "idBarcode": [ - "33433046113795" + "physicalLocation": [ + "JFE 86-3252" ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JFE 86-3252" + ], + "shelfMark_sort": "aJFE 86-003252", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aJFE 86-003252" + "uri": "i12858031" }, "sort": [ null @@ -332,24 +328,24 @@ "createdYear": [ 1989 ], - "type": [ - "nypl:Item" - ], "title": [ "Scottish islands" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JFF 89-526" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Waite, Charlie." - ], "createdString": [ "1989" ], + "creatorLiteral": [ + "Waite, Charlie." + ], "idLccn": [ "gb 89012970" ], @@ -362,6 +358,9 @@ "donor": [ "Gift of the Drue Heinz Book Fund for English Literature" ], + "idOclc": [ + "NYPGUKBPGP8917-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -373,37 +372,35 @@ }, { "type": "bf:Isbn", - "value": "0094675708 :" - }, - { - "type": "bf:Lccn", - "value": "gb 89012970" + "value": "0094675708" }, { "type": "nypl:Oclc", "value": "NYPGUKBPGP8917-B" }, + { + "type": "bf:Lccn", + "value": "gb 89012970" + }, { "type": "bf:Identifier", "value": "(WaOLN)nyp0200002" } ], - "idOclc": [ - "NYPGUKBPGP8917-B" - ], - "updatedAt": 1686707689781, + "updatedAt": 1711606506102, "publicationStatement": [ "London : Constable, 1989." ], + "idIsbn": [ + "0094675708" + ], "identifier": [ + "urn:shelfmark:JFF 89-526", "urn:bnum:10000003", - "urn:isbn:0094675708 :", - "urn:lccn:gb 89012970", + "urn:isbn:0094675708", "urn:oclc:NYPGUKBPGP8917-B", - "urn:undefined:(WaOLN)nyp0200002" - ], - "idIsbn": [ - "0094675708 " + "urn:lccn:gb 89012970", + "urn:identifier:(WaOLN)nyp0200002" ], "numCheckinCardItems": [ 0 @@ -436,12 +433,6 @@ "Scottish islands / Charlie Waite." ], "uri": "b10000003", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "London" ], @@ -451,11 +442,11 @@ "label": "monograph/item" } ], - "idIsbn_clean": [ - "0094675708" - ], "dimensions": [ "26 cm." + ], + "idIsbn_clean": [ + "0094675708" ] }, "sort": [ @@ -481,15 +472,14 @@ }, "_score": null, "_source": { - "uri": "i13783780", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:1", + "label": "Use in library" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -500,6 +490,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:mal92", @@ -509,8 +502,12 @@ "holdingLocation_packed": [ "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "shelfMark": [ - "JFF 89-526" + "idBarcode": [ + "33433050409147" + ], + "identifier": [ + "urn:shelfmark:JFF 89-526", + "urn:barcode:33433050409147" ], "identifierV2": [ { @@ -518,41 +515,36 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433050409147" + "value": "33433050409147", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "JFF 89-526" - ], "m2CustomerCode": [ "XA" ], - "identifier": [ - "urn:barcode:33433050409147" - ], - "idBarcode": [ - "33433050409147" + "physicalLocation": [ + "JFF 89-526" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "JFF 89-526" + ], + "shelfMark_sort": "aJFF 89-000526", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aJFF 89-000526" + "uri": "i13783780" }, "sort": [ null @@ -649,7 +641,7 @@ "value": "(WaOLN)nyp0200125" } ], - "updatedAt": 1703706750428, + "updatedAt": 1711329093444, "publicationStatement": [ "Tirūvaṇṇāmalai : Śrī Ramaṇāśrama, 1974." ], @@ -861,24 +853,24 @@ "createdYear": [ 1972 ], - "type": [ - "nypl:Item" - ], "title": [ "Aṣṭakapañcakam = Ashtaka-panchakam ; Jaladhijānandalaharī = Jaladhijanandalahari" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLY 83-4674" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Lakshmikantaiah, Garikapati, 1900-" - ], "createdString": [ "1972" ], + "creatorLiteral": [ + "Lakshmikantaiah, Garikapati, 1900-" + ], "idLccn": [ "75902648" ], @@ -891,6 +883,9 @@ "dateStartYear": [ 1972 ], + "idOclc": [ + "NYPG001000104-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -900,14 +895,14 @@ "type": "nypl:Bnumber", "value": "10000156" }, - { - "type": "bf:Lccn", - "value": "75902648" - }, { "type": "nypl:Oclc", "value": "NYPG001000104-B" }, + { + "type": "bf:Lccn", + "value": "75902648" + }, { "type": "bf:Identifier", "value": "NNSZ00100104" @@ -917,22 +912,20 @@ "value": "(WaOLN)nyp0200155" } ], - "idOclc": [ - "NYPG001000104-B" - ], "uniformTitle": [ "Aṣṭakapañcaka" ], - "updatedAt": 1674870754295, + "updatedAt": 1711105928195, "publicationStatement": [ "[S.l. : Go. Venkaṭarāmaśāstri], 1972." ], "identifier": [ + "urn:shelfmark:*OLY 83-4674", "urn:bnum:10000156", - "urn:lccn:75902648", "urn:oclc:NYPG001000104-B", - "urn:undefined:NNSZ00100104", - "urn:undefined:(WaOLN)nyp0200155" + "urn:lccn:75902648", + "urn:identifier:NNSZ00100104", + "urn:identifier:(WaOLN)nyp0200155" ], "numCheckinCardItems": [ 0 @@ -969,25 +962,19 @@ "lccClassification": [ "BL1216 .L34" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[S.l." ], - "titleAlt": [ - "Aṣṭakapañcaka", - "Jaladhijānandalaharī." - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Aṣṭakapañcaka", + "Jaladhijānandalaharī." + ], "dimensions": [ "22 cm." ] @@ -1015,46 +1002,31 @@ }, "_score": null, "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "identifier": [ - "urn:barcode:33433060370396" - ], - "physicalLocation": [ - "*OLY 83-4674" - ], - "shelfMark_sort": "a*OLY 83-004674", - "m2CustomerCode": [ - "XA" - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], "accessMessage": [ { "id": "accessMessage:1", "label": "Use in library" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], - "type": [ - "bf:Item" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "uri": "i13783803", - "shelfMark": [ - "*OLY 83-4674" + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLY 83-4674" - }, + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433060370396" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], "holdingLocation_packed": [ @@ -1063,30 +1035,46 @@ "idBarcode": [ "33433060370396" ], - "requestable": [ - false + "identifier": [ + "urn:shelfmark:*OLY 83-4674", + "urn:barcode:33433060370396" ], - "catalogItemType": [ + "identifierV2": [ { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" + "value": "*OLY 83-4674", + "type": "bf:ShelfMark" + }, + { + "value": "33433060370396", + "type": "bf:Barcode" } ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 83-4674" + ], + "requestable": [ + true + ], + "shelfMark": [ + "*OLY 83-4674" + ], + "shelfMark_sort": "a*OLY 83-004674", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" ], - "formatLiteral": [ - "Text" - ] + "type": [ + "bf:Item" + ], + "uri": "i13783803" }, "sort": [ null @@ -1144,12 +1132,12 @@ "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "title": [ "Āḻv̲arkaḷ Tamiḻil akkārak kaṉikaḷ" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLY 83-4895" ], @@ -1171,6 +1159,9 @@ "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG001000113-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -1180,14 +1171,14 @@ "type": "nypl:Bnumber", "value": "10000165" }, - { - "type": "bf:Lccn", - "value": "76901471" - }, { "type": "nypl:Oclc", "value": "NYPG001000113-B" }, + { + "type": "bf:Lccn", + "value": "76901471" + }, { "type": "bf:Identifier", "value": "NNSZ00100113" @@ -1197,22 +1188,20 @@ "value": "(WaOLN)nyp0200164" } ], - "idOclc": [ - "NYPG001000113-B" - ], "uniformTitle": [ "Nālāyirat tivviyap pirapantam. Selections." ], - "updatedAt": 1674870755402, + "updatedAt": 1711255749140, "publicationStatement": [ "Kaṭalūr : Nārāyaṇacāmi Nāyaṭu, 1975." ], "identifier": [ + "urn:shelfmark:*OLY 83-4895", "urn:bnum:10000165", - "urn:lccn:76901471", "urn:oclc:NYPG001000113-B", - "urn:undefined:NNSZ00100113", - "urn:undefined:(WaOLN)nyp0200164" + "urn:lccn:76901471", + "urn:identifier:NNSZ00100113", + "urn:identifier:(WaOLN)nyp0200164" ], "numCheckinCardItems": [ 0 @@ -1248,12 +1237,6 @@ "lccClassification": [ "BL1245.V3 N28 1975" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Kaṭalūr" ], @@ -1290,78 +1273,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433060419649" - ], - "physicalLocation": [ - "*OLY 83-4895" - ], - "shelfMark_sort": "a*OLY 83-004895", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433060419649" ], - "uri": "i13783808", - "shelfMark": [ - "*OLY 83-4895" + "identifier": [ + "urn:shelfmark:*OLY 83-4895", + "urn:barcode:33433060419649" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLY 83-4895" + "value": "*OLY 83-4895", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433060419649" + "value": "33433060419649", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433060419649" + "physicalLocation": [ + "*OLY 83-4895" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLY 83-4895" ], + "shelfMark_sort": "a*OLY 83-004895", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" ], - "formatLiteral": [ - "Text" - ] + "type": [ + "bf:Item" + ], + "uri": "i13783808" }, "sort": [ null @@ -1417,36 +1401,39 @@ "createdYear": [ 1973 ], - "type": [ - "nypl:Item" - ], "title": [ "Rāmasnehī-sampradāya kī dārśanika prshṭhabhūmi." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLY 84-85" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Pāṇḍeya, Śivāśaṅkara, 1935-" - ], "createdString": [ "1973" ], + "creatorLiteral": [ + "Pāṇḍeya, Śivāśaṅkara, 1935-" + ], "idLccn": [ "74901467" ], - "seriesStatement": [ - "Rāmasnehī sāhitya śodha saṃsthāna, pushpa 1" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Rāmasnehī sāhitya śodha saṃsthāna, pushpa 1" + ], "dateStartYear": [ 1973 ], + "idOclc": [ + "NYPG001000125-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -1456,14 +1443,14 @@ "type": "nypl:Bnumber", "value": "10000177" }, - { - "type": "bf:Lccn", - "value": "74901467" - }, { "type": "nypl:Oclc", "value": "NYPG001000125-B" }, + { + "type": "bf:Lccn", + "value": "74901467" + }, { "type": "bf:Identifier", "value": "NNSZ00100125" @@ -1473,19 +1460,17 @@ "value": "(WaOLN)nyp0200176" } ], - "idOclc": [ - "NYPG001000125-B" - ], - "updatedAt": 1674870754295, + "updatedAt": 1711606528351, "publicationStatement": [ "Dillī, Rāmasnehī Sāhitya Śodha Saṃsthāna [1973]" ], "identifier": [ + "urn:shelfmark:*OLY 84-85", "urn:bnum:10000177", - "urn:lccn:74901467", "urn:oclc:NYPG001000125-B", - "urn:undefined:NNSZ00100125", - "urn:undefined:(WaOLN)nyp0200176" + "urn:lccn:74901467", + "urn:identifier:NNSZ00100125", + "urn:identifier:(WaOLN)nyp0200176" ], "numCheckinCardItems": [ 0 @@ -1521,12 +1506,6 @@ "lccClassification": [ "BL1245.R35 P36" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Dillī" ], @@ -1563,78 +1542,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433060419680" - ], - "physicalLocation": [ - "*OLY 84-85" - ], - "shelfMark_sort": "a*OLY 84-000085", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433060419680" ], - "uri": "i13783812", - "shelfMark": [ - "*OLY 84-85" + "identifier": [ + "urn:shelfmark:*OLY 84-85", + "urn:barcode:33433060419680" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLY 84-85" + "value": "*OLY 84-85", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433060419680" + "value": "33433060419680", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433060419680" + "physicalLocation": [ + "*OLY 84-85" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLY 84-85" ], + "shelfMark_sort": "a*OLY 84-000085", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" ], - "formatLiteral": [ - "Text" - ] + "type": [ + "bf:Item" + ], + "uri": "i13783812" }, "sort": [ null @@ -1685,24 +1665,24 @@ "createdYear": [ 1972 ], - "type": [ - "nypl:Item" - ], "title": [ "Irāmāyaṇap pāttiraṅkaḷ; ātāraṅkaḷil uḷḷapaṭi tokuttatu." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLY 83-2592" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Rāmacāmi, Ī. Ve., Tantai Periyār, 1878-1973." - ], "createdString": [ "1972" ], + "creatorLiteral": [ + "Rāmacāmi, Ī. Ve., Tantai Periyār, 1878-1973." + ], "idLccn": [ "73903633" ], @@ -1712,6 +1692,9 @@ "dateStartYear": [ 1972 ], + "idOclc": [ + "NYPG001000143-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -1721,14 +1704,14 @@ "type": "nypl:Bnumber", "value": "10000195" }, - { - "type": "bf:Lccn", - "value": "73903633" - }, { "type": "nypl:Oclc", "value": "NYPG001000143-B" }, + { + "type": "bf:Lccn", + "value": "73903633" + }, { "type": "bf:Identifier", "value": "NNSZ00100143" @@ -1738,19 +1721,17 @@ "value": "(WaOLN)nyp0200194" } ], - "idOclc": [ - "NYPG001000143-B" - ], - "updatedAt": 1674870759272, + "updatedAt": 1711231215642, "publicationStatement": [ "Tirucci, Periyār Cuyamariyātaip Piracāra Niṟuvaṉa Veḷiyīṭu [1972]" ], "identifier": [ + "urn:shelfmark:*OLY 83-2592", "urn:bnum:10000195", - "urn:lccn:73903633", "urn:oclc:NYPG001000143-B", - "urn:undefined:NNSZ00100143", - "urn:undefined:(WaOLN)nyp0200194" + "urn:lccn:73903633", + "urn:identifier:NNSZ00100143", + "urn:identifier:(WaOLN)nyp0200194" ], "numCheckinCardItems": [ 0 @@ -1786,12 +1767,6 @@ "lccClassification": [ "PK3659 .R34 1972" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tirucci" ], @@ -1828,78 +1803,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433060418526" - ], - "physicalLocation": [ - "*OLY 83-2592" - ], - "shelfMark_sort": "a*OLY 83-002592", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433060418526" ], - "uri": "i13783817", - "shelfMark": [ - "*OLY 83-2592" + "identifier": [ + "urn:shelfmark:*OLY 83-2592", + "urn:barcode:33433060418526" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLY 83-2592" + "value": "*OLY 83-2592", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433060418526" + "value": "33433060418526", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433060418526" + "physicalLocation": [ + "*OLY 83-2592" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLY 83-2592" ], + "shelfMark_sort": "a*OLY 83-002592", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" ], - "formatLiteral": [ - "Text" - ] + "type": [ + "bf:Item" + ], + "uri": "i13783817" }, "sort": [ null @@ -1950,24 +1926,24 @@ "createdYear": [ 1978 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Vedālaṅkāra, Vedarāja." - ], "createdString": [ "1978" ], + "creatorLiteral": [ + "Vedālaṅkāra, Vedarāja." + ], "numElectronicResources": [ 0 ], @@ -1977,6 +1953,9 @@ "dateStartYear": [ 1978 ], + "idOclc": [ + "NYPG001000151-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -1999,18 +1978,16 @@ "value": "(WaOLN)nyp0200202" } ], - "idOclc": [ - "NYPG001000151-B" - ], - "updatedAt": 1674870754295, + "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:undefined:NNSZ00100151", - "urn:undefined:(WaOLN)nyp0200202" + "urn:identifier:NNSZ00100151", + "urn:identifier:(WaOLN)nyp0200202" ], "numCheckinCardItems": [ 0 @@ -2043,12 +2020,6 @@ "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", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Āgarā" ], @@ -2085,78 +2056,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433060417486" - ], - "physicalLocation": [ - "*OLY 82-3981" - ], - "shelfMark_sort": "a*OLY 82-003981", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433060417486" ], - "uri": "i13783820", - "shelfMark": [ - "*OLY 82-3981" + "identifier": [ + "urn:shelfmark:*OLY 82-3981", + "urn:barcode:33433060417486" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLY 82-3981" + "value": "*OLY 82-3981", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433060417486" + "value": "33433060417486", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433060417486" + "physicalLocation": [ + "*OLY 82-3981" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLY 82-3981" ], + "shelfMark_sort": "a*OLY 82-003981", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" ], - "formatLiteral": [ - "Text" - ] + "type": [ + "bf:Item" + ], + "uri": "i13783820" }, "sort": [ null @@ -2219,12 +2191,12 @@ "createdYear": [ 1972 ], - "type": [ - "nypl:Item" - ], "title": [ "The Thirumazhisaiars' Association : (Mahisara Abhijana Sabha) silver jubilee souvenir, 1972." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLY 84-1084" ], @@ -2246,6 +2218,9 @@ "dateStartYear": [ 1972 ], + "idOclc": [ + "NYPG001000177-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2255,14 +2230,14 @@ "type": "nypl:Bnumber", "value": "10000229" }, - { - "type": "bf:Lccn", - "value": "73902510" - }, { "type": "nypl:Oclc", "value": "NYPG001000177-B" }, + { + "type": "bf:Lccn", + "value": "73902510" + }, { "type": "bf:Identifier", "value": "NNSZ00100177" @@ -2272,19 +2247,17 @@ "value": "(WaOLN)nyp0200228" } ], - "idOclc": [ - "NYPG001000177-B" - ], - "updatedAt": 1674870755402, + "updatedAt": 1711605282327, "publicationStatement": [ "Madras : [Thirumazhisaiars' Association, 1972]" ], "identifier": [ + "urn:shelfmark:*OLY 84-1084", "urn:bnum:10000229", - "urn:lccn:73902510", "urn:oclc:NYPG001000177-B", - "urn:undefined:NNSZ00100177", - "urn:undefined:(WaOLN)nyp0200228" + "urn:lccn:73902510", + "urn:identifier:NNSZ00100177", + "urn:identifier:(WaOLN)nyp0200228" ], "numCheckinCardItems": [ 0 @@ -2318,12 +2291,6 @@ "The Thirumazhisaiars' Association : (Mahisara Abhijana Sabha) silver jubilee souvenir, 1972." ], "uri": "b10000229", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Madras" ], @@ -2360,78 +2327,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433060419979" - ], - "physicalLocation": [ - "*OLY 84-1084" - ], - "shelfMark_sort": "a*OLY 84-001084", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433060419979" ], - "uri": "i13783829", - "shelfMark": [ - "*OLY 84-1084" + "identifier": [ + "urn:shelfmark:*OLY 84-1084", + "urn:barcode:33433060419979" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLY 84-1084" + "value": "*OLY 84-1084", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433060419979" + "value": "33433060419979", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433060419979" + "physicalLocation": [ + "*OLY 84-1084" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLY 84-1084" ], + "shelfMark_sort": "a*OLY 84-001084", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" ], - "formatLiteral": [ - "Text" - ] + "type": [ + "bf:Item" + ], + "uri": "i13783829" }, "sort": [ null @@ -2482,30 +2450,33 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Sarma, K. Lakshmana." - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Sarma, K. Lakshmana." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000245-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2528,18 +2499,16 @@ "value": "(WaOLN)nyp0200291" } ], - "idOclc": [ - "NYPG001000245-B" - ], - "updatedAt": 1674870759272, + "updatedAt": 1711076537595, "publicationStatement": [ "Tiruvannamalai : Sri Ramanasramam, 1980." ], "identifier": [ + "urn:shelfmark:*OLY 82-3739", "urn:bnum:10000292", "urn:oclc:NYPG001000245-B", - "urn:undefined:NNSZ00100245", - "urn:undefined:(WaOLN)nyp0200291" + "urn:identifier:NNSZ00100245", + "urn:identifier:(WaOLN)nyp0200291" ], "numCheckinCardItems": [ 0 @@ -2572,12 +2541,6 @@ "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", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tiruvannamalai" ], @@ -2614,78 +2577,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433060417452" - ], - "physicalLocation": [ - "*OLY 82-3739" - ], - "shelfMark_sort": "a*OLY 82-003739", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433060417452" ], - "uri": "i13783845", - "shelfMark": [ - "*OLY 82-3739" + "identifier": [ + "urn:shelfmark:*OLY 82-3739", + "urn:barcode:33433060417452" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLY 82-3739" + "value": "*OLY 82-3739", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433060417452" + "value": "33433060417452", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433060417452" + "physicalLocation": [ + "*OLY 82-3739" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLY 82-3739" ], + "shelfMark_sort": "a*OLY 82-003739", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" ], - "formatLiteral": [ - "Text" - ] + "type": [ + "bf:Item" + ], + "uri": "i13783845" }, "sort": [ null @@ -2736,12 +2700,12 @@ "createdYear": [ 1963 ], - "type": [ - "nypl:Item" - ], "title": [ "Bṛhatstotraratrākaraḥ, sacitraḥ; stotrasaṃkhyā 224." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLY 82-3968" ], @@ -2760,6 +2724,9 @@ "dateStartYear": [ 1963 ], + "idOclc": [ + "NYPG001000291-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2769,14 +2736,14 @@ "type": "nypl:Bnumber", "value": "10000338" }, - { - "type": "bf:Lccn", - "value": "sa 68013360" - }, { "type": "nypl:Oclc", "value": "NYPG001000291-B" }, + { + "type": "bf:Lccn", + "value": "sa 68013360" + }, { "type": "bf:Identifier", "value": "NNSZ00100291" @@ -2786,19 +2753,17 @@ "value": "(WaOLN)nyp0200337" } ], - "idOclc": [ - "NYPG001000291-B" - ], - "updatedAt": 1674870759272, + "updatedAt": 1711113935043, "publicationStatement": [ "Bambaī, Khemarāja Śrīkṛshṇadāsa, 1963." ], "identifier": [ + "urn:shelfmark:*OLY 82-3968", "urn:bnum:10000338", - "urn:lccn:sa 68013360", "urn:oclc:NYPG001000291-B", - "urn:undefined:NNSZ00100291", - "urn:undefined:(WaOLN)nyp0200337" + "urn:lccn:sa 68013360", + "urn:identifier:NNSZ00100291", + "urn:identifier:(WaOLN)nyp0200337" ], "numCheckinCardItems": [ 0 @@ -2834,12 +2799,6 @@ "lccClassification": [ "BL1226.3 .B7" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Bambaī" ], @@ -2876,46 +2835,31 @@ }, "_score": null, "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "identifier": [ - "urn:barcode:33433060417478" - ], - "physicalLocation": [ - "*OLY 82-3968" - ], - "shelfMark_sort": "a*OLY 82-003968", - "m2CustomerCode": [ - "XA" - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], "accessMessage": [ { "id": "accessMessage:1", "label": "Use in library" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], - "type": [ - "bf:Item" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "uri": "i13783847", - "shelfMark": [ - "*OLY 82-3968" + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLY 82-3968" - }, + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433060417478" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], "holdingLocation_packed": [ @@ -2924,30 +2868,46 @@ "idBarcode": [ "33433060417478" ], - "requestable": [ - false + "identifier": [ + "urn:shelfmark:*OLY 82-3968", + "urn:barcode:33433060417478" ], - "catalogItemType": [ + "identifierV2": [ { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" + "value": "*OLY 82-3968", + "type": "bf:ShelfMark" + }, + { + "value": "33433060417478", + "type": "bf:Barcode" } ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 82-3968" + ], + "requestable": [ + true + ], + "shelfMark": [ + "*OLY 82-3968" + ], + "shelfMark_sort": "a*OLY 82-003968", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" ], - "formatLiteral": [ - "Text" - ] + "type": [ + "bf:Item" + ], + "uri": "i13783847" }, "sort": [ null @@ -3013,24 +2973,24 @@ "dateEndString": [ "1962" ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Khalīlī, Muḥammad." - ], "createdString": [ "1961" ], + "creatorLiteral": [ + "Khalīlī, Muḥammad." + ], "idLccn": [ "72274632" ], @@ -3043,6 +3003,9 @@ "dateStartYear": [ 1961 ], + "idOclc": [ + "NYPG001000297-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3052,14 +3015,14 @@ "type": "nypl:Bnumber", "value": "10000344" }, - { - "type": "bf:Lccn", - "value": "72274632" - }, { "type": "nypl:Oclc", "value": "NYPG001000297-B" }, + { + "type": "bf:Lccn", + "value": "72274632" + }, { "type": "bf:Identifier", "value": "NNSZ00100297" @@ -3069,22 +3032,20 @@ "value": "(WaOLN)nyp0200343" } ], - "idOclc": [ - "NYPG001000297-B" - ], "dateEndYear": [ 1962 ], - "updatedAt": 1674870759272, + "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:lccn:72274632", "urn:oclc:NYPG001000297-B", - "urn:undefined:NNSZ00100297", - "urn:undefined:(WaOLN)nyp0200343" + "urn:lccn:72274632", + "urn:identifier:NNSZ00100297", + "urn:identifier:(WaOLN)nyp0200343" ], "numCheckinCardItems": [ 0 @@ -3122,12 +3083,6 @@ "lccClassification": [ "BP193.16. K516 1961" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tihrān" ], @@ -3164,78 +3119,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433058031224" - ], - "physicalLocation": [ - "*OGI 82-3991" - ], - "shelfMark_sort": "a*OGI 82-003991", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433058031224" ], - "uri": "i12858044", - "shelfMark": [ - "*OGI 82-3991" + "identifier": [ + "urn:shelfmark:*OGI 82-3991", + "urn:barcode:33433058031224" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OGI 82-3991" + "value": "*OGI 82-3991", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058031224" + "value": "33433058031224", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433058031224" + "physicalLocation": [ + "*OGI 82-3991" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OGI 82-3991" ], + "shelfMark_sort": "a*OGI 82-003991", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" ], - "formatLiteral": [ - "Text" - ] + "type": [ + "bf:Item" + ], + "uri": "i12858044" }, "sort": [ null @@ -3352,7 +3308,7 @@ "value": "(WaOLN)nyp0200344" } ], - "updatedAt": 1696262638505, + "updatedAt": 1711329188355, "publicationStatement": [ "Tihrān, Muḥammad Rizā Lavāsānī, 1340 [1961]" ], @@ -3562,36 +3518,39 @@ "numItemsTotal": [ 1 ], - "dateEndString": [ - "1880" - ], "createdYear": [ 1879 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1880" ], "title": [ "Kitāb-i mustaṭāb-i ganj-i dānish" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*ONA+ 82-2677" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Muʻtamid al-Sulṭān, Muḥammad Taqī khān Ḥakīm, mutakhalliṣ bih Ḥakīm." - ], "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", @@ -3614,21 +3573,19 @@ "value": "(WaOLN)nyp0200347" } ], - "idOclc": [ - "NYPG001000301-B" - ], "dateEndYear": [ 1880 ], - "updatedAt": 1674870755402, + "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:undefined:NNSZ00100301", - "urn:undefined:(WaOLN)nyp0200347" + "urn:identifier:NNSZ00100301", + "urn:identifier:(WaOLN)nyp0200347" ], "numCheckinCardItems": [ 0 @@ -3661,12 +3618,6 @@ "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", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ṭihrān" ], @@ -3706,78 +3657,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433059840763" - ], - "physicalLocation": [ - "*ONA+ 82-2677 " - ], - "shelfMark_sort": "a*ONA+ 82-2677 ", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:32", + "label": "google project, book" + } ], "catalogItemType_packed": [ "catalogItemType:32||google project, book" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433059840763" ], - "uri": "i13783848", - "shelfMark": [ - "*ONA+ 82-2677 " + "identifier": [ + "urn:shelfmark:*ONA+ 82-2677 ", + "urn:barcode:33433059840763" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*ONA+ 82-2677 " + "value": "*ONA+ 82-2677 ", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433059840763" + "value": "33433059840763", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433059840763" + "physicalLocation": [ + "*ONA+ 82-2677 " ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:32", - "label": "google project, book" - } + "shelfMark": [ + "*ONA+ 82-2677 " ], + "shelfMark_sort": "a*ONA+ 82-2677 ", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" ], - "formatLiteral": [ - "Text" - ] + "type": [ + "bf:Item" + ], + "uri": "i13783848" }, "sort": [ null @@ -3834,30 +3786,33 @@ "createdYear": [ 1949 ], - "type": [ - "nypl:Item" - ], "title": [ "Favāʼid al-Razavīyah : zindigānī-i ʻulamāʼī maẕ hab-i shīʻah" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OGI 83-4798" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Qummī, ʻAbbās ibn Muḥammad Riḍā, -1941." - ], "createdString": [ "1949" ], + "creatorLiteral": [ + "Qummī, ʻAbbās ibn Muḥammad Riḍā, -1941." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1949 ], + "idOclc": [ + "NYPG001000332-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3880,18 +3835,16 @@ "value": "(WaOLN)nyp0200378" } ], - "idOclc": [ - "NYPG001000332-B" - ], - "updatedAt": 1676664769349, + "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:undefined:NNSZ00100332", - "urn:undefined:(WaOLN)nyp0200378" + "urn:identifier:NNSZ00100332", + "urn:identifier:(WaOLN)nyp0200378" ], "numCheckinCardItems": [ 0 @@ -3924,12 +3877,6 @@ "Favāʼid al-Razavīyah : zindigānī-i ʻulamāʼī maẕ hab-i shīʻah / taʼlīf-i Shaykh ʻAbbās Qummī." ], "uri": "b10000379", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Tihrān?]" ], @@ -3966,78 +3913,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433058030051" - ], - "physicalLocation": [ - "*OGI 83-4798" - ], - "shelfMark_sort": "a*OGI 83-004798", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:32", + "label": "google project, book" + } ], "catalogItemType_packed": [ "catalogItemType:32||google project, book" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433058030051" ], - "uri": "i12858047", - "shelfMark": [ - "*OGI 83-4798" + "identifier": [ + "urn:shelfmark:*OGI 83-4798", + "urn:barcode:33433058030051" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OGI 83-4798" + "value": "*OGI 83-4798", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058030051" + "value": "33433058030051", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433058030051" + "physicalLocation": [ + "*OGI 83-4798" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:32", - "label": "google project, book" - } + "shelfMark": [ + "*OGI 83-4798" ], + "shelfMark_sort": "a*OGI 83-004798", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" ], - "formatLiteral": [ - "Text" - ] + "type": [ + "bf:Item" + ], + "uri": "i12858047" }, "sort": [ null @@ -4071,7 +4019,8 @@ "Fasts and feasts", "Fasts and feasts -- Hinduism", "Hindu temples", - "Hindu temples -- Tamil Nadu" + "Hindu temples -- India", + "Hindu temples -- India -- Tamil Nadu" ], "numItemDatesParsed": [ 0 @@ -4091,24 +4040,24 @@ "createdYear": [ 1970 ], - "type": [ - "nypl:Item" - ], "title": [ "Aimperu viḻākkaḷ." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLY 84-1823" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Gopalakrishnan, Sattanathapuram Subramania, 1916-" - ], "createdString": [ "1970" ], + "creatorLiteral": [ + "Gopalakrishnan, Sattanathapuram Subramania, 1916-" + ], "idLccn": [ "74913252" ], @@ -4118,6 +4067,9 @@ "dateStartYear": [ 1970 ], + "idOclc": [ + "NYPG001000346-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -4127,14 +4079,14 @@ "type": "nypl:Bnumber", "value": "10000392" }, - { - "type": "bf:Lccn", - "value": "74913252" - }, { "type": "nypl:Oclc", "value": "NYPG001000346-B" }, + { + "type": "bf:Lccn", + "value": "74913252" + }, { "type": "bf:Identifier", "value": "NNSZ00100346" @@ -4144,19 +4096,17 @@ "value": "(WaOLN)nyp0200391" } ], - "idOclc": [ - "NYPG001000346-B" - ], - "updatedAt": 1674870759272, + "updatedAt": 1711096801176, "publicationStatement": [ "Tiruccentūr, Cāstā Patippakam [1970]" ], "identifier": [ + "urn:shelfmark:*OLY 84-1823", "urn:bnum:10000392", - "urn:lccn:74913252", "urn:oclc:NYPG001000346-B", - "urn:undefined:NNSZ00100346", - "urn:undefined:(WaOLN)nyp0200391" + "urn:lccn:74913252", + "urn:identifier:NNSZ00100346", + "urn:identifier:(WaOLN)nyp0200391" ], "numCheckinCardItems": [ 0 @@ -4184,7 +4134,7 @@ ], "subjectLiteral": [ "Fasts and feasts -- Hinduism.", - "Hindu temples -- Tamil Nadu." + "Hindu temples -- India -- Tamil Nadu." ], "titleDisplay": [ "Aimperu viḻākkaḷ. Tokuppāciriyar Centil Tuṟavi." @@ -4193,12 +4143,6 @@ "lccClassification": [ "BL1212 .G66" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tiruccentūr" ], @@ -4235,78 +4179,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433060420118" - ], - "physicalLocation": [ - "*OLY 84-1823" - ], - "shelfMark_sort": "a*OLY 84-001823", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433060420118" ], - "uri": "i13783870", - "shelfMark": [ - "*OLY 84-1823" + "identifier": [ + "urn:shelfmark:*OLY 84-1823", + "urn:barcode:33433060420118" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLY 84-1823" + "value": "*OLY 84-1823", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433060420118" + "value": "33433060420118", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433060420118" + "physicalLocation": [ + "*OLY 84-1823" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLY 84-1823" ], + "shelfMark_sort": "a*OLY 84-001823", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" ], - "formatLiteral": [ - "Text" - ] + "type": [ + "bf:Item" + ], + "uri": "i13783870" }, "sort": [ null @@ -4363,24 +4308,24 @@ "createdYear": [ 1970 ], - "type": [ - "nypl:Item" - ], "title": [ "Caivattiṉ camaracam." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLY 84-1838" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Kaliyāṇacuntaraṉār, Tiru. Vi., 1883-1953." - ], "createdString": [ "1970" ], + "creatorLiteral": [ + "Kaliyāṇacuntaraṉār, Tiru. Vi., 1883-1953." + ], "idLccn": [ "73913694" ], @@ -4393,6 +4338,9 @@ "dateStartYear": [ 1970 ], + "idOclc": [ + "NYPG001000351-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -4402,14 +4350,14 @@ "type": "nypl:Bnumber", "value": "10000397" }, - { - "type": "bf:Lccn", - "value": "73913694" - }, { "type": "nypl:Oclc", "value": "NYPG001000351-B" }, + { + "type": "bf:Lccn", + "value": "73913694" + }, { "type": "bf:Identifier", "value": "NNSZ00100351" @@ -4419,19 +4367,17 @@ "value": "(WaOLN)nyp0200396" } ], - "idOclc": [ - "NYPG001000351-B" - ], - "updatedAt": 1674870762646, + "updatedAt": 1711113919978, "publicationStatement": [ "Ceṉṉai, Araci Puk Ṭippō, 1970." ], "identifier": [ + "urn:shelfmark:*OLY 84-1838", "urn:bnum:10000397", - "urn:lccn:73913694", "urn:oclc:NYPG001000351-B", - "urn:undefined:NNSZ00100351", - "urn:undefined:(WaOLN)nyp0200396" + "urn:lccn:73913694", + "urn:identifier:NNSZ00100351", + "urn:identifier:(WaOLN)nyp0200396" ], "numCheckinCardItems": [ 0 @@ -4468,12 +4414,6 @@ "lccClassification": [ "B131 .K343 1970" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ceṉṉai" ], @@ -4510,46 +4450,31 @@ }, "_score": null, "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "identifier": [ - "urn:barcode:33433060420126" - ], - "physicalLocation": [ - "*OLY 84-1838" - ], - "shelfMark_sort": "a*OLY 84-001838", - "m2CustomerCode": [ - "XA" - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], "accessMessage": [ { "id": "accessMessage:1", "label": "Use in library" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], - "type": [ - "bf:Item" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "uri": "i13783872", - "shelfMark": [ - "*OLY 84-1838" + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLY 84-1838" - }, + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433060420126" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], "holdingLocation_packed": [ @@ -4558,30 +4483,46 @@ "idBarcode": [ "33433060420126" ], - "requestable": [ - false + "identifier": [ + "urn:shelfmark:*OLY 84-1838", + "urn:barcode:33433060420126" ], - "catalogItemType": [ + "identifierV2": [ { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" + "value": "*OLY 84-1838", + "type": "bf:ShelfMark" + }, + { + "value": "33433060420126", + "type": "bf:Barcode" } ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 84-1838" + ], + "requestable": [ + true + ], + "shelfMark": [ + "*OLY 84-1838" + ], + "shelfMark_sort": "a*OLY 84-001838", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" ], - "formatLiteral": [ - "Text" - ] + "type": [ + "bf:Item" + ], + "uri": "i13783872" }, "sort": [ null @@ -4633,24 +4574,24 @@ "createdYear": [ 1969 ], - "type": [ - "nypl:Item" - ], "title": [ "Ōtāḷar kuṟavañci; eṉum, Alakumalaikkuṟavañci." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLY 84-1725" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Ciṉṉattampi Nāvalar, active 18th century." - ], "createdString": [ "1969" ], + "creatorLiteral": [ + "Ciṉṉattampi Nāvalar, active 18th century." + ], "idLccn": [ "74914694" ], @@ -4663,6 +4604,9 @@ "dateStartYear": [ 1969 ], + "idOclc": [ + "NYPG001000360-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -4672,14 +4616,14 @@ "type": "nypl:Bnumber", "value": "10000406" }, - { - "type": "bf:Lccn", - "value": "74914694" - }, { "type": "nypl:Oclc", "value": "NYPG001000360-B" }, + { + "type": "bf:Lccn", + "value": "74914694" + }, { "type": "bf:Identifier", "value": "NNSZ00100360" @@ -4689,19 +4633,17 @@ "value": "(WaOLN)nyp0200405" } ], - "idOclc": [ - "NYPG001000360-B" - ], - "updatedAt": 1674870755402, + "updatedAt": 1711099839602, "publicationStatement": [ "[Kōvai, Acciṭṭōr Kāntitācaṉ Accakam, 1969]" ], "identifier": [ + "urn:shelfmark:*OLY 84-1725", "urn:bnum:10000406", - "urn:lccn:74914694", "urn:oclc:NYPG001000360-B", - "urn:undefined:NNSZ00100360", - "urn:undefined:(WaOLN)nyp0200405" + "urn:lccn:74914694", + "urn:identifier:NNSZ00100360", + "urn:identifier:(WaOLN)nyp0200405" ], "numCheckinCardItems": [ 0 @@ -4737,12 +4679,6 @@ "lccClassification": [ "PL4758.9.C4985 O8" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Kōvai" ], @@ -4779,78 +4715,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433060420076" - ], - "physicalLocation": [ - "*OLY 84-1725" - ], - "shelfMark_sort": "a*OLY 84-001725", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433060420076" ], - "uri": "i13783876", - "shelfMark": [ - "*OLY 84-1725" + "identifier": [ + "urn:shelfmark:*OLY 84-1725", + "urn:barcode:33433060420076" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLY 84-1725" + "value": "*OLY 84-1725", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433060420076" + "value": "33433060420076", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433060420076" + "physicalLocation": [ + "*OLY 84-1725" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLY 84-1725" ], + "shelfMark_sort": "a*OLY 84-001725", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" ], - "formatLiteral": [ - "Text" - ] + "type": [ + "bf:Item" + ], + "uri": "i13783876" }, "sort": [ null @@ -4901,24 +4838,24 @@ "createdYear": [ 1970 ], - "type": [ - "nypl:Item" - ], "title": [ "Tiruvēṟkāṭu Śrī Tēvi Karumārī Ammaṉ Catakam" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLY 84-1817" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Śrī Tēvi Karumāri Tāsar." - ], "createdString": [ "1970" ], + "creatorLiteral": [ + "Śrī Tēvi Karumāri Tāsar." + ], "idLccn": [ "75914516" ], @@ -4928,6 +4865,9 @@ "dateStartYear": [ 1970 ], + "idOclc": [ + "NYPG001000367-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -4937,14 +4877,14 @@ "type": "nypl:Bnumber", "value": "10000413" }, - { - "type": "bf:Lccn", - "value": "75914516" - }, { "type": "nypl:Oclc", "value": "NYPG001000367-B" }, + { + "type": "bf:Lccn", + "value": "75914516" + }, { "type": "bf:Identifier", "value": "NNSZ00100367" @@ -4954,19 +4894,17 @@ "value": "(WaOLN)nyp0200412" } ], - "idOclc": [ - "NYPG001000367-B" - ], - "updatedAt": 1674870762646, + "updatedAt": 1711551489699, "publicationStatement": [ "Ceṉṉai : Cūppar Pavar Papḷikēṣaṉs, [1970]" ], "identifier": [ + "urn:shelfmark:*OLY 84-1817", "urn:bnum:10000413", - "urn:lccn:75914516", "urn:oclc:NYPG001000367-B", - "urn:undefined:NNSZ00100367", - "urn:undefined:(WaOLN)nyp0200412" + "urn:lccn:75914516", + "urn:identifier:NNSZ00100367", + "urn:identifier:(WaOLN)nyp0200412" ], "numCheckinCardItems": [ 0 @@ -4999,12 +4937,6 @@ "Tiruvēṟkāṭu Śrī Tēvi Karumārī Ammaṉ Catakam / iyaṟṟiyavar Śrī Tēvi Karumārī Tāsar." ], "uri": "b10000413", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ceṉṉai" ], @@ -5041,78 +4973,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433060420100" - ], - "physicalLocation": [ - "*OLY 84-1817" - ], - "shelfMark_sort": "a*OLY 84-001817", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433060420100" ], - "uri": "i13783880", - "shelfMark": [ - "*OLY 84-1817" + "identifier": [ + "urn:shelfmark:*OLY 84-1817", + "urn:barcode:33433060420100" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLY 84-1817" + "value": "*OLY 84-1817", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433060420100" + "value": "33433060420100", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433060420100" + "physicalLocation": [ + "*OLY 84-1817" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLY 84-1817" ], + "shelfMark_sort": "a*OLY 84-001817", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" ], - "formatLiteral": [ - "Text" - ] + "type": [ + "bf:Item" + ], + "uri": "i13783880" }, "sort": [ null @@ -5165,24 +5098,24 @@ "createdYear": [ 1969 ], - "type": [ - "nypl:Item" - ], "title": [ "Tamiḻnāṭum Nammāḻvārum." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLY 84-1736" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Kaliyāṇacuntaraṉār, Tiru. Vi., 1883-1953." - ], "createdString": [ "1969" ], + "creatorLiteral": [ + "Kaliyāṇacuntaraṉār, Tiru. Vi., 1883-1953." + ], "idLccn": [ "74913567" ], @@ -5192,6 +5125,9 @@ "dateStartYear": [ 1969 ], + "idOclc": [ + "NYPG001000375-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -5201,14 +5137,14 @@ "type": "nypl:Bnumber", "value": "10000421" }, - { - "type": "bf:Lccn", - "value": "74913567" - }, { "type": "nypl:Oclc", "value": "NYPG001000375-B" }, + { + "type": "bf:Lccn", + "value": "74913567" + }, { "type": "bf:Identifier", "value": "NNSZ00100375" @@ -5218,19 +5154,17 @@ "value": "(WaOLN)nyp0200420" } ], - "idOclc": [ - "NYPG001000375-B" - ], - "updatedAt": 1674870755402, + "updatedAt": 1711409756392, "publicationStatement": [ "Ceṉṉai, Araci Puk Ṭippō, 1969." ], "identifier": [ + "urn:shelfmark:*OLY 84-1736", "urn:bnum:10000421", - "urn:lccn:74913567", "urn:oclc:NYPG001000375-B", - "urn:undefined:NNSZ00100375", - "urn:undefined:(WaOLN)nyp0200420" + "urn:lccn:74913567", + "urn:identifier:NNSZ00100375", + "urn:identifier:(WaOLN)nyp0200420" ], "numCheckinCardItems": [ 0 @@ -5268,12 +5202,6 @@ "lccClassification": [ "B131 .K346 1969" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ceṉṉai" ], @@ -5310,78 +5238,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433060420092" - ], - "physicalLocation": [ - "*OLY 84-1736" - ], - "shelfMark_sort": "a*OLY 84-001736", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433060420092" ], - "uri": "i13783883", - "shelfMark": [ - "*OLY 84-1736" + "identifier": [ + "urn:shelfmark:*OLY 84-1736", + "urn:barcode:33433060420092" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLY 84-1736" + "value": "*OLY 84-1736", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433060420092" + "value": "33433060420092", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433060420092" + "physicalLocation": [ + "*OLY 84-1736" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLY 84-1736" ], + "shelfMark_sort": "a*OLY 84-001736", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" ], - "formatLiteral": [ - "Text" - ] + "type": [ + "bf:Item" + ], + "uri": "i13783883" }, "sort": [ null @@ -5438,39 +5367,42 @@ "createdYear": [ 1973 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Murārimiśra." - ], "createdString": [ "1973" ], + "creatorLiteral": [ + "Murārimiśra." + ], "idLccn": [ "76903136" ], - "seriesStatement": [ - "Ānandāśramasaṃskrtagranthāvaliḥ; granthāṇkaḥ 137" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Ānandāśramasaṃskrtagranthāvaliḥ; granthāṇkaḥ 137" + ], "contributorLiteral": [ "Ānandāśramasaṃsthā." ], "dateStartYear": [ 1973 ], + "idOclc": [ + "NYPG001000378-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -5480,14 +5412,14 @@ "type": "nypl:Bnumber", "value": "10000424" }, - { - "type": "bf:Lccn", - "value": "76903136" - }, { "type": "nypl:Oclc", "value": "NYPG001000378-B" }, + { + "type": "bf:Lccn", + "value": "76903136" + }, { "type": "bf:Identifier", "value": "NNSZ00100378" @@ -5497,22 +5429,20 @@ "value": "(WaOLN)nyp0200423" } ], - "idOclc": [ - "NYPG001000378-B" - ], "uniformTitle": [ "Aṅgatvanirukti" ], - "updatedAt": 1674870755402, + "updatedAt": 1711222510050, "publicationStatement": [ "Puṇyākhyapattane : Ānandāśramasaṃsthā, 1973." ], "identifier": [ + "urn:shelfmark:*OKM 97-3015", "urn:bnum:10000424", - "urn:lccn:76903136", "urn:oclc:NYPG001000378-B", - "urn:undefined:NNSZ00100378", - "urn:undefined:(WaOLN)nyp0200423" + "urn:lccn:76903136", + "urn:identifier:NNSZ00100378", + "urn:identifier:(WaOLN)nyp0200423" ], "numCheckinCardItems": [ 0 @@ -5549,24 +5479,18 @@ "lccClassification": [ "B132.M5 M87" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Puṇyākhyapattane" ], - "titleAlt": [ - "Aṅgatvanirukti" - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Aṅgatvanirukti" + ], "dimensions": [ "23 cm." ] @@ -5594,78 +5518,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433058597968" - ], - "physicalLocation": [ - "*OKM 97-3015" - ], - "shelfMark_sort": "a*OKM 97-003015", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433058597968" ], - "uri": "i13783885", - "shelfMark": [ - "*OKM 97-3015" + "identifier": [ + "urn:shelfmark:*OKM 97-3015", + "urn:barcode:33433058597968" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OKM 97-3015" + "value": "*OKM 97-3015", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058597968" + "value": "33433058597968", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433058597968" + "physicalLocation": [ + "*OKM 97-3015" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OKM 97-3015" ], + "shelfMark_sort": "a*OKM 97-003015", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" ], - "formatLiteral": [ - "Text" - ] + "type": [ + "bf:Item" + ], + "uri": "i13783885" }, "sort": [ null @@ -5716,12 +5641,12 @@ "dateEndString": [ "1963" ], - "type": [ - "nypl:Item" - ], "title": [ "Ativīra Rāma Pāṇtiyar iyaṟṟiya Kūrma Purāṇa mūlam." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKOK 81-2812" ], @@ -5734,12 +5659,12 @@ "idLccn": [ "sa 65009124" ], - "seriesStatement": [ - "Tañcai Caracuvati Māl. Veḷiyīṭu eṇ 91, 100" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Tañcai Caracuvati Māl. Veḷiyīṭu eṇ 91, 100" + ], "contributorLiteral": [ "Ativira Rama Pandian, active 1562.", "Govindaswami Pillai, R." @@ -5747,6 +5672,9 @@ "dateStartYear": [ 1961 ], + "idOclc": [ + "NYPG001000416-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -5756,14 +5684,14 @@ "type": "nypl:Bnumber", "value": "10000461" }, - { - "type": "bf:Lccn", - "value": "sa 65009124" - }, { "type": "nypl:Oclc", "value": "NYPG001000416-B" }, + { + "type": "bf:Lccn", + "value": "sa 65009124" + }, { "type": "bf:Identifier", "value": "NNSZ00100416" @@ -5773,25 +5701,23 @@ "value": "(WaOLN)nyp0200460" } ], - "idOclc": [ - "NYPG001000416-B" - ], "uniformTitle": [ "Puranas. Kūrmapurāṇa. Tamil" ], "dateEndYear": [ 1963 ], - "updatedAt": 1674870762646, + "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:lccn:sa 65009124", "urn:oclc:NYPG001000416-B", - "urn:undefined:NNSZ00100416", - "urn:undefined:(WaOLN)nyp0200460" + "urn:lccn:sa 65009124", + "urn:identifier:NNSZ00100416", + "urn:identifier:(WaOLN)nyp0200460" ], "numCheckinCardItems": [ 0 @@ -5824,25 +5750,19 @@ "lccClassification": [ "PK3621 .K817" ], - "numItems": [ - 2 - ], - "numAvailable": [ - 2 - ], "placeOfPublication": [ "[Tañcai" ], - "titleAlt": [ - "Puranas. Kūrmapurāṇa.", - "Kūrma Purāṇa." - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Puranas. Kūrmapurāṇa.", + "Kūrma Purāṇa." + ], "dimensions": [ "23 cm." ] @@ -5866,84 +5786,87 @@ { "_nested": { "field": "items", - "offset": 1 + "offset": 0 }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433058648977" - ], - "physicalLocation": [ - "*OKOK 81-2812" - ], - "shelfMark_sort": "a*OKOK 81-2812 v. 000002", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "status_packed": [ - "status:a||Available" + "enumerationChronology": [ + "v. 2" ], "enumerationChronology_sort": [ " 2-" ], - "type": [ - "bf:Item" - ], - "uri": "i13783891", - "shelfMark": [ - "*OKOK 81-2812 v. 2" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OKOK 81-2812 v. 2" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433058648977" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], "holdingLocation_packed": [ "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "enumerationChronology": [ - "v. 2" - ], "idBarcode": [ "33433058648977" ], - "requestable": [ - false + "identifier": [ + "urn:shelfmark:*OKOK 81-2812 v. 2", + "urn:barcode:33433058648977" ], - "catalogItemType": [ + "identifierV2": [ { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" + "value": "*OKOK 81-2812 v. 2", + "type": "bf:ShelfMark" + }, + { + "value": "33433058648977", + "type": "bf:Barcode" } ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OKOK 81-2812" + ], + "requestable": [ + true + ], + "shelfMark": [ + "*OKOK 81-2812 v. 2" + ], + "shelfMark_sort": "a*OKOK 81-2812 v. 000002", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], "volumeRange": [ { @@ -5951,9 +5874,7 @@ "lte": 2 } ], - "formatLiteral": [ - "Text" - ] + "uri": "i13783891" }, "sort": [ " 2-" @@ -5962,84 +5883,87 @@ { "_nested": { "field": "items", - "offset": 0 + "offset": 1 }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433058648969" - ], - "physicalLocation": [ - "*OKOK 81-2812" - ], - "shelfMark_sort": "a*OKOK 81-2812 v. 000001", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "status_packed": [ - "status:a||Available" + "enumerationChronology": [ + "v. 1" ], "enumerationChronology_sort": [ " 1-" ], - "type": [ - "bf:Item" - ], - "uri": "i13783890", - "shelfMark": [ - "*OKOK 81-2812 v. 1" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OKOK 81-2812 v. 1" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433058648969" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], "holdingLocation_packed": [ "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "enumerationChronology": [ - "v. 1" - ], "idBarcode": [ "33433058648969" ], - "requestable": [ - false + "identifier": [ + "urn:shelfmark:*OKOK 81-2812 v. 1", + "urn:barcode:33433058648969" ], - "catalogItemType": [ + "identifierV2": [ { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" + "value": "*OKOK 81-2812 v. 1", + "type": "bf:ShelfMark" + }, + { + "value": "33433058648969", + "type": "bf:Barcode" } ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OKOK 81-2812" + ], + "requestable": [ + true + ], + "shelfMark": [ + "*OKOK 81-2812 v. 1" + ], + "shelfMark_sort": "a*OKOK 81-2812 v. 000001", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], "volumeRange": [ { @@ -6047,9 +5971,7 @@ "lte": 1 } ], - "formatLiteral": [ - "Text" - ] + "uri": "i13783890" }, "sort": [ " 1-" @@ -6110,36 +6032,39 @@ "createdYear": [ 1972 ], - "type": [ - "nypl:Item" - ], "title": [ "Jaina-dharma meṃ ahiṃsā." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLX 83-155" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Sinha, Bashistha Narayan, 1935-" - ], "createdString": [ "1972" ], + "creatorLiteral": [ + "Sinha, Bashistha Narayan, 1935-" + ], "idLccn": [ "73900921" ], - "seriesStatement": [ - "Pārśvanātha Vidyāśrama granthamālā, 17" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Pārśvanātha Vidyāśrama granthamālā, 17" + ], "dateStartYear": [ 1972 ], + "idOclc": [ + "NYPG001000423-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6149,14 +6074,14 @@ "type": "nypl:Bnumber", "value": "10000468" }, - { - "type": "bf:Lccn", - "value": "73900921" - }, { "type": "nypl:Oclc", "value": "NYPG001000423-B" }, + { + "type": "bf:Lccn", + "value": "73900921" + }, { "type": "bf:Identifier", "value": "NNSZ00100423" @@ -6166,19 +6091,17 @@ "value": "(WaOLN)nyp0200467" } ], - "idOclc": [ - "NYPG001000423-B" - ], - "updatedAt": 1674870767447, + "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:lccn:73900921", "urn:oclc:NYPG001000423-B", - "urn:undefined:NNSZ00100423", - "urn:undefined:(WaOLN)nyp0200467" + "urn:lccn:73900921", + "urn:identifier:NNSZ00100423", + "urn:identifier:(WaOLN)nyp0200467" ], "numCheckinCardItems": [ 0 @@ -6214,14 +6137,8 @@ "lccClassification": [ "BL1375.A35 S56" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], - "placeOfPublication": [ - "Amrtasara" + "placeOfPublication": [ + "Amrtasara" ], "issuance": [ { @@ -6256,78 +6173,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433060359332" - ], - "physicalLocation": [ - "*OLX 83-155" - ], - "shelfMark_sort": "a*OLX 83-000155", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433060359332" ], - "uri": "i13783893", - "shelfMark": [ - "*OLX 83-155" + "identifier": [ + "urn:shelfmark:*OLX 83-155", + "urn:barcode:33433060359332" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLX 83-155" + "value": "*OLX 83-155", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433060359332" + "value": "33433060359332", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433060359332" + "physicalLocation": [ + "*OLX 83-155" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLX 83-155" ], + "shelfMark_sort": "a*OLX 83-000155", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" ], - "formatLiteral": [ - "Text" - ] + "type": [ + "bf:Item" + ], + "uri": "i13783893" }, "sort": [ null @@ -6404,12 +6322,12 @@ "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Ibn Jubayr, Muḥammad ibn Aḥmad, 1145-1217." - ], "createdString": [ "1973" ], + "creatorLiteral": [ + "Ibn Jubayr, Muḥammad ibn Aḥmad, 1145-1217." + ], "idLccn": [ "77173005" ], @@ -6432,14 +6350,14 @@ "type": "nypl:Bnumber", "value": "10000627" }, - { - "type": "bf:Lccn", - "value": "77173005" - }, { "type": "nypl:Oclc", "value": "NYPG002000036-B" }, + { + "type": "bf:Lccn", + "value": "77173005" + }, { "type": "bf:Identifier", "value": "NNSZ00200636" @@ -6458,16 +6376,17 @@ "dateEndYear": [ 1907 ], - "updatedAt": 1674870762646, + "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:lccn:77173005", "urn:oclc:NYPG002000036-B", - "urn:undefined:NNSZ00200636", - "urn:undefined:(WaOLN)nyp0200626" + "urn:lccn:77173005", + "urn:identifier:NNSZ00200636", + "urn:identifier:(WaOLN)nyp0200626" ], "numCheckinCardItems": [ 0 @@ -6503,12 +6422,6 @@ "lccClassification": [ "DS36.6 .I26 1973" ], - "numItems": [ - 3 - ], - "numAvailable": [ - 3 - ], "placeOfPublication": [ "[New York" ], @@ -6548,87 +6461,79 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:1", + "label": "Use in library" } ], "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433014525079" + "accessMessage:1||Use in library" ], - "physicalLocation": [ - "*OFV 87-659" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OFV 87-000659", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433096515220" ], - "uri": "i10000366", - "shelfMark": [ - "*OFV 87-659" + "identifier": [ + "urn:shelfmark:*OAC (\"E. J. W. Gibb memorial\" series. v. 5)", + "urn:barcode:33433096515220" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OFV 87-659" + "value": "*OAC (\"E. J. W. Gibb memorial\" series. v. 5)", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433014525079" + "value": "33433096515220", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433014525079" + "m2CustomerCode": [ + "XA" ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "physicalLocation": [ + "*OAC (\"E. J. W. Gibb memorial\" series. v. 5)" ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OAC (\"E. J. W. Gibb memorial\" series. v. 5)" ], + "shelfMark_sort": "a*OAC (\"E. J. W. Gibb memorial\" series. v. 000005)", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" + "type": [ + "bf:Item" ], - "formatLiteral": [ - "Text" - ] + "uri": "i10000365" }, "sort": [ null @@ -6641,78 +6546,88 @@ }, "_score": null, "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "identifier": [ - "urn:barcode:33433096515220" + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } ], - "physicalLocation": [ - "*OAC (\"E. J. W. Gibb memorial\" series. v. 5)" + "accessMessage_packed": [ + "accessMessage:u||Supervised use" ], - "shelfMark_sort": "a*OAC (\"E. J. W. Gibb memorial\" series. v. 000005)", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:66", + "label": "book, poor condition, non-MaRLI" + } ], "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" + "catalogItemType:66||book, poor condition, non-MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433115326104" ], - "uri": "i10000365", - "shelfMark": [ - "*OAC (\"E. J. W. Gibb memorial\" series. v. 5)" + "identifier": [ + "urn:shelfmark:*OAC (\"E. J. W. Gibb memorial\" series. v. 5)", + "urn:barcode:33433115326104" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OAC (\"E. J. W. Gibb memorial\" series. v. 5)" + "value": "*OAC (\"E. J. W. Gibb memorial\" series. v. 5)", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433096515220" + "value": "33433115326104", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], - "idBarcode": [ - "33433096515220" + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ + "*OAC (\"E. J. W. Gibb memorial\" series. v. 5)" + ], + "recapCustomerCode": [ + "NA" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OAC (\"E. J. W. Gibb memorial\" series. v. 5)" ], + "shelfMark_sort": "a*OAC (\"E. J. W. Gibb memorial\" series. v. 000005)", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" ], - "formatLiteral": [ - "Text" - ] + "type": [ + "bf:Item" + ], + "uri": "i31207836" }, "sort": [ null @@ -6725,87 +6640,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ - "accessMessage:u||Supervised use" - ], - "identifier": [ - "urn:barcode:33433115326104" + "accessMessage:2||Request in advance" ], - "physicalLocation": [ - "*OAC (\"E. J. W. Gibb memorial\" series. v. 5)" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OAC (\"E. J. W. Gibb memorial\" series. v. 000005)", "catalogItemType_packed": [ - "catalogItemType:66||book, poor condition, non-MaRLI" + "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:u", - "label": "Supervised use" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433014525079" ], - "uri": "i31207836", - "shelfMark": [ - "*OAC (\"E. J. W. Gibb memorial\" series. v. 5)" + "identifier": [ + "urn:shelfmark:*OFV 87-659", + "urn:barcode:33433014525079" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OAC (\"E. J. W. Gibb memorial\" series. v. 5)" + "value": "*OFV 87-659", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433115326104" + "value": "33433014525079", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433115326104" - ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OFV 87-659" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:66", - "label": "book, poor condition, non-MaRLI" - } + "shelfMark": [ + "*OFV 87-659" ], + "shelfMark_sort": "a*OFV 87-000659", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" + "type": [ + "bf:Item" ], - "formatLiteral": [ - "Text" - ] + "uri": "i10000366" }, "sort": [ null @@ -6872,24 +6788,24 @@ "createdYear": [ 1974 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Sharma, Shyama." - ], "createdString": [ "1974" ], + "creatorLiteral": [ + "Sharma, Shyama." + ], "idLccn": [ "75900847" ], @@ -6899,6 +6815,9 @@ "dateStartYear": [ 1974 ], + "idOclc": [ + "NYPG002000037-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6908,14 +6827,14 @@ "type": "nypl:Bnumber", "value": "10000628" }, - { - "type": "bf:Lccn", - "value": "75900847" - }, { "type": "nypl:Oclc", "value": "NYPG002000037-B" }, + { + "type": "bf:Lccn", + "value": "75900847" + }, { "type": "bf:Identifier", "value": "NNSZ00200637" @@ -6925,19 +6844,17 @@ "value": "(WaOLN)nyp0200627" } ], - "idOclc": [ - "NYPG002000037-B" - ], - "updatedAt": 1674870772746, + "updatedAt": 1711329233146, "publicationStatement": [ "Jayapura : Devanāgara Prakāśana, [1974]" ], "identifier": [ + "urn:shelfmark:*OKB 83.388", "urn:bnum:10000628", - "urn:lccn:75900847", "urn:oclc:NYPG002000037-B", - "urn:undefined:NNSZ00200637", - "urn:undefined:(WaOLN)nyp0200627" + "urn:lccn:75900847", + "urn:identifier:NNSZ00200637", + "urn:identifier:(WaOLN)nyp0200627" ], "numCheckinCardItems": [ 0 @@ -6973,12 +6890,6 @@ "lccClassification": [ "PK2932 .S5" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Jayapura" ], @@ -7015,78 +6926,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433058548284" - ], - "physicalLocation": [ - "*OKB 83.388" - ], - "shelfMark_sort": "a*OKB 83.000388", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433058548284" ], - "uri": "i12858062", - "shelfMark": [ - "*OKB 83.388" + "identifier": [ + "urn:shelfmark:*OKB 83.388", + "urn:barcode:33433058548284" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OKB 83.388" + "value": "*OKB 83.388", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058548284" + "value": "33433058548284", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433058548284" + "physicalLocation": [ + "*OKB 83.388" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OKB 83.388" ], + "shelfMark_sort": "a*OKB 83.000388", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" ], - "formatLiteral": [ - "Text" - ] + "type": [ + "bf:Item" + ], + "uri": "i12858062" }, "sort": [ null @@ -7145,36 +7057,39 @@ "createdYear": [ 1974 ], - "type": [ - "nypl:Item" - ], "title": [ "Rāmabhakti, paramparā aura sāhitya" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLY 83-185" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Siṃha, Bhagavatī Prasāda." - ], "createdString": [ "1974" ], + "creatorLiteral": [ + "Siṃha, Bhagavatī Prasāda." + ], "idLccn": [ "75900873" ], - "seriesStatement": [ - "Śrīghanaśyāmadāsa Biṛalā Hindī vyākhyānamālā; 1972" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Śrīghanaśyāmadāsa Biṛalā Hindī vyākhyānamālā; 1972" + ], "dateStartYear": [ 1974 ], + "idOclc": [ + "NYPG002000039-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -7184,14 +7099,14 @@ "type": "nypl:Bnumber", "value": "10000630" }, - { - "type": "bf:Lccn", - "value": "75900873" - }, { "type": "nypl:Oclc", "value": "NYPG002000039-B" }, + { + "type": "bf:Lccn", + "value": "75900873" + }, { "type": "bf:Identifier", "value": "NNSZ00200639" @@ -7201,19 +7116,17 @@ "value": "(WaOLN)nyp0200629" } ], - "idOclc": [ - "NYPG002000039-B" - ], - "updatedAt": 1674870762646, + "updatedAt": 1711605385582, "publicationStatement": [ "Kalakattā : Hindī Vibhāga, Kalakattā Viśvavidyālaya ke lie Hindī Pustaka Ejensī, 1974." ], "identifier": [ + "urn:shelfmark:*OLY 83-185", "urn:bnum:10000630", - "urn:lccn:75900873", "urn:oclc:NYPG002000039-B", - "urn:undefined:NNSZ00200639", - "urn:undefined:(WaOLN)nyp0200629" + "urn:lccn:75900873", + "urn:identifier:NNSZ00200639", + "urn:identifier:(WaOLN)nyp0200629" ], "numCheckinCardItems": [ 0 @@ -7251,12 +7164,6 @@ "lccClassification": [ "PK2907.R25 S57" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Kalakattā" ], @@ -7293,78 +7200,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433060417874" - ], - "physicalLocation": [ - "*OLY 83-185" - ], - "shelfMark_sort": "a*OLY 83-000185", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433060417874" ], - "uri": "i13783898", - "shelfMark": [ - "*OLY 83-185" + "identifier": [ + "urn:shelfmark:*OLY 83-185", + "urn:barcode:33433060417874" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLY 83-185" + "value": "*OLY 83-185", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433060417874" + "value": "33433060417874", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433060417874" + "physicalLocation": [ + "*OLY 83-185" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLY 83-185" ], + "shelfMark_sort": "a*OLY 83-000185", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" ], - "formatLiteral": [ - "Text" - ] + "type": [ + "bf:Item" + ], + "uri": "i13783898" }, "sort": [ null @@ -7690,12 +7598,12 @@ "createdYear": [ 1965 ], - "type": [ - "nypl:Item" - ], "title": [ "Śrī Viṣṇusahasranāmastotram. Sri Vishnu sahasranama stotram, with namavali." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLY 83-374" ], @@ -7717,6 +7625,9 @@ "dateStartYear": [ 1965 ], + "idOclc": [ + "NYPG002000063-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -7726,14 +7637,14 @@ "type": "nypl:Bnumber", "value": "10000654" }, - { - "type": "bf:Lccn", - "value": "sa 68001969" - }, { "type": "nypl:Oclc", "value": "NYPG002000063-B" }, + { + "type": "bf:Lccn", + "value": "sa 68001969" + }, { "type": "bf:Identifier", "value": "NNSZ00200663" @@ -7743,22 +7654,20 @@ "value": "(WaOLN)nyp0200653" } ], - "idOclc": [ - "NYPG002000063-B" - ], "uniformTitle": [ "Viṣṇusahasranāma." ], - "updatedAt": 1674870767447, + "updatedAt": 1711025102070, "publicationStatement": [ "Tirupparaitturai; Tapovanam Pub. House [1965]" ], "identifier": [ + "urn:shelfmark:*OLY 83-374", "urn:bnum:10000654", - "urn:lccn:sa 68001969", "urn:oclc:NYPG002000063-B", - "urn:undefined:NNSZ00200663", - "urn:undefined:(WaOLN)nyp0200653" + "urn:lccn:sa 68001969", + "urn:identifier:NNSZ00200663", + "urn:identifier:(WaOLN)nyp0200653" ], "numCheckinCardItems": [ 0 @@ -7794,25 +7703,19 @@ "lccClassification": [ "BL1130.A353 V5" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tirupparaitturai;" ], - "titleAlt": [ - "Vishnu sahasranama stotram.", - "Viṣṇusahasranāmastotram." - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Vishnu sahasranama stotram.", + "Viṣṇusahasranāmastotram." + ], "dimensions": [ "19 cm." ] @@ -7840,78 +7743,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433060417890" - ], - "physicalLocation": [ - "*OLY 83-374" - ], - "shelfMark_sort": "a*OLY 83-000374", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433060417890" ], - "uri": "i13783901", - "shelfMark": [ - "*OLY 83-374" + "identifier": [ + "urn:shelfmark:*OLY 83-374", + "urn:barcode:33433060417890" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLY 83-374" + "value": "*OLY 83-374", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433060417890" + "value": "33433060417890", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433060417890" + "physicalLocation": [ + "*OLY 83-374" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLY 83-374" ], + "shelfMark_sort": "a*OLY 83-000374", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" ], - "formatLiteral": [ - "Text" - ] + "type": [ + "bf:Item" + ], + "uri": "i13783901" }, "sort": [ null @@ -7978,24 +7882,24 @@ "createdYear": [ 1970 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Maṇavāḷa Māmuṉi, 1370-1444." - ], "createdString": [ "1970" ], + "creatorLiteral": [ + "Maṇavāḷa Māmuṉi, 1370-1444." + ], "idLccn": [ "73906525" ], @@ -8009,6 +7913,9 @@ "dateStartYear": [ 1970 ], + "idOclc": [ + "NYPG002000146-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -8018,14 +7925,14 @@ "type": "nypl:Bnumber", "value": "10000737" }, - { - "type": "bf:Lccn", - "value": "73906525" - }, { "type": "nypl:Oclc", "value": "NYPG002000146-B" }, + { + "type": "bf:Lccn", + "value": "73906525" + }, { "type": "bf:Identifier", "value": "NNSZ00200746" @@ -8035,22 +7942,20 @@ "value": "(WaOLN)nyp0200736" } ], - "idOclc": [ - "NYPG002000146-B" - ], "uniformTitle": [ "Upatēcarattiṉamālai" ], - "updatedAt": 1674870779642, + "updatedAt": 1711256551737, "publicationStatement": [ "[Kāñcīpuram, kiṭaikkumiṭam Krantamālā Āpīs] 1970." ], "identifier": [ + "urn:shelfmark:*OLY 83-2976", "urn:bnum:10000737", - "urn:lccn:73906525", "urn:oclc:NYPG002000146-B", - "urn:undefined:NNSZ00200746", - "urn:undefined:(WaOLN)nyp0200736" + "urn:lccn:73906525", + "urn:identifier:NNSZ00200746", + "urn:identifier:(WaOLN)nyp0200736" ], "numCheckinCardItems": [ 0 @@ -8086,24 +7991,18 @@ "lccClassification": [ "PL4758.9.M242 U6" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Kāñcīpuram" ], - "titleAlt": [ - "Upatēcarattiṉamālai" - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Upatēcarattiṉamālai" + ], "dimensions": [ "26 cm." ] @@ -8131,78 +8030,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433060418666" - ], - "physicalLocation": [ - "*OLY 83-2976" - ], - "shelfMark_sort": "a*OLY 83-002976", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433060418666" ], - "uri": "i13783922", - "shelfMark": [ - "*OLY 83-2976" + "identifier": [ + "urn:shelfmark:*OLY 83-2976", + "urn:barcode:33433060418666" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLY 83-2976" + "value": "*OLY 83-2976", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433060418666" + "value": "33433060418666", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433060418666" + "physicalLocation": [ + "*OLY 83-2976" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLY 83-2976" ], + "shelfMark_sort": "a*OLY 83-002976", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" ], - "formatLiteral": [ - "Text" - ] + "type": [ + "bf:Item" + ], + "uri": "i13783922" }, "sort": [ null @@ -8252,18 +8152,18 @@ "numItemsTotal": [ 1 ], - "dateEndString": [ - "1967" - ], "createdYear": [ 1966 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1967" ], "title": [ "Chāndogyopaniṣad." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKLB 83-2978" ], @@ -8285,6 +8185,9 @@ "dateStartYear": [ 1966 ], + "idOclc": [ + "NYPG002000148-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -8294,14 +8197,14 @@ "type": "nypl:Bnumber", "value": "10000739" }, - { - "type": "bf:Lccn", - "value": "sa 68015169" - }, { "type": "nypl:Oclc", "value": "NYPG002000148-B" }, + { + "type": "bf:Lccn", + "value": "sa 68015169" + }, { "type": "bf:Identifier", "value": "NNSZ00200748" @@ -8311,25 +8214,23 @@ "value": "(WaOLN)nyp0200738" } ], - "idOclc": [ - "NYPG002000148-B" - ], "uniformTitle": [ "Upanishads. Chāndogyopaniṣad." ], "dateEndYear": [ 1967 ], - "updatedAt": 1674870777259, + "updatedAt": 1711119434593, "publicationStatement": [ "Gorakhapura, Gītā Presa [1966 or 7]" ], "identifier": [ + "urn:shelfmark:*OKLB 83-2978", "urn:bnum:10000739", - "urn:lccn:sa 68015169", "urn:oclc:NYPG002000148-B", - "urn:undefined:NNSZ00200748", - "urn:undefined:(WaOLN)nyp0200738" + "urn:lccn:sa 68015169", + "urn:identifier:NNSZ00200748", + "urn:identifier:(WaOLN)nyp0200738" ], "numCheckinCardItems": [ 0 @@ -8362,12 +8263,6 @@ "lccClassification": [ "PK3521 .C5 1966" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Gorakhapura" ], @@ -8404,78 +8299,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433058574710" - ], - "physicalLocation": [ - "*OKLB 83-2978" - ], - "shelfMark_sort": "a*OKLB 83-002978", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433058574710" ], - "uri": "i13783923", - "shelfMark": [ - "*OKLB 83-2978" + "identifier": [ + "urn:shelfmark:*OKLB 83-2978", + "urn:barcode:33433058574710" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OKLB 83-2978" + "value": "*OKLB 83-2978", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058574710" + "value": "33433058574710", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433058574710" + "physicalLocation": [ + "*OKLB 83-2978" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OKLB 83-2978" ], + "shelfMark_sort": "a*OKLB 83-002978", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" ], - "formatLiteral": [ - "Text" - ] + "type": [ + "bf:Item" + ], + "uri": "i13783923" }, "sort": [ null @@ -8532,24 +8428,24 @@ "createdYear": [ 1971 ], - "type": [ - "nypl:Item" - ], "title": [ "Kāvya Rāmāyaṇam." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLY 82-1781" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Srinivasan, K. S. (Karur Soundara), 1920-" - ], "createdString": [ "1971" ], + "creatorLiteral": [ + "Srinivasan, K. S. (Karur Soundara), 1920-" + ], "idLccn": [ "72904732" ], @@ -8559,6 +8455,9 @@ "dateStartYear": [ 1971 ], + "idOclc": [ + "NYPG002000204-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -8568,14 +8467,14 @@ "type": "nypl:Bnumber", "value": "10000795" }, - { - "type": "bf:Lccn", - "value": "72904732" - }, { "type": "nypl:Oclc", "value": "NYPG002000204-B" }, + { + "type": "bf:Lccn", + "value": "72904732" + }, { "type": "bf:Identifier", "value": "NNSZ00200804" @@ -8585,19 +8484,17 @@ "value": "(WaOLN)nyp0200794" } ], - "idOclc": [ - "NYPG002000204-B" - ], - "updatedAt": 1674870779642, + "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:lccn:72904732", "urn:oclc:NYPG002000204-B", - "urn:undefined:NNSZ00200804", - "urn:undefined:(WaOLN)nyp0200794" + "urn:lccn:72904732", + "urn:identifier:NNSZ00200804", + "urn:identifier:(WaOLN)nyp0200794" ], "numCheckinCardItems": [ 0 @@ -8634,12 +8531,6 @@ "lccClassification": [ "PL4758.9.K27 R35695" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Putu Tilli" ], @@ -8676,78 +8567,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433060417288" - ], - "physicalLocation": [ - "*OLY 82-1781" - ], - "shelfMark_sort": "a*OLY 82-001781", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433060417288" ], - "uri": "i13783961", - "shelfMark": [ - "*OLY 82-1781" + "identifier": [ + "urn:shelfmark:*OLY 82-1781", + "urn:barcode:33433060417288" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLY 82-1781" + "value": "*OLY 82-1781", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433060417288" + "value": "33433060417288", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433060417288" + "physicalLocation": [ + "*OLY 82-1781" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLY 82-1781" ], + "shelfMark_sort": "a*OLY 82-001781", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" ], - "formatLiteral": [ - "Text" - ] + "type": [ + "bf:Item" + ], + "uri": "i13783961" }, "sort": [ null @@ -8803,36 +8695,39 @@ "createdYear": [ 1969 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Maḥmūd, ʻAbd al-Ḥalīm." - ], "createdString": [ "1969" ], + "creatorLiteral": [ + "Maḥmūd, ʻAbd al-Ḥalīm." + ], "idLccn": [ "76960922" ], - "seriesStatement": [ - "Silsilat al-buḥūth al-Islāmīyah, al-kitāb 1" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Silsilat al-buḥūth al-Islāmīyah, al-kitāb 1" + ], "dateStartYear": [ 1969 ], + "idOclc": [ + "NYPG002000227-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -8842,14 +8737,14 @@ "type": "nypl:Bnumber", "value": "10000818" }, - { - "type": "bf:Lccn", - "value": "76960922" - }, { "type": "nypl:Oclc", "value": "NYPG002000227-B" }, + { + "type": "bf:Lccn", + "value": "76960922" + }, { "type": "bf:Identifier", "value": "NNSZ00200827" @@ -8859,19 +8754,17 @@ "value": "(WaOLN)nyp0200817" } ], - "idOclc": [ - "NYPG002000227-B" - ], - "updatedAt": 1674870777259, + "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:lccn:76960922", "urn:oclc:NYPG002000227-B", - "urn:undefined:NNSZ00200827", - "urn:undefined:(WaOLN)nyp0200817" + "urn:lccn:76960922", + "urn:identifier:NNSZ00200827", + "urn:identifier:(WaOLN)nyp0200817" ], "numCheckinCardItems": [ 0 @@ -8907,12 +8800,6 @@ "lccClassification": [ "BP75.2 .M32" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[al-Qāhirah]" ], @@ -8947,48 +8834,33 @@ "field": "items", "offset": 0 }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "identifier": [ - "urn:barcode:33433057993358" - ], - "physicalLocation": [ - "*OGE 82-2828" - ], - "shelfMark_sort": "a*OGE 82-002828", - "m2CustomerCode": [ - "XA" - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], + "_score": null, + "_source": { "accessMessage": [ { "id": "accessMessage:1", "label": "Use in library" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], - "type": [ - "bf:Item" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "uri": "i12858070", - "shelfMark": [ - "*OGE 82-2828" + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OGE 82-2828" - }, + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433057993358" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], "holdingLocation_packed": [ @@ -8997,30 +8869,46 @@ "idBarcode": [ "33433057993358" ], - "requestable": [ - false + "identifier": [ + "urn:shelfmark:*OGE 82-2828", + "urn:barcode:33433057993358" ], - "catalogItemType": [ + "identifierV2": [ { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" + "value": "*OGE 82-2828", + "type": "bf:ShelfMark" + }, + { + "value": "33433057993358", + "type": "bf:Barcode" } ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OGE 82-2828" + ], + "requestable": [ + true + ], + "shelfMark": [ + "*OGE 82-2828" + ], + "shelfMark_sort": "a*OGE 82-002828", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" ], - "formatLiteral": [ - "Text" - ] + "type": [ + "bf:Item" + ], + "uri": "i12858070" }, "sort": [ null @@ -9071,24 +8959,24 @@ "createdYear": [ 1972 ], - "type": [ - "nypl:Item" - ], "title": [ "Tulasī kā mānasa." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLY 83-31" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Sharma, Munshi Ram, 1901-" - ], "createdString": [ "1972" ], + "creatorLiteral": [ + "Sharma, Munshi Ram, 1901-" + ], "idLccn": [ "72901165" ], @@ -9098,6 +8986,9 @@ "dateStartYear": [ 1972 ], + "idOclc": [ + "NYPG002000322-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -9107,14 +8998,14 @@ "type": "nypl:Bnumber", "value": "10000912" }, - { - "type": "bf:Lccn", - "value": "72901165" - }, { "type": "nypl:Oclc", "value": "NYPG002000322-B" }, + { + "type": "bf:Lccn", + "value": "72901165" + }, { "type": "bf:Identifier", "value": "NNSZ00200922" @@ -9124,19 +9015,17 @@ "value": "(WaOLN)nyp0200911" } ], - "idOclc": [ - "NYPG002000322-B" - ], - "updatedAt": 1674870783590, + "updatedAt": 1711605430237, "publicationStatement": [ "Kānapura, Granthama [1972]" ], "identifier": [ + "urn:shelfmark:*OLY 83-31", "urn:bnum:10000912", - "urn:lccn:72901165", "urn:oclc:NYPG002000322-B", - "urn:undefined:NNSZ00200922", - "urn:undefined:(WaOLN)nyp0200911" + "urn:lccn:72901165", + "urn:identifier:NNSZ00200922", + "urn:identifier:(WaOLN)nyp0200911" ], "numCheckinCardItems": [ 0 @@ -9172,12 +9061,6 @@ "lccClassification": [ "PK2095.T8 R3394" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Kānapura" ], @@ -9214,78 +9097,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433060417726" - ], - "physicalLocation": [ - "*OLY 83-31" - ], - "shelfMark_sort": "a*OLY 83-000031", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433060417726" ], - "uri": "i13783983", - "shelfMark": [ - "*OLY 83-31" + "identifier": [ + "urn:shelfmark:*OLY 83-31", + "urn:barcode:33433060417726" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLY 83-31" + "value": "*OLY 83-31", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433060417726" + "value": "33433060417726", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433060417726" + "physicalLocation": [ + "*OLY 83-31" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLY 83-31" ], + "shelfMark_sort": "a*OLY 83-000031", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" ], - "formatLiteral": [ - "Text" - ] + "type": [ + "bf:Item" + ], + "uri": "i13783983" }, "sort": [ null @@ -9320,8 +9204,11 @@ "Hindus", "Hindus -- Biography" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Srī Satkuru Cēsātri Svāmikaḷ Matyasta Pracārasapā," + "Srī Satkuru Cēsātri Svāmikaḷ Matyasta Pracārasapā" ], "language": [ { @@ -9329,30 +9216,42 @@ "label": "Tamil" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "title": [ "Tiruvaṇṇāmalai Srī Cēṣātri Svāmikaḷ carittiram" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLY 83-4924" ], - "creatorLiteral": [ - "Nārāyaṇa Cāstirikal, Kuḻumaṇi." + "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", @@ -9362,6 +9261,10 @@ "type": "nypl:Bnumber", "value": "10001029" }, + { + "type": "nypl:Oclc", + "value": "NYPG002000439-B" + }, { "type": "bf:Lccn", "value": "76902259" @@ -9375,15 +9278,20 @@ "value": "(WaOLN)nyp0201028" } ], - "updatedAt": 1636139596240, + "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:undefined:NNSZ00201039", - "urn:undefined:(WaOLN)nyp0201028" + "urn:identifier:NNSZ00201039", + "urn:identifier:(WaOLN)nyp0201028" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -9417,14 +9325,8 @@ "lccClassification": [ "BL1175.C47 N37 1975" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Kōyamputtūr :" + "Kōyamputtūr" ], "issuance": [ { @@ -9459,72 +9361,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433060419664" - ], - "physicalLocation": [ - "*OLY 83-4924" - ], - "shelfMark_sort": "a*OLY 83-004924", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "uri": "i13783994", - "shelfMark": [ - "*OLY 83-4924" + "idBarcode": [ + "33433060419664" + ], + "identifier": [ + "urn:shelfmark:*OLY 83-4924", + "urn:barcode:33433060419664" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLY 83-4924" + "value": "*OLY 83-4924", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433060419664" + "value": "33433060419664", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433060419664" + "physicalLocation": [ + "*OLY 83-4924" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLY 83-4924" ], + "shelfMark_sort": "a*OLY 83-004924", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } - ] + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i13783994" }, "sort": [ null @@ -9585,24 +9494,24 @@ "createdYear": [ 1969 ], - "type": [ - "nypl:Item" - ], "title": [ "Mokṣākaraguptaviracitā Bauddha-tarkabhāṣā. Hindīanuvādapariśiṣṭadvayasaṃvalitā." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLWF 83-4679" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Mokṣākara Gupta." - ], "createdString": [ "1969" ], + "creatorLiteral": [ + "Mokṣākara Gupta." + ], "idLccn": [ "71901168" ], @@ -9616,6 +9525,9 @@ "dateStartYear": [ 1969 ], + "idOclc": [ + "NYPG002000452-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -9625,14 +9537,14 @@ "type": "nypl:Bnumber", "value": "10001042" }, - { - "type": "bf:Lccn", - "value": "71901168" - }, { "type": "nypl:Oclc", "value": "NYPG002000452-B" }, + { + "type": "bf:Lccn", + "value": "71901168" + }, { "type": "bf:Identifier", "value": "NNSZ00201052" @@ -9642,19 +9554,17 @@ "value": "(WaOLN)nyp0201041" } ], - "idOclc": [ - "NYPG002000452-B" - ], - "updatedAt": 1673986529749, + "updatedAt": 1711024351869, "publicationStatement": [ "Vārāṇasī, Prācya Prakāśana [1969]" ], "identifier": [ + "urn:shelfmark:*OLWF 83-4679", "urn:bnum:10001042", - "urn:lccn:71901168", "urn:oclc:NYPG002000452-B", - "urn:undefined:NNSZ00201052", - "urn:undefined:(WaOLN)nyp0201041" + "urn:lccn:71901168", + "urn:identifier:NNSZ00201052", + "urn:identifier:(WaOLN)nyp0201041" ], "numCheckinCardItems": [ 0 @@ -9690,26 +9600,20 @@ "lccClassification": [ "BC25 .M65" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Vārāṇasī" ], - "titleAlt": [ - "Bauddha-tarkabhāṣā.", - "Tarkabhasha.", - "Anekantavadanirasa." - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Bauddha-tarkabhāṣā.", + "Tarkabhasha.", + "Anekantavadanirasa." + ], "dimensions": [ "19 cm." ] @@ -9737,78 +9641,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433059862981" - ], - "physicalLocation": [ - "*OLWF 83-4679" - ], - "shelfMark_sort": "a*OLWF 83-004679", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433059862981" ], - "uri": "i13783998", - "shelfMark": [ - "*OLWF 83-4679" + "identifier": [ + "urn:shelfmark:*OLWF 83-4679", + "urn:barcode:33433059862981" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLWF 83-4679" + "value": "*OLWF 83-4679", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433059862981" + "value": "33433059862981", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433059862981" + "physicalLocation": [ + "*OLWF 83-4679" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLWF 83-4679" ], + "shelfMark_sort": "a*OLWF 83-004679", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" ], - "formatLiteral": [ - "Text" - ] + "type": [ + "bf:Item" + ], + "uri": "i13783998" }, "sort": [ null @@ -9846,8 +9751,11 @@ "subjectLiteral_exploded": [ "Jaina logic" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Bhāratīya Prācyatatva-Prakāśana Samiti ; prāptisthāna, Śā. Ramaṇala Vajecanda," + "Bhāratīya Prācyatatva-Prakāśana Samiti ; prāptisthāna, Śā. Ramaṇala Vajecanda" ], "language": [ { @@ -9855,33 +9763,45 @@ "label": "Sanskrit" } ], - "dateEndString": [ - "1975" + "numItemsTotal": [ + 1 ], "createdYear": [ 1974 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1975" ], "title": [ "Vādasaṅgraha" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLX 84-289" ], - "creatorLiteral": [ - "Yaśovijaya, 1624-1688." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1974" ], + "creatorLiteral": [ + "Yaśovijaya, 1624-1688." + ], "idLccn": [ "76902374" ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1974 ], + "idOclc": [ + "NYPG002000494-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -9891,6 +9811,10 @@ "type": "nypl:Bnumber", "value": "10001083" }, + { + "type": "nypl:Oclc", + "value": "NYPG002000494-B" + }, { "type": "bf:Lccn", "value": "76902374" @@ -9907,15 +9831,20 @@ "dateEndYear": [ 1975 ], - "updatedAt": 1636143035644, + "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:undefined:NNSZ00201094", - "urn:undefined:(WaOLN)nyp0201082" + "urn:identifier:NNSZ00201094", + "urn:identifier:(WaOLN)nyp0201082" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -9948,14 +9877,8 @@ "lccClassification": [ "BC25 .Y38" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Pindabāṛā : Ȧhamadābāda :" + "Pindabāṛā : Ȧhamadābāda" ], "issuance": [ { @@ -9990,72 +9913,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433060359589" - ], - "physicalLocation": [ - "*OLX 84-289" - ], - "shelfMark_sort": "a*OLX 84-000289", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "uri": "i13784009", - "shelfMark": [ - "*OLX 84-289" + "idBarcode": [ + "33433060359589" + ], + "identifier": [ + "urn:shelfmark:*OLX 84-289", + "urn:barcode:33433060359589" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLX 84-289" + "value": "*OLX 84-289", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433060359589" + "value": "33433060359589", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433060359589" + "physicalLocation": [ + "*OLX 84-289" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLX 84-289" ], + "shelfMark_sort": "a*OLX 84-000289", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } - ] + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i13784009" }, "sort": [ null @@ -10083,8 +10013,11 @@ "Coptic church", "Coptic church -- History" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Maktabat al-Maḥabbah," + "Maktabat al-Maḥabbah" ], "language": [ { @@ -10092,30 +10025,42 @@ "label": "Arabic" } ], + "numItemsTotal": [ + 2 + ], "createdYear": [ 1964 ], - "type": [ - "nypl:Item" - ], "title": [ "al-Kharīdah al-nafīsah fī tārīkh al-kanīsah" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OCF 81-3103" ], - "creatorLiteral": [ - "Īsīdhūrūs, Bishop, 1867-1942." + "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", @@ -10125,6 +10070,10 @@ "type": "nypl:Bnumber", "value": "10001094" }, + { + "type": "nypl:Oclc", + "value": "NYPG002000506-B" + }, { "type": "bf:Identifier", "value": "NNSZ00201106" @@ -10134,14 +10083,19 @@ "value": "(WaOLN)nyp0201093" } ], - "updatedAt": 1636072387033, + "updatedAt": 1711570619466, "publicationStatement": [ "[S.l.] : Maktabat al-Maḥabbah, 1964" ], "identifier": [ + "urn:shelfmark:*OCF 81-3103", "urn:bnum:10001094", - "urn:undefined:NNSZ00201106", - "urn:undefined:(WaOLN)nyp0201093" + "urn:oclc:NYPG002000506-B", + "urn:identifier:NNSZ00201106", + "urn:identifier:(WaOLN)nyp0201093" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -10172,14 +10126,8 @@ "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", - "numItems": [ - 2 - ], - "numAvailable": [ - 2 - ], "placeOfPublication": [ - "[S.l.] :" + "[S.l.]" ], "issuance": [ { @@ -10210,40 +10158,41 @@ { "_nested": { "field": "items", - "offset": 1 + "offset": 0 }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433017339361" - ], - "shelfMark_sort": "a*OCF 81-003103", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } + "enumerationChronology": [ + "v. 2" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 2-" ], - "uri": "i11900431", - "shelfMark": [ - "*OCF 81-3103" + "formatLiteral": [ + "Text" ], - "identifierV2": [ + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433017339361" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], "holdingLocation_packed": [ @@ -10252,69 +10201,95 @@ "idBarcode": [ "33433017339361" ], - "requestable": [ - false + "identifier": [ + "urn:shelfmark:*OCF 81-3103 v. 2", + "urn:barcode:33433017339361" ], - "catalogItemType": [ + "identifierV2": [ { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" + "value": "*OCF 81-3103 v. 2", + "type": "bf:ShelfMark" + }, + { + "value": "33433017339361", + "type": "bf:Barcode" } ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OCF 81-3103" + ], + "requestable": [ + true + ], + "shelfMark": [ + "*OCF 81-3103 v. 2" + ], + "shelfMark_sort": "a*OCF 81-3103 v. 000002", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" + "gte": 2, + "lte": 2 } - ] + ], + "uri": "i11900431" }, "sort": [ - null + " 2-" ] }, { "_nested": { "field": "items", - "offset": 0 + "offset": 1 }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433017339353" - ], - "shelfMark_sort": "a*OCF 81-003103", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } + "enumerationChronology": [ + "v. 1" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 1-" ], - "uri": "i11900430", - "shelfMark": [ - "*OCF 81-3103" + "formatLiteral": [ + "Text" ], - "identifierV2": [ + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433017339353" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], "holdingLocation_packed": [ @@ -10323,30 +10298,55 @@ "idBarcode": [ "33433017339353" ], - "requestable": [ - false + "identifier": [ + "urn:shelfmark:*OCF 81-3103 v. 1", + "urn:barcode:33433017339353" ], - "catalogItemType": [ + "identifierV2": [ { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" + "value": "*OCF 81-3103 v. 1", + "type": "bf:ShelfMark" + }, + { + "value": "33433017339353", + "type": "bf:Barcode" } ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OCF 81-3103" + ], + "requestable": [ + true + ], + "shelfMark": [ + "*OCF 81-3103 v. 1" + ], + "shelfMark_sort": "a*OCF 81-3103 v. 000001", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" + "gte": 1, + "lte": 1 } - ] + ], + "uri": "i11900430" }, "sort": [ - null + " 1-" ] } ] @@ -10377,8 +10377,11 @@ "Muḥammad, Prophet, -632", "Muḥammad, Prophet, -632 -- Prayers and devotions" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Mukhtār Abū al-ʻAzāʼim," + "Mukhtār Abū al-ʻAzāʼim" ], "language": [ { @@ -10386,30 +10389,42 @@ "label": "Arabic" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 1973 ], - "type": [ - "nypl:Item" - ], "title": [ "al-Bashāʼir fī mawlid al-Mukhtār ..." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OGE 82-1575" ], - "creatorLiteral": [ - "Abū al-ʻAzāʼim, Muḥammad Māḍī." + "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", @@ -10419,6 +10434,10 @@ "type": "nypl:Bnumber", "value": "10001112" }, + { + "type": "nypl:Oclc", + "value": "NYPG002000524-B" + }, { "type": "bf:Lccn", "value": "74960195" @@ -10432,15 +10451,20 @@ "value": "(WaOLN)nyp0201111" } ], - "updatedAt": 1636072366534, + "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:undefined:NNSZ00201124", - "urn:undefined:(WaOLN)nyp0201111" + "urn:identifier:NNSZ00201124", + "urn:identifier:(WaOLN)nyp0201111" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -10473,14 +10497,8 @@ "lccClassification": [ "BP75.2 .A18" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "[al. Qāhirah] :" + "[al. Qāhirah]" ], "issuance": [ { @@ -10504,47 +10522,42 @@ } }, "items": { - "hits": { - "total": 1, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "identifier": [ - "urn:barcode:33433057993127" - ], - "shelfMark_sort": "a*OGE 82-001575", - "m2CustomerCode": [ - "XA" - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], + "hits": { + "total": 1, + "max_score": null, + "hits": [ + { + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { "accessMessage": [ { "id": "accessMessage:1", "label": "Use in library" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], - "uri": "i12858081", - "shelfMark": [ - "*OGE 82-1575" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "identifierV2": [ + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433057993127" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], "holdingLocation_packed": [ @@ -10553,27 +10566,46 @@ "idBarcode": [ "33433057993127" ], - "requestable": [ - false + "identifier": [ + "urn:shelfmark:*OGE 82-1575", + "urn:barcode:33433057993127" ], - "catalogItemType": [ + "identifierV2": [ { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" + "value": "*OGE 82-1575", + "type": "bf:ShelfMark" + }, + { + "value": "33433057993127", + "type": "bf:Barcode" } ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OGE 82-1575" + ], + "requestable": [ + true + ], + "shelfMark": [ + "*OGE 82-1575" + ], + "shelfMark_sort": "a*OGE 82-001575", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } - ] + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i12858081" }, "sort": [ null @@ -10681,7 +10713,7 @@ "value": "(WaOLN)nyp0201163" } ], - "updatedAt": 1701869147487, + "updatedAt": 1712147043803, "publicationStatement": [ "Dimashq [1950]" ], @@ -10862,15 +10894,12 @@ ], "catalogItemType": [ { - "id": "catalogItemType:2", - "label": "book non-circ" + "id": "catalogItemType:32", + "label": "google project, book" } ], "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "dueDate": [ - "2024-03-05" + "catalogItemType:32||google project, book" ], "formatLiteral": [ "Text" @@ -10917,7 +10946,7 @@ "NP" ], "requestable": [ - false + true ], "shelfMark": [ "JME 82-175" @@ -10925,12 +10954,12 @@ "shelfMark_sort": "aJME 82-000175", "status": [ { - "id": "status:co", - "label": "Loaned" + "id": "status:a", + "label": "Available" } ], "status_packed": [ - "status:co||Loaned" + "status:a||Available" ], "type": [ "bf:Item" @@ -10975,8 +11004,11 @@ "Chinese literature -- Qing dynasty, 1644-1912", "Chinese literature -- Qing dynasty, 1644-1912 -- History and criticism" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Wen jin chu ban she," + "Wen jin chu ban she" ], "language": [ { @@ -10984,30 +11016,42 @@ "label": "Chinese" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "title": [ "Tʻung-Chʻeng pʻai wen hsueh shih" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OVK 82-796" ], - "creatorLiteral": [ - "Ye, Long." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1975" ], + "creatorLiteral": [ + "Ye, Long." + ], "idLccn": [ "76838266" ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG002000603-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -11017,6 +11061,10 @@ "type": "nypl:Bnumber", "value": "10001190" }, + { + "type": "nypl:Oclc", + "value": "NYPG002000603-B" + }, { "type": "bf:Lccn", "value": "76838266" @@ -11026,14 +11074,19 @@ "value": "NNSZ00201203" } ], - "updatedAt": 1636140614104, + "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:undefined:NNSZ00201203" + "urn:identifier:NNSZ00201203" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -11066,14 +11119,8 @@ "lccClassification": [ "PL2297 .Y4" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "[Taipei] :" + "[Taipei]" ], "issuance": [ { @@ -11108,72 +11155,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433011952243" - ], - "physicalLocation": [ - "*OVK 82-796" - ], - "shelfMark_sort": "a*OVK 82-000796", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "uri": "i10000788", - "shelfMark": [ - "*OVK 82-796" + "idBarcode": [ + "33433011952243" + ], + "identifier": [ + "urn:shelfmark:*OVK 82-796", + "urn:barcode:33433011952243" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OVK 82-796" + "value": "*OVK 82-796", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011952243" + "value": "33433011952243", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433011952243" + "physicalLocation": [ + "*OVK 82-796" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OVK 82-796" ], + "shelfMark_sort": "a*OVK 82-000796", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } - ] + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i10000788" }, "sort": [ null @@ -11211,8 +11265,11 @@ "subjectLiteral_exploded": [ "Krishna (Hindu deity)" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Kēraḷa Sāhitya Akkādami ; vitaraṇaṃ, Nāṣanal Bukk Sṯāḷ," + "Kēraḷa Sāhitya Akkādami ; vitaraṇaṃ, Nāṣanal Bukk Sṯāḷ" ], "language": [ { @@ -11220,30 +11277,42 @@ "label": "Malayalam" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 1976 ], - "type": [ - "nypl:Item" - ], "title": [ "Bhāgavataṃ : Irupattināluvrttaṃ" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLY 84-598" ], + "numItemVolumesParsed": [ + 0 + ], "createdString": [ "1976" ], "idLccn": [ "78900499" ], + "numElectronicResources": [ + 0 + ], "contributorLiteral": [ "Krṣṇapiḷḷa, Es. En." ], "dateStartYear": [ 1976 ], + "idOclc": [ + "NYPG002000646-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -11253,6 +11322,10 @@ "type": "nypl:Bnumber", "value": "10001233" }, + { + "type": "nypl:Oclc", + "value": "NYPG002000646-B" + }, { "type": "bf:Lccn", "value": "78900499" @@ -11269,15 +11342,20 @@ "uniformTitle": [ "Puranas. Bhāgavatapurāṇa. Malayalam." ], - "updatedAt": 1636077703170, + "updatedAt": 1711605494336, "publicationStatement": [ "[Trśūr] : Kēraḷa Sāhitya Akkādami ; Kōṭṭayaṃ : vitaraṇaṃ, Nāṣanal Bukk Sṯāḷ, 1976." ], "identifier": [ + "urn:shelfmark:*OLY 84-598", "urn:bnum:10001233", + "urn:oclc:NYPG002000646-B", "urn:lccn:78900499", - "urn:undefined:NNSZ00201246", - "urn:undefined:(WaOLN)nyp0201231" + "urn:identifier:NNSZ00201246", + "urn:identifier:(WaOLN)nyp0201231" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -11307,14 +11385,8 @@ "Bhāgavataṃ : Irupattināluvrttaṃ" ], "uri": "b10001233", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "[Trśūr] : Kōṭṭayaṃ :" + "[Trśūr] : Kōṭṭayaṃ" ], "issuance": [ { @@ -11349,72 +11421,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433060419870" - ], - "physicalLocation": [ - "*OLY 84-598" - ], - "shelfMark_sort": "a*OLY 84-000598", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433060419870" ], - "uri": "i13784029", - "shelfMark": [ - "*OLY 84-598" + "identifier": [ + "urn:shelfmark:*OLY 84-598", + "urn:barcode:33433060419870" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLY 84-598" + "value": "*OLY 84-598", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433060419870" + "value": "33433060419870", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433060419870" + "physicalLocation": [ + "*OLY 84-598" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLY 84-598" ], + "shelfMark_sort": "a*OLY 84-000598", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } - ] + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i13784029" }, "sort": [ null @@ -11447,6 +11526,9 @@ "subjectLiteral_exploded": [ "Ramana, Maharshi" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ "Śivalāla Agravāla eṇḍa Kampanī" ], @@ -11456,30 +11538,42 @@ "label": "Hindi" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 1979 ], - "type": [ - "nypl:Item" - ], "title": [ "Śrī Ramaṇa Maharshi se bātacīta" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLY 82-3982" ], - "creatorLiteral": [ - "Śarma, Dineśacandra." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1979" ], + "creatorLiteral": [ + "Śarma, Dineśacandra." + ], + "numElectronicResources": [ + 0 + ], "contributorLiteral": [ "Osbourne, Arthur." ], "dateStartYear": [ 1979 ], + "idOclc": [ + "NYPG002000652-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -11489,6 +11583,10 @@ "type": "nypl:Bnumber", "value": "10001239" }, + { + "type": "nypl:Oclc", + "value": "NYPG002000652-B" + }, { "type": "bf:Identifier", "value": "NNSZ00201252" @@ -11498,14 +11596,19 @@ "value": "(WaOLN)nyp0201237" } ], - "updatedAt": 1653404628484, + "updatedAt": 1711329496467, "publicationStatement": [ "Āgarā : Śivalāla Agravāla eṇḍa Kampanī, 1979." ], "identifier": [ + "urn:shelfmark:*OLY 82-3982", "urn:bnum:10001239", - "urn:undefined:NNSZ00201252", - "urn:undefined:(WaOLN)nyp0201237" + "urn:oclc:NYPG002000652-B", + "urn:identifier:NNSZ00201252", + "urn:identifier:(WaOLN)nyp0201237" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -11535,12 +11638,6 @@ "Śrī Ramaṇa Maharshi se bātacīta / saṅgrahakartā Śrī Sunagala Esa. Veṅkaṭarāmaiyā ; bhūmikā-lekhaka Dā. Ṭī. Ema. Pī. Mahādevana ; prastāvanā lekhaka Mejara E. Ḍablyū. Caiḍavika ; anuvādaka Srī Dineśacandra Śarmā." ], "uri": "b10001239", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Āgarā" ], @@ -11577,72 +11674,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433060417494" - ], - "physicalLocation": [ - "*OLY 82-3982" - ], - "shelfMark_sort": "a*OLY 82-003982", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "uri": "i13784032", - "shelfMark": [ - "*OLY 82-3982" + "idBarcode": [ + "33433060417494" + ], + "identifier": [ + "urn:shelfmark:*OLY 82-3982", + "urn:barcode:33433060417494" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLY 82-3982" + "value": "*OLY 82-3982", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433060417494" + "value": "33433060417494", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433060417494" + "physicalLocation": [ + "*OLY 82-3982" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLY 82-3982" ], + "shelfMark_sort": "a*OLY 82-003982", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } - ] + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i13784032" }, "sort": [ null @@ -11683,11 +11787,14 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Advaita", - "Bādarāyaṇa" + "Bādarāyaṇa", + "Advaita" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Kāśī Hindū Viśvavidyālaya Śodhaprakáśana," + "Kāśī Hindū Viśvavidyālaya Śodhaprakáśana" ], "language": [ { @@ -11695,38 +11802,50 @@ "label": "Sanskrit" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 1973 ], - "type": [ - "nypl:Item" - ], "title": [ "Vedāntakaumudī; Bhāvadīpikāsaṃvalitā." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKN 84-1977" ], - "creatorLiteral": [ - "Rāmādvaya, active 14th century." + "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-", - "Rāmādvaya, active 14th century." + "Rāmādvaya, active 14th century.", + "Caturvedī, Rādheśyāma, 1940-" ], "dateStartYear": [ 1973 ], + "idOclc": [ + "NYPG002000653-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -11736,6 +11855,10 @@ "type": "nypl:Bnumber", "value": "10001240" }, + { + "type": "nypl:Oclc", + "value": "NYPG002000653-B" + }, { "type": "bf:Lccn", "value": "74903417" @@ -11752,15 +11875,20 @@ "uniformTitle": [ "Vedāntakaumudī. Hindi & Sanskrit." ], - "updatedAt": 1641393543446, + "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:undefined:NNSZ00201253", - "urn:undefined:(WaOLN)nyp0201238" + "urn:identifier:NNSZ00201253", + "urn:identifier:(WaOLN)nyp0201238" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -11784,8 +11912,8 @@ } ], "subjectLiteral": [ - "Advaita.", - "Bādarāyaṇa." + "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ī." @@ -11794,12 +11922,6 @@ "lccClassification": [ "B132.A3 R2815" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Vārāṇasī]" ], @@ -11839,36 +11961,31 @@ }, "_score": null, "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "identifier": [ - "urn:barcode:33433058618418" - ], - "shelfMark_sort": "a*OKN 84-001977", - "m2CustomerCode": [ - "XA" - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], "accessMessage": [ { "id": "accessMessage:1", "label": "Use in library" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], - "uri": "i13784033", - "shelfMark": [ - "*OKN 84-1977" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "identifierV2": [ + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433058618418" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], "holdingLocation_packed": [ @@ -11877,27 +11994,46 @@ "idBarcode": [ "33433058618418" ], - "requestable": [ - false + "identifier": [ + "urn:shelfmark:*OKN 84-1977", + "urn:barcode:33433058618418" ], - "catalogItemType": [ + "identifierV2": [ { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" + "value": "*OKN 84-1977", + "type": "bf:ShelfMark" + }, + { + "value": "33433058618418", + "type": "bf:Barcode" } ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OKN 84-1977" + ], + "requestable": [ + true + ], + "shelfMark": [ + "*OKN 84-1977" + ], + "shelfMark_sort": "a*OKN 84-001977", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } - ] + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i13784033" }, "sort": [ null @@ -11928,11 +12064,14 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ + "Tiruvaḷḷuvar", "Hinduism", "Hinduism -- Controversial literature", "Tamil (Indic people)", - "Tamil (Indic people) -- Religion", - "Tiruvaḷḷuvar" + "Tamil (Indic people) -- Religion" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ "Tamiḻaṉ Nilaiyam" @@ -11943,30 +12082,42 @@ "label": "Tamil" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 1971 ], - "type": [ - "nypl:Item" - ], "title": [ "Nāṉ Intu alla, eṉatu matam Tiruvaḷḷuvam." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLY 83-1642" ], - "creatorLiteral": [ - "Kiruṣṇaṉ, P." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1971" ], + "creatorLiteral": [ + "Kiruṣṇaṉ, P." + ], "idLccn": [ "73903976" ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1971 ], + "idOclc": [ + "NYPG002000724-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -11976,6 +12127,10 @@ "type": "nypl:Bnumber", "value": "10001310" }, + { + "type": "nypl:Oclc", + "value": "NYPG002000724-B" + }, { "type": "bf:Lccn", "value": "73903976" @@ -11989,15 +12144,20 @@ "value": "(WaOLN)nyp0201308" } ], - "updatedAt": 1636119343632, + "updatedAt": 1711657587087, "publicationStatement": [ "Karūr, Tirucci Māvaṭṭam, Tamiḻaṉ Nilaiyam [1971]" ], "identifier": [ + "urn:shelfmark:*OLY 83-1642", "urn:bnum:10001310", + "urn:oclc:NYPG002000724-B", "urn:lccn:73903976", - "urn:undefined:NNSZ00201324", - "urn:undefined:(WaOLN)nyp0201308" + "urn:identifier:NNSZ00201324", + "urn:identifier:(WaOLN)nyp0201308" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -12021,9 +12181,9 @@ } ], "subjectLiteral": [ + "Tiruvaḷḷuvar.", "Hinduism -- Controversial literature.", - "Tamil (Indic people) -- Religion.", - "Tiruvaḷḷuvar." + "Tamil (Indic people) -- Religion." ], "titleDisplay": [ "Nāṉ Intu alla, eṉatu matam Tiruvaḷḷuvam. [Eḻutiyavar]Pe. Kiruṣṇaṉ." @@ -12032,14 +12192,8 @@ "lccClassification": [ "BL1211 .K57" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Karūr, Tirucci Māvaṭṭam," + "Karūr, Tirucci Māvaṭṭam" ], "issuance": [ { @@ -12074,72 +12228,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433060418260" - ], - "physicalLocation": [ - "*OLY 83-1642" - ], - "shelfMark_sort": "a*OLY 83-001642", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "uri": "i13784058", - "shelfMark": [ - "*OLY 83-1642" + "idBarcode": [ + "33433060418260" + ], + "identifier": [ + "urn:shelfmark:*OLY 83-1642", + "urn:barcode:33433060418260" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLY 83-1642" + "value": "*OLY 83-1642", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433060418260" + "value": "33433060418260", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433060418260" + "physicalLocation": [ + "*OLY 83-1642" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLY 83-1642" ], + "shelfMark_sort": "a*OLY 83-001642", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } - ] + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i13784058" }, "sort": [ null @@ -12173,6 +12334,9 @@ "Parvati (Hindu deity)", "Parvati (Hindu deity) -- Poetry" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ "Amuta Nilaiyam" ], @@ -12182,27 +12346,36 @@ "label": "Tamil" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 1968 ], - "type": [ - "nypl:Item" - ], "title": [ "Apirāmi antāti." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLY 83-1631" ], - "creatorLiteral": [ - "Apirāmi Paṭṭar, active 18th century." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1968" ], + "creatorLiteral": [ + "Apirāmi Paṭṭar, active 18th century." + ], "idLccn": [ "77904332" ], + "numElectronicResources": [ + 0 + ], "seriesStatement": [ "Amutam, 171" ], @@ -12212,6 +12385,9 @@ "dateStartYear": [ 1968 ], + "idOclc": [ + "NYPG002000730-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -12221,6 +12397,10 @@ "type": "nypl:Bnumber", "value": "10001316" }, + { + "type": "nypl:Oclc", + "value": "NYPG002000730-B" + }, { "type": "bf:Lccn", "value": "77904332" @@ -12234,15 +12414,20 @@ "value": "(WaOLN)nyp0201314" } ], - "updatedAt": 1641330883378, + "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:undefined:NNSZ00201330", - "urn:undefined:(WaOLN)nyp0201314" + "urn:identifier:NNSZ00201330", + "urn:identifier:(WaOLN)nyp0201314" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -12275,14 +12460,8 @@ "lccClassification": [ "PL4758.9.A6 A8 1968" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Ceṉṉai," + "Ceṉṉai" ], "issuance": [ { @@ -12317,72 +12496,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433060418252" - ], - "physicalLocation": [ - "*OLY 83-1631" - ], - "shelfMark_sort": "a*OLY 83-001631", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "uri": "i13784062", - "shelfMark": [ - "*OLY 83-1631" + "idBarcode": [ + "33433060418252" + ], + "identifier": [ + "urn:shelfmark:*OLY 83-1631", + "urn:barcode:33433060418252" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLY 83-1631" + "value": "*OLY 83-1631", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433060418252" + "value": "33433060418252", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433060418252" + "physicalLocation": [ + "*OLY 83-1631" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLY 83-1631" ], + "shelfMark_sort": "a*OLY 83-001631", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } - ] + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i13784062" }, "sort": [ null @@ -12416,8 +12602,11 @@ "Murugan (Hindu deity)", "Murugan (Hindu deity) -- Poetry" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Vācuki Patippakam] ; viṟpaṉai urimai, Pāri Nilaiyam," + "Vācuki Patippakam] ; viṟpaṉai urimai, Pāri Nilaiyam" ], "language": [ { @@ -12425,24 +12614,33 @@ "label": "Tamil" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 1969 ], - "type": [ - "nypl:Item" - ], "title": [ "Paḻaṉiyāṉ kātal" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLY 84-1362" ], + "numItemVolumesParsed": [ + 0 + ], "createdString": [ "1969" ], "idLccn": [ "77910693" ], + "numElectronicResources": [ + 0 + ], "seriesStatement": [ "Vācuki patippaka veḷiyīṭu 3" ], @@ -12452,6 +12650,9 @@ "dateStartYear": [ 1969 ], + "idOclc": [ + "NYPG002000767-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -12461,6 +12662,10 @@ "type": "nypl:Bnumber", "value": "10001351" }, + { + "type": "nypl:Oclc", + "value": "NYPG002000767-B" + }, { "type": "bf:Lccn", "value": "77910693" @@ -12474,15 +12679,20 @@ "value": "(WaOLN)nyp0201349" } ], - "updatedAt": 1636121455901, + "updatedAt": 1710980209446, "publicationStatement": [ "[Aṇṇāmalainakar : Vācuki Patippakam] ; Ceṉṉai : viṟpaṉai urimai, Pāri Nilaiyam, [1969]" ], "identifier": [ + "urn:shelfmark:*OLY 84-1362", "urn:bnum:10001351", + "urn:oclc:NYPG002000767-B", "urn:lccn:77910693", - "urn:undefined:NNSZ00201367", - "urn:undefined:(WaOLN)nyp0201349" + "urn:identifier:NNSZ00201367", + "urn:identifier:(WaOLN)nyp0201349" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -12511,15 +12721,9 @@ "titleDisplay": [ "Paḻaṉiyāṉ kātal / patippāciriyar Mu. Kōvintacāmi." ], - "uri": "b10001351", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], + "uri": "b10001351", "placeOfPublication": [ - "[Aṇṇāmalainakar : Ceṉṉai :" + "[Aṇṇāmalainakar : Ceṉṉai" ], "issuance": [ { @@ -12554,72 +12758,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433060419987" - ], - "physicalLocation": [ - "*OLY 84-1362" - ], - "shelfMark_sort": "a*OLY 84-001362", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "uri": "i13784068", - "shelfMark": [ - "*OLY 84-1362" + "idBarcode": [ + "33433060419987" + ], + "identifier": [ + "urn:shelfmark:*OLY 84-1362", + "urn:barcode:33433060419987" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLY 84-1362" + "value": "*OLY 84-1362", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433060419987" + "value": "33433060419987", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433060419987" + "physicalLocation": [ + "*OLY 84-1362" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLY 84-1362" ], + "shelfMark_sort": "a*OLY 84-001362", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } - ] + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i13784068" }, "sort": [ null @@ -12658,6 +12869,9 @@ "Hinduism", "Hinduism -- Rituals" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ "[Director, Research Institute, Varanaseya Sanskrit Vishvavidyalaya]" ], @@ -12667,37 +12881,49 @@ "label": "Sanskrit" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 1963 ], + "title": [ + "Saṃskāradīpakaḥ" + ], "type": [ "nypl:Item" ], - "title": [ - "Saṃskāradīpakaḥ," - ], "shelfMark": [ "*OLY 83-204" ], - "creatorLiteral": [ - "Jhā, Harṣanātha, 1845-1896." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1963" ], + "creatorLiteral": [ + "Jhā, Harṣanātha, 1845-1896." + ], "idLccn": [ "sa 68001970" ], + "numElectronicResources": [ + 0 + ], "seriesStatement": [ "Varanaseya Sanskrit Vishwavidyalaya. Research Institute. Gopīnāthakavirāja- granthamālā, 1" ], "contributorLiteral": [ - "Jhā, Durgādhara, 1909-1987.", - "Khanaṇga, Rāmacandraśāstrī." + "Khanaṇga, Rāmacandraśāstrī.", + "Jhā, Durgādhara, 1909-1987." ], "dateStartYear": [ 1963 ], + "idOclc": [ + "NYPG002000790-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -12707,6 +12933,10 @@ "type": "nypl:Bnumber", "value": "10001374" }, + { + "type": "nypl:Oclc", + "value": "NYPG002000790-B" + }, { "type": "bf:Lccn", "value": "sa 68001970" @@ -12720,15 +12950,20 @@ "value": "(WaOLN)nyp0201372" } ], - "updatedAt": 1636128327571, + "updatedAt": 1710971366154, "publicationStatement": [ "Vārāṇasyām, [Director, Research Institute, Varanaseya Sanskrit Vishvavidyalaya] 1885 tame Śakābde [1963]" ], "identifier": [ + "urn:shelfmark:*OLY 83-204", "urn:bnum:10001374", + "urn:oclc:NYPG002000790-B", "urn:lccn:sa 68001970", - "urn:undefined:NNSZ00201390", - "urn:undefined:(WaOLN)nyp0201372" + "urn:identifier:NNSZ00201390", + "urn:identifier:(WaOLN)nyp0201372" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -12761,14 +12996,8 @@ "lccClassification": [ "BL1226.2 .J46" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Vārāṇasyām," + "Vārāṇasyām" ], "issuance": [ { @@ -12803,72 +13032,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433060417882" - ], - "physicalLocation": [ - "*OLY 83-204" - ], - "shelfMark_sort": "a*OLY 83-000204", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "uri": "i13784073", - "shelfMark": [ - "*OLY 83-204" + "idBarcode": [ + "33433060417882" + ], + "identifier": [ + "urn:shelfmark:*OLY 83-204", + "urn:barcode:33433060417882" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLY 83-204" + "value": "*OLY 83-204", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433060417882" + "value": "33433060417882", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433060417882" + "physicalLocation": [ + "*OLY 83-204" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLY 83-204" ], + "shelfMark_sort": "a*OLY 83-000204", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } - ] + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i13784073" }, "sort": [ null @@ -12901,6 +13137,9 @@ "subjectLiteral_exploded": [ "Siva (Hindu deity)" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ "Vācu Piracuram" ], @@ -12910,30 +13149,42 @@ "label": "Tamil" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 1969 ], - "type": [ - "nypl:Item" - ], "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", @@ -12943,6 +13194,10 @@ "type": "nypl:Bnumber", "value": "10001378" }, + { + "type": "nypl:Oclc", + "value": "NYPG002000794-B" + }, { "type": "bf:Lccn", "value": "77904612" @@ -12959,15 +13214,20 @@ "uniformTitle": [ "Puranas. Liṅgapurāṇa. Tamil." ], - "updatedAt": 1653404628484, + "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:undefined:NNSZ00201394", - "urn:undefined:(WaOLN)nyp0201376" + "urn:identifier:NNSZ00201394", + "urn:identifier:(WaOLN)nyp0201376" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -13000,12 +13260,6 @@ "lccClassification": [ "BL1218 .P86" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ceṉṉai" ], @@ -13042,72 +13296,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433060418278" - ], - "physicalLocation": [ - "*OLY 83-1666" - ], - "shelfMark_sort": "a*OLY 83-001666", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "uri": "i13784074", - "shelfMark": [ - "*OLY 83-1666" + "idBarcode": [ + "33433060418278" + ], + "identifier": [ + "urn:shelfmark:*OLY 83-1666", + "urn:barcode:33433060418278" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLY 83-1666" + "value": "*OLY 83-1666", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433060418278" + "value": "33433060418278", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433060418278" + "physicalLocation": [ + "*OLY 83-1666" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLY 83-1666" ], + "shelfMark_sort": "a*OLY 83-001666", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } - ] + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i13784074" }, "sort": [ null @@ -13145,6 +13406,9 @@ "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ḥ]" ], @@ -13154,27 +13418,36 @@ "label": "Sanskrit" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 1965 ], - "type": [ - "nypl:Item" - ], "title": [ "ʻNa caʼ ratnamālikā; Svopajñanūtanālokaṭīkāsamvalitā" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKM 83-1701" ], - "creatorLiteral": [ - "Sarmā, Sāstṛ." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1965" ], + "creatorLiteral": [ + "Sarmā, Sāstṛ." + ], "idLccn": [ "sa 68010892" ], + "numElectronicResources": [ + 0 + ], "seriesStatement": [ "Saravati Bhavana granthamala, 93" ], @@ -13184,6 +13457,9 @@ "dateStartYear": [ 1965 ], + "idOclc": [ + "NYPG002000795-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -13193,6 +13469,10 @@ "type": "nypl:Bnumber", "value": "10001379" }, + { + "type": "nypl:Oclc", + "value": "NYPG002000795-B" + }, { "type": "bf:Lccn", "value": "sa 68010892" @@ -13206,15 +13486,20 @@ "value": "(WaOLN)nyp0201377" } ], - "updatedAt": 1653404628484, + "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:undefined:NNSZ00201395", - "urn:undefined:(WaOLN)nyp0201377" + "urn:identifier:NNSZ00201395", + "urn:identifier:(WaOLN)nyp0201377" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -13247,12 +13532,6 @@ "lccClassification": [ "B132.N8 S2" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Vārāṇasyām" ], @@ -13289,36 +13568,31 @@ }, "_score": null, "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "identifier": [ - "urn:barcode:33433058602826" - ], - "shelfMark_sort": "a*OKM 83-001701", - "m2CustomerCode": [ - "XA" - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], "accessMessage": [ { "id": "accessMessage:1", "label": "Use in library" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], - "uri": "i13784075", - "shelfMark": [ - "*OKM 83-1701" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "identifierV2": [ + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433058602826" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], "holdingLocation_packed": [ @@ -13327,27 +13601,46 @@ "idBarcode": [ "33433058602826" ], - "requestable": [ - false + "identifier": [ + "urn:shelfmark:*OKM 83-1701", + "urn:barcode:33433058602826" ], - "catalogItemType": [ + "identifierV2": [ { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" + "value": "*OKM 83-1701", + "type": "bf:ShelfMark" + }, + { + "value": "33433058602826", + "type": "bf:Barcode" } ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OKM 83-1701" + ], + "requestable": [ + true + ], + "shelfMark": [ + "*OKM 83-1701" + ], + "shelfMark_sort": "a*OKM 83-001701", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } - ] + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i13784075" }, "sort": [ null @@ -13393,39 +13686,54 @@ "Parvati (Hindu deity)", "Parvati (Hindu deity) -- Songs and music" ], + "numItemDatesParsed": [ + 0 + ], "language": [ { "id": "lang:tam", "label": "Tamil" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 1968 ], - "type": [ - "nypl:Item" - ], "title": [ "Śrī Tēvi Mahātmiyam; kīrttaṉaikaḷ." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLY 83-1674" ], - "creatorLiteral": [ - "Thiagarajan, K. C." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1968" ], + "creatorLiteral": [ + "Thiagarajan, K. C." + ], "idLccn": [ "70903904" ], + "numElectronicResources": [ + 0 + ], "contributorLiteral": [ "All India Radio." ], "dateStartYear": [ 1968 ], + "idOclc": [ + "NYPG002000804-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -13435,6 +13743,10 @@ "type": "nypl:Bnumber", "value": "10001388" }, + { + "type": "nypl:Oclc", + "value": "NYPG002000804-B" + }, { "type": "bf:Lccn", "value": "70903904" @@ -13448,15 +13760,20 @@ "value": "(WaOLN)nyp0201386" } ], - "updatedAt": 1653404628484, + "updatedAt": 1711654281622, "publicationStatement": [ "[Ceṉṉai, 1968]" ], "identifier": [ + "urn:shelfmark:*OLY 83-1674", "urn:bnum:10001388", + "urn:oclc:NYPG002000804-B", "urn:lccn:70903904", - "urn:undefined:NNSZ00201404", - "urn:undefined:(WaOLN)nyp0201386" + "urn:identifier:NNSZ00201404", + "urn:identifier:(WaOLN)nyp0201386" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -13490,12 +13807,6 @@ "lccClassification": [ "M1808.T53 S7" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Ceṉṉai" ], @@ -13532,72 +13843,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433060418286" - ], - "physicalLocation": [ - "*OLY 83-1674" - ], - "shelfMark_sort": "a*OLY 83-001674", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "uri": "i13784080", - "shelfMark": [ - "*OLY 83-1674" + "idBarcode": [ + "33433060418286" + ], + "identifier": [ + "urn:shelfmark:*OLY 83-1674", + "urn:barcode:33433060418286" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLY 83-1674" + "value": "*OLY 83-1674", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433060418286" + "value": "33433060418286", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433060418286" + "physicalLocation": [ + "*OLY 83-1674" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLY 83-1674" ], + "shelfMark_sort": "a*OLY 83-001674", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } - ] + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i13784080" }, "sort": [ null @@ -13611,50 +13929,5 @@ ] } }, - "statusCode": 200, - "headers": { - "date": "Mon, 11 Mar 2024 15:37:09 GMT", - "content-type": "application/json; charset=UTF-8", - "content-length": "168036", - "connection": "keep-alive", - "access-control-allow-origin": "*" - }, - "meta": { - "context": null, - "request": { - "params": { - "method": "POST", - "path": "/resources-2018-04-09/_search", - "body": "{\"from\":0,\"size\":50,\"query\":{\"bool\":{\"filter\":[{\"nested\":{\"path\":\"items\",\"query\":{\"constant_score\":{\"filter\":{\"bool\":{\"should\":[{\"term\":{\"items.holdingLocation.id\":\"loc:mal92\"}},{\"term\":{\"items.holdingLocation.label\":\"loc:mal92\"}}]}}}}}},{\"bool\":{\"should\":[{\"nested\":{\"path\":\"items\",\"query\":{\"bool\":{\"must_not\":[{\"exists\":{\"field\":\"items.electronicLocator\"}}]}},\"inner_hits\":{\"sort\":[{\"items.enumerationChronology_sort\":\"desc\"}],\"size\":\"100\",\"from\":0,\"name\":\"items\"}}},{\"nested\":{\"path\":\"items\",\"query\":{\"exists\":{\"field\":\"items.electronicLocator\"}},\"inner_hits\":{\"name\":\"electronicResources\"}}},{\"match_all\":{}}]}}]}},\"sort\":[\"uri\"],\"_source\":{\"excludes\":[\"uris\",\"*_packed\",\"*_sort\",\"items.*_packed\",\"contentsTitle\",\"items\"]}}", - "querystring": "", - "headers": { - "user-agent": "elasticsearch-js/7.12.0 (darwin 21.6.0-x64; Node.js v18.12.1)", - "x-elastic-client-meta": "es=7.12.0,js=18.12.1,t=7.12.0,hc=18.12.1", - "content-type": "application/json", - "content-length": "727" - }, - "timeout": 30000 - }, - "options": {}, - "id": 55 - }, - "name": "elasticsearch-js", - "connection": { - "url": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "id": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "headers": {}, - "deadCount": 0, - "resurrectTimeout": 0, - "_openRequests": 0, - "status": "alive", - "roles": { - "master": true, - "data": true, - "ingest": true, - "ml": false - } - }, - "attempts": 0, - "aborted": false - } + "statusCode": 200 } \ No newline at end of file diff --git a/test/fixtures/query-e4b879a0948f7f28c8daf7cb132886f1.json b/test/fixtures/query-98a2c356cba1f8a07f5aa3715130fff0.json similarity index 63% rename from test/fixtures/query-e4b879a0948f7f28c8daf7cb132886f1.json rename to test/fixtures/query-98a2c356cba1f8a07f5aa3715130fff0.json index 21239d9c..18b81b75 100644 --- a/test/fixtures/query-e4b879a0948f7f28c8daf7cb132886f1.json +++ b/test/fixtures/query-98a2c356cba1f8a07f5aa3715130fff0.json @@ -1,6 +1,6 @@ { "body": { - "took": 355, + "took": 295, "timed_out": false, "_shards": { "total": 3, @@ -8,7 +8,7 @@ "failed": 0 }, "hits": { - "total": 787355, + "total": 732457, "max_score": null, "hits": [ { @@ -45,8 +45,11 @@ "Christianity", "Christianity -- Philosophy" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Ḍi. Ṣi. Buks ; Kārmel Pabḷiṣiṅg Senṟar," + "Ḍi. Ṣi. Buks ; Kārmel Pabḷiṣiṅg Senṟar" ], "language": [ { @@ -54,30 +57,39 @@ "label": "Malayalam" } ], - "dateEndString": [ - "1772" + "numItemsTotal": [ + 1 ], "createdYear": [ 1980 ], - "type": [ - "nypl:Item" + "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" ], - "creatorLiteral": [ - "Piyāniyas, Kḷemanṟ, 1731-1782." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Piyāniyas, Kḷemanṟ, 1731-1782." + ], "idLccn": [ "82904075" ], + "numElectronicResources": [ + 0 + ], "contributorLiteral": [ "Choondal, Chummar, 1940-", "Mathew, Ulakamthara." @@ -85,6 +97,9 @@ "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG002000491-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -94,6 +109,10 @@ "type": "nypl:Bnumber", "value": "10001080" }, + { + "type": "nypl:Oclc", + "value": "NYPG002000491-B" + }, { "type": "bf:Lccn", "value": "82904075" @@ -110,15 +129,20 @@ "dateEndYear": [ 1772 ], - "updatedAt": 1636128328325, + "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:undefined:NNSZ00201091", - "urn:undefined:(WaOLN)nyp0201079" + "urn:identifier:NNSZ00201091", + "urn:identifier:(WaOLN)nyp0201079" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -149,14 +173,8 @@ "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", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Kōṭṭayaṃ : Tiruvanantapuraṃ :" + "Kōṭṭayaṃ : Tiruvanantapuraṃ" ], "issuance": [ { @@ -191,81 +209,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433011099029" - ], - "physicalLocation": [ - "*OLD 84-299" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OLD 84-000299", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10000682", - "shelfMark": [ - "*OLD 84-299" + "idBarcode": [ + "33433011099029" + ], + "identifier": [ + "urn:shelfmark:*OLD 84-299", + "urn:barcode:33433011099029" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLD 84-299" + "value": "*OLD 84-299", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011099029" + "value": "33433011099029", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433011099029" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLD 84-299" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLD 84-299" ], + "shelfMark_sort": "a*OLD 84-000299", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10000682" }, "sort": [ null @@ -303,8 +328,11 @@ "subjectLiteral_exploded": [ "Medicine, Chinese" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Xuan feng chu ban she ; Taipei : Zong jing xiao da zhong tu shu Gong si," + "Xuan feng chu ban she ; Taipei : Zong jing xiao da zhong tu shu Gong si" ], "language": [ { @@ -312,36 +340,48 @@ "label": "Chinese" } ], - "dateEndString": [ - "1670" + "numItemsTotal": [ + 1 ], "createdYear": [ 1972 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1670" ], "title": [ "Zheng yin mo zhi : [4 juan]" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OVL 84-1330" ], - "creatorLiteral": [ - "Qin, Changyu, active 17th century." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1972" ], + "creatorLiteral": [ + "Qin, Changyu, active 17th century." + ], "idLccn": [ "77839836" ], + "numElectronicResources": [ + 0 + ], "seriesStatement": [ "zhongguo yi yao zong shu." ], "dateStartYear": [ 1972 ], + "idOclc": [ + "NYPG003000613-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -351,6 +391,10 @@ "type": "nypl:Bnumber", "value": "10003158" }, + { + "type": "nypl:Oclc", + "value": "NYPG003000613-B" + }, { "type": "bf:Lccn", "value": "77839836" @@ -363,14 +407,19 @@ "dateEndYear": [ 1670 ], - "updatedAt": 1641391919318, + "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:undefined:NNSZ00303509" + "urn:identifier:NNSZ00303509" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -403,14 +452,8 @@ "lccClassification": [ "R128.7 .C545" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Taipei xian yonghe zhen :" + "Taipei xian yonghe zhen" ], "issuance": [ { @@ -445,81 +488,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433001746852" - ], - "physicalLocation": [ - "*OVL 84-1330" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OVL 84-001330", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10002193", - "shelfMark": [ - "*OVL 84-1330" + "idBarcode": [ + "33433001746852" + ], + "identifier": [ + "urn:shelfmark:*OVL 84-1330", + "urn:barcode:33433001746852" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OVL 84-1330" + "value": "*OVL 84-1330", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001746852" + "value": "33433001746852", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433001746852" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OVL 84-1330" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OVL 84-1330" ], + "shelfMark_sort": "a*OVL 84-001330", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10002193" }, "sort": [ null @@ -565,8 +615,11 @@ "Lingayats", "Lingayats -- Poetry" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "s.n.," + "s.n." ], "language": [ { @@ -574,33 +627,45 @@ "label": "Kannada" } ], - "dateEndString": [ - "1899" + "numItemsTotal": [ + 1 ], "createdYear": [ 1800 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1899" ], "title": [ "Basavapurāṇavu" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLA+ 82-1360" ], - "creatorLiteral": [ - "Palakuriki Somanatha, active 13th century." + "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", @@ -610,6 +675,10 @@ "type": "nypl:Bnumber", "value": "10003190" }, + { + "type": "nypl:Oclc", + "value": "NYPG003000645-B" + }, { "type": "bf:Identifier", "value": "NNSZ00303541" @@ -625,14 +694,19 @@ "dateEndYear": [ 1899 ], - "updatedAt": 1636076831370, + "updatedAt": 1711109252605, "publicationStatement": [ "[S.1. : s.n., 18--?]" ], "identifier": [ + "urn:shelfmark:*OLA+ 82-1360", "urn:bnum:10003190", - "urn:undefined:NNSZ00303541", - "urn:undefined:(WaOLN)nyp0203183" + "urn:oclc:NYPG003000645-B", + "urn:identifier:NNSZ00303541", + "urn:identifier:(WaOLN)nyp0203183" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -663,14 +737,8 @@ "Basavapurāṇavu / [Bhīmakavi viracita ; Sōmanātha kaviya Telugu Basavapurāṇamuvina Kannaḍa anuvāda]." ], "uri": "b10003190", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "[S.1. :" + "[S.1." ], "issuance": [ { @@ -708,39 +776,31 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433069579674" - ], - "shelfMark_sort": "a*OLA+ 82-001360", - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "accessMessage": [ + "catalogItemType": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "catalogItemType:2", + "label": "book non-circ" } ], - "status_packed": [ - "status:a||Available" + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" ], - "uri": "i13784381", - "shelfMark": [ - "*OLA+ 82-1360" + "formatLiteral": [ + "Text" ], - "identifierV2": [ + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433069579674" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ @@ -749,33 +809,55 @@ "idBarcode": [ "33433069579674" ], + "identifier": [ + "urn:shelfmark:*OLA+ 82-1360", + "urn:barcode:33433069579674" + ], + "identifierV2": [ + { + "value": "*OLA+ 82-1360", + "type": "bf:ShelfMark" + }, + { + "value": "33433069579674", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLA+ 82-1360" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } + "shelfMark": [ + "*OLA+ 82-1360" ], + "shelfMark_sort": "a*OLA+ 82-001360", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i13784381" }, "sort": [ null @@ -815,8 +897,11 @@ "Kurds -- Iran", "Kurds -- Iran -- History" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Chāpkhānah-ʼi Kūshish," + "Chāpkhānah-ʼi Kūshish" ], "language": [ { @@ -824,30 +909,42 @@ "label": "Persian" } ], - "dateEndString": [ - "999" + "numItemsTotal": [ + 3 ], "createdYear": [ 1981 ], - "type": [ - "nypl:Item" + "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" ], - "creatorLiteral": [ - "Tavaḥḥudī Awghāzī, Kalīm Allāh." + "numItemVolumesParsed": [ + 3 ], "createdString": [ "1981" ], + "creatorLiteral": [ + "Tavaḥḥudī Awghāzī, Kalīm Allāh." + ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1981 ], + "idOclc": [ + "NYPG003000759-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -857,6 +954,10 @@ "type": "nypl:Bnumber", "value": "10003301" }, + { + "type": "nypl:Oclc", + "value": "NYPG003000759-B" + }, { "type": "bf:Identifier", "value": "NNSZ00303655" @@ -869,14 +970,19 @@ "dateEndYear": [ 999 ], - "updatedAt": 1636103985760, + "updatedAt": 1711249214227, "publicationStatement": [ "Mashhad : Chāpkhānah-ʼi Kūshish, 1359- [1981- ]" ], "identifier": [ + "urn:shelfmark:*OMR 84-1145", "urn:bnum:10003301", - "urn:undefined:NNSZ00303655", - "urn:undefined:(WaOLN)nyp0000007" + "urn:oclc:NYPG003000759-B", + "urn:identifier:NNSZ00303655", + "urn:identifier:(WaOLN)nyp0000007" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -906,14 +1012,8 @@ "Ḥ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", - "numItems": [ - 3 - ], - "numAvailable": [ - 3 - ], "placeOfPublication": [ - "Mashhad :" + "Mashhad" ], "issuance": [ { @@ -944,91 +1044,107 @@ { "_nested": { "field": "items", - "offset": 2 + "offset": 0 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433013135854" - ], - "physicalLocation": [ - "*OMR 84-1145" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OMR 84-1145 v. 000004", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 4" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 4-" ], - "uri": "i10002283", - "shelfMark": [ - "*OMR 84-1145 v. 4" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OMR 84-1145 v. 4" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433013135854" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "enumerationChronology": [ - "v. 4" - ], "idBarcode": [ "33433013135854" ], + "identifier": [ + "urn:shelfmark:*OMR 84-1145 v. 4", + "urn:barcode:33433013135854" + ], + "identifierV2": [ + { + "value": "*OMR 84-1145 v. 4", + "type": "bf:ShelfMark" + }, + { + "value": "33433013135854", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OMR 84-1145" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OMR 84-1145 v. 4" ], + "shelfMark_sort": "a*OMR 84-1145 v. 000004", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 4, + "lte": 4 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10002283" }, "sort": [ - null + " 4-" ] }, { @@ -1038,177 +1154,209 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433013135847" - ], - "physicalLocation": [ - "*OMR 84-1145" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OMR 84-1145 v. 000003", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 3" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 3-" ], - "uri": "i10002282", - "shelfMark": [ - "*OMR 84-1145 v. 3" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OMR 84-1145 v. 3" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433013135847" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "enumerationChronology": [ - "v. 3" - ], "idBarcode": [ "33433013135847" ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "requestable": [ - true + "identifier": [ + "urn:shelfmark:*OMR 84-1145 v. 3", + "urn:barcode:33433013135847" ], - "catalogItemType": [ + "identifierV2": [ { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], + "value": "*OMR 84-1145 v. 3", + "type": "bf:ShelfMark" + }, + { + "value": "33433013135847", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ + "*OMR 84-1145" + ], + "recapCustomerCode": [ + "NA" + ], + "requestable": [ + true + ], + "shelfMark": [ + "*OMR 84-1145 v. 3" + ], + "shelfMark_sort": "a*OMR 84-1145 v. 000003", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 3, + "lte": 3 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10002282" }, "sort": [ - null + " 3-" ] }, { "_nested": { "field": "items", - "offset": 0 + "offset": 2 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433013136530" - ], - "physicalLocation": [ - "*OMR 84-1145" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OMR 84-1145 v. 000001", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 1" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 1-" ], - "uri": "i10002281", - "shelfMark": [ - "*OMR 84-1145 v. 1" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OMR 84-1145 v. 1" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433013136530" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "enumerationChronology": [ - "v. 1" - ], "idBarcode": [ "33433013136530" ], + "identifier": [ + "urn:shelfmark:*OMR 84-1145 v. 1", + "urn:barcode:33433013136530" + ], + "identifierV2": [ + { + "value": "*OMR 84-1145 v. 1", + "type": "bf:ShelfMark" + }, + { + "value": "33433013136530", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OMR 84-1145" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OMR 84-1145 v. 1" ], + "shelfMark_sort": "a*OMR 84-1145 v. 000001", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 1, + "lte": 1 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10002281" }, "sort": [ - null + " 1-" ] } ] @@ -1234,7 +1382,7 @@ { "fieldName": "placeOfPublication", "index": 0, - "value": "‏بيروت :" + "value": "‏بيروت" } ], "nyplSource": [ @@ -1243,8 +1391,14 @@ "subjectLiteral_exploded": [ "Yemen (Republic)" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Dār Maktabat al-Ḥayāh," + "Dār Maktabat al-Ḥayāh" + ], + "parallelPublisherLiteral": [ + "‏دار مكتبة الحياة" ], "language": [ { @@ -1252,39 +1406,48 @@ "label": "Arabic" } ], + "numItemsTotal": [ + 2 + ], "createdYear": [ 196 ], - "type": [ - "nypl:Item" + "parallelTitle": [ + "‏اليمن وحضارة العرب, مع دراسة جغرافية كاملة" ], "title": [ - "al-Yaman wa-ḥaḍārat al-ʻArab, maʻa dirāsah jughrāfīyah kāmilah /" + "al-Yaman wa-ḥaḍārat al-ʻArab, maʻa dirāsah jughrāfīyah kāmilah" ], - "parallelTitle": [ - "‏اليمن وحضارة العرب, مع دراسة جغرافية كاملة /" + "type": [ + "nypl:Item" ], "shelfMark": [ "*OFI 82-4419" ], - "creatorLiteral": [ - "Tarsīsī, ʻAdnān." + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "196" + "196u" ], - "parallelPublisher": [ - "‏دار مكتبة الحياة," + "creatorLiteral": [ + "Tarsīsī, ʻAdnān." ], "idLccn": [ "ne 64003290" ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 196 ], "parallelCreatorLiteral": [ "‏ترسيسي, عدنان." ], + "idOclc": [ + "11272192" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -1294,14 +1457,14 @@ "type": "nypl:Bnumber", "value": "10003857" }, - { - "type": "bf:Lccn", - "value": "ne 64003290" - }, { "type": "nypl:Oclc", "value": "11272192" }, + { + "type": "bf:Lccn", + "value": "ne 64003290" + }, { "type": "bf:Identifier", "value": "(OCoLC)11272192" @@ -1311,19 +1474,20 @@ "value": "(OCoLC)221366702" } ], - "idOclc": [ - "11272192" - ], - "updatedAt": 1649121307527, + "updatedAt": 1711087211898, "publicationStatement": [ "Bayrūt : Dār Maktabat al-Ḥayāh, [196-?]" ], "identifier": [ + "urn:shelfmark:*OFI 82-4419", "urn:bnum:10003857", - "urn:lccn:ne 64003290", "urn:oclc:11272192", - "urn:undefined:(OCoLC)11272192", - "urn:undefined:(OCoLC)221366702" + "urn:lccn:ne 64003290", + "urn:identifier:(OCoLC)11272192", + "urn:identifier:(OCoLC)221366702" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -1338,7 +1502,7 @@ } ], "dateString": [ - "196" + "196u" ], "mediaType": [ { @@ -1356,17 +1520,11 @@ "lccClassification": [ "DS247.Y4 T3" ], - "numItems": [ - 2 - ], - "numAvailable": [ - 2 - ], "parallelTitleDisplay": [ "‏اليمن وحضارة العرب, مع دراسة جغرافية كاملة / [تاليف] عدنان ترسيسي." ], "placeOfPublication": [ - "Bayrūt :" + "Bayrūt" ], "issuance": [ { @@ -1404,72 +1562,88 @@ }, "_score": null, "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "identifier": [ - "urn:barcode:33433101143836" + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } ], - "physicalLocation": [ - "*OFK (Tarsīsī. Yaman wa-ḥaḍārat al-ʻArab)" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], - "shelfMark_sort": "a*OFK (Tarsīsī. Yaman wa-ḥaḍārat al-ʻArab)", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i29202258", - "shelfMark": [ - "*OFK (Tarsīsī. Yaman wa-ḥaḍārat al-ʻArab)" + "idBarcode": [ + "33433002023293" + ], + "identifier": [ + "urn:shelfmark:*OFI 82-4419", + "urn:barcode:33433002023293" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OFK (Tarsīsī. Yaman wa-ḥaḍārat al-ʻArab)" + "value": "*OFI 82-4419", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433101143836" + "value": "33433002023293", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], - "idBarcode": [ - "33433101143836" + "physicalLocation": [ + "*OFI 82-4419" + ], + "recapCustomerCode": [ + "NA" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OFI 82-4419" ], + "shelfMark_sort": "a*OFI 82-004419", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } - ] + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i10002714" }, "sort": [ null @@ -1482,81 +1656,79 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:1", + "label": "Use in library" } ], "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433002023293" + "accessMessage:1||Use in library" ], - "physicalLocation": [ - "*OFI 82-4419" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OFI 82-004419", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "uri": "i10002714", - "shelfMark": [ - "*OFI 82-4419" + "idBarcode": [ + "33433101143836" + ], + "identifier": [ + "urn:shelfmark:*OFK (Tarsīsī. Yaman wa-ḥaḍārat al-ʻArab)", + "urn:barcode:33433101143836" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OFI 82-4419" + "value": "*OFK (Tarsīsī. Yaman wa-ḥaḍārat al-ʻArab)", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433002023293" + "value": "33433101143836", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433002023293" + "m2CustomerCode": [ + "XA" ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "physicalLocation": [ + "*OFK (Tarsīsī. Yaman wa-ḥaḍārat al-ʻArab)" ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OFK (Tarsīsī. Yaman wa-ḥaḍārat al-ʻArab)" ], + "shelfMark_sort": "a*OFK (Tarsīsī. Yaman wa-ḥaḍārat al-ʻArab)", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i29202258" }, "sort": [ null @@ -1591,6 +1763,9 @@ "nyplSource": [ "sierra-nypl" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ "Esosiẏeṭeḍa Pābaliśārsa" ], @@ -1600,33 +1775,45 @@ "label": "Bengali" } ], - "dateEndString": [ - "62" + "numItemsTotal": [ + 2 ], "createdYear": [ 1960 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "62" ], "title": [ "Junāpura Sṭīla." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKV 82-3891" ], - "creatorLiteral": [ - "Mānnā, Guṇamaẏa, 1925-2010." + "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", @@ -1636,6 +1823,10 @@ "type": "nypl:Bnumber", "value": "10004080" }, + { + "type": "nypl:Oclc", + "value": "NYPG003001546-B" + }, { "type": "bf:Lccn", "value": "sa 63003864" @@ -1652,15 +1843,20 @@ "dateEndYear": [ 62 ], - "updatedAt": 1636108800927, + "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:undefined:NNSZ00304442", - "urn:undefined:(WaOLN)nyp0204072" + "urn:identifier:NNSZ00304442", + "urn:identifier:(WaOLN)nyp0204072" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -1690,12 +1886,6 @@ "lccClassification": [ "PK1718.M253 53" ], - "numItems": [ - 2 - ], - "numAvailable": [ - 2 - ], "placeOfPublication": [ "[Kalakātā]" ], @@ -1728,181 +1918,213 @@ { "_nested": { "field": "items", - "offset": 1 + "offset": 0 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433011168402" - ], - "physicalLocation": [ - "*OKV 82-3891" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OKV 82-3891 v. 000002", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 2" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 2-" ], - "uri": "i10002917", - "shelfMark": [ - "*OKV 82-3891 v. 2" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OKV 82-3891 v. 2" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433011168402" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "enumerationChronology": [ - "v. 2" - ], "idBarcode": [ "33433011168402" ], + "identifier": [ + "urn:shelfmark:*OKV 82-3891 v. 2", + "urn:barcode:33433011168402" + ], + "identifierV2": [ + { + "value": "*OKV 82-3891 v. 2", + "type": "bf:ShelfMark" + }, + { + "value": "33433011168402", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OKV 82-3891" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OKV 82-3891 v. 2" ], + "shelfMark_sort": "a*OKV 82-3891 v. 000002", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 2, + "lte": 2 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10002917" }, "sort": [ - null + " 2-" ] }, { "_nested": { "field": "items", - "offset": 0 + "offset": 1 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433011168394" - ], - "physicalLocation": [ - "*OKV 82-3891" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OKV 82-3891 v. 000001", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 1" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 1-" ], - "uri": "i10002916", - "shelfMark": [ - "*OKV 82-3891 v. 1" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OKV 82-3891 v. 1" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433011168394" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "enumerationChronology": [ - "v. 1" - ], "idBarcode": [ "33433011168394" ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "identifier": [ + "urn:shelfmark:*OKV 82-3891 v. 1", + "urn:barcode:33433011168394" ], - "requestable": [ - true + "identifierV2": [ + { + "value": "*OKV 82-3891 v. 1", + "type": "bf:ShelfMark" + }, + { + "value": "33433011168394", + "type": "bf:Barcode" + } ], - "catalogItemType": [ + "owner": [ { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ + "*OKV 82-3891" + ], + "recapCustomerCode": [ + "NA" + ], + "requestable": [ + true + ], + "shelfMark": [ + "*OKV 82-3891 v. 1" + ], + "shelfMark_sort": "a*OKV 82-3891 v. 000001", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 1, + "lte": 1 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10002916" }, "sort": [ - null + " 1-" ] } ] @@ -1933,8 +2155,11 @@ "Tamil language", "Tamil language -- Pronunciation" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Naṭarācaṉ," + "Naṭarācaṉ" ], "language": [ { @@ -1942,30 +2167,42 @@ "label": "Tamil" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 197 ], - "type": [ - "nypl:Item" - ], "title": [ "Tamiḻ valliṉa eḻuttukkaḷ: olikaḷum vitikaḷum" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 83-2757" ], - "creatorLiteral": [ - "Natarajan, Subbiah, 1911-" + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "197" + "197 " + ], + "creatorLiteral": [ + "Natarajan, Subbiah, 1911-" ], "idLccn": [ "75906338" ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 197 ], + "idOclc": [ + "NYPG003001973-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -1975,6 +2212,10 @@ "type": "nypl:Bnumber", "value": "10004504" }, + { + "type": "nypl:Oclc", + "value": "NYPG003001973-B" + }, { "type": "bf:Lccn", "value": "75906338" @@ -1988,15 +2229,20 @@ "value": "(WaOLN)nyp0204496" } ], - "updatedAt": 1636132308475, + "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:undefined:NNSZ00304869", - "urn:undefined:(WaOLN)nyp0204496" + "urn:identifier:NNSZ00304869", + "urn:identifier:(WaOLN)nyp0204496" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -2011,7 +2257,7 @@ } ], "dateString": [ - "197" + "197 " ], "mediaType": [ { @@ -2029,14 +2275,8 @@ "lccClassification": [ "PL4754 .N33 1974" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "[Tūttukkuṭi]:" + "[Tūttukkuṭi]" ], "issuance": [ { @@ -2071,81 +2311,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433061296681" - ], - "physicalLocation": [ - "*OLB 83-2757" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OLB 83-002757", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i13784546", - "shelfMark": [ - "*OLB 83-2757" + "idBarcode": [ + "33433061296681" + ], + "identifier": [ + "urn:shelfmark:*OLB 83-2757", + "urn:barcode:33433061296681" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLB 83-2757" + "value": "*OLB 83-2757", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061296681" + "value": "33433061296681", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433061296681" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLB 83-2757" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLB 83-2757" ], + "shelfMark_sort": "a*OLB 83-002757", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i13784546" }, "sort": [ null @@ -2175,8 +2422,11 @@ "nyplSource": [ "sierra-nypl" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "P. Vaillant," + "P. Vaillant" ], "language": [ { @@ -2184,27 +2434,39 @@ "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" ], - "title": [ - "All in the wrong [microform] : a comedy, as it is acted at the Theatre-Royal in Drury-Lane" - ], "shelfMark": [ "*ZC-177" ], - "creatorLiteral": [ - "Murphy, Arthur, 1727-1805." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1775" ], + "creatorLiteral": [ + "Murphy, Arthur, 1727-1805." + ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1775 ], + "idOclc": [ + "NYPG004000033-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2214,6 +2476,10 @@ "type": "nypl:Bnumber", "value": "10004672" }, + { + "type": "nypl:Oclc", + "value": "NYPG004000033-B" + }, { "type": "bf:Identifier", "value": "NNSZ00405783" @@ -2223,14 +2489,19 @@ "value": "(WaOLN)nyp0204664" } ], - "updatedAt": 1636073146019, + "updatedAt": 1711098232297, "publicationStatement": [ "London : P. Vaillant, 1775." ], "identifier": [ + "urn:shelfmark:*ZC-177", "urn:bnum:10004672", - "urn:undefined:NNSZ00405783", - "urn:undefined:(WaOLN)nyp0204664" + "urn:oclc:NYPG004000033-B", + "urn:identifier:NNSZ00405783", + "urn:identifier:(WaOLN)nyp0204664" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -2257,14 +2528,8 @@ "All in the wrong [microform] : a comedy, as it is acted at the Theatre-Royal in Drury-Lane / by Mr. Murphy." ], "uri": "b10004672", - "numItems": [ - 0 - ], - "numAvailable": [ - 0 - ], "placeOfPublication": [ - "London :" + "London" ], "issuance": [ { @@ -2311,8 +2576,11 @@ "subjectLiteral_exploded": [ "Samaritans" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Sumtu Io. Bielckii," + "Sumtu Io. Bielckii" ], "language": [ { @@ -2320,27 +2588,39 @@ "label": "Latin" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 1688 ], - "type": [ - "nypl:Item" - ], "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" ], - "creatorLiteral": [ - "Cellarius, Christoph, 1638-1707." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1688" ], + "creatorLiteral": [ + "Cellarius, Christoph, 1638-1707." + ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1688 ], + "idOclc": [ + "NYPG004000212-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2350,6 +2630,10 @@ "type": "nypl:Bnumber", "value": "10004849" }, + { + "type": "nypl:Oclc", + "value": "NYPG004000212-B" + }, { "type": "bf:Identifier", "value": "NNSZ00405962" @@ -2359,14 +2643,19 @@ "value": "(WaOLN)nyp0204839" } ], - "updatedAt": 1636081486226, + "updatedAt": 1711119218548, "publicationStatement": [ "Cizae : Sumtu Io. Bielckii, 1688." ], "identifier": [ + "urn:shelfmark:**P 07-283", "urn:bnum:10004849", - "urn:undefined:NNSZ00405962", - "urn:undefined:(WaOLN)nyp0204839" + "urn:oclc:NYPG004000212-B", + "urn:identifier:NNSZ00405962", + "urn:identifier:(WaOLN)nyp0204839" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -2396,14 +2685,8 @@ "Christophori Cellarii Collectanea historiae Samaritanae : quibus praeter res geographicas, tam politia huius gentis, quam religio et res litteraria explicantur." ], "uri": "b10004849", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Cizae :" + "Cizae" ], "issuance": [ { @@ -2441,24 +2724,14 @@ }, "_score": null, "_source": { - "uri": "i14746564", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1103", - "label": "Dorot Jewish Division" + "id": "accessMessage:a", + "label": "By appointment only" } ], - "owner_packed": [ - "orgs:1103||Dorot Jewish Division" + "accessMessage_packed": [ + "accessMessage:a||By appointment only" ], "catalogItemType": [ { @@ -2469,6 +2742,9 @@ "catalogItemType_packed": [ "catalogItemType:2||book non-circ" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:maf88", @@ -2478,8 +2754,12 @@ "holdingLocation_packed": [ "loc:maf88||Schwarzman Building - Dorot Jewish Division Room 111" ], - "shelfMark": [ - "**P 07-283" + "idBarcode": [ + "33433075470579" + ], + "identifier": [ + "urn:shelfmark:**P 07-283", + "urn:barcode:33433075470579" ], "identifierV2": [ { @@ -2487,32 +2767,42 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433075470579" + "value": "33433075470579", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "**P 07-283" - ], - "identifier": [ - "urn:barcode:33433075470579" + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } ], - "idBarcode": [ - "33433075470579" + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "physicalLocation": [ + "**P 07-283" ], "requestable": [ false ], - "accessMessage": [ + "shelfMark": [ + "**P 07-283" + ], + "shelfMark_sort": "a**P 07-000283", + "status": [ { - "id": "accessMessage:a", - "label": "By appointment only" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:a||By appointment only" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], - "shelfMark_sort": "a**P 07-000283" + "uri": "i14746564" }, "sort": [ null @@ -2542,6 +2832,9 @@ "nyplSource": [ "sierra-nypl" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ "J. Vlieger" ], @@ -2551,27 +2844,39 @@ "label": "Dutch" } ], - "dateEndString": [ - "1899" + "numItemsTotal": [ + 1 ], "createdYear": [ 1800 ], - "type": [ - "nypl:Item" + "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", @@ -2581,6 +2886,10 @@ "type": "nypl:Bnumber", "value": "10005935" }, + { + "type": "nypl:Oclc", + "value": "NYPG005000077-B" + }, { "type": "bf:Identifier", "value": "NNSZ00507149" @@ -2593,14 +2902,19 @@ "dateEndYear": [ 1899 ], - "updatedAt": 1654777212731, + "updatedAt": 1712852430180, "publicationStatement": [ "Amsterdam : J. Vlieger, [18--?]" ], "identifier": [ + "urn:shelfmark:Sc Rare F 83-57", "urn:bnum:10005935", - "urn:undefined:NNSZ00507149", - "urn:undefined:(WaOLN)nyp0205924" + "urn:oclc:NYPG005000077-B", + "urn:identifier:NNSZ00507149", + "urn:identifier:(WaOLN)nyp0205924" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -2627,12 +2941,6 @@ "De 10 kleine nikkertjes." ], "uri": "b10005935", - "numItems": [ - 2 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Amsterdam" ], @@ -2655,27 +2963,9 @@ "inner_hits": { "electronicResources": { "hits": { - "total": 1, - "max_score": 1, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": 1, - "_source": { - "uri": "i10005935-e", - "electronicLocator": [ - { - "url": "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=De+10+kleine+nikkertjes.&Site=SCHRB&CallNumber=Sc+Rare+F+83-57&ItemPlace=Amsterdam+:&ItemPublisher=J.+Vlieger,&Date=[18--?]&ItemInfo3=https://catalog.nypl.org/record=b10005935&ReferenceNumber=b100059351&ItemInfo1=USE+IN+LIBRARY&ItemNumber=33433036926669&ItemISxN=i119005189&Genre=Book-text&Location=Schomburg+Center", - "label": "Request Access to Special Collections Material" - } - ], - "shelfMark_sort": "bi10005935-e" - } - } - ] + "total": 0, + "max_score": null, + "hits": [] } }, "items": { @@ -2690,24 +2980,14 @@ }, "_score": null, "_source": { - "uri": "i11900518", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1116", - "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -2718,6 +2998,9 @@ "catalogItemType_packed": [ "catalogItemType:2||book non-circ" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:scdd2", @@ -2727,8 +3010,12 @@ "holdingLocation_packed": [ "loc:scdd2||Schomburg Center - Manuscripts & Archives" ], - "shelfMark": [ - "Sc Rare F 83-57" + "idBarcode": [ + "33433036926669" + ], + "identifier": [ + "urn:shelfmark:Sc Rare F 83-57", + "urn:barcode:33433036926669" ], "identifierV2": [ { @@ -2736,35 +3023,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433036926669" + "value": "33433036926669", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc Rare F 83-57" + "owner": [ + { + "id": "orgs:1116", + "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + } ], - "identifier": [ - "urn:barcode:33433036926669" + "owner_packed": [ + "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" ], - "idBarcode": [ - "33433036926669" + "physicalLocation": [ + "Sc Rare F 83-57" ], "requestable": [ false ], - "accessMessage": [ + "shelfMark": [ + "Sc Rare F 83-57" + ], + "shelfMark_sort": "aSc Rare F 83-000057", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], - "aeonUrl": [ - "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=De+10+kleine+nikkertjes.&Site=SCHRB&CallNumber=Sc+Rare+F+83-57&ItemPlace=Amsterdam+:&ItemPublisher=J.+Vlieger,&Date=[18--?]&ItemInfo3=https://catalog.nypl.org/record=b10005935&ReferenceNumber=b100059351&ItemInfo1=USE+IN+LIBRARY&ItemNumber=33433036926669&ItemISxN=i119005189&Genre=Book-text&Location=Schomburg+Center" + "type": [ + "bf:Item" ], - "shelfMark_sort": "aSc Rare F 83-000057" + "uri": "i11900518", + "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." + ] }, "sort": [ null @@ -2833,26 +3130,26 @@ "createdYear": [ 1789 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Fuller, Stephen, 1716-1808." - ], "createdString": [ "1789" ], + "creatorLiteral": [ + "Fuller, Stephen, 1716-1808." + ], "numElectronicResources": [ - 2 + 0 ], "contributorLiteral": [ "Jamaica. Assembly." @@ -2860,6 +3157,9 @@ "dateStartYear": [ 1789 ], + "idOclc": [ + "NYPG005000087-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2882,18 +3182,16 @@ "value": "(WaOLN)nyp0205933" } ], - "idOclc": [ - "NYPG005000087-B" - ], - "updatedAt": 1675264202226, + "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:undefined:NNSZ00507159", - "urn:undefined:(WaOLN)nyp0205933" + "urn:identifier:NNSZ00507159", + "urn:identifier:(WaOLN)nyp0205933" ], "numCheckinCardItems": [ 0 @@ -2928,12 +3226,6 @@ "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", - "numItems": [ - 4 - ], - "numAvailable": [ - 4 - ], "placeOfPublication": [ "London" ], @@ -2953,37 +3245,9 @@ "inner_hits": { "electronicResources": { "hits": { - "total": 1, - "max_score": 1, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 4 - }, - "_score": 1, - "_source": { - "uri": "i10005945-e", - "electronicLocator": [ - { - "url": "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&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,andc.andc.andc.+/&Site=SASRB&CallNumber=8-*KF+1789+(Notes+on+the+two+reports)+*KF+1789+(Notes+on+the+two+reports)&Author=Fuller,+Stephen,&ItemPlace=London+:&ItemPublisher=Printed+and+sold+by+James+Philips,&Date=1789.&ItemInfo3=https://catalog.nypl.org/record=b10005945&ReferenceNumber=b100059454&Genre=Book-text&Location=Schwarzman+Rare+Book+Division", - "label": "Request access to this item in the Schwarzman Rare Books Collection" - }, - { - "url": "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&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,andc.andc.andc.+/&Site=SCHRB&CallNumber=Sc+Rare+F+83-78&Author=Fuller,+Stephen,&ItemPlace=London+:&ItemPublisher=Printed+and+sold+by+James+Philips,&Date=1789.&ItemInfo3=https://catalog.nypl.org/record=b10005945&ReferenceNumber=b100059454&Genre=Book-text&Location=Schomburg+Center", - "label": "Request Access to Special Collections Material" - } - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "bi10005945-e" - } - } - ] + "total": 0, + "max_score": null, + "hits": [] } }, "items": { @@ -2998,24 +3262,14 @@ }, "_score": null, "_source": { - "uri": "i10003913", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1116", - "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + "id": "accessMessage:4", + "label": "Restricted use" } ], - "owner_packed": [ - "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + "accessMessage_packed": [ + "accessMessage:4||Restricted use" ], "catalogItemType": [ { @@ -3026,59 +3280,62 @@ "catalogItemType_packed": [ "catalogItemType:2||book non-circ" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { - "id": "loc:scdd2", - "label": "Schomburg Center - Manuscripts & Archives" + "id": "loc:marr2", + "label": "Schwarzman Building - Rare Book Collection Room 328" } ], "holdingLocation_packed": [ - "loc:scdd2||Schomburg Center - Manuscripts & Archives" + "loc:marr2||Schwarzman Building - Rare Book Collection Room 328" ], - "shelfMark": [ - "Sc Rare F 83-78" + "identifier": [ + "urn:shelfmark:*KF 1789 (Notes on the two reports)" ], "identifierV2": [ { - "value": "Sc Rare F 83-78", + "value": "*KF 1789 (Notes on the two reports)", "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433076159494" } ], - "physicalLocation": [ - "Sc Rare F 83-78" + "owner": [ + { + "id": "orgs:1108", + "label": "Rare Book Division" + } ], - "identifier": [ - "urn:barcode:33433076159494" + "owner_packed": [ + "orgs:1108||Rare Book Division" ], - "idBarcode": [ - "33433076159494" + "physicalLocation": [ + "*KF 1789 (Notes on the two reports)" ], "requestable": [ false ], - "accessMessage": [ + "shelfMark": [ + "*KF 1789 (Notes on the two reports)" + ], + "shelfMark_sort": "a*KF 1789 (Notes on the two reports)", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "aeonUrl": [ - "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&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,andc.andc.andc.+/&Site=SCHRB&CallNumber=8-*KF+1789+(Notes+on+the+two+reports)+*KF+1789+(Notes+on+the+two+reports)&Author=Fuller,+Stephen,&ItemPlace=London+:&ItemPublisher=Printed+and+sold+by+James+Philips,&Date=1789.&ItemInfo3=https://catalog.nypl.org/record=b10005945&ReferenceNumber=b100059454&Genre=Book-text&Location=Schwarzman+Rare+Book+Division" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aSc Rare F 83-000078" + "uri": "i10003914", + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Author=Fuller%2C+Stephen%2C+1716-1808.&CallNumber=*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=i100039145&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" + ] }, "sort": [ null @@ -3091,24 +3348,14 @@ }, "_score": null, "_source": { - "uri": "i34051315", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1116", - "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + "id": "accessMessage:4", + "label": "Restricted use" } ], - "owner_packed": [ - "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + "accessMessage_packed": [ + "accessMessage:4||Restricted use" ], "catalogItemType": [ { @@ -3119,81 +3366,27 @@ "catalogItemType_packed": [ "catalogItemType:2||book non-circ" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { - "id": "loc:scdd2", - "label": "Schomburg Center - Manuscripts & Archives" + "id": "loc:marr2", + "label": "Schwarzman Building - Rare Book Collection Room 328" } ], "holdingLocation_packed": [ - "loc:scdd2||Schomburg Center - Manuscripts & Archives" + "loc:marr2||Schwarzman Building - Rare Book Collection Room 328" ], - "shelfMark": [ - "Sc Rare E 16-46 (Lapidus Collection)" + "identifier": [ + "urn:shelfmark:8-*KF 1789 (Notes on the two reports)" ], "identifierV2": [ { - "value": "Sc Rare E 16-46 (Lapidus Collection)", + "value": "8-*KF 1789 (Notes on the two reports)", "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433117263263" - } - ], - "physicalLocation": [ - "Sc Rare E 16-46 (Lapidus Collection)" - ], - "identifier": [ - "urn:barcode:33433117263263" - ], - "idBarcode": [ - "33433117263263" - ], - "requestable": [ - false - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "aeonUrl": [ - "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&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,andc.andc.andc.+/&Site=SCHRB&CallNumber=8-*KF+1789+(Notes+on+the+two+reports)+*KF+1789+(Notes+on+the+two+reports)&Author=Fuller,+Stephen,&ItemPlace=London+:&ItemPublisher=Printed+and+sold+by+James+Philips,&Date=1789.&ItemInfo3=https://catalog.nypl.org/record=b10005945&ReferenceNumber=b100059454&Genre=Book-text&Location=Schwarzman+Rare+Book+Division" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aSc Rare E 16-46 (Lapidus Collection)" - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "uri": "i10003915", - "status": [ - { - "id": "status:a", - "label": "Available" } ], - "status_packed": [ - "status:a||Available" - ], "owner": [ { "id": "orgs:1108", @@ -3203,58 +3396,32 @@ "owner_packed": [ "orgs:1108||Rare Book Division" ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "holdingLocation": [ - { - "id": "loc:marr2", - "label": "Schwarzman Building - Rare Book Collection Room 328" - } - ], - "holdingLocation_packed": [ - "loc:marr2||Schwarzman Building - Rare Book Collection Room 328" - ], - "shelfMark": [ - "8-*KF 1789 (Notes on the two reports)" - ], - "identifierV2": [ - { - "value": "8-*KF 1789 (Notes on the two reports)", - "type": "bf:ShelfMark" - } - ], "physicalLocation": [ "8-*KF 1789 (Notes on the two reports)" ], "requestable": [ false ], - "accessMessage": [ + "shelfMark": [ + "8-*KF 1789 (Notes on the two reports)" + ], + "shelfMark_sort": "a8-*KF 1789 (Notes on the two reports)", + "status": [ { - "id": "accessMessage:4", - "label": "Restricted use" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:4||Restricted use" - ], - "aeonUrl": [ - "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&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,andc.andc.andc.+/&Site=SASRB&CallNumber=8-*KF+1789+(Notes+on+the+two+reports)+*KF+1789+(Notes+on+the+two+reports)&Author=Fuller,+Stephen,&ItemPlace=London+:&ItemPublisher=Printed+and+sold+by+James+Philips,&Date=1789.&ItemInfo3=https://catalog.nypl.org/record=b10005945&ReferenceNumber=b100059454&Genre=Book-text&Location=Schwarzman+Rare+Book+Division" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a8-*KF 1789 (Notes on the two reports)" + "uri": "i10003915", + "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" + ] }, "sort": [ null @@ -3263,28 +3430,18 @@ { "_nested": { "field": "items", - "offset": 0 + "offset": 1 }, "_score": null, "_source": { - "uri": "i10003914", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1108", - "label": "Rare Book Division" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1108||Rare Book Division" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -3295,49 +3452,70 @@ "catalogItemType_packed": [ "catalogItemType:2||book non-circ" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { - "id": "loc:marr2", - "label": "Schwarzman Building - Rare Book Collection Room 328" + "id": "loc:scdd2", + "label": "Schomburg Center - Manuscripts & Archives" } ], "holdingLocation_packed": [ - "loc:marr2||Schwarzman Building - Rare Book Collection Room 328" + "loc:scdd2||Schomburg Center - Manuscripts & Archives" ], - "shelfMark": [ - "*KF 1789 (Notes on the two reports)" + "idBarcode": [ + "33433117263263" + ], + "identifier": [ + "urn:shelfmark:Sc Rare E 16-46 (Lapidus Collection)", + "urn:barcode:33433117263263" ], "identifierV2": [ { - "value": "*KF 1789 (Notes on the two reports)", + "value": "Sc Rare E 16-46 (Lapidus Collection)", "type": "bf:ShelfMark" + }, + { + "value": "33433117263263", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1116", + "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" } ], + "owner_packed": [ + "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + ], "physicalLocation": [ - "*KF 1789 (Notes on the two reports)" + "Sc Rare E 16-46 (Lapidus Collection)" ], "requestable": [ false ], - "accessMessage": [ + "shelfMark": [ + "Sc Rare E 16-46 (Lapidus Collection)" + ], + "shelfMark_sort": "aSc Rare E 16-46 (Lapidus Collection)", + "status": [ { - "id": "accessMessage:4", - "label": "Restricted use" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:4||Restricted use" - ], - "aeonUrl": [ - "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&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,andc.andc.andc.+/&Site=SASRB&CallNumber=8-*KF+1789+(Notes+on+the+two+reports)+*KF+1789+(Notes+on+the+two+reports)&Author=Fuller,+Stephen,&ItemPlace=London+:&ItemPublisher=Printed+and+sold+by+James+Philips,&Date=1789.&ItemInfo3=https://catalog.nypl.org/record=b10005945&ReferenceNumber=b100059454&Genre=Book-text&Location=Schwarzman+Rare+Book+Division" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*KF 1789 (Notes on the two reports)" + "uri": "i34051315", + "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" + ] }, "sort": [ null @@ -3377,6 +3555,9 @@ "Jamaica", "Jamaica -- Registers" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ "Printed by David Dickson for Thomas Stevenson" ], @@ -3386,24 +3567,36 @@ "label": "English" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 1794 ], - "type": [ - "nypl:Item" - ], "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", @@ -3413,6 +3606,10 @@ "type": "nypl:Bnumber", "value": "10005951" }, + { + "type": "nypl:Oclc", + "value": "NYPG005000094-B" + }, { "type": "bf:Identifier", "value": "NNSZ00507166" @@ -3422,14 +3619,19 @@ "value": "(WaOLN)nyp0205940" } ], - "updatedAt": 1654777211068, + "updatedAt": 1712852430180, "publicationStatement": [ "Kingston : Printed by David Dickson for Thomas Stevenson, [1794?]" ], "identifier": [ + "urn:shelfmark:Sc Rare B 83-2", "urn:bnum:10005951", - "urn:undefined:NNSZ00507166", - "urn:undefined:(WaOLN)nyp0205940" + "urn:oclc:NYPG005000094-B", + "urn:identifier:NNSZ00507166", + "urn:identifier:(WaOLN)nyp0205940" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -3460,12 +3662,6 @@ "The New Jamaica almanack, and register ... for the year of Our Lord 1795 ... ." ], "uri": "b10005951", - "numItems": [ - 2 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Kingston" ], @@ -3485,27 +3681,9 @@ "inner_hits": { "electronicResources": { "hits": { - "total": 1, - "max_score": 1, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": 1, - "_source": { - "uri": "i10005951-e", - "electronicLocator": [ - { - "url": "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=The+New+Jamaica+almanack,+and+register+...+for+the+year+of+Our+Lord+1795+...+.&Site=SCHRB&CallNumber=Sc+Rare+B+83-2&ItemPlace=Kingston+:&ItemPublisher=Printed+by+David+Dickson+for+Thomas+Stevenson,&Date=[1794?]&ItemInfo3=https://catalog.nypl.org/record=b10005951&ReferenceNumber=b10005951x&ItemInfo1=USE+IN+LIBRARY&ItemNumber=33433036926776&ItemISxN=i119005281&Genre=Book-text&Location=Schomburg+Center", - "label": "Request Access to Special Collections Material" - } - ], - "shelfMark_sort": "bi10005951-e" - } - } - ] + "total": 0, + "max_score": null, + "hits": [] } }, "items": { @@ -3520,24 +3698,14 @@ }, "_score": null, "_source": { - "uri": "i11900528", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1116", - "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -3548,6 +3716,9 @@ "catalogItemType_packed": [ "catalogItemType:2||book non-circ" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:scdd2", @@ -3557,8 +3728,12 @@ "holdingLocation_packed": [ "loc:scdd2||Schomburg Center - Manuscripts & Archives" ], - "shelfMark": [ - "Sc Rare B 83-2" + "idBarcode": [ + "33433036926776" + ], + "identifier": [ + "urn:shelfmark:Sc Rare B 83-2", + "urn:barcode:33433036926776" ], "identifierV2": [ { @@ -3566,35 +3741,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433036926776" + "value": "33433036926776", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc Rare B 83-2" + "owner": [ + { + "id": "orgs:1116", + "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + } ], - "identifier": [ - "urn:barcode:33433036926776" + "owner_packed": [ + "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" ], - "idBarcode": [ - "33433036926776" + "physicalLocation": [ + "Sc Rare B 83-2" ], "requestable": [ false ], - "accessMessage": [ + "shelfMark": [ + "Sc Rare B 83-2" + ], + "shelfMark_sort": "aSc Rare B 83-000002", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], - "aeonUrl": [ - "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=The+New+Jamaica+almanack,+and+register+...+for+the+year+of+Our+Lord+1795+...+.&Site=SCHRB&CallNumber=Sc+Rare+B+83-2&ItemPlace=Kingston+:&ItemPublisher=Printed+by+David+Dickson+for+Thomas+Stevenson,&Date=[1794?]&ItemInfo3=https://catalog.nypl.org/record=b10005951&ReferenceNumber=b10005951x&ItemInfo1=USE+IN+LIBRARY&ItemNumber=33433036926776&ItemISxN=i119005281&Genre=Book-text&Location=Schomburg+Center" + "type": [ + "bf:Item" ], - "shelfMark_sort": "aSc Rare B 83-000002" + "uri": "i11900528", + "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." + ] }, "sort": [ null @@ -3630,6 +3815,9 @@ "Haiti -- History", "Haiti -- History -- Revolution, 1791-1804" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ "Se vend chez Maret, Desenne, et chez tous les marchands de nouveautés" ], @@ -3639,27 +3827,39 @@ "label": "French" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 1797 ], - "type": [ - "nypl:Item" - ], "title": [ "Lettre de Michel-Pascal Creuzé à Jean-Philippe Garan sur son rapport des troubles de St-Domingue : distribué au Corps législatif en ventôse, an V, dix-huit mois apres la clôture des débats." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*KF 1797 (Creuzé-Dufresne, M. P. Lettre de Michel Pascal Creuzé)" ], - "creatorLiteral": [ - "Creuzé-Dufresne, Michel Pascal." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1797" ], + "creatorLiteral": [ + "Creuzé-Dufresne, Michel Pascal." + ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1797 ], + "idOclc": [ + "NYPG005000103-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3669,6 +3869,10 @@ "type": "nypl:Bnumber", "value": "10005958" }, + { + "type": "nypl:Oclc", + "value": "NYPG005000103-B" + }, { "type": "bf:Identifier", "value": "NNSZ00507175" @@ -3678,14 +3882,19 @@ "value": "(WaOLN)nyp0205949" } ], - "updatedAt": 1654780361497, + "updatedAt": 1712852430180, "publicationStatement": [ "Paris : Se vend chez Maret, Desenne, et chez tous les marchands de nouveautés, an 5 [1797]" ], "identifier": [ + "urn:shelfmark:*KF 1797 (Creuzé-Dufresne, M. P. Lettre de Michel Pascal Creuzé)", "urn:bnum:10005958", - "urn:undefined:NNSZ00507175", - "urn:undefined:(WaOLN)nyp0205949" + "urn:oclc:NYPG005000103-B", + "urn:identifier:NNSZ00507175", + "urn:identifier:(WaOLN)nyp0205949" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -3716,12 +3925,6 @@ "Lettre de Michel-Pascal Creuzé à Jean-Philippe Garan sur son rapport des troubles de St-Domingue : distribué au Corps législatif en ventôse, an V, dix-huit mois apres la clôture des débats." ], "uri": "b10005958", - "numItems": [ - 2 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Paris" ], @@ -3741,27 +3944,9 @@ "inner_hits": { "electronicResources": { "hits": { - "total": 1, - "max_score": 1, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": 1, - "_source": { - "uri": "i10005958-e", - "electronicLocator": [ - { - "url": "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=Lettre+de+Michel-Pascal+Creuzé+à+Jean-Philippe+Garan+sur+son+rapport+des+troubles+de+St-Domingue+:+distribué+au+Corps+législatif+en+ventôse,+an+V,+dix-huit+mois+apres+la+clôture+des+débats.&Site=SASRB&CallNumber=*KF+1797+(Creuzé,+M.+P.+Lettre+de+Michel+Pascal+Creuzé)&Author=Creuzé-Dufresne,+Michel+Pascal.&ItemPlace=Paris+:&ItemPublisher=Se+vend+chez+Maret,+Desenne,+et+chez+tous+les+marchands+de+nouveautés,&Date=an+5+[1797]&ItemInfo3=https://catalog.nypl.org/record=b10005958&ReferenceNumber=b100059582&ItemISxN=i100039182&Genre=Book-text&Location=Schwarzman+Rare+Book+Division", - "label": "Request access to this item in the Schwarzman Rare Books Collection" - } - ], - "shelfMark_sort": "bi10005958-e" - } - } - ] + "total": 0, + "max_score": null, + "hits": [] } }, "items": { @@ -3776,24 +3961,14 @@ }, "_score": null, "_source": { - "uri": "i10003918", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1108", - "label": "Rare Book Division" + "id": "accessMessage:4", + "label": "Restricted use" } ], - "owner_packed": [ - "orgs:1108||Rare Book Division" + "accessMessage_packed": [ + "accessMessage:4||Restricted use" ], "catalogItemType": [ { @@ -3804,6 +3979,9 @@ "catalogItemType_packed": [ "catalogItemType:2||book non-circ" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:marr2", @@ -3813,8 +3991,8 @@ "holdingLocation_packed": [ "loc:marr2||Schwarzman Building - Rare Book Collection Room 328" ], - "shelfMark": [ - "*KF 1797 (Creuzé, M. P. Lettre de Michel Pascal Creuzé)" + "identifier": [ + "urn:shelfmark:*KF 1797 (Creuzé, M. P. Lettre de Michel Pascal Creuzé)" ], "identifierV2": [ { @@ -3822,25 +4000,41 @@ "type": "bf:ShelfMark" } ], + "owner": [ + { + "id": "orgs:1108", + "label": "Rare Book Division" + } + ], + "owner_packed": [ + "orgs:1108||Rare Book Division" + ], "physicalLocation": [ "*KF 1797 (Creuzé, M. P. Lettre de Michel Pascal Creuzé)" ], "requestable": [ false ], - "accessMessage": [ + "shelfMark": [ + "*KF 1797 (Creuzé, M. P. Lettre de Michel Pascal Creuzé)" + ], + "shelfMark_sort": "a*KF 1797 (Creuzé, M. P. Lettre de Michel Pascal Creuzé)", + "status": [ { - "id": "accessMessage:4", - "label": "Restricted use" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:4||Restricted use" + "status_packed": [ + "status:a||Available" ], - "aeonUrl": [ - "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=Lettre+de+Michel-Pascal+Creuzé+à+Jean-Philippe+Garan+sur+son+rapport+des+troubles+de+St-Domingue+:+distribué+au+Corps+législatif+en+ventôse,+an+V,+dix-huit+mois+apres+la+clôture+des+débats.&Site=SASRB&CallNumber=*KF+1797+(Creuzé,+M.+P.+Lettre+de+Michel+Pascal+Creuzé)&Author=Creuzé-Dufresne,+Michel+Pascal.&ItemPlace=Paris+:&ItemPublisher=Se+vend+chez+Maret,+Desenne,+et+chez+tous+les+marchands+de+nouveautés,&Date=an+5+[1797]&ItemInfo3=https://catalog.nypl.org/record=b10005958&ReferenceNumber=b100059582&ItemISxN=i100039182&Genre=Book-text&Location=Schwarzman+Rare+Book+Division" + "type": [ + "bf:Item" ], - "shelfMark_sort": "a*KF 1797 (Creuzé, M. P. Lettre de Michel Pascal Creuzé)" + "uri": "i10003918", + "aeonUrl": [ + "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Author=Creuz%C3%A9-Dufresne%2C+Michel+Pascal.&CallNumber=*KF+1797+%28Creuz%C3%A9%2C+M.+P.+Lettre+de+Michel+Pascal+Creuz%C3%A9%29&Date=1797&Form=30&Genre=book+non-circ&ItemInfo1=Restricted+use&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db10005958&ItemISxN=i100039182&ItemPlace=Paris&ItemPublisher=Se+vend+chez+Maret%2C+Desenne%2C+et+chez+tous+les+marchands+de+nouveaut%C3%A9s%2C+an+5+%5B1797%5D&Location=Schwarzman+Rare+Book+Division&ReferenceNumber=b100059582&Site=SASRB&Title=Lettre+de+Michel-Pascal+Creuz%C3%A9+%C3%A0+Jean-Philippe+Garan+sur+son+rapport+des+troubles+de+St-Domingue+%3A+distribu%C3%A9+au+Corps+l%C3%A9gislatif+en+vent%C3%B4se%2C+an+V%2C+dix-huit+mois+apres+la+cl%C3%B4ture+des+d%C3%A9bats.&Transaction.CustomFields.Custom651=Haiti+History+Revolution%2C+1791-1804." + ] }, "sort": [ null @@ -3875,6 +4069,9 @@ "Ethiopia -- Pictorial works", "Ethiopia -- Social life and customs" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ "A. Vallardi" ], @@ -3884,30 +4081,42 @@ "label": "Italian" } ], - "dateEndString": [ - "1899" + "numItemsTotal": [ + 2 ], "createdYear": [ 1800 ], - "type": [ - "nypl:Item" + "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", @@ -3917,6 +4126,10 @@ "type": "nypl:Bnumber", "value": "10006047" }, + { + "type": "nypl:Oclc", + "value": "NYPG005000197-B" + }, { "type": "bf:Identifier", "value": "NNSZ00507270" @@ -3929,14 +4142,19 @@ "dateEndYear": [ 1899 ], - "updatedAt": 1654777378164, + "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:undefined:NNSZ00507270", - "urn:undefined:(WaOLN)nyp0206040" + "urn:oclc:NYPG005000197-B", + "urn:identifier:NNSZ00507270", + "urn:identifier:(WaOLN)nyp0206040" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -3967,12 +4185,6 @@ "Usi e costumi dell' Abissinia e dei dintorni di Massaua / da originali acquarelli di un indigeno, riprodotti da Laz. Pasini." ], "uri": "b10006047", - "numItems": [ - 3 - ], - "numAvailable": [ - 2 - ], "placeOfPublication": [ "Milano" ], @@ -3992,27 +4204,9 @@ "inner_hits": { "electronicResources": { "hits": { - "total": 1, - "max_score": 1, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 2 - }, - "_score": 1, - "_source": { - "uri": "i10006047-e", - "electronicLocator": [ - { - "url": "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=Usi+e+costumi+dell'+Abissinia+e+dei+dintorni+di+Massaua+/&Site=SCHRB&CallNumber=Sc+Rare+C+84-8&ItemPlace=Milano+:&ItemPublisher=A.+Vallardi,&Date=[18--]&ItemInfo3=https://catalog.nypl.org/record=b10006047&ReferenceNumber=b10006047x&ItemInfo1=USE+IN+LIBRARY&ItemNumber=33433076137185&ItemISxN=i10003925x&Genre=Book-text&Location=Schomburg+Center", - "label": "Request Access to Special Collections Material" - } - ], - "shelfMark_sort": "bi10006047-e" - } - } - ] + "total": 0, + "max_score": null, + "hits": [] } }, "items": { @@ -4027,24 +4221,14 @@ }, "_score": null, "_source": { - "uri": "i10003925", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1116", - "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -4055,53 +4239,67 @@ "catalogItemType_packed": [ "catalogItemType:2||book non-circ" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { - "id": "loc:scdd2", - "label": "Schomburg Center - Manuscripts & Archives" + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" } ], "holdingLocation_packed": [ - "loc:scdd2||Schomburg Center - Manuscripts & Archives" + "loc:scff2||Schomburg Center - Research & Reference" ], - "shelfMark": [ - "Sc Rare C 84-8" + "idBarcode": [ + "33433019684897" + ], + "identifier": [ + "urn:shelfmark:Sc 916.3-P (Pasini, L. Usi e costumi dell'Abissinia)", + "urn:barcode:33433019684897" ], "identifierV2": [ { - "value": "Sc Rare C 84-8", + "value": "Sc 916.3-P (Pasini, L. Usi e costumi dell'Abissinia)", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433076137185" + "value": "33433019684897", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc Rare C 84-8" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], - "identifier": [ - "urn:barcode:33433076137185" + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], - "idBarcode": [ - "33433076137185" + "physicalLocation": [ + "Sc 916.3-P (Pasini, L. Usi e costumi dell'Abissinia)" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "Sc 916.3-P (Pasini, L. Usi e costumi dell'Abissinia)" + ], + "shelfMark_sort": "aSc 916.3-P (Pasini, L. Usi e costumi dell'Abissinia)", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], - "aeonUrl": [ - "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=Usi+e+costumi+dell'+Abissinia+e+dei+dintorni+di+Massaua+/&Site=SCHRB&CallNumber=Sc+Rare+C+84-8&ItemPlace=Milano+:&ItemPublisher=A.+Vallardi,&Date=[18--]&ItemInfo3=https://catalog.nypl.org/record=b10006047&ReferenceNumber=b10006047x&ItemInfo1=USE+IN+LIBRARY&ItemNumber=33433076137185&ItemISxN=i10003925x&Genre=Book-text&Location=Schomburg+Center" + "type": [ + "bf:Item" ], - "shelfMark_sort": "aSc Rare C 84-000008" + "uri": "i10003926" }, "sort": [ null @@ -4114,24 +4312,14 @@ }, "_score": null, "_source": { - "uri": "i10003926", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -4142,50 +4330,70 @@ "catalogItemType_packed": [ "catalogItemType:2||book non-circ" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { - "id": "loc:scff2", - "label": "Schomburg Center - Research & Reference" + "id": "loc:scdd2", + "label": "Schomburg Center - Manuscripts & Archives" } ], "holdingLocation_packed": [ - "loc:scff2||Schomburg Center - Research & Reference" + "loc:scdd2||Schomburg Center - Manuscripts & Archives" ], - "shelfMark": [ - "Sc 916.3-P (Pasini, L. Usi e costumi dell'Abissinia)" + "idBarcode": [ + "33433076137185" + ], + "identifier": [ + "urn:shelfmark:Sc Rare C 84-8", + "urn:barcode:33433076137185" ], "identifierV2": [ { - "value": "Sc 916.3-P (Pasini, L. Usi e costumi dell'Abissinia)", + "value": "Sc Rare C 84-8", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433019684897" + "value": "33433076137185", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc 916.3-P (Pasini, L. Usi e costumi dell'Abissinia)" + "owner": [ + { + "id": "orgs:1116", + "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + } ], - "identifier": [ - "urn:barcode:33433019684897" + "owner_packed": [ + "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" ], - "idBarcode": [ - "33433019684897" + "physicalLocation": [ + "Sc Rare C 84-8" ], "requestable": [ false ], - "accessMessage": [ + "shelfMark": [ + "Sc Rare C 84-8" + ], + "shelfMark_sort": "aSc Rare C 84-000008", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], - "shelfMark_sort": "aSc 916.3-P (Pasini, L. Usi e costumi dell'Abissinia)" + "uri": "i10003925", + "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." + ] }, "sort": [ null @@ -4292,7 +4500,7 @@ "uniformTitle": [ "Liebelei. Libretto" ], - "updatedAt": 1709776820556, + "updatedAt": 1711477480259, "publicationStatement": [ "Basel : Doremi, [193-?]" ], @@ -4489,8 +4697,11 @@ "nyplSource": [ "sierra-nypl" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Nella stamperia di Gennaro Muzio," + "Nella stamperia di Gennaro Muzio" ], "language": [ { @@ -4498,27 +4709,39 @@ "label": "Italian" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 1725 ], + "title": [ + "La somiglianza commedia" + ], "type": [ "nypl:Item" ], - "title": [ - "La somiglianza [microform] : commedia" - ], "shelfMark": [ "*Z-3500" ], - "creatorLiteral": [ - "Amenta, Niccolò, 1659-1719." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1725" ], + "creatorLiteral": [ + "Amenta, Niccolò, 1659-1719." + ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1725 ], + "idOclc": [ + "NYPG005000978-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -4528,6 +4751,10 @@ "type": "nypl:Bnumber", "value": "10006816" }, + { + "type": "nypl:Oclc", + "value": "NYPG005000978-B" + }, { "type": "bf:Identifier", "value": "NNSZ00508052" @@ -4537,14 +4764,19 @@ "value": "(WaOLN)nyp0206802" } ], - "updatedAt": 1636111583127, + "updatedAt": 1711665386876, "publicationStatement": [ "In Napoli : Nella stamperia di Gennaro Muzio, 1725." ], "identifier": [ + "urn:shelfmark:*Z-3500", "urn:bnum:10006816", - "urn:undefined:NNSZ00508052", - "urn:undefined:(WaOLN)nyp0206802" + "urn:oclc:NYPG005000978-B", + "urn:identifier:NNSZ00508052", + "urn:identifier:(WaOLN)nyp0206802" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -4571,14 +4803,8 @@ "La somiglianza [microform] : commedia / del dottor ... Niccolò Amenta ..." ], "uri": "b10006816", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "In Napoli :" + "In Napoli" ], "issuance": [ { @@ -4610,81 +4836,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433107660718" - ], - "physicalLocation": [ - "*Z-3500" + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } ], - "shelfMark_sort": "a*Z-003500", "catalogItemType_packed": [ "catalogItemType:6||microfilm service copy" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rcmi2", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" ], - "uri": "i10003967", - "shelfMark": [ - "*Z-3500" + "idBarcode": [ + "33433107660718" + ], + "identifier": [ + "urn:shelfmark:*Z-3500", + "urn:barcode:33433107660718" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*Z-3500" + "value": "*Z-3500", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433107660718" + "value": "33433107660718", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rcmi2||Offsite" - ], - "idBarcode": [ - "33433107660718" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*Z-3500" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:6", - "label": "microfilm service copy" - } + "shelfMark": [ + "*Z-3500" ], + "shelfMark_sort": "a*Z-003500", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rcmi2", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10003967" }, "sort": [ null @@ -4719,6 +4952,9 @@ "nyplSource": [ "sierra-nypl" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ "Muʼassisah-ʼi Khāvar" ], @@ -4728,30 +4964,42 @@ "label": "Persian" } ], - "dateEndString": [ - "1334" + "numItemsTotal": [ + 1 ], "createdYear": [ 1333 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1334" ], "title": [ "ʻĀlam va Ādam" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OMO 84-2676" ], - "creatorLiteral": [ - "Vafā ʻAlī Shāh." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1333" ], + "creatorLiteral": [ + "Vafā ʻAlī Shāh." + ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1333 ], + "idOclc": [ + "NYPG005001594-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -4761,6 +5009,10 @@ "type": "nypl:Bnumber", "value": "10007423" }, + { + "type": "nypl:Oclc", + "value": "NYPG005001594-B" + }, { "type": "bf:Identifier", "value": "NNSZ00508668" @@ -4773,14 +5025,19 @@ "dateEndYear": [ 1334 ], - "updatedAt": 1653404639396, + "updatedAt": 1711665287401, "publicationStatement": [ "Tihrān : Muʼassisah-ʼi Khāvar, 1312 [1933 or 1934]" ], "identifier": [ + "urn:shelfmark:*OMO 84-2676", "urn:bnum:10007423", - "urn:undefined:NNSZ00508668", - "urn:undefined:(WaOLN)nyp0207407" + "urn:oclc:NYPG005001594-B", + "urn:identifier:NNSZ00508668", + "urn:identifier:(WaOLN)nyp0207407" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -4807,12 +5064,6 @@ "ʻĀ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", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tihrān" ], @@ -4849,81 +5100,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433001898570" - ], - "physicalLocation": [ - "*OMO 84-2676" + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } ], - "shelfMark_sort": "a*OMO 84-002676", "catalogItemType_packed": [ "catalogItemType:2||book non-circ" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rcma2", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rcma2||Offsite" ], - "uri": "i10004294", - "shelfMark": [ - "*OMO 84-2676" + "idBarcode": [ + "33433001898570" + ], + "identifier": [ + "urn:shelfmark:*OMO 84-2676", + "urn:barcode:33433001898570" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OMO 84-2676" + "value": "*OMO 84-2676", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001898570" + "value": "33433001898570", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rcma2||Offsite" - ], - "idBarcode": [ - "33433001898570" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OMO 84-2676" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } + "shelfMark": [ + "*OMO 84-2676" ], + "shelfMark_sort": "a*OMO 84-002676", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rcma2", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10004294" }, "sort": [ null @@ -4957,8 +5215,11 @@ "French wit and humor", "French wit and humor -- France" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "A. Pierret," + "A. Pierret" ], "language": [ { @@ -4966,30 +5227,42 @@ "label": "French" } ], - "dateEndString": [ - "1899" + "numItemsTotal": [ + 0 ], "createdYear": [ 1800 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1899" ], "title": [ - "Sac à juifs [microform] : recueil de scènes et récits satiriques et humoristiques" + "Sac à juifs recueil de scènes et récits satiriques et humoristiques" + ], + "type": [ + "nypl:Item" ], "shelfMark": [ "*ZP-687 no. 9" ], - "creatorLiteral": [ - "La Badine, C. de." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1800" ], + "creatorLiteral": [ + "La Badine, C. de." + ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1800 ], + "idOclc": [ + "NYPG006000062-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -4999,6 +5272,10 @@ "type": "nypl:Bnumber", "value": "10007812" }, + { + "type": "nypl:Oclc", + "value": "NYPG006000062-B" + }, { "type": "bf:Identifier", "value": "NNSZ00609209" @@ -5011,14 +5288,19 @@ "dateEndYear": [ 1899 ], - "updatedAt": 1637634877781, + "updatedAt": 1711609327416, "publicationStatement": [ "Paris : A. Pierret, [18--?]" ], "identifier": [ + "urn:shelfmark:*ZP-687 no. 9", "urn:bnum:10007812", - "urn:undefined:NNSZ00609209", - "urn:undefined:(WaOLN)nyp0207795" + "urn:oclc:NYPG006000062-B", + "urn:identifier:NNSZ00609209", + "urn:identifier:(WaOLN)nyp0207795" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -5048,14 +5330,8 @@ "Sac à juifs [microform] : recueil de scènes et récits satiriques et humoristiques / par C. de La Badine ; illus. de Bocardho." ], "uri": "b10007812", - "numItems": [ - 0 - ], - "numAvailable": [ - 0 - ], "placeOfPublication": [ - "Paris :" + "Paris" ], "issuance": [ { @@ -5100,11 +5376,14 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Aristotle", - "Porphyry, approximately 234-approximately 305" + "Porphyry, approximately 234-approximately 305", + "Aristotle" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "G. Olms," + "G. Olms" ], "language": [ { @@ -5112,30 +5391,42 @@ "label": "Latin" } ], - "dateEndString": [ - "1597" + "numItemsTotal": [ + 1 ], "createdYear": [ 1966 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1597" ], "title": [ "In Porphyrii Isagogen et Aristotelis Organum : commentarius analyticus" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JFD 85-2807" ], - "creatorLiteral": [ - "Pace, Giulio, 1550-1635." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1966" ], + "creatorLiteral": [ + "Pace, Giulio, 1550-1635." + ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1966 ], + "idOclc": [ + "NYPG008000060-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -5145,6 +5436,10 @@ "type": "nypl:Bnumber", "value": "10008934" }, + { + "type": "nypl:Oclc", + "value": "NYPG008000060-B" + }, { "type": "bf:Identifier", "value": "NNSZ00810450" @@ -5157,14 +5452,19 @@ "dateEndYear": [ 1597 ], - "updatedAt": 1636105378000, + "updatedAt": 1711392473152, "publicationStatement": [ "Hildesheim : G. Olms, 1966." ], "identifier": [ + "urn:shelfmark:JFD 85-2807", "urn:bnum:10008934", - "urn:undefined:NNSZ00810450", - "urn:undefined:(WaOLN)nyp0208909" + "urn:oclc:NYPG008000060-B", + "urn:identifier:NNSZ00810450", + "urn:identifier:(WaOLN)nyp0208909" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -5188,21 +5488,15 @@ } ], "subjectLiteral": [ - "Aristotle.", - "Porphyry, approximately 234-approximately 305." + "Porphyry, approximately 234-approximately 305.", + "Aristotle." ], "titleDisplay": [ "In Porphyrii Isagogen et Aristotelis Organum : commentarius analyticus / Julius Pacius." ], "uri": "b10008934", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Hildesheim :" + "Hildesheim" ], "issuance": [ { @@ -5237,72 +5531,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433038876987" - ], - "physicalLocation": [ - "JFD 85-2807" - ], - "shelfMark_sort": "aJFD 85-002807", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "uri": "i12858678", - "shelfMark": [ - "JFD 85-2807" + "idBarcode": [ + "33433038876987" + ], + "identifier": [ + "urn:shelfmark:JFD 85-2807", + "urn:barcode:33433038876987" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "JFD 85-2807" + "value": "JFD 85-2807", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433038876987" + "value": "33433038876987", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433038876987" + "physicalLocation": [ + "JFD 85-2807" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "JFD 85-2807" ], + "shelfMark_sort": "aJFD 85-002807", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } - ] + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i12858678" }, "sort": [ null @@ -5341,39 +5642,54 @@ "God (Islam)", "God (Islam) -- Attributes" ], + "numItemDatesParsed": [ + 0 + ], "language": [ { "id": "lang:ara", "label": "Arabic" } ], - "dateEndString": [ - "1268" + "numItemsTotal": [ + 1 ], "createdYear": [ 1967 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1268" ], "title": [ - "al-Fatwá al-Ḥamawīyah al-kubrá," + "al-Fatwá al-Ḥamawīyah al-kubrá" + ], + "type": [ + "nypl:Item" ], "shelfMark": [ "*OGM 85-1727" ], - "creatorLiteral": [ - "Ibn Taymīyah, Aḥmad ibn ʻAbd al-Ḥalīm, 1263-1328." + "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", @@ -5383,6 +5699,10 @@ "type": "nypl:Bnumber", "value": "10009127" }, + { + "type": "nypl:Oclc", + "value": "NYPG008000258-B" + }, { "type": "bf:Lccn", "value": "76961126" @@ -5399,15 +5719,20 @@ "dateEndYear": [ 1268 ], - "updatedAt": 1636072369613, + "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:undefined:NNSZ00810649", - "urn:undefined:(WaOLN)nyp0209102" + "urn:identifier:NNSZ00810649", + "urn:identifier:(WaOLN)nyp0209102" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -5440,12 +5765,6 @@ "lccClassification": [ "BP166.2 .I24 1967" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[al-Qāhirah, al-Maṭbaʻah al-Salafīyah wa-Maktabatuhā, 1967 or 8]" ], @@ -5482,81 +5801,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433001945694" - ], - "physicalLocation": [ - "*OGM 85-1727" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OGM 85-001727", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10004965", - "shelfMark": [ - "*OGM 85-1727" + "idBarcode": [ + "33433001945694" + ], + "identifier": [ + "urn:shelfmark:*OGM 85-1727", + "urn:barcode:33433001945694" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OGM 85-1727" + "value": "*OGM 85-1727", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001945694" + "value": "33433001945694", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433001945694" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OGM 85-1727" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OGM 85-1727" ], + "shelfMark_sort": "a*OGM 85-001727", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10004965" }, "sort": [ null @@ -5582,6 +5908,9 @@ "subjectLiteral_exploded": [ "Alva, Juan de" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ "Imprenta de Alonso del Riego" ], @@ -5591,27 +5920,39 @@ "label": "Spanish" } ], - "dateEndString": [ - "1799" + "numItemsTotal": [ + 1 ], "createdYear": [ 1700 ], - "type": [ - "nypl:Item" + "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", @@ -5621,6 +5962,10 @@ "type": "nypl:Bnumber", "value": "10009912" }, + { + "type": "nypl:Oclc", + "value": "NYPG009000608-B" + }, { "type": "bf:Identifier", "value": "NNSZ00911389" @@ -5633,14 +5978,19 @@ "dateEndYear": [ 1799 ], - "updatedAt": 1654777211068, + "updatedAt": 1712852430180, "publicationStatement": [ "Valladolid : Imprenta de Alonso del Riego, [17--?]" ], "identifier": [ + "urn:shelfmark:Sc Rare+ F 82-61", "urn:bnum:10009912", - "urn:undefined:NNSZ00911389", - "urn:undefined:(WaOLN)nyp0209888" + "urn:oclc:NYPG009000608-B", + "urn:identifier:NNSZ00911389", + "urn:identifier:(WaOLN)nyp0209888" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -5670,12 +6020,6 @@ "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", - "numItems": [ - 2 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Valladolid" ], @@ -5695,27 +6039,9 @@ "inner_hits": { "electronicResources": { "hits": { - "total": 1, - "max_score": 1, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": 1, - "_source": { - "uri": "i10009912-e", - "electronicLocator": [ - { - "url": "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&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.&Site=SCHRB&CallNumber=Sc+Rare%2b+F+82-61&ItemPlace=Valladolid+:&ItemPublisher=Imprenta+de+Alonso+del+Riego,&Date=[17--?]&ItemInfo3=https://catalog.nypl.org/record=b10009912&ReferenceNumber=b100099129&ItemInfo1=USE+IN+LIBRARY&ItemNumber=33433036926867&ItemISxN=i11901001x&Genre=Book-text&Location=Schomburg+Center", - "label": "Request Access to Special Collections Material" - } - ], - "shelfMark_sort": "bi10009912-e" - } - } - ] + "total": 0, + "max_score": null, + "hits": [] } }, "items": { @@ -5730,24 +6056,14 @@ }, "_score": null, "_source": { - "uri": "i11901001", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1116", - "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -5758,6 +6074,9 @@ "catalogItemType_packed": [ "catalogItemType:2||book non-circ" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:scdd2", @@ -5767,8 +6086,12 @@ "holdingLocation_packed": [ "loc:scdd2||Schomburg Center - Manuscripts & Archives" ], - "shelfMark": [ - "Sc Rare+ F 82-61" + "idBarcode": [ + "33433036926867" + ], + "identifier": [ + "urn:shelfmark:Sc Rare+ F 82-61", + "urn:barcode:33433036926867" ], "identifierV2": [ { @@ -5776,35 +6099,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433036926867" + "value": "33433036926867", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc Rare+ F 82-61" + "owner": [ + { + "id": "orgs:1116", + "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + } ], - "identifier": [ - "urn:barcode:33433036926867" + "owner_packed": [ + "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" ], - "idBarcode": [ - "33433036926867" + "physicalLocation": [ + "Sc Rare+ F 82-61" ], "requestable": [ false ], - "accessMessage": [ + "shelfMark": [ + "Sc Rare+ F 82-61" + ], + "shelfMark_sort": "aSc Rare+ F 82-000061", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], - "aeonUrl": [ - "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&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.&Site=SCHRB&CallNumber=Sc+Rare%2b+F+82-61&ItemPlace=Valladolid+:&ItemPublisher=Imprenta+de+Alonso+del+Riego,&Date=[17--?]&ItemInfo3=https://catalog.nypl.org/record=b10009912&ReferenceNumber=b100099129&ItemInfo1=USE+IN+LIBRARY&ItemNumber=33433036926867&ItemISxN=i11901001x&Genre=Book-text&Location=Schomburg+Center" + "type": [ + "bf:Item" ], - "shelfMark_sort": "aSc Rare+ F 82-000061" + "uri": "i11901001", + "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." + ] }, "sort": [ null @@ -5861,36 +6194,39 @@ "numItemsTotal": [ 2 ], - "dateEndString": [ - "1899" - ], "createdYear": [ 1800 ], - "type": [ - "nypl:Item" + "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 ], - "creatorLiteral": [ - "Marion, Ignace Despontreaux." - ], "createdString": [ "1800" ], + "creatorLiteral": [ + "Marion, Ignace Despontreaux." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1800 ], + "idOclc": [ + "NYPG009000688-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -5909,20 +6245,18 @@ "value": "(WaOLN)nyp0209965" } ], - "idOclc": [ - "NYPG009000688-B" - ], "dateEndYear": [ 1899 ], - "updatedAt": 1681930860859, + "updatedAt": 1711426521404, "publicationStatement": [ "Aux Cayes : Impr. du gouvernement, [185-?]" ], "identifier": [ + "urn:shelfmark:Sc Micro F-10834", "urn:bnum:10009988", "urn:oclc:NYPG009000688-B", - "urn:undefined:(WaOLN)nyp0209965" + "urn:identifier:(WaOLN)nyp0209965" ], "numCheckinCardItems": [ 0 @@ -5957,12 +6291,6 @@ "Discours aux Haïtiens, ou, Hommage au dévouement patriotique de Coutillien [microform] / par A.J. Despontreau Marion." ], "uri": "b10009988", - "numItems": [ - 2 - ], - "numAvailable": [ - 2 - ], "placeOfPublication": [ "Aux Cayes" ], @@ -6002,84 +6330,85 @@ }, "_score": null, "_source": { - "uri": "i13965122", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { - "id": "catalogItemType:6", - "label": "microfilm service copy" + "id": "catalogItemType:26", + "label": "microfiche" } ], "catalogItemType_packed": [ - "catalogItemType:6||microfilm service copy" + "catalogItemType:26||microfiche" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:scff2", - "label": "Schomburg Center - Research & Reference" + "id": "loc:scff3", + "label": "Schomburg Center - Research & Reference - Desk" } ], "holdingLocation_packed": [ - "loc:scff2||Schomburg Center - Research & Reference" + "loc:scff3||Schomburg Center - Research & Reference - Desk" ], - "shelfMark": [ - "Sc Micro F-10900 Library has: Vol. 3, no. 5-v. 3, no. 7 (June-Aug. 1919)" + "idBarcode": [ + "33433058299276" + ], + "identifier": [ + "urn:shelfmark:Sc Micro F-10834", + "urn:barcode:33433058299276" ], "identifierV2": [ { - "value": "Sc Micro F-10900 Library has: Vol. 3, no. 5-v. 3, no. 7 (June-Aug. 1919)", + "value": "Sc Micro F-10834", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058298906" + "value": "33433058299276", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc Micro F-10900 Library has: Vol. 3, no. 5-v. 3, no. 7 (June-Aug. 1919)" - ], - "identifier": [ - "urn:barcode:33433058298906" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], - "idBarcode": [ - "33433058298906" + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "physicalLocation": [ + "Sc Micro F-10834" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "Sc Micro F-10834" + ], + "shelfMark_sort": "aSc Micro F-010834", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aSc Micro F-10900 Library has: Vol. 3, no. 000005-v. 3, no. 7 (June-Aug. 1919)" + "uri": "i13785539" }, "sort": [ null @@ -6092,84 +6421,85 @@ }, "_score": null, "_source": { - "uri": "i13785539", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { - "id": "catalogItemType:26", - "label": "microfiche" + "id": "catalogItemType:6", + "label": "microfilm service copy" } ], "catalogItemType_packed": [ - "catalogItemType:26||microfiche" + "catalogItemType:6||microfilm service copy" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:scff3", - "label": "Schomburg Center - Research & Reference - Desk" + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" } ], "holdingLocation_packed": [ - "loc:scff3||Schomburg Center - Research & Reference - Desk" + "loc:scff2||Schomburg Center - Research & Reference" ], - "shelfMark": [ - "Sc Micro F-10834" + "idBarcode": [ + "33433058298906" + ], + "identifier": [ + "urn:shelfmark:Sc Micro F-10900 Library has: Vol. 3, no. 5-v. 3, no. 7 (June-Aug. 1919)", + "urn:barcode:33433058298906" ], "identifierV2": [ { - "value": "Sc Micro F-10834", + "value": "Sc Micro F-10900 Library has: Vol. 3, no. 5-v. 3, no. 7 (June-Aug. 1919)", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058299276" + "value": "33433058298906", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc Micro F-10834" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], - "identifier": [ - "urn:barcode:33433058299276" + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], - "idBarcode": [ - "33433058299276" + "physicalLocation": [ + "Sc Micro F-10900 Library has: Vol. 3, no. 5-v. 3, no. 7 (June-Aug. 1919)" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "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)", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aSc Micro F-010834" + "uri": "i13965122" }, "sort": [ null @@ -6203,8 +6533,11 @@ "United States Virgin Islands", "United States Virgin Islands -- Census" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Research Publications," + "Research Publications" ], "language": [ { @@ -6212,20 +6545,29 @@ "label": "Undetermined" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 198 ], + "title": [ + "U.S. Virgin Islands--Census 1901, pt. 1, 1911, pt. 1" + ], "type": [ "nypl:Item" ], - "title": [ - "U.S. Virgin Islands--Census 1901, pt. 1, 1911, pt. 1 [microform]." - ], "shelfMark": [ "*ZAN-T4817 Latin America & the Caribbean: Jamaica, Panama Canal Zone, U.S. Virgin Islands" ], + "numItemVolumesParsed": [ + 0 + ], "createdString": [ - "198" + "198 " + ], + "numElectronicResources": [ + 0 ], "seriesStatement": [ "International population census publications [pre-1945]. Latin America" @@ -6233,6 +6575,9 @@ "dateStartYear": [ 198 ], + "idOclc": [ + "NYPG010000295-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6242,6 +6587,10 @@ "type": "nypl:Bnumber", "value": "10010385" }, + { + "type": "nypl:Oclc", + "value": "NYPG010000295-B" + }, { "type": "bf:Identifier", "value": "NNSZ01012026" @@ -6251,14 +6600,19 @@ "value": "(WaOLN)nyp0210361" } ], - "updatedAt": 1636140635056, + "updatedAt": 1710975634667, "publicationStatement": [ "Woodbridge, Conn. : Research Publications, [1983]" ], "identifier": [ + "urn:shelfmark:*ZAN-T4817 Latin America & the Caribbean: Jamaica, Panama Canal Zone, U.S. Virgin Islands", "urn:bnum:10010385", - "urn:undefined:NNSZ01012026", - "urn:undefined:(WaOLN)nyp0210361" + "urn:oclc:NYPG010000295-B", + "urn:identifier:NNSZ01012026", + "urn:identifier:(WaOLN)nyp0210361" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -6273,7 +6627,7 @@ } ], "dateString": [ - "198" + "198 " ], "mediaType": [ { @@ -6288,14 +6642,8 @@ "U.S. Virgin Islands--Census 1901, pt. 1, 1911, pt. 1 [microform]." ], "uri": "b10010385", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Woodbridge, Conn. :" + "Woodbridge, Conn." ], "issuance": [ { @@ -6330,81 +6678,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433094813171" - ], - "physicalLocation": [ - "*ZAN-T4817 Latin America & the Caribbean: Jamaica, Panama Canal Zone, U.S. Virgin Islands" + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } ], - "shelfMark_sort": "a*ZAN-T4817 Latin America & the Caribbean: Jamaica, Panama Canal Zone, U.S. Virgin Islands", "catalogItemType_packed": [ "catalogItemType:6||microfilm service copy" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rcmi2", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" ], - "uri": "i27849993", - "shelfMark": [ - "*ZAN-T4817 Latin America & the Caribbean: Jamaica, Panama Canal Zone, U.S. Virgin Islands" + "idBarcode": [ + "33433094813171" + ], + "identifier": [ + "urn:shelfmark:*ZAN-T4817 Latin America & the Caribbean: Jamaica, Panama Canal Zone, U.S. Virgin Islands", + "urn:barcode:33433094813171" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*ZAN-T4817 Latin America & the Caribbean: Jamaica, Panama Canal Zone, U.S. Virgin Islands" + "value": "*ZAN-T4817 Latin America & the Caribbean: Jamaica, Panama Canal Zone, U.S. Virgin Islands", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433094813171" + "value": "33433094813171", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rcmi2||Offsite" - ], - "idBarcode": [ - "33433094813171" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*ZAN-T4817 Latin America & the Caribbean: Jamaica, Panama Canal Zone, U.S. Virgin Islands" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:6", - "label": "microfilm service copy" - } + "shelfMark": [ + "*ZAN-T4817 Latin America & the Caribbean: Jamaica, Panama Canal Zone, U.S. Virgin Islands" ], + "shelfMark_sort": "a*ZAN-T4817 Latin America & the Caribbean: Jamaica, Panama Canal Zone, U.S. Virgin Islands", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rcmi2", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i27849993" }, "sort": [ null @@ -6462,30 +6817,33 @@ "createdYear": [ 1759 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Catholic Church. Pope (1758-1769 : Clement XIII)" - ], "createdString": [ "1759" ], + "creatorLiteral": [ + "Catholic Church. Pope (1758-1769 : Clement XIII)" + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1759 ], + "idOclc": [ + "13888170" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6499,28 +6857,20 @@ "type": "nypl:Oclc", "value": "13888170" }, - { - "type": "nypl:Oclc", - "value": "13888170 " - }, { "type": "bf:Identifier", "value": "(OCoLC)13888170" } ], - "idOclc": [ - "13888170", - "13888170 " - ], - "updatedAt": 1689282257929, + "updatedAt": 1710989883913, "publicationStatement": [ "Romae : Ex Typographia Reverendae Camerae Apostolicae, 1759." ], "identifier": [ + "urn:shelfmark:*Z-3852 no. 26", "urn:bnum:10010607", "urn:oclc:13888170", - "urn:oclc:13888170 ", - "urn:undefined:(OCoLC)13888170" + "urn:identifier:(OCoLC)13888170" ], "numCheckinCardItems": [ 0 @@ -6555,12 +6905,6 @@ "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", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Romae" ], @@ -6597,34 +6941,33 @@ }, "_score": null, "_source": { - "uri": "i30458802", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], - "owner": [ + "catalogItemType": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:6", - "label": "microfilm service copy" + "id": "catalogItemType:6", + "label": "microfilm service copy" } ], "catalogItemType_packed": [ "catalogItemType:6||microfilm service copy" ], + "enumerationChronology": [ + "no. 1-27" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rcmi2", @@ -6634,8 +6977,12 @@ "holdingLocation_packed": [ "loc:rcmi2||Offsite" ], - "shelfMark": [ - "*Z-3852 no. 1-27" + "idBarcode": [ + "33433107973277" + ], + "identifier": [ + "urn:shelfmark:*Z-3852 no. 1-27", + "urn:barcode:33433107973277" ], "identifierV2": [ { @@ -6643,12 +6990,18 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433107973277" + "value": "33433107973277", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "no. 1-27" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ "*Z-3852" @@ -6656,23 +7009,24 @@ "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433107973277" - ], - "idBarcode": [ - "33433107973277" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*Z-3852 no. 1-27" + ], + "shelfMark_sort": "a*Z-3852 no. 000001-27", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], "volumeRange": [ { @@ -6680,16 +7034,7 @@ "lte": 27 } ], - "enumerationChronology_sort": [ - " 1-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*Z-3852 no. 000001-27" + "uri": "i30458802" }, "sort": [ " 1-" @@ -6733,7 +7078,7 @@ "American poetry -- Mexican American authors -- Periodicals" ], "numItemDatesParsed": [ - 0 + 1 ], "publisherLiteral": [ "Pajarito Publications." @@ -6747,18 +7092,18 @@ "numItemsTotal": [ 1 ], - "dateEndString": [ - "19" - ], "createdYear": [ 19 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "19uu" ], "title": [ "Flor y canto." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JFL 81-111" ], @@ -6766,7 +7111,7 @@ 1 ], "createdString": [ - "19" + "19uu" ], "numElectronicResources": [ 0 @@ -6774,6 +7119,9 @@ "dateStartYear": [ 19 ], + "idOclc": [ + "NYPG0110-S" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6792,20 +7140,18 @@ "value": "(WaOLN)nyp0210651" } ], - "idOclc": [ - "NYPG0110-S" - ], "dateEndYear": [ 19 ], - "updatedAt": 1669925867950, + "updatedAt": 1711224711830, "publicationStatement": [ "Albuquerque : Pajarito Publications." ], "identifier": [ + "urn:shelfmark:JFL 81-111", "urn:bnum:10010675", "urn:oclc:NYPG0110-S", - "urn:undefined:(WaOLN)nyp0210651" + "urn:identifier:(WaOLN)nyp0210651" ], "numCheckinCardItems": [ 0 @@ -6823,7 +7169,7 @@ } ], "dateString": [ - "19" + "19uu" ], "mediaType": [ { @@ -6839,12 +7185,6 @@ "Flor y canto." ], "uri": "b10010675", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Albuquerque" ], @@ -6881,24 +7221,14 @@ }, "_score": null, "_source": { - "uri": "i10005340", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -6909,6 +7239,21 @@ "catalogItemType_packed": [ "catalogItemType:3||serial" ], + "dateRange": [ + { + "gte": "1975", + "lte": "1978" + } + ], + "enumerationChronology": [ + "v. 2-5 1975-78" + ], + "enumerationChronology_sort": [ + " 2-1975" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -6918,8 +7263,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "JFL 81-111 v. 2-5 1975-78" + "idBarcode": [ + "33433005304187" + ], + "identifier": [ + "urn:shelfmark:JFL 81-111 v. 2-5 1975-78", + "urn:barcode:33433005304187" ], "identifierV2": [ { @@ -6927,12 +7276,18 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433005304187" + "value": "33433005304187", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], - "enumerationChronology": [ - "v. 2-5 1975-78" + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ "JFL 81-111" @@ -6940,23 +7295,24 @@ "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433005304187" - ], - "idBarcode": [ - "33433005304187" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JFL 81-111 v. 2-5 1975-78" + ], + "shelfMark_sort": "aJFL 81-111 v. 000002-5 1975-78", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], "volumeRange": [ { @@ -6964,19 +7320,10 @@ "lte": 5 } ], - "enumerationChronology_sort": [ - " 2-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aJFL 81-111 v. 000002-5 1975-78" + "uri": "i10005340" }, "sort": [ - " 2-" + " 2-1975" ] } ] @@ -7002,7 +7349,7 @@ "State universities and colleges -- United States -- Periodicals" ], "numItemDatesParsed": [ - 0 + 1 ], "language": [ { @@ -7013,30 +7360,30 @@ "numItemsTotal": [ 1 ], - "dateEndString": [ - "9999" - ], "createdYear": [ 999 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ "AASCU studies." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JLM 81-389" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "American Association of State Colleges and Universities." - ], "createdString": [ "999" ], + "creatorLiteral": [ + "American Association of State Colleges and Universities." + ], "idLccn": [ "72621307" ], @@ -7046,6 +7393,10 @@ "dateStartYear": [ 999 ], + "idOclc": [ + "7994181", + "NYPG0111-S" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -7055,21 +7406,17 @@ "type": "nypl:Bnumber", "value": "10011031" }, - { - "type": "bf:Lccn", - "value": "72621307" - }, { "type": "nypl:Oclc", "value": "7994181" }, { "type": "nypl:Oclc", - "value": "7994181" + "value": "NYPG0111-S" }, { - "type": "nypl:Oclc", - "value": "NYPG0111-S" + "type": "bf:Lccn", + "value": "72621307" }, { "type": "bf:Identifier", @@ -7080,24 +7427,21 @@ "value": "(OCoLC)7994181" } ], - "idOclc": [ - "7994181", - "NYPG0111-S" - ], "dateEndYear": [ 9999 ], - "updatedAt": 1669918566353, + "updatedAt": 1711093358887, "publicationStatement": [ "[Washington]" ], "identifier": [ + "urn:shelfmark:JLM 81-389", "urn:bnum:10011031", - "urn:lccn:72621307", "urn:oclc:7994181", "urn:oclc:NYPG0111-S", - "urn:undefined:(WaOLN)nyp0211007", - "urn:undefined:(OCoLC)7994181" + "urn:lccn:72621307", + "urn:identifier:(WaOLN)nyp0211007", + "urn:identifier:(OCoLC)7994181" ], "numCheckinCardItems": [ 0 @@ -7133,12 +7477,6 @@ "lccClassification": [ "LB2329.5.A43" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Washington]" ], @@ -7178,24 +7516,14 @@ }, "_score": null, "_source": { - "uri": "i12540542", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -7206,6 +7534,21 @@ "catalogItemType_packed": [ "catalogItemType:3||serial" ], + "dateRange": [ + { + "gte": "1970", + "lte": "1974" + } + ], + "enumerationChronology": [ + "1970-1974" + ], + "enumerationChronology_sort": [ + " -1970" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -7215,8 +7558,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "JLM 81-389 1970-1974" + "idBarcode": [ + "33433017529995" + ], + "identifier": [ + "urn:shelfmark:JLM 81-389 1970-1974", + "urn:barcode:33433017529995" ], "identifierV2": [ { @@ -7224,47 +7571,48 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433017529995" + "value": "33433017529995", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "1970-1974" - ], - "physicalLocation": [ + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ "JLM 81-389" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433017529995" - ], - "idBarcode": [ - "33433017529995" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JLM 81-389 1970-1974" + ], + "shelfMark_sort": "aJLM 81-389 1970-001974", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aJLM 81-389 1970-001974" + "uri": "i12540542" }, "sort": [ - null + " -1970" ] } ] @@ -7298,12 +7646,13 @@ ], "subjectLiteral_exploded": [ "Discrimination in employment", - "Discrimination in employment -- Digests", - "Discrimination in employment -- Digests -- United States", - "Discrimination in employment -- Digests -- United States -- Periodicals" + "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": [ - 0 + 1 ], "publisherLiteral": [ "U.S. Office of Personnel Management, Office of Intergovernmental Programs : For sale by the Supt. of Docs., U.S. G.P.O." @@ -7323,12 +7672,12 @@ "dateEndString": [ "9999" ], - "type": [ - "nypl:Item" - ], "title": [ "Equal employment opportunity court cases." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JLM 81-385" ], @@ -7341,18 +7690,22 @@ "idLccn": [ "80647817" ], - "seriesStatement": [ - "OIPP" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "OIPP" + ], "contributorLiteral": [ "United States. Office of Intergovernmental Personnel Programs." ], "dateStartYear": [ 999 ], + "idOclc": [ + "6784164", + "NYPG0116-S" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -7362,21 +7715,17 @@ "type": "nypl:Bnumber", "value": "10011036" }, - { - "type": "bf:Lccn", - "value": "80647817" - }, { "type": "nypl:Oclc", "value": "6784164" }, { "type": "nypl:Oclc", - "value": "6784164" + "value": "NYPG0116-S" }, { - "type": "nypl:Oclc", - "value": "NYPG0116-S" + "type": "bf:Lccn", + "value": "80647817" }, { "type": "bf:Identifier", @@ -7395,26 +7744,23 @@ "value": "RCON-EPA" } ], - "idOclc": [ - "6784164", - "NYPG0116-S" - ], "dateEndYear": [ 9999 ], - "updatedAt": 1670012393617, + "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:lccn:80647817", "urn:oclc:6784164", "urn:oclc:NYPG0116-S", - "urn:undefined:(WaOLN)nyp0011050", - "urn:undefined:(WaOLN)nyp0000038", - "urn:undefined:(OCoLC)6784164", - "urn:undefined:RCON-EPA" + "urn:lccn:80647817", + "urn:identifier:(WaOLN)nyp0011050", + "urn:identifier:(WaOLN)nyp0000038", + "urn:identifier:(OCoLC)6784164", + "urn:identifier:RCON-EPA" ], "numCheckinCardItems": [ 0 @@ -7441,7 +7787,7 @@ } ], "subjectLiteral": [ - "Discrimination in employment -- Digests -- United States -- Periodicals." + "Discrimination in employment -- Law and legislation -- Digests -- United States -- Periodicals." ], "titleDisplay": [ "Equal employment opportunity court cases." @@ -7450,24 +7796,18 @@ "lccClassification": [ "PAR" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Washington" ], - "titleAlt": [ - "Equal employment opportunity court cases" - ], "issuance": [ { "id": "urn:biblevel:s", "label": "serial" } ], + "titleAlt": [ + "Equal employment opportunity court cases" + ], "dimensions": [ "27 cm." ] @@ -7495,24 +7835,14 @@ }, "_score": null, "_source": { - "uri": "i12540547", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -7523,6 +7853,21 @@ "catalogItemType_packed": [ "catalogItemType:3||serial" ], + "dateRange": [ + { + "gte": "1980", + "lte": "1980" + } + ], + "enumerationChronology": [ + "1980" + ], + "enumerationChronology_sort": [ + " -1980" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -7532,8 +7877,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "JLM 81-385 1980" + "idBarcode": [ + "33433017529912" + ], + "identifier": [ + "urn:shelfmark:JLM 81-385 1980", + "urn:barcode:33433017529912" ], "identifierV2": [ { @@ -7541,12 +7890,18 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433017529912" + "value": "33433017529912", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "1980" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ "JLM 81-385" @@ -7554,34 +7909,29 @@ "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433017529912" - ], - "idBarcode": [ - "33433017529912" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JLM 81-385 1980" + ], + "shelfMark_sort": "aJLM 81-385 001980", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aJLM 81-385 001980" + "uri": "i12540547" }, "sort": [ - null + " -1980" ] } ] @@ -7630,24 +7980,24 @@ "dateEndString": [ "9999" ], - "type": [ - "nypl:Item" - ], "title": [ "Bulletin." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "M-10 3102" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "American Society of Newspaper Editors." - ], "createdString": [ "999" ], + "creatorLiteral": [ + "American Society of Newspaper Editors." + ], "idLccn": [ "59037860 //r82" ], @@ -7660,6 +8010,9 @@ "dateStartYear": [ 999 ], + "idOclc": [ + "NYPG0120-S" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -7670,16 +8023,16 @@ "value": "10011041" }, { - "type": "bf:Issn", - "value": "0003-1178" + "type": "nypl:Oclc", + "value": "NYPG0120-S" }, { "type": "bf:Lccn", "value": "59037860 //r82" }, { - "type": "nypl:Oclc", - "value": "NYPG0120-S" + "type": "bf:Issn", + "value": "0003-1178" }, { "type": "bf:Identifier", @@ -7690,23 +8043,21 @@ "value": "(WaOLN)nyp0000039" } ], - "idOclc": [ - "NYPG0120-S" - ], "dateEndYear": [ 9999 ], - "updatedAt": 1675264982433, + "updatedAt": 1711114099424, "publicationStatement": [ "Easton, Pa. [etc.]" ], "identifier": [ + "urn:shelfmark:M-10 3102", "urn:bnum:10011041", - "urn:issn:0003-1178", - "urn:lccn:59037860 //r82", "urn:oclc:NYPG0120-S", - "urn:undefined:(WaOLN)nyp0011055", - "urn:undefined:(WaOLN)nyp0000039" + "urn:lccn:59037860 //r82", + "urn:issn:0003-1178", + "urn:identifier:(WaOLN)nyp0011055", + "urn:identifier:(WaOLN)nyp0000039" ], "numCheckinCardItems": [ 0 @@ -7742,24 +8093,18 @@ "lccClassification": [ "PN4700 .A58" ], - "numItems": [ - 9 - ], - "numAvailable": [ - 9 - ], "placeOfPublication": [ "Easton, Pa. [etc.]" ], - "titleAlt": [ - "The Bulletin of the American Society of Newspaper Editors" - ], "issuance": [ { "id": "urn:biblevel:s", "label": "serial" } ], + "titleAlt": [ + "The Bulletin of the American Society of Newspaper Editors" + ], "dimensions": [ "26 cm." ] @@ -7783,28 +8128,18 @@ { "_nested": { "field": "items", - "offset": 8 + "offset": 0 }, "_score": null, "_source": { - "uri": "i11901117", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -7815,6 +8150,21 @@ "catalogItemType_packed": [ "catalogItemType:3||serial" ], + "dateRange": [ + { + "gte": "1977", + "lte": "1980" + } + ], + "enumerationChronology": [ + "nos. 601-629 Jan. 1977-Jan. 1980" + ], + "enumerationChronology_sort": [ + " -1977" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -7824,8 +8174,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "M-10 3102 nos. 601-629 Jan. 1977-Jan. 1980" + "idBarcode": [ + "33433010676884" + ], + "identifier": [ + "urn:shelfmark:M-10 3102 nos. 601-629 Jan. 1977-Jan. 1980", + "urn:barcode:33433010676884" ], "identifierV2": [ { @@ -7833,12 +8187,18 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433010676884" + "value": "33433010676884", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "nos. 601-629 Jan. 1977-Jan. 1980" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ "M-10 3102" @@ -7846,40 +8206,26 @@ "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433010676884" - ], - "idBarcode": [ - "33433010676884" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "M-10 3102 nos. 601-629 Jan. 1977-Jan. 1980" + ], + "shelfMark_sort": "aM-10 3102 nos. 601-629 Jan. 1977-Jan. 001980", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "dateRange": [ - { - "gte": "1977", - "lte": "1980" + "id": "status:a", + "label": "Available" } ], - "enumerationChronology_sort": [ - " -1977" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aM-10 3102 nos. 601-629 Jan. 1977-Jan. 001980" + "uri": "i11901117" }, "sort": [ " -1977" @@ -7888,28 +8234,18 @@ { "_nested": { "field": "items", - "offset": 7 + "offset": 1 }, "_score": null, "_source": { - "uri": "i11901116", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -7920,6 +8256,21 @@ "catalogItemType_packed": [ "catalogItemType:3||serial" ], + "dateRange": [ + { + "gte": "1974", + "lte": "1976" + } + ], + "enumerationChronology": [ + "nos. 574-600 1974-76" + ], + "enumerationChronology_sort": [ + " -1974" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -7929,8 +8280,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "M-10 3102 nos. 574-600 1974-76" + "idBarcode": [ + "33433010676876" + ], + "identifier": [ + "urn:shelfmark:M-10 3102 nos. 574-600 1974-76", + "urn:barcode:33433010676876" ], "identifierV2": [ { @@ -7938,12 +8293,18 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433010676876" + "value": "33433010676876", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "nos. 574-600 1974-76" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ "M-10 3102" @@ -7951,40 +8312,26 @@ "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433010676876" - ], - "idBarcode": [ - "33433010676876" - ], "requestable": [ true ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "shelfMark": [ + "M-10 3102 nos. 574-600 1974-76" ], - "dateRange": [ + "shelfMark_sort": "aM-10 3102 nos. 574-600 1974-000076", + "status": [ { - "gte": "1974", - "lte": "1976" + "id": "status:a", + "label": "Available" } ], - "enumerationChronology_sort": [ - " -1974" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aM-10 3102 nos. 574-600 1974-000076" + "uri": "i11901116" }, "sort": [ " -1974" @@ -7993,28 +8340,18 @@ { "_nested": { "field": "items", - "offset": 6 + "offset": 2 }, "_score": null, "_source": { - "uri": "i11901115", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -8025,111 +8362,21 @@ "catalogItemType_packed": [ "catalogItemType:3||serial" ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "M-10 3102 nos. 547-57 1971-73" - ], - "identifierV2": [ - { - "value": "M-10 3102 nos. 547-57 1971-73", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433010676868" - } - ], - "enumerationChronology": [ - "nos. 547-57 1971-73" - ], - "physicalLocation": [ - "M-10 3102" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433010676868" - ], - "idBarcode": [ - "33433010676868" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], "dateRange": [ { "gte": "1971", "lte": "1973" } ], + "enumerationChronology": [ + "nos. 547-57 1971-73" + ], "enumerationChronology_sort": [ " -1971" ], - "type": [ - "bf:Item" - ], "formatLiteral": [ "Text" ], - "shelfMark_sort": "aM-10 3102 nos. 547-57 1971-000073" - }, - "sort": [ - " -1971" - ] - }, - { - "_nested": { - "field": "items", - "offset": 5 - }, - "_score": null, - "_source": { - "uri": "i11901114", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -8139,21 +8386,31 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "M-10 3102 nos. 515-546 1968-70" + "idBarcode": [ + "33433010676868" + ], + "identifier": [ + "urn:shelfmark:M-10 3102 nos. 547-57 1971-73", + "urn:barcode:33433010676868" ], "identifierV2": [ { - "value": "M-10 3102 nos. 515-546 1968-70", + "value": "M-10 3102 nos. 547-57 1971-73", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433010676850" + "value": "33433010676868", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "nos. 515-546 1968-70" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ "M-10 3102" @@ -8161,175 +8418,500 @@ "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433010676850" - ], - "idBarcode": [ - "33433010676850" - ], "requestable": [ true ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "shelfMark": [ + "M-10 3102 nos. 547-57 1971-73" ], - "dateRange": [ + "shelfMark_sort": "aM-10 3102 nos. 547-57 1971-000073", + "status": [ { - "gte": "1968", - "lte": "1970" + "id": "status:a", + "label": "Available" } ], - "enumerationChronology_sort": [ - " -1968" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aM-10 3102 nos. 515-546 1968-000070" + "uri": "i11901115" }, "sort": [ - " -1968" + " -1971" ] - }, - { + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10011321", + "_score": null, + "_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 + ], + "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": [ + "b10011321" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 1, + "max_score": null, + "hits": [ + { "_nested": { "field": "items", - "offset": 4 + "offset": 0 }, "_score": null, "_source": { - "uri": "i11901113", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:a", + "label": "By appointment only" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:a||By appointment only" ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:2", + "label": "book non-circ" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" + "catalogItemType:2||book non-circ" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "id": "loc:maf98", + "label": "Schwarzman Building M2 - Dorot Jewish Division Room 111" } ], "holdingLocation_packed": [ - "loc:rc2ma||Offsite" + "loc:maf98||Schwarzman Building M2 - Dorot Jewish Division Room 111" ], - "shelfMark": [ - "M-10 3102 nos. 482-514 1965-67" + "idBarcode": [ + "33433089858876" + ], + "identifier": [ + "urn:shelfmark:**P-*PCQ 85-1669", + "urn:barcode:33433089858876" ], "identifierV2": [ { - "value": "M-10 3102 nos. 482-514 1965-67", + "value": "**P-*PCQ 85-1669", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433010676843" + "value": "33433089858876", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "nos. 482-514 1965-67" + "m2CustomerCode": [ + "XH" ], "physicalLocation": [ - "M-10 3102" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433010676843" - ], - "idBarcode": [ - "33433010676843" + "**P-*PCQ 85-1669" ], "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + false ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "shelfMark": [ + "**P-*PCQ 85-1669" ], - "dateRange": [ + "shelfMark_sort": "a**P-*PCQ 85-001669", + "status": [ { - "gte": "1965", - "lte": "1967" + "id": "status:k", + "label": "Check with staff" } ], - "enumerationChronology_sort": [ - " -1965" + "status_packed": [ + "status:k||Check with staff" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aM-10 3102 nos. 482-514 1965-000067" + "uri": "i14747226" }, "sort": [ - " -1965" + null ] - }, - { - "_nested": { - "field": "items", - "offset": 3 - }, - "_score": null, - "_source": { - "uri": "i11901112", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10011751", + "_score": null, + "_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": [ + "b10011751" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 1, + "max_score": null, + "hits": [ + { + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -8340,6 +8922,21 @@ "catalogItemType_packed": [ "catalogItemType:3||serial" ], + "dateRange": [ + { + "gte": "1978", + "lte": "1987" + } + ], + "enumerationChronology": [ + "1978-1983, 1987." + ], + "enumerationChronology_sort": [ + " -1978" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -8349,285 +8946,307 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "M-10 3102 nos. 460-481 1963-64" + "idBarcode": [ + "33433019908379" + ], + "identifier": [ + "urn:shelfmark:JLM 81-449 1978-1983, 1987.", + "urn:barcode:33433019908379" ], "identifierV2": [ { - "value": "M-10 3102 nos. 460-481 1963-64", + "value": "JLM 81-449 1978-1983, 1987.", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433010676835" + "value": "33433019908379", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], - "enumerationChronology": [ - "nos. 460-481 1963-64" + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ - "M-10 3102" + "JLM 81-449" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433010676835" - ], - "idBarcode": [ - "33433010676835" - ], "requestable": [ true ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "shelfMark": [ + "JLM 81-449 1978-1983, 1987." ], - "dateRange": [ + "shelfMark_sort": "aJLM 81-449 1978-1983, 1987.", + "status": [ { - "gte": "1963", - "lte": "1964" + "id": "status:a", + "label": "Available" } ], - "enumerationChronology_sort": [ - " -1963" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aM-10 3102 nos. 460-481 1963-000064" + "uri": "i12540558" }, "sort": [ - " -1963" + " -1978" ] - }, + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10012379", + "_score": null, + "_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": [ + "b10012379" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 1, + "max_score": null, + "hits": [ { "_nested": { "field": "items", - "offset": 2 + "offset": 0 }, "_score": null, "_source": { - "uri": "i11901111", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:4", + "label": "Restricted use" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:4||Restricted use" ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:2", + "label": "book non-circ" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" + "catalogItemType:2||book non-circ" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "id": "loc:marr2", + "label": "Schwarzman Building - Rare Book Collection Room 328" } ], "holdingLocation_packed": [ - "loc:rc2ma||Offsite" + "loc:marr2||Schwarzman Building - Rare Book Collection Room 328" ], - "shelfMark": [ - "M-10 3102 nos. 438-459 1961-62" + "idBarcode": [ + "33433057787578" + ], + "identifier": [ + "urn:shelfmark:*ONN 86-1887", + "urn:barcode:33433057787578" ], "identifierV2": [ { - "value": "M-10 3102 nos. 438-459 1961-62", + "value": "*ONN 86-1887", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433010676827" + "value": "33433057787578", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "nos. 438-459 1961-62" - ], - "physicalLocation": [ - "M-10 3102" - ], - "recapCustomerCode": [ - "NA" + "owner": [ + { + "id": "orgs:1108", + "label": "Rare Book Division" + } ], - "identifier": [ - "urn:barcode:33433010676827" + "owner_packed": [ + "orgs:1108||Rare Book Division" ], - "idBarcode": [ - "33433010676827" + "physicalLocation": [ + "*ONN 86-1887" ], "requestable": [ - true + false ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "shelfMark": [ + "*ONN 86-1887" ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "dateRange": [ - { - "gte": "1961", - "lte": "1962" - } - ], - "enumerationChronology_sort": [ - " -1961" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aM-10 3102 nos. 438-459 1961-000062" - }, - "sort": [ - " -1961" - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "uri": "i11901110", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "M-10 3102 nos. 416-437 1959-60" - ], - "identifierV2": [ - { - "value": "M-10 3102 nos. 416-437 1959-60", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433010676819" - } - ], - "enumerationChronology": [ - "nos. 416-437 1959-60" - ], - "physicalLocation": [ - "M-10 3102" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433010676819" - ], - "idBarcode": [ - "33433010676819" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "dateRange": [ - { - "gte": "1959", - "lte": "1960" - } - ], - "enumerationChronology_sort": [ - " -1959" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aM-10 3102 nos. 416-437 1959-000060" - }, - "sort": [ - " -1959" - ] - }, - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i11901109", + "shelfMark_sort": "a*ONN 86-001887", "status": [ { "id": "status:a", @@ -8637,92 +9256,16 @@ "status_packed": [ "status:a||Available" ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "M-10 3102 nos. 383-415 1956-58" - ], - "identifierV2": [ - { - "value": "M-10 3102 nos. 383-415 1956-58", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433010676801" - } - ], - "enumerationChronology": [ - "nos. 383-415 1956-58" - ], - "physicalLocation": [ - "M-10 3102" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433010676801" - ], - "idBarcode": [ - "33433010676801" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "dateRange": [ - { - "gte": "1956", - "lte": "1958" - } - ], - "enumerationChronology_sort": [ - " -1956" - ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aM-10 3102 nos. 383-415 1956-000058" + "uri": "i12540597", + "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" + ] }, "sort": [ - " -1956" + null ] } ] @@ -8733,104 +9276,121 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10011321", + "_id": "b10012504", "_score": null, "_source": { "extent": [ - "[6], 72 p. ;" + "v. : ill. ;" ], "note": [ { - "noteType": "Language", - "label": "German and Hebrew.", + "noteType": "Note", + "label": "Description based on: Sept. 1, 1933.", + "type": "bf:Note" + }, + { + "noteType": "Numbering", + "label": "Issues for 1933-1957 called v. <16-39>.", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", "type": "bf:Note" } ], "nyplSource": [ "sierra-nypl" ], + "serialPublicationDates": [ + "Began in 1918" + ], "subjectLiteral_exploded": [ - "Hebrew language", - "Hebrew language -- Grammar", - "Aramaic language", - "Aramaic language -- Grammar" + "Labor unions", + "Labor unions -- Miners", + "Labor unions -- Miners -- United States", + "Labor unions -- Miners -- United States -- Periodicals" ], "numItemDatesParsed": [ - 0 + 16 ], "publisherLiteral": [ - "Wittwe Vandenhöck" + "Districts No. 1, 7, and 9, United Mine Workers of America" ], "language": [ { - "id": "lang:ger", - "label": "German" + "id": "lang:eng", + "label": "English" } ], "numItemsTotal": [ - 1 + 16 ], "createdYear": [ - 1770 + 1918 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "19uu" ], "title": [ - "Johann Ernst Fabers Anmerkungen zur Erlernung des Talmudischen und Rabbinischen." + "Anthracite tri-district news : official organ for Districts No. 1, 7, and 9, United Mine Workers of America." + ], + "type": [ + "nypl:Item" ], "shelfMark": [ - "*PCQ 85-1669" + "TDRA+++ (Anthracite tri-district news)" ], "numItemVolumesParsed": [ - 0 - ], - "creatorLiteral": [ - "Faber, Johann Ernst, 1746-1774." + 16 ], "createdString": [ - "1770" + "1918" ], "numElectronicResources": [ 0 ], + "contributorLiteral": [ + "United Mine Workers of America. District No. 1.", + "United Mine Workers of America. District No. 7.", + "United Mine Workers of America. District No. 9." + ], "dateStartYear": [ - 1770 + 1918 + ], + "idOclc": [ + "NYPG0131-S" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*PCQ 85-1669" + "value": "TDRA+++ (Anthracite tri-district news)" }, { "type": "nypl:Bnumber", - "value": "10011321" + "value": "10012504" }, { "type": "nypl:Oclc", - "value": "NYPG012000281-B" - }, - { - "type": "bf:Identifier", - "value": "NNSZ01213287" + "value": "NYPG0131-S" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0211293" + "value": "(WaOLN)nyp0212468" } ], - "idOclc": [ - "NYPG012000281-B" + "dateEndYear": [ + 19 ], - "updatedAt": 1692324002636, + "updatedAt": 1711101842757, "publicationStatement": [ - "Göttingen : Wittwe Vandenhöck, 1770." + "Hazelton, Pa. : Districts No. 1, 7, and 9, United Mine Workers of America" ], "identifier": [ - "urn:bnum:10011321", - "urn:oclc:NYPG012000281-B", - "urn:undefined:NNSZ01213287", - "urn:undefined:(WaOLN)nyp0211293" + "urn:shelfmark:TDRA+++ (Anthracite tri-district news)", + "urn:bnum:10012504", + "urn:oclc:NYPG0131-S", + "urn:identifier:(WaOLN)nyp0212468" ], "numCheckinCardItems": [ 0 @@ -8848,7 +9408,7 @@ } ], "dateString": [ - "1770" + "1918" ], "mediaType": [ { @@ -8857,37 +9417,27 @@ } ], "subjectLiteral": [ - "Hebrew language -- Grammar.", - "Aramaic language -- Grammar." + "Labor unions -- Miners -- United States -- Periodicals." ], "titleDisplay": [ - "Johann Ernst Fabers Anmerkungen zur Erlernung des Talmudischen und Rabbinischen." - ], - "uri": "b10011321", - "numItems": [ - 1 - ], - "numAvailable": [ - 0 + "Anthracite tri-district news : official organ for Districts No. 1, 7, and 9, United Mine Workers of America." ], + "uri": "b10012504", "placeOfPublication": [ - "Göttingen" + "Hazelton, Pa." ], "issuance": [ { - "id": "urn:biblevel:m", - "label": "monograph/item" + "id": "urn:biblevel:s", + "label": "serial" } ], - "titleAlt": [ - "Anmerkungen zur Erlernung des Talmudischen und Rabbinischen." - ], "dimensions": [ - "19cm." + "57 cm." ] }, "sort": [ - "b10011321" + "b10012504" ], "inner_hits": { "electronicResources": { @@ -8899,7 +9449,7 @@ }, "items": { "hits": { - "total": 1, + "total": 16, "max_score": null, "hits": [ { @@ -8909,122 +9459,365 @@ }, "_score": null, "_source": { - "uri": "i14747226", - "status": [ + "accessMessage": [ { - "id": "status:k", - "label": "Check with staff" + "id": "accessMessage:o", + "label": "Oversize" } ], - "status_packed": [ - "status:k||Check with staff" + "accessMessage_packed": [ + "accessMessage:o||Oversize" ], "catalogItemType": [ { - "id": "catalogItemType:2", - "label": "book non-circ" + "id": "catalogItemType:3", + "label": "serial" } ], "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1950", + "lte": "1950" + } + ], + "enumerationChronology": [ + "v. 33 (1950)" + ], + "enumerationChronology_sort": [ + " 33-1950" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:maf98", - "label": "Schwarzman Building M2 - Dorot Jewish Division Room 111" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ - "loc:maf98||Schwarzman Building M2 - Dorot Jewish Division Room 111" + "loc:rc2ma||Offsite" ], - "shelfMark": [ - "**P-*PCQ 85-1669" + "idBarcode": [ + "33433057102232" + ], + "identifier": [ + "urn:shelfmark:TDRA+++ (Anthracite tri-district news) v. 33 (1950)", + "urn:barcode:33433057102232" ], "identifierV2": [ { - "value": "**P-*PCQ 85-1669", + "value": "TDRA+++ (Anthracite tri-district news) v. 33 (1950)", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433089858876" + "value": "33433057102232", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "**P-*PCQ 85-1669" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], - "m2CustomerCode": [ - "XH" + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], - "identifier": [ - "urn:barcode:33433089858876" + "physicalLocation": [ + "TDRA+++ (Anthracite tri-district news)" ], - "idBarcode": [ - "33433089858876" + "recapCustomerCode": [ + "NL" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "TDRA+++ (Anthracite tri-district news) v. 33 (1950)" + ], + "shelfMark_sort": "aTDRA+++ (Anthracite tri-district news) v. 000033 (1950)", + "status": [ { - "id": "accessMessage:a", - "label": "By appointment only" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:a||By appointment only" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], + "volumeRange": [ + { + "gte": 33, + "lte": 33 + } + ], + "uri": "i12859081" + }, + "sort": [ + " 33-1950" + ] + }, + { + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:o", + "label": "Oversize" + } + ], + "accessMessage_packed": [ + "accessMessage:o||Oversize" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1949", + "lte": "1949" + } + ], + "enumerationChronology": [ + "v. 32 (1949)" + ], + "enumerationChronology_sort": [ + " 32-1949" + ], "formatLiteral": [ "Text" ], - "shelfMark_sort": "a**P-*PCQ 85-001669" + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433057102224" + ], + "identifier": [ + "urn:shelfmark:TDRA+++ (Anthracite tri-district news) v. 32 (1949)", + "urn:barcode:33433057102224" + ], + "identifierV2": [ + { + "value": "TDRA+++ (Anthracite tri-district news) v. 32 (1949)", + "type": "bf:ShelfMark" + }, + { + "value": "33433057102224", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ + "TDRA+++ (Anthracite tri-district news)" + ], + "recapCustomerCode": [ + "NL" + ], + "requestable": [ + true + ], + "shelfMark": [ + "TDRA+++ (Anthracite tri-district news) v. 32 (1949)" + ], + "shelfMark_sort": "aTDRA+++ (Anthracite tri-district news) v. 000032 (1949)", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 32, + "lte": 32 + } + ], + "uri": "i12859080" }, "sort": [ - null + " 32-1949" ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10011751", + }, + { + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:o", + "label": "Oversize" + } + ], + "accessMessage_packed": [ + "accessMessage:o||Oversize" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1947", + "lte": "1947" + } + ], + "enumerationChronology": [ + "v. 30 (1947)" + ], + "enumerationChronology_sort": [ + " 30-1947" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433057102216" + ], + "identifier": [ + "urn:shelfmark:TDRA+++ (Anthracite tri-district news) v. 30 (1947)", + "urn:barcode:33433057102216" + ], + "identifierV2": [ + { + "value": "TDRA+++ (Anthracite tri-district news) v. 30 (1947)", + "type": "bf:ShelfMark" + }, + { + "value": "33433057102216", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ + "TDRA+++ (Anthracite tri-district news)" + ], + "recapCustomerCode": [ + "NL" + ], + "requestable": [ + true + ], + "shelfMark": [ + "TDRA+++ (Anthracite tri-district news) v. 30 (1947)" + ], + "shelfMark_sort": "aTDRA+++ (Anthracite tri-district news) v. 000030 (1947)", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 30, + "lte": 30 + } + ], + "uri": "i12859079" + }, + "sort": [ + " 30-1947" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10012514", "_score": null, "_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 -- Periodicals" + "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": [ - 0 + 25 ], "publisherLiteral": [ - "Robert Morris Associates." + "Clark County Genealogical Society." ], "language": [ { @@ -9033,146 +9826,300 @@ } ], "numItemsTotal": [ - 1 + 25 ], "createdYear": [ - 198 + 999 ], "dateEndString": [ - "1987" + "9999" + ], + "title": [ + "Trail breakers." ], "type": [ "nypl:Item" ], - "title": [ - "Report on domestic and international loan charge-offs." - ], "shelfMark": [ - "JLM 81-449" + "APR (Clark Co., Wash.) 81-297" ], "numItemVolumesParsed": [ - 0 - ], - "creatorLiteral": [ - "Robert Morris Associates." + 25 ], "createdString": [ - "198" + "999" ], "idLccn": [ - "80640293" + "76641407" ], "idIssn": [ - "0196-724X" + "0362-0344" ], "numElectronicResources": [ 0 ], + "contributorLiteral": [ + "Clark County Genealogical Society (Clark County, Wash.)" + ], "dateStartYear": [ - 198 + 999 + ], + "idOclc": [ + "2441280" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "JLM 81-449" + "value": "APR (Clark Co., Wash.) 81-297" }, { "type": "nypl:Bnumber", - "value": "10011751" + "value": "10012514" }, { - "type": "bf:Issn", - "value": "0196-724X" + "type": "nypl:Oclc", + "value": "2441280" }, { "type": "bf:Lccn", - "value": "80640293" + "value": "76641407" }, { - "type": "nypl:Oclc", - "value": "NYPG0129-S" + "type": "bf:Issn", + "value": "0362-0344" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0211718" + "value": "(OCoLC)2441280" } ], - "idOclc": [ - "NYPG0129-S" - ], "dateEndYear": [ - 1987 - ], - "updatedAt": 1670259686970, - "publicationStatement": [ - "Philadelphia, Robert Morris Associates." - ], - "identifier": [ - "urn:bnum:10011751", - "urn:issn:0196-724X", - "urn:lccn:80640293", - "urn:oclc:NYPG0129-S", - "urn:undefined:(WaOLN)nyp0211718" - ], - "numCheckinCardItems": [ - 0 - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "198" + 9999 ], - "mediaType": [ + "holdings": [ { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Robert Morris Associates -- Periodicals.", - "Bank loans -- United States -- Periodicals." - ], - "titleDisplay": [ - "Report on domestic and international loan charge-offs." - ], - "uri": "b10011751", - "lccClassification": [ - "HG1642.U5 R58a" - ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], - "placeOfPublication": [ - "Philadelphia" - ], - "titleAlt": [ - "Report on domestic and international loan charge-offs" - ], + "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." + "28 cm" ] }, "sort": [ - "b10011751" + "b10012514" ], "inner_hits": { "electronicResources": { @@ -9184,103 +10131,238 @@ }, "items": { "hits": { - "total": 1, + "total": 25, "max_score": null, "hits": [ { "_nested": { "field": "items", - "offset": 0 + "offset": 14 }, "_score": null, "_source": { - "uri": "i12540558", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:1", + "label": "Use in library" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], - "owner": [ + "dateRange": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "gte": "2006-07-01", + "lte": "2007-06-01" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "enumerationChronology": [ + "No. 33 (Jul. 2006 - Jun. 2007)" ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } + "enumerationChronology_sort": [ + " 33-2006-07-01" ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "id": "loc:mag", + "label": "Schwarzman Building - Milstein Division Room 121" } ], "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "JLM 81-449 1978-1983, 1987." + "loc:mag||Schwarzman Building - Milstein Division Room 121" ], "identifierV2": [ { - "value": "JLM 81-449 1978-1983, 1987.", + "value": "APR (Clark Co., Wash.) 81-297", "type": "bf:ShelfMark" - }, + } + ], + "shelfMark": [ + "APR (Clark Co., Wash.) 81-297" + ], + "shelfMark_sort": "aAPR (Clark Co., Wash.) 81-000297", + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "uri": "i-h1031662-10", + "volumeRange": [ + { + "gte": 33, + "lte": 33 + } + ], + "volumeRaw": [ + "No. 33" + ] + }, + "sort": [ + " 33-2006-07-01" + ] + }, + { + "_nested": { + "field": "items", + "offset": 12 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "dateRange": [ { - "type": "bf:Barcode", - "value": "33433019908379" + "gte": "2004-01-01", + "lte": "2004-01-01" } ], "enumerationChronology": [ - "1978-1983, 1987." + "Vol. 31-32 No. 1 (2004)" ], - "physicalLocation": [ - "JLM 81-449" + "enumerationChronology_sort": [ + " 31-2004-01-01" ], - "recapCustomerCode": [ - "NA" + "formatLiteral": [ + "Text" ], - "identifier": [ - "urn:barcode:33433019908379" + "holdingLocation": [ + { + "id": "loc:mag", + "label": "Schwarzman Building - Milstein Division Room 121" + } ], - "idBarcode": [ - "33433019908379" + "holdingLocation_packed": [ + "loc:mag||Schwarzman Building - Milstein Division Room 121" ], - "requestable": [ - true + "identifierV2": [ + { + "value": "APR (Clark Co., Wash.) 81-297", + "type": "bf:ShelfMark" + } + ], + "shelfMark": [ + "APR (Clark Co., Wash.) 81-297" + ], + "shelfMark_sort": "aAPR (Clark Co., Wash.) 81-000297", + "status": [ + { + "id": "status:na", + "label": "Not available" + } + ], + "status_packed": [ + "status:na||Not available" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "uri": "i-h1031662-12", + "volumeRange": [ + { + "gte": 31, + "lte": 32 + } ], + "volumeRaw": [ + "Vol. 31-32 No. 1" + ] + }, + "sort": [ + " 31-2004-01-01" + ] + }, + { + "_nested": { + "field": "items", + "offset": 15 + }, + "_score": null, + "_source": { "accessMessage": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "accessMessage:1", + "label": "Use in library" } ], "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "accessMessage:1||Use in library" ], - "type": [ - "bf:Item" + "dateRange": [ + { + "gte": "2004-04-01", + "lte": "2004-04-01" + } + ], + "enumerationChronology": [ + "Vol. 30 No. 3/4 (Spring 2004)" + ], + "enumerationChronology_sort": [ + " 30-2004-04-01" ], "formatLiteral": [ "Text" ], - "shelfMark_sort": "aJLM 81-449 1978-1983, 1987." + "holdingLocation": [ + { + "id": "loc:mag", + "label": "Schwarzman Building - Milstein Division Room 121" + } + ], + "holdingLocation_packed": [ + "loc:mag||Schwarzman Building - Milstein Division Room 121" + ], + "identifierV2": [ + { + "value": "APR (Clark Co., Wash.) 81-297", + "type": "bf:ShelfMark" + } + ], + "shelfMark": [ + "APR (Clark Co., Wash.) 81-297" + ], + "shelfMark_sort": "aAPR (Clark Co., Wash.) 81-000297", + "status": [ + { + "id": "status:i", + "label": "At bindery" + } + ], + "status_packed": [ + "status:i||At bindery" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "uri": "i-h1031662-9", + "volumeRange": [ + { + "gte": 30, + "lte": 30 + } + ], + "volumeRaw": [ + "Vol. 30 No. 3/4" + ] }, "sort": [ - null + " 30-2004-04-01" ] } ] @@ -9291,87 +10373,112 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10012379", + "_id": "b10012515", "_score": null, "_source": { "extent": [ - "712 p. ;" + "v. : ill. ;" ], "note": [ { - "noteType": "Note", - "label": "A service book of the Armenian church.", + "noteType": "Numbering", + "label": "Feb.-June 1928 also called year 3.", "type": "bf:Note" }, { - "noteType": "Language", - "label": "In classical Armenian (Grabar)", + "noteType": "Reproduction", + "label": "Microfilm.", "type": "bf:Note" } ], "nyplSource": [ "sierra-nypl" ], + "serialPublicationDates": [ + "no. -123; -June 22, 1928" + ], "subjectLiteral_exploded": [ - "Armenian Church", - "Armenian Church -- Liturgy" + "Jews", + "Jews -- Periodicals" + ], + "numItemDatesParsed": [ + 1 ], "publisherLiteral": [ - "Tpeal hramanaw Teaṛn Zakʻariay azgasēr ev barekarg Patriargi" + "Jewish Graphic, Ltd." ], "language": [ { - "id": "lang:arm", - "label": "Armenian" + "id": "lang:eng", + "label": "English" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ - 1795 + 192 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1928" ], "title": [ - "Kargavorutʻyun Hasarakatsʻ Aghotʻitsʻ Hayastaneaytsʻ Ekeghetsʻwoy." + "The Jewish graphic." + ], + "type": [ + "nypl:Item" ], "shelfMark": [ - "*ONN 86-1887" + "*ZAN-*P519" ], - "creatorLiteral": [ - "Armenian Church." + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1795" + "192" + ], + "numElectronicResources": [ + 0 ], "dateStartYear": [ - 1795 + 192 + ], + "idOclc": [ + "NYPG0140-S" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*ONN 86-1887" + "value": "*ZAN-*P519" }, { "type": "nypl:Bnumber", - "value": "10012379" + "value": "10012515" }, { - "type": "bf:Identifier", - "value": "NNSZ01314364" + "type": "nypl:Oclc", + "value": "NYPG0140-S" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0212344" + "value": "(WaOLN)nyp0212479" } ], - "updatedAt": 1654794066679, - "publicationStatement": [ - "Kostandnupolis : Tpeal hramanaw Teaṛn Zakʻariay azgasēr ev barekarg Patriargi, 1795." + "dateEndYear": [ + 1928 + ], + "updatedAt": 1711482333052, + "publicationStatement": [ + "London : Jewish Graphic, Ltd." ], "identifier": [ - "urn:bnum:10012379", - "urn:undefined:NNSZ01314364", - "urn:undefined:(WaOLN)nyp0212344" + "urn:shelfmark:*ZAN-*P519", + "urn:bnum:10012515", + "urn:oclc:NYPG0140-S", + "urn:identifier:(WaOLN)nyp0212479" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -9386,7 +10493,7 @@ } ], "dateString": [ - "1795" + "192" ], "mediaType": [ { @@ -9395,58 +10502,34 @@ } ], "subjectLiteral": [ - "Armenian Church -- Liturgy." + "Jews -- Periodicals." ], "titleDisplay": [ - "Kargavorutʻyun Hasarakatsʻ Aghotʻitsʻ Hayastaneaytsʻ Ekeghetsʻwoy." - ], - "uri": "b10012379", - "numItems": [ - 2 - ], - "numAvailable": [ - 1 + "The Jewish graphic." ], + "uri": "b10012515", "placeOfPublication": [ - "Kostandnupolis" + "London" ], "issuance": [ { - "id": "urn:biblevel:m", - "label": "monograph/item" + "id": "urn:biblevel:s", + "label": "serial" } ], "dimensions": [ - "17 cm." + "42 cm." ] }, "sort": [ - "b10012379" + "b10012515" ], "inner_hits": { "electronicResources": { "hits": { - "total": 1, - "max_score": 1, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": 1, - "_source": { - "uri": "i10012379-e", - "electronicLocator": [ - { - "url": "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=Kargavorutʻyun+Hasarakatsʻ+Aghotʻitsʻ+Hayastaneaytsʻ+Ekeghetsʻwoy.&Site=SASRB&CallNumber=*ONN+86-1887+(Locked+cage)&Author=Armenian+Church.&ItemPlace=Kostandnupolis+:&ItemPublisher=Tpeal+hramanaw+Teaṛn+Zakʻariay+azgasēr+ev+barekarg+Patriargi,&Date=1795.&ItemInfo3=https://catalog.nypl.org/record=b10012379&ReferenceNumber=b10012379x&ItemNumber=33433057787578&ItemISxN=i125405972&Genre=Book-text&Location=Schwarzman+Rare+Book+Division", - "label": "Request access to this item in the Schwarzman Rare Books Collection" - } - ], - "shelfMark_sort": "bi10012379-e" - } - } - ] + "total": 0, + "max_score": null, + "hits": [] } }, "items": { @@ -9461,84 +10544,100 @@ }, "_score": null, "_source": { - "uri": "i12540597", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:1", + "label": "Use in library" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], - "owner": [ + "catalogItemType": [ { - "id": "orgs:1108", - "label": "Rare Book Division" + "id": "catalogItemType:6", + "label": "microfilm service copy" } ], - "owner_packed": [ - "orgs:1108||Rare Book Division" + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" ], - "catalogItemType": [ + "dateRange": [ { - "id": "catalogItemType:2", - "label": "book non-circ" + "gte": "1927", + "lte": "1928" } ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" + "enumerationChronology": [ + "Sept. 23, 1927-Jun 22, 1928 (Inc.)" + ], + "enumerationChronology_sort": [ + " -1927" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:marr2", - "label": "Schwarzman Building - Rare Book Collection Room 328" + "id": "loc:maf82", + "label": "Schwarzman Building - Dorot Jewish Division Room 111" } ], "holdingLocation_packed": [ - "loc:marr2||Schwarzman Building - Rare Book Collection Room 328" + "loc:maf82||Schwarzman Building - Dorot Jewish Division Room 111" ], - "shelfMark": [ - "*ONN 86-1887" + "idBarcode": [ + "33433092672512" + ], + "identifier": [ + "urn:shelfmark:*ZAN-*P519 Sept. 23, 1927-Jun 22, 1928 (Inc.)", + "urn:barcode:33433092672512" ], "identifierV2": [ { - "value": "*ONN 86-1887", + "value": "*ZAN-*P519 Sept. 23, 1927-Jun 22, 1928 (Inc.)", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433057787578" + "value": "33433092672512", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "*ONN 86-1887" + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } ], - "identifier": [ - "urn:barcode:33433057787578" + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" ], - "idBarcode": [ - "33433057787578" + "physicalLocation": [ + "*ZAN-*P519" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "*ZAN-*P519 Sept. 23, 1927-Jun 22, 1928 (Inc.)" + ], + "shelfMark_sort": "a*ZAN-*P519 Sept. 23, 1927-Jun 22, 1928 (Inc.)", + "status": [ { - "id": "accessMessage:4", - "label": "Restricted use" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:4||Restricted use" + "status_packed": [ + "status:a||Available" ], - "aeonUrl": [ - "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=Kargavorutʻyun+Hasarakatsʻ+Aghotʻitsʻ+Hayastaneaytsʻ+Ekeghetsʻwoy.&Site=SASRB&CallNumber=*ONN+86-1887+(Locked+cage)&Author=Armenian+Church.&ItemPlace=Kostandnupolis+:&ItemPublisher=Tpeal+hramanaw+Teaṛn+Zakʻariay+azgasēr+ev+barekarg+Patriargi,&Date=1795.&ItemInfo3=https://catalog.nypl.org/record=b10012379&ReferenceNumber=b10012379x&ItemNumber=33433057787578&ItemISxN=i125405972&Genre=Book-text&Location=Schwarzman+Rare+Book+Division" + "type": [ + "bf:Item" ], - "shelfMark_sort": "a*ONN 86-001887" + "uri": "i10006287" }, "sort": [ - null + " -1927" ] } ] @@ -9549,125 +10648,112 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10012504", + "_id": "b10013199", "_score": null, "_source": { "extent": [ - "v. : ill. ;" + "1 v. ;" ], "note": [ { "noteType": "Note", - "label": "Description based on: Sept. 1, 1933.", - "type": "bf:Note" - }, - { - "noteType": "Numbering", - "label": "Issues for 1933-1957 called v. <16-39>.", - "type": "bf:Note" - }, - { - "noteType": "Reproduction", - "label": "Microfilm.", - "type": "bf:Note" - }, - { - "noteType": "Reproduction", - "label": "Microfilm.", + "label": "Volume 1 only. No more published.", "type": "bf:Note" } ], "nyplSource": [ "sierra-nypl" ], - "serialPublicationDates": [ - "Began in 1918" - ], "subjectLiteral_exploded": [ - "Labor unions", - "Labor unions -- Miners", - "Labor unions -- Miners -- United States", - "Labor unions -- Miners -- United States -- Periodicals" + "Administrative agencies", + "Administrative agencies -- Argentina", + "Argentina", + "Argentina -- Politics and government", + "Argentina -- Politics and government -- 1983-" ], "numItemDatesParsed": [ - 16 + 0 ], "publisherLiteral": [ - "Districts No. 1, 7, and 9, United Mine Workers of America" + "Asociación Argentina de Egresados en Ciencias Políticas" ], "language": [ { - "id": "lang:eng", - "label": "English" + "id": "lang:spa", + "label": "Spanish" } ], "numItemsTotal": [ - 16 + 1 + ], + "createdYear": [ + 1985 ], "dateEndString": [ - "19" + "999" ], - "createdYear": [ - 1918 + "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" ], - "title": [ - "Anthracite tri-district news : official organ for Districts No. 1, 7, and 9, United Mine Workers of America." - ], "shelfMark": [ - "TDRA+++ (Anthracite tri-district news)" + "JLK 86-206" ], "numItemVolumesParsed": [ - 16 + 1 ], "createdString": [ - "1918" + "1985" + ], + "creatorLiteral": [ + "Fardeso, José Horacio." ], "numElectronicResources": [ 0 ], - "contributorLiteral": [ - "United Mine Workers of America. District No. 1.", - "United Mine Workers of America. District No. 7.", - "United Mine Workers of America. District No. 9." - ], "dateStartYear": [ - 1918 + 1985 + ], + "idOclc": [ + "NYPG014000633-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "TDRA+++ (Anthracite tri-district news)" + "value": "JLK 86-206" }, { "type": "nypl:Bnumber", - "value": "10012504" + "value": "10013199" }, { "type": "nypl:Oclc", - "value": "NYPG0131-S" + "value": "NYPG014000633-B" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0212468" + "value": "NNSZ01415604" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0213163" } ], - "idOclc": [ - "NYPG0131-S" - ], "dateEndYear": [ - 19 + 999 ], - "updatedAt": 1675267526996, + "updatedAt": 1711158312516, "publicationStatement": [ - "Hazelton, Pa. : Districts No. 1, 7, and 9, United Mine Workers of America" + "Buenos Aires : Asociación Argentina de Egresados en Ciencias Políticas, 1985." ], "identifier": [ - "urn:bnum:10012504", - "urn:oclc:NYPG0131-S", - "urn:undefined:(WaOLN)nyp0212468" + "urn:shelfmark:JLK 86-206", + "urn:bnum:10013199", + "urn:oclc:NYPG014000633-B", + "urn:identifier:NNSZ01415604", + "urn:identifier:(WaOLN)nyp0213163" ], "numCheckinCardItems": [ 0 @@ -9685,7 +10771,7 @@ } ], "dateString": [ - "1918" + "1985" ], "mediaType": [ { @@ -9694,33 +10780,28 @@ } ], "subjectLiteral": [ - "Labor unions -- Miners -- United States -- Periodicals." + "Administrative agencies -- Argentina.", + "Argentina -- Politics and government -- 1983-" ], "titleDisplay": [ - "Anthracite tri-district news : official organ for Districts No. 1, 7, and 9, United Mine Workers of America." - ], - "uri": "b10012504", - "numItems": [ - 16 - ], - "numAvailable": [ - 16 + "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": [ - "Hazelton, Pa." + "Buenos Aires" ], "issuance": [ { - "id": "urn:biblevel:s", - "label": "serial" + "id": "urn:biblevel:m", + "label": "monograph/item" } ], "dimensions": [ - "57 cm." + "22 cm." ] }, "sort": [ - "b10012504" + "b10013199" ], "inner_hits": { "electronicResources": { @@ -9732,34 +10813,24 @@ }, "items": { "hits": { - "total": 16, + "total": 1, "max_score": null, "hits": [ { "_nested": { "field": "items", - "offset": 15 + "offset": 0 }, "_score": null, "_source": { - "uri": "i12859081", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -9770,6 +10841,15 @@ "catalogItemType_packed": [ "catalogItemType:3||serial" ], + "enumerationChronology": [ + "v. 1" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -9779,90 +10859,23 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "TDRA+++ (Anthracite tri-district news) v. 33 (1950)" + "idBarcode": [ + "33433063254944" + ], + "identifier": [ + "urn:shelfmark:JLK 86-206 v. 1", + "urn:barcode:33433063254944" ], "identifierV2": [ { - "value": "TDRA+++ (Anthracite tri-district news) v. 33 (1950)", + "value": "JLK 86-206 v. 1", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433057102232" - } - ], - "enumerationChronology": [ - "v. 33 (1950)" - ], - "physicalLocation": [ - "TDRA+++ (Anthracite tri-district news)" - ], - "recapCustomerCode": [ - "NL" - ], - "identifier": [ - "urn:barcode:33433057102232" - ], - "idBarcode": [ - "33433057102232" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:o", - "label": "Oversize" - } - ], - "accessMessage_packed": [ - "accessMessage:o||Oversize" - ], - "volumeRange": [ - { - "gte": 33, - "lte": 33 - } - ], - "dateRange": [ - { - "gte": "1950", - "lte": "1950" - } - ], - "enumerationChronology_sort": [ - " 33-1950" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aTDRA+++ (Anthracite tri-district news) v. 000033 (1950)" - }, - "sort": [ - " 33-1950" - ] - }, - { - "_nested": { - "field": "items", - "offset": 14 - }, - "_score": null, - "_source": { - "uri": "i12859080", - "status": [ - { - "id": "status:a", - "label": "Available" + "value": "33433063254944", + "type": "bf:Barcode" } ], - "status_packed": [ - "status:a||Available" - ], "owner": [ { "id": "orgs:1000", @@ -9872,99 +10885,19 @@ "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "TDRA+++ (Anthracite tri-district news) v. 32 (1949)" - ], - "identifierV2": [ - { - "value": "TDRA+++ (Anthracite tri-district news) v. 32 (1949)", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433057102224" - } - ], - "enumerationChronology": [ - "v. 32 (1949)" - ], "physicalLocation": [ - "TDRA+++ (Anthracite tri-district news)" + "JLK 86-206" ], "recapCustomerCode": [ - "NL" - ], - "identifier": [ - "urn:barcode:33433057102224" - ], - "idBarcode": [ - "33433057102224" + "NA" ], "requestable": [ true ], - "accessMessage": [ - { - "id": "accessMessage:o", - "label": "Oversize" - } - ], - "accessMessage_packed": [ - "accessMessage:o||Oversize" - ], - "volumeRange": [ - { - "gte": 32, - "lte": 32 - } - ], - "dateRange": [ - { - "gte": "1949", - "lte": "1949" - } - ], - "enumerationChronology_sort": [ - " 32-1949" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" + "shelfMark": [ + "JLK 86-206 v. 1" ], - "shelfMark_sort": "aTDRA+++ (Anthracite tri-district news) v. 000032 (1949)" - }, - "sort": [ - " 32-1949" - ] - }, - { - "_nested": { - "field": "items", - "offset": 13 - }, - "_score": null, - "_source": { - "uri": "i12859079", + "shelfMark_sort": "aJLK 86-206 v. 000001", "status": [ { "id": "status:a", @@ -9974,134 +10907,224 @@ "status_packed": [ "status:a||Available" ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "TDRA+++ (Anthracite tri-district news) v. 30 (1947)" + "type": [ + "bf:Item" ], - "identifierV2": [ - { - "value": "TDRA+++ (Anthracite tri-district news) v. 30 (1947)", - "type": "bf:ShelfMark" - }, + "volumeRange": [ { - "type": "bf:Barcode", - "value": "33433057102216" + "gte": 1, + "lte": 1 } ], - "enumerationChronology": [ - "v. 30 (1947)" - ], - "physicalLocation": [ - "TDRA+++ (Anthracite tri-district news)" - ], - "recapCustomerCode": [ - "NL" - ], - "identifier": [ - "urn:barcode:33433057102216" - ], - "idBarcode": [ - "33433057102216" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:o", - "label": "Oversize" - } - ], - "accessMessage_packed": [ - "accessMessage:o||Oversize" - ], - "volumeRange": [ - { - "gte": 30, - "lte": 30 - } - ], - "dateRange": [ - { - "gte": "1947", - "lte": "1947" - } - ], - "enumerationChronology_sort": [ - " 30-1947" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aTDRA+++ (Anthracite tri-district news) v. 000030 (1947)" + "uri": "i14747397" }, "sort": [ - " 30-1947" + " 1-" ] - }, + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10013321", + "_score": null, + "_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 + ], + "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": [ + "b10013321" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 1, + "max_score": null, + "hits": [ { "_nested": { "field": "items", - "offset": 12 + "offset": 0 }, "_score": null, "_source": { - "uri": "i12859078", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" + "catalogItemType:55||book, limited circ, MaRLI" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { @@ -10112,303 +11135,386 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "TDRA+++ (Anthracite tri-district news) v. 29 (1946)" + "idBarcode": [ + "33433005151620" + ], + "identifier": [ + "urn:shelfmark:JFB 86-112", + "urn:barcode:33433005151620" ], "identifierV2": [ { - "value": "TDRA+++ (Anthracite tri-district news) v. 29 (1946)", + "value": "JFB 86-112", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433057102208" + "value": "33433005151620", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "v. 29 (1946)" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ - "TDRA+++ (Anthracite tri-district news)" + "JFB 86-112" ], "recapCustomerCode": [ - "NL" - ], - "identifier": [ - "urn:barcode:33433057102208" - ], - "idBarcode": [ - "33433057102208" + "NA" ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JFB 86-112" + ], + "shelfMark_sort": "aJFB 86-000112", + "status": [ { - "id": "accessMessage:o", - "label": "Oversize" - } - ], - "accessMessage_packed": [ - "accessMessage:o||Oversize" - ], - "volumeRange": [ - { - "gte": 29, - "lte": 29 - } - ], - "dateRange": [ - { - "gte": "1946", - "lte": "1946" + "id": "status:a", + "label": "Available" } ], - "enumerationChronology_sort": [ - " 29-1946" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aTDRA+++ (Anthracite tri-district news) v. 000029 (1946)" + "uri": "i10006744" }, "sort": [ - " 29-1946" + null ] - }, + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10013473", + "_score": null, + "_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 + ], + "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": [ + "b10013473" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 2, + "max_score": null, + "hits": [ { "_nested": { "field": "items", - "offset": 11 + "offset": 1 }, "_score": null, "_source": { - "uri": "i12859077", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:6", + "label": "microfilm service copy" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" + "catalogItemType:6||microfilm service copy" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:rc2ma", + "id": "loc:rcmi2", "label": "Offsite" } ], "holdingLocation_packed": [ - "loc:rc2ma||Offsite" + "loc:rcmi2||Offsite" ], - "shelfMark": [ - "TDRA+++ (Anthracite tri-district news) v. 28 (1945)" + "idBarcode": [ + "33433110386137" + ], + "identifier": [ + "urn:shelfmark:*ZM-189", + "urn:barcode:33433110386137" ], "identifierV2": [ { - "value": "TDRA+++ (Anthracite tri-district news) v. 28 (1945)", + "value": "*ZM-189", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433057102190" + "value": "33433110386137", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "v. 28 (1945)" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ - "TDRA+++ (Anthracite tri-district news)" + "*ZM-189" ], "recapCustomerCode": [ - "NL" - ], - "identifier": [ - "urn:barcode:33433057102190" - ], - "idBarcode": [ - "33433057102190" + "NA" ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*ZM-189" + ], + "shelfMark_sort": "a*ZM-000189", + "status": [ { - "id": "accessMessage:o", - "label": "Oversize" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:o||Oversize" - ], - "volumeRange": [ - { - "gte": 28, - "lte": 28 - } - ], - "dateRange": [ - { - "gte": "1945", - "lte": "1945" - } - ], - "enumerationChronology_sort": [ - " 28-1945" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aTDRA+++ (Anthracite tri-district news) v. 000028 (1945)" + "uri": "i10006750" }, "sort": [ - " 28-1945" + null ] }, { "_nested": { "field": "items", - "offset": 10 + "offset": 0 }, "_score": null, "_source": { - "uri": "i12859076", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:u", + "label": "Supervised use" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:u||Supervised use" ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:2", + "label": "book non-circ" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" + "catalogItemType:2||book non-circ" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "id": "loc:mab98", + "label": "Schwarzman Building M2 - Art and Architecture Room 300" } ], "holdingLocation_packed": [ - "loc:rc2ma||Offsite" + "loc:mab98||Schwarzman Building M2 - Art and Architecture Room 300" ], - "shelfMark": [ - "TDRA+++ (Anthracite tri-district news) v. 27 (1944)" + "idBarcode": [ + "33433090700216" + ], + "identifier": [ + "urn:shelfmark:3-MBF (Aleaume, J. Perspective speculative, et pratique)", + "urn:barcode:33433090700216" ], "identifierV2": [ { - "value": "TDRA+++ (Anthracite tri-district news) v. 27 (1944)", + "value": "3-MBF (Aleaume, J. Perspective speculative, et pratique)", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433057102182" + "value": "33433090700216", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "v. 27 (1944)" - ], "physicalLocation": [ - "TDRA+++ (Anthracite tri-district news)" - ], - "recapCustomerCode": [ - "NL" - ], - "identifier": [ - "urn:barcode:33433057102182" - ], - "idBarcode": [ - "33433057102182" + "3-MBF (Aleaume, J. Perspective speculative, et pratique)" ], "requestable": [ true ], - "accessMessage": [ - { - "id": "accessMessage:o", - "label": "Oversize" - } - ], - "accessMessage_packed": [ - "accessMessage:o||Oversize" - ], - "volumeRange": [ - { - "gte": 27, - "lte": 27 - } - ], - "dateRange": [ - { - "gte": "1944", - "lte": "1944" - } - ], - "enumerationChronology_sort": [ - " 27-1944" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" + "shelfMark": [ + "3-MBF (Aleaume, J. Perspective speculative, et pratique)" ], - "shelfMark_sort": "aTDRA+++ (Anthracite tri-district news) v. 000027 (1944)" - }, - "sort": [ - " 27-1944" - ] - }, - { - "_nested": { - "field": "items", - "offset": 9 - }, - "_score": null, - "_source": { - "uri": "i12859075", + "shelfMark_sort": "a3-MBF (Aleaume, J. Perspective speculative, et pratique)", "status": [ { "id": "status:a", @@ -10418,663 +11524,840 @@ "status_packed": [ "status:a||Available" ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "TDRA+++ (Anthracite tri-district news) v. 26 (1943)" - ], - "identifierV2": [ - { - "value": "TDRA+++ (Anthracite tri-district news) v. 26 (1943)", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433057102174" - } - ], - "enumerationChronology": [ - "v. 26 (1943)" - ], - "physicalLocation": [ - "TDRA+++ (Anthracite tri-district news)" - ], - "recapCustomerCode": [ - "NL" - ], - "identifier": [ - "urn:barcode:33433057102174" - ], - "idBarcode": [ - "33433057102174" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:o", - "label": "Oversize" - } - ], - "accessMessage_packed": [ - "accessMessage:o||Oversize" - ], - "volumeRange": [ - { - "gte": 26, - "lte": 26 - } - ], - "dateRange": [ - { - "gte": "1943", - "lte": "1943" - } - ], - "enumerationChronology_sort": [ - " 26-1943" - ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aTDRA+++ (Anthracite tri-district news) v. 000026 (1943)" + "uri": "i10006752" }, "sort": [ - " 26-1943" + null ] - }, - { - "_nested": { - "field": "items", - "offset": 8 - }, - "_score": null, - "_source": { - "uri": "i12859074", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "TDRA+++ (Anthracite tri-district news) v. 25 (1942)" - ], - "identifierV2": [ - { - "value": "TDRA+++ (Anthracite tri-district news) v. 25 (1942)", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433057102166" - } - ], - "enumerationChronology": [ - "v. 25 (1942)" - ], - "physicalLocation": [ - "TDRA+++ (Anthracite tri-district news)" - ], - "recapCustomerCode": [ - "NL" - ], - "identifier": [ - "urn:barcode:33433057102166" - ], - "idBarcode": [ - "33433057102166" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:o", - "label": "Oversize" - } - ], - "accessMessage_packed": [ - "accessMessage:o||Oversize" - ], - "volumeRange": [ - { - "gte": 25, - "lte": 25 - } - ], - "dateRange": [ - { - "gte": "1942", - "lte": "1942" - } - ], - "enumerationChronology_sort": [ - " 25-1942" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aTDRA+++ (Anthracite tri-district news) v. 000025 (1942)" - }, - "sort": [ - " 25-1942" - ] - }, + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10013537", + "_score": null, + "_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." + ], + "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": [ + "b10013537" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 1, + "max_score": null, + "hits": [ { "_nested": { "field": "items", - "offset": 7 + "offset": 0 }, "_score": null, "_source": { - "uri": "i12859073", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:2", + "label": "book non-circ" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" + "catalogItemType:2||book non-circ" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "id": "loc:scdd2", + "label": "Schomburg Center - Manuscripts & Archives" } ], "holdingLocation_packed": [ - "loc:rc2ma||Offsite" + "loc:scdd2||Schomburg Center - Manuscripts & Archives" ], - "shelfMark": [ - "TDRA+++ (Anthracite tri-district news) v. 24 (1941)" + "idBarcode": [ + "33433036927121" + ], + "identifier": [ + "urn:shelfmark:Sc Rare C 86-7", + "urn:barcode:33433036927121" ], "identifierV2": [ { - "value": "TDRA+++ (Anthracite tri-district news) v. 24 (1941)", + "value": "Sc Rare C 86-7", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433057102158" + "value": "33433036927121", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "v. 24 (1941)" - ], - "physicalLocation": [ - "TDRA+++ (Anthracite tri-district news)" - ], - "recapCustomerCode": [ - "NL" + "owner": [ + { + "id": "orgs:1116", + "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + } ], - "identifier": [ - "urn:barcode:33433057102158" + "owner_packed": [ + "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" ], - "idBarcode": [ - "33433057102158" + "physicalLocation": [ + "Sc Rare C 86-7" ], "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:o", - "label": "Oversize" - } - ], - "accessMessage_packed": [ - "accessMessage:o||Oversize" + false ], - "volumeRange": [ - { - "gte": 24, - "lte": 24 - } + "shelfMark": [ + "Sc Rare C 86-7" ], - "dateRange": [ + "shelfMark_sort": "aSc Rare C 86-000007", + "status": [ { - "gte": "1941", - "lte": "1941" + "id": "status:a", + "label": "Available" } ], - "enumerationChronology_sort": [ - " 24-1941" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aTDRA+++ (Anthracite tri-district news) v. 000024 (1941)" + "uri": "i11901189", + "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." + ] }, "sort": [ - " 24-1941" + null ] - }, + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10013539", + "_score": null, + "_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": [ + "b10013539" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 1, + "max_score": null, + "hits": [ { "_nested": { "field": "items", - "offset": 6 + "offset": 0 }, "_score": null, "_source": { - "uri": "i12859072", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:1", + "label": "Use in library" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], - "owner": [ + "catalogItemType": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:2", + "label": "book non-circ" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" + "catalogItemType:2||book non-circ" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "id": "loc:scdd2", + "label": "Schomburg Center - Manuscripts & Archives" } ], "holdingLocation_packed": [ - "loc:rc2ma||Offsite" + "loc:scdd2||Schomburg Center - Manuscripts & Archives" ], - "shelfMark": [ - "TDRA+++ (Anthracite tri-district news) v. 23 (1940)" + "idBarcode": [ + "33433036927147" + ], + "identifier": [ + "urn:shelfmark:Sc Rare C 86-4", + "urn:barcode:33433036927147" ], "identifierV2": [ { - "value": "TDRA+++ (Anthracite tri-district news) v. 23 (1940)", + "value": "Sc Rare C 86-4", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433057102141" + "value": "33433036927147", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "v. 23 (1940)" - ], - "physicalLocation": [ - "TDRA+++ (Anthracite tri-district news)" - ], - "recapCustomerCode": [ - "NL" + "owner": [ + { + "id": "orgs:1116", + "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + } ], - "identifier": [ - "urn:barcode:33433057102141" + "owner_packed": [ + "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" ], - "idBarcode": [ - "33433057102141" + "physicalLocation": [ + "Sc Rare C 86-4" ], "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:o", - "label": "Oversize" - } - ], - "accessMessage_packed": [ - "accessMessage:o||Oversize" + false ], - "volumeRange": [ - { - "gte": 23, - "lte": 23 - } + "shelfMark": [ + "Sc Rare C 86-4" ], - "dateRange": [ + "shelfMark_sort": "aSc Rare C 86-000004", + "status": [ { - "gte": "1940", - "lte": "1940" + "id": "status:a", + "label": "Available" } ], - "enumerationChronology_sort": [ - " 23-1940" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aTDRA+++ (Anthracite tri-district news) v. 000023 (1940)" + "uri": "i11901191", + "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." + ] }, "sort": [ - " 23-1940" + null ] - }, + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10013540", + "_score": null, + "_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": [ + "b10013540" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 1, + "max_score": null, + "hits": [ { "_nested": { "field": "items", - "offset": 5 + "offset": 0 }, "_score": null, "_source": { - "uri": "i12859071", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:1", + "label": "Use in library" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], - "owner": [ + "catalogItemType": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "catalogItemType:2", + "label": "book non-circ" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "id": "loc:scdd2", + "label": "Schomburg Center - Manuscripts & Archives" } ], "holdingLocation_packed": [ - "loc:rc2ma||Offsite" + "loc:scdd2||Schomburg Center - Manuscripts & Archives" ], - "shelfMark": [ - "TDRA+++ (Anthracite tri-district news) v. 22 (1939)" + "idBarcode": [ + "33433036927154" + ], + "identifier": [ + "urn:shelfmark:Sc Rare C 86-3", + "urn:barcode:33433036927154" ], "identifierV2": [ { - "value": "TDRA+++ (Anthracite tri-district news) v. 22 (1939)", + "value": "Sc Rare C 86-3", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433057100301" - } - ], - "enumerationChronology": [ - "v. 22 (1939)" - ], - "physicalLocation": [ - "TDRA+++ (Anthracite tri-district news)" - ], - "recapCustomerCode": [ - "NL" - ], - "identifier": [ - "urn:barcode:33433057100301" - ], - "idBarcode": [ - "33433057100301" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:o", - "label": "Oversize" - } - ], - "accessMessage_packed": [ - "accessMessage:o||Oversize" - ], - "volumeRange": [ - { - "gte": 22, - "lte": 22 - } - ], - "dateRange": [ - { - "gte": "1939", - "lte": "1939" - } - ], - "enumerationChronology_sort": [ - " 22-1939" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aTDRA+++ (Anthracite tri-district news) v. 000022 (1939)" - }, - "sort": [ - " 22-1939" - ] - }, - { - "_nested": { - "field": "items", - "offset": 4 - }, - "_score": null, - "_source": { - "uri": "i12859070", - "status": [ - { - "id": "status:a", - "label": "Available" + "value": "33433036927154", + "type": "bf:Barcode" } ], - "status_packed": [ - "status:a||Available" - ], "owner": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "orgs:1116", + "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" } ], "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "TDRA+++ (Anthracite tri-district news) v. 21 (1938)" - ], - "identifierV2": [ - { - "value": "TDRA+++ (Anthracite tri-district news) v. 21 (1938)", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433057100293" - } - ], - "enumerationChronology": [ - "v. 21 (1938)" + "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" ], "physicalLocation": [ - "TDRA+++ (Anthracite tri-district news)" - ], - "recapCustomerCode": [ - "NL" - ], - "identifier": [ - "urn:barcode:33433057100293" - ], - "idBarcode": [ - "33433057100293" + "Sc Rare C 86-3" ], "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:o", - "label": "Oversize" - } - ], - "accessMessage_packed": [ - "accessMessage:o||Oversize" - ], - "volumeRange": [ - { - "gte": 21, - "lte": 21 - } - ], - "dateRange": [ - { - "gte": "1938", - "lte": "1938" - } - ], - "enumerationChronology_sort": [ - " 21-1938" - ], - "type": [ - "bf:Item" + false ], - "formatLiteral": [ - "Text" + "shelfMark": [ + "Sc Rare C 86-3" ], - "shelfMark_sort": "aTDRA+++ (Anthracite tri-district news) v. 000021 (1938)" - }, - "sort": [ - " 21-1938" - ] - }, - { - "_nested": { - "field": "items", - "offset": 3 - }, - "_score": null, - "_source": { - "uri": "i12859069", + "shelfMark_sort": "aSc Rare C 86-000003", "status": [ { "id": "status:a", @@ -11084,8452 +12367,933 @@ "status_packed": [ "status:a||Available" ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "TDRA+++ (Anthracite tri-district news) v. 20 (1937)" - ], - "identifierV2": [ - { - "value": "TDRA+++ (Anthracite tri-district news) v. 20 (1937)", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433057100285" - } - ], - "enumerationChronology": [ - "v. 20 (1937)" - ], - "physicalLocation": [ - "TDRA+++ (Anthracite tri-district news)" - ], - "recapCustomerCode": [ - "NL" - ], - "identifier": [ - "urn:barcode:33433057100285" - ], - "idBarcode": [ - "33433057100285" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:o", - "label": "Oversize" - } - ], - "accessMessage_packed": [ - "accessMessage:o||Oversize" - ], - "volumeRange": [ - { - "gte": 20, - "lte": 20 - } - ], - "dateRange": [ - { - "gte": "1937", - "lte": "1937" - } - ], - "enumerationChronology_sort": [ - " 20-1937" - ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aTDRA+++ (Anthracite tri-district news) v. 000020 (1937)" + "uri": "i11901192", + "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." + ] }, "sort": [ - " 20-1937" + null ] - }, - { - "_nested": { - "field": "items", - "offset": 2 - }, - "_score": null, - "_source": { - "uri": "i12859068", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "TDRA+++ (Anthracite tri-district news) v. 19 (1936)" - ], - "identifierV2": [ - { - "value": "TDRA+++ (Anthracite tri-district news) v. 19 (1936)", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433057100277" - } - ], - "enumerationChronology": [ - "v. 19 (1936)" - ], - "physicalLocation": [ - "TDRA+++ (Anthracite tri-district news)" - ], - "recapCustomerCode": [ - "NL" - ], - "identifier": [ - "urn:barcode:33433057100277" - ], - "idBarcode": [ - "33433057100277" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:o", - "label": "Oversize" - } - ], - "accessMessage_packed": [ - "accessMessage:o||Oversize" - ], - "volumeRange": [ - { - "gte": 19, - "lte": 19 - } - ], - "dateRange": [ - { - "gte": "1936", - "lte": "1936" - } - ], - "enumerationChronology_sort": [ - " 19-1936" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aTDRA+++ (Anthracite tri-district news) v. 000019 (1936)" - }, - "sort": [ - " 19-1936" - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "uri": "i12859067", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "TDRA+++ (Anthracite tri-district news) v. 18 (1935)" - ], - "identifierV2": [ - { - "value": "TDRA+++ (Anthracite tri-district news) v. 18 (1935)", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433057100269" - } - ], - "enumerationChronology": [ - "v. 18 (1935)" - ], - "physicalLocation": [ - "TDRA+++ (Anthracite tri-district news)" - ], - "recapCustomerCode": [ - "NL" - ], - "identifier": [ - "urn:barcode:33433057100269" - ], - "idBarcode": [ - "33433057100269" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:o", - "label": "Oversize" - } - ], - "accessMessage_packed": [ - "accessMessage:o||Oversize" - ], - "volumeRange": [ - { - "gte": 18, - "lte": 18 - } - ], - "dateRange": [ - { - "gte": "1935", - "lte": "1935" - } - ], - "enumerationChronology_sort": [ - " 18-1935" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aTDRA+++ (Anthracite tri-district news) v. 000018 (1935)" - }, - "sort": [ - " 18-1935" - ] - }, - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i12859066", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "TDRA+++ (Anthracite tri-district news) v. 17 (Jan. 5-Dec. 28, 1934)" - ], - "identifierV2": [ - { - "value": "TDRA+++ (Anthracite tri-district news) v. 17 (Jan. 5-Dec. 28, 1934)", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433057100251" - } - ], - "enumerationChronology": [ - "v. 17 (Jan. 5-Dec. 28, 1934)" - ], - "physicalLocation": [ - "TDRA+++ (Anthracite tri-district news)" - ], - "recapCustomerCode": [ - "NL" - ], - "identifier": [ - "urn:barcode:33433057100251" - ], - "idBarcode": [ - "33433057100251" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:o", - "label": "Oversize" - } - ], - "accessMessage_packed": [ - "accessMessage:o||Oversize" - ], - "volumeRange": [ - { - "gte": 17, - "lte": 17 - } - ], - "dateRange": [ - { - "gte": "1934", - "lte": "1934" - } - ], - "enumerationChronology_sort": [ - " 17-1934" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aTDRA+++ (Anthracite tri-district news) v. 000017 (Jan. 5-Dec. 28, 1934)" - }, - "sort": [ - " 17-1934" - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10012514", - "_score": null, - "_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": 1699484922764, - "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": [ - "b10012514" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 25, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 14 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2006-07-01", - "lte": "2007-06-01" - } - ], - "enumerationChronology": [ - "No. 33 (Jul. 2006 - Jun. 2007)" - ], - "enumerationChronology_sort": [ - " 33-2006-07-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mag", - "label": "Schwarzman Building - Milstein Division Room 121" - } - ], - "holdingLocation_packed": [ - "loc:mag||Schwarzman Building - Milstein Division Room 121" - ], - "identifierV2": [ - { - "value": "APR (Clark Co., Wash.) 81-297", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "APR (Clark Co., Wash.) 81-297" - ], - "shelfMark_sort": "aAPR (Clark Co., Wash.) 81-000297", - "status": [ - { - "id": "status:i", - "label": "At bindery" - } - ], - "status_packed": [ - "status:i||At bindery" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1031662-10", - "volumeRange": [ - { - "gte": 33, - "lte": 33 - } - ], - "volumeRaw": [ - "No. 33" - ] - }, - "sort": [ - " 33-2006-07-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 12 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2004-01-01", - "lte": "2004-01-01" - } - ], - "enumerationChronology": [ - "Vol. 31-32 No. 1 (2004)" - ], - "enumerationChronology_sort": [ - " 31-2004-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mag", - "label": "Schwarzman Building - Milstein Division Room 121" - } - ], - "holdingLocation_packed": [ - "loc:mag||Schwarzman Building - Milstein Division Room 121" - ], - "identifierV2": [ - { - "value": "APR (Clark Co., Wash.) 81-297", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "APR (Clark Co., Wash.) 81-297" - ], - "shelfMark_sort": "aAPR (Clark Co., Wash.) 81-000297", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1031662-12", - "volumeRange": [ - { - "gte": 31, - "lte": 32 - } - ], - "volumeRaw": [ - "Vol. 31-32 No. 1" - ] - }, - "sort": [ - " 31-2004-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 15 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2004-04-01", - "lte": "2004-04-01" - } - ], - "enumerationChronology": [ - "Vol. 30 No. 3/4 (Spring 2004)" - ], - "enumerationChronology_sort": [ - " 30-2004-04-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mag", - "label": "Schwarzman Building - Milstein Division Room 121" - } - ], - "holdingLocation_packed": [ - "loc:mag||Schwarzman Building - Milstein Division Room 121" - ], - "identifierV2": [ - { - "value": "APR (Clark Co., Wash.) 81-297", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "APR (Clark Co., Wash.) 81-297" - ], - "shelfMark_sort": "aAPR (Clark Co., Wash.) 81-000297", - "status": [ - { - "id": "status:i", - "label": "At bindery" - } - ], - "status_packed": [ - "status:i||At bindery" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1031662-9", - "volumeRange": [ - { - "gte": 30, - "lte": 30 - } - ], - "volumeRaw": [ - "Vol. 30 No. 3/4" - ] - }, - "sort": [ - " 30-2004-04-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 16 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2004-01-01", - "lte": "2004-01-01" - } - ], - "enumerationChronology": [ - "Vol. 30 No. 2 (Winter 2004)" - ], - "enumerationChronology_sort": [ - " 30-2004-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mag", - "label": "Schwarzman Building - Milstein Division Room 121" - } - ], - "holdingLocation_packed": [ - "loc:mag||Schwarzman Building - Milstein Division Room 121" - ], - "identifierV2": [ - { - "value": "APR (Clark Co., Wash.) 81-297", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "APR (Clark Co., Wash.) 81-297" - ], - "shelfMark_sort": "aAPR (Clark Co., Wash.) 81-000297", - "status": [ - { - "id": "status:i", - "label": "At bindery" - } - ], - "status_packed": [ - "status:i||At bindery" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1031662-8", - "volumeRange": [ - { - "gte": 30, - "lte": 30 - } - ], - "volumeRaw": [ - "Vol. 30 No. 2" - ] - }, - "sort": [ - " 30-2004-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 13 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2003-10-01", - "lte": "2003-10-01" - } - ], - "enumerationChronology": [ - "Vol. 30 No. 1 (Fall 2003)" - ], - "enumerationChronology_sort": [ - " 30-2003-10-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mag", - "label": "Schwarzman Building - Milstein Division Room 121" - } - ], - "holdingLocation_packed": [ - "loc:mag||Schwarzman Building - Milstein Division Room 121" - ], - "identifierV2": [ - { - "value": "APR (Clark Co., Wash.) 81-297", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "APR (Clark Co., Wash.) 81-297" - ], - "shelfMark_sort": "aAPR (Clark Co., Wash.) 81-000297", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1031662-11", - "volumeRange": [ - { - "gte": 30, - "lte": 30 - } - ], - "volumeRaw": [ - "Vol. 30 No. 1" - ] - }, - "sort": [ - " 30-2003-10-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 17 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2003-04-01", - "lte": "2003-04-01" - } - ], - "enumerationChronology": [ - "Vol. 29 No. 3/4 (Spring 2003)" - ], - "enumerationChronology_sort": [ - " 29-2003-04-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mag", - "label": "Schwarzman Building - Milstein Division Room 121" - } - ], - "holdingLocation_packed": [ - "loc:mag||Schwarzman Building - Milstein Division Room 121" - ], - "identifierV2": [ - { - "value": "APR (Clark Co., Wash.) 81-297", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "APR (Clark Co., Wash.) 81-297" - ], - "shelfMark_sort": "aAPR (Clark Co., Wash.) 81-000297", - "status": [ - { - "id": "status:i", - "label": "At bindery" - } - ], - "status_packed": [ - "status:i||At bindery" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1031662-7", - "volumeRange": [ - { - "gte": 29, - "lte": 29 - } - ], - "volumeRaw": [ - "Vol. 29 No. 3/4" - ] - }, - "sort": [ - " 29-2003-04-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 18 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2003-01-01", - "lte": "2003-01-01" - } - ], - "enumerationChronology": [ - "Vol. 29 No. 2 (Winter 2003)" - ], - "enumerationChronology_sort": [ - " 29-2003-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mag", - "label": "Schwarzman Building - Milstein Division Room 121" - } - ], - "holdingLocation_packed": [ - "loc:mag||Schwarzman Building - Milstein Division Room 121" - ], - "identifierV2": [ - { - "value": "APR (Clark Co., Wash.) 81-297", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "APR (Clark Co., Wash.) 81-297" - ], - "shelfMark_sort": "aAPR (Clark Co., Wash.) 81-000297", - "status": [ - { - "id": "status:i", - "label": "At bindery" - } - ], - "status_packed": [ - "status:i||At bindery" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1031662-6", - "volumeRange": [ - { - "gte": 29, - "lte": 29 - } - ], - "volumeRaw": [ - "Vol. 29 No. 2" - ] - }, - "sort": [ - " 29-2003-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 19 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2002-10-01", - "lte": "2002-10-01" - } - ], - "enumerationChronology": [ - "Vol. 29 No. 1 (Fall 2002)" - ], - "enumerationChronology_sort": [ - " 29-2002-10-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mag", - "label": "Schwarzman Building - Milstein Division Room 121" - } - ], - "holdingLocation_packed": [ - "loc:mag||Schwarzman Building - Milstein Division Room 121" - ], - "identifierV2": [ - { - "value": "APR (Clark Co., Wash.) 81-297", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "APR (Clark Co., Wash.) 81-297" - ], - "shelfMark_sort": "aAPR (Clark Co., Wash.) 81-000297", - "status": [ - { - "id": "status:i", - "label": "At bindery" - } - ], - "status_packed": [ - "status:i||At bindery" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1031662-5", - "volumeRange": [ - { - "gte": 29, - "lte": 29 - } - ], - "volumeRaw": [ - "Vol. 29 No. 1" - ] - }, - "sort": [ - " 29-2002-10-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 20 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2001-10-01", - "lte": "2001-10-01" - } - ], - "enumerationChronology": [ - "Vol. 28 No. 1-3 (Fall 2001)" - ], - "enumerationChronology_sort": [ - " 28-2001-10-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mag", - "label": "Schwarzman Building - Milstein Division Room 121" - } - ], - "holdingLocation_packed": [ - "loc:mag||Schwarzman Building - Milstein Division Room 121" - ], - "identifierV2": [ - { - "value": "APR (Clark Co., Wash.) 81-297", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "APR (Clark Co., Wash.) 81-297" - ], - "shelfMark_sort": "aAPR (Clark Co., Wash.) 81-000297", - "status": [ - { - "id": "status:i", - "label": "At bindery" - } - ], - "status_packed": [ - "status:i||At bindery" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1031662-4", - "volumeRange": [ - { - "gte": 28, - "lte": 28 - } - ], - "volumeRaw": [ - "Vol. 28 No. 1-3" - ] - }, - "sort": [ - " 28-2001-10-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 21 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2001-07-01", - "lte": "2001-07-01" - } - ], - "enumerationChronology": [ - "Vol. 27 No. 4 (Summer 2001)" - ], - "enumerationChronology_sort": [ - " 27-2001-07-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mag", - "label": "Schwarzman Building - Milstein Division Room 121" - } - ], - "holdingLocation_packed": [ - "loc:mag||Schwarzman Building - Milstein Division Room 121" - ], - "identifierV2": [ - { - "value": "APR (Clark Co., Wash.) 81-297", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "APR (Clark Co., Wash.) 81-297" - ], - "shelfMark_sort": "aAPR (Clark Co., Wash.) 81-000297", - "status": [ - { - "id": "status:i", - "label": "At bindery" - } - ], - "status_packed": [ - "status:i||At bindery" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1031662-3", - "volumeRange": [ - { - "gte": 27, - "lte": 27 - } - ], - "volumeRaw": [ - "Vol. 27 No. 4" - ] - }, - "sort": [ - " 27-2001-07-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 22 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2001-04-01", - "lte": "2001-04-01" - } - ], - "enumerationChronology": [ - "Vol. 27 No. 3 (Spring 2001)" - ], - "enumerationChronology_sort": [ - " 27-2001-04-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mag", - "label": "Schwarzman Building - Milstein Division Room 121" - } - ], - "holdingLocation_packed": [ - "loc:mag||Schwarzman Building - Milstein Division Room 121" - ], - "identifierV2": [ - { - "value": "APR (Clark Co., Wash.) 81-297", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "APR (Clark Co., Wash.) 81-297" - ], - "shelfMark_sort": "aAPR (Clark Co., Wash.) 81-000297", - "status": [ - { - "id": "status:i", - "label": "At bindery" - } - ], - "status_packed": [ - "status:i||At bindery" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1031662-2", - "volumeRange": [ - { - "gte": 27, - "lte": 27 - } - ], - "volumeRaw": [ - "Vol. 27 No. 3" - ] - }, - "sort": [ - " 27-2001-04-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 23 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2001-01-01", - "lte": "2001-01-01" - } - ], - "enumerationChronology": [ - "Vol. 27 No. 2 (Winter 2001)" - ], - "enumerationChronology_sort": [ - " 27-2001-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mag", - "label": "Schwarzman Building - Milstein Division Room 121" - } - ], - "holdingLocation_packed": [ - "loc:mag||Schwarzman Building - Milstein Division Room 121" - ], - "identifierV2": [ - { - "value": "APR (Clark Co., Wash.) 81-297", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "APR (Clark Co., Wash.) 81-297" - ], - "shelfMark_sort": "aAPR (Clark Co., Wash.) 81-000297", - "status": [ - { - "id": "status:i", - "label": "At bindery" - } - ], - "status_packed": [ - "status:i||At bindery" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1031662-1", - "volumeRange": [ - { - "gte": 27, - "lte": 27 - } - ], - "volumeRaw": [ - "Vol. 27 No. 2" - ] - }, - "sort": [ - " 27-2001-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 24 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2000-10-01", - "lte": "2000-10-01" - } - ], - "enumerationChronology": [ - "Vol. 27 No. 1 (Fall 2000)" - ], - "enumerationChronology_sort": [ - " 27-2000-10-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mag", - "label": "Schwarzman Building - Milstein Division Room 121" - } - ], - "holdingLocation_packed": [ - "loc:mag||Schwarzman Building - Milstein Division Room 121" - ], - "identifierV2": [ - { - "value": "APR (Clark Co., Wash.) 81-297", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "APR (Clark Co., Wash.) 81-297" - ], - "shelfMark_sort": "aAPR (Clark Co., Wash.) 81-000297", - "status": [ - { - "id": "status:i", - "label": "At bindery" - } - ], - "status_packed": [ - "status:i||At bindery" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1031662-0", - "volumeRange": [ - { - "gte": 27, - "lte": 27 - } - ], - "volumeRaw": [ - "Vol. 27 No. 1" - ] - }, - "sort": [ - " 27-2000-10-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2000", - "lte": "2007" - } - ], - "enumerationChronology": [ - "v. 27-33, inc. (Fall 2000 - July 2006-June 2007)" - ], - "enumerationChronology_sort": [ - " 27-2000" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:magg2", - "label": "Schwarzman Building - Milstein Division Mezzanine Room 121" - } - ], - "holdingLocation_packed": [ - "loc:magg2||Schwarzman Building - Milstein Division Mezzanine Room 121" - ], - "idBarcode": [ - "33433089464600" - ], - "identifier": [ - "urn:shelfmark:APR (Clark Co., Wash.) 81-297 v. 27-33, inc. (Fall 2000 - July 2006-June 2007)", - "urn:barcode:33433089464600" - ], - "identifierV2": [ - { - "value": "APR (Clark Co., Wash.) 81-297 v. 27-33, inc. (Fall 2000 - July 2006-June 2007)", - "type": "bf:ShelfMark" - }, - { - "value": "33433089464600", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1105", - "label": "Irma and Paul Milstein Division of United States History, Local History and Genealogy" - } - ], - "owner_packed": [ - "orgs:1105||Irma and Paul Milstein Division of United States History, Local History and Genealogy" - ], - "physicalLocation": [ - "APR (Clark Co., Wash.) 81-297" - ], - "requestable": [ - false - ], - "shelfMark": [ - "APR (Clark Co., Wash.) 81-297 v. 27-33, inc. (Fall 2000 - July 2006-June 2007)" - ], - "shelfMark_sort": "aAPR (Clark Co., Wash.) 81-297 v. 000027-33, inc. (Fall 2000 - July 2006-June 2007)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 27, - "lte": 33 - } - ], - "uri": "i34246372" - }, - "sort": [ - " 27-2000" - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1998", - "lte": "2000" - } - ], - "enumerationChronology": [ - "v. 25-26 (Fall. 1998-Sum. 2000)" - ], - "enumerationChronology_sort": [ - " 25-1998" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:magg2", - "label": "Schwarzman Building - Milstein Division Mezzanine Room 121" - } - ], - "holdingLocation_packed": [ - "loc:magg2||Schwarzman Building - Milstein Division Mezzanine Room 121" - ], - "idBarcode": [ - "33433031851227" - ], - "identifier": [ - "urn:shelfmark:APR (Clark Co., Wash.) 81-297 v. 25-26 (Fall. 1998-Sum. 2000)", - "urn:barcode:33433031851227" - ], - "identifierV2": [ - { - "value": "APR (Clark Co., Wash.) 81-297 v. 25-26 (Fall. 1998-Sum. 2000)", - "type": "bf:ShelfMark" - }, - { - "value": "33433031851227", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1105", - "label": "Irma and Paul Milstein Division of United States History, Local History and Genealogy" - } - ], - "owner_packed": [ - "orgs:1105||Irma and Paul Milstein Division of United States History, Local History and Genealogy" - ], - "physicalLocation": [ - "APR (Clark Co., Wash.) 81-297" - ], - "requestable": [ - false - ], - "shelfMark": [ - "APR (Clark Co., Wash.) 81-297 v. 25-26 (Fall. 1998-Sum. 2000)" - ], - "shelfMark_sort": "aAPR (Clark Co., Wash.) 81-297 v. 000025-26 (Fall. 1998-Sum. 2000)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 25, - "lte": 26 - } - ], - "uri": "i11901144" - }, - "sort": [ - " 25-1998" - ] - }, - { - "_nested": { - "field": "items", - "offset": 2 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1996", - "lte": "1998" - } - ], - "enumerationChronology": [ - "v. 23-24 (Fall. 1996-Sum. 1998)" - ], - "enumerationChronology_sort": [ - " 23-1996" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:magg2", - "label": "Schwarzman Building - Milstein Division Mezzanine Room 121" - } - ], - "holdingLocation_packed": [ - "loc:magg2||Schwarzman Building - Milstein Division Mezzanine Room 121" - ], - "idBarcode": [ - "33433031851219" - ], - "identifier": [ - "urn:shelfmark:APR (Clark Co., Wash.) 81-297 v. 23-24 (Fall. 1996-Sum. 1998)", - "urn:barcode:33433031851219" - ], - "identifierV2": [ - { - "value": "APR (Clark Co., Wash.) 81-297 v. 23-24 (Fall. 1996-Sum. 1998)", - "type": "bf:ShelfMark" - }, - { - "value": "33433031851219", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1105", - "label": "Irma and Paul Milstein Division of United States History, Local History and Genealogy" - } - ], - "owner_packed": [ - "orgs:1105||Irma and Paul Milstein Division of United States History, Local History and Genealogy" - ], - "physicalLocation": [ - "APR (Clark Co., Wash.) 81-297" - ], - "requestable": [ - false - ], - "shelfMark": [ - "APR (Clark Co., Wash.) 81-297 v. 23-24 (Fall. 1996-Sum. 1998)" - ], - "shelfMark_sort": "aAPR (Clark Co., Wash.) 81-297 v. 000023-24 (Fall. 1996-Sum. 1998)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 23, - "lte": 24 - } - ], - "uri": "i11901143" - }, - "sort": [ - " 23-1996" - ] - }, - { - "_nested": { - "field": "items", - "offset": 3 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1994", - "lte": "1996" - } - ], - "enumerationChronology": [ - "v. 21-22 (Fall. 1994-Sum. 1996)" - ], - "enumerationChronology_sort": [ - " 21-1994" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:magg2", - "label": "Schwarzman Building - Milstein Division Mezzanine Room 121" - } - ], - "holdingLocation_packed": [ - "loc:magg2||Schwarzman Building - Milstein Division Mezzanine Room 121" - ], - "idBarcode": [ - "33433062480177" - ], - "identifier": [ - "urn:shelfmark:APR (Clark Co., Wash.) 81-297 v. 21-22 (Fall. 1994-Sum. 1996)", - "urn:barcode:33433062480177" - ], - "identifierV2": [ - { - "value": "APR (Clark Co., Wash.) 81-297 v. 21-22 (Fall. 1994-Sum. 1996)", - "type": "bf:ShelfMark" - }, - { - "value": "33433062480177", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1105", - "label": "Irma and Paul Milstein Division of United States History, Local History and Genealogy" - } - ], - "owner_packed": [ - "orgs:1105||Irma and Paul Milstein Division of United States History, Local History and Genealogy" - ], - "physicalLocation": [ - "APR (Clark Co., Wash.) 81-297" - ], - "requestable": [ - false - ], - "shelfMark": [ - "APR (Clark Co., Wash.) 81-297 v. 21-22 (Fall. 1994-Sum. 1996)" - ], - "shelfMark_sort": "aAPR (Clark Co., Wash.) 81-297 v. 000021-22 (Fall. 1994-Sum. 1996)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 21, - "lte": 22 - } - ], - "uri": "i14747357" - }, - "sort": [ - " 21-1994" - ] - }, - { - "_nested": { - "field": "items", - "offset": 4 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1991", - "lte": "1994" - } - ], - "enumerationChronology": [ - "v. 18-20 (Fall. 1991-Sum. 1994)" - ], - "enumerationChronology_sort": [ - " 18-1991" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:magg2", - "label": "Schwarzman Building - Milstein Division Mezzanine Room 121" - } - ], - "holdingLocation_packed": [ - "loc:magg2||Schwarzman Building - Milstein Division Mezzanine Room 121" - ], - "idBarcode": [ - "33433062480169" - ], - "identifier": [ - "urn:shelfmark:APR (Clark Co., Wash.) 81-297 v. 18-20 (Fall. 1991-Sum. 1994)", - "urn:barcode:33433062480169" - ], - "identifierV2": [ - { - "value": "APR (Clark Co., Wash.) 81-297 v. 18-20 (Fall. 1991-Sum. 1994)", - "type": "bf:ShelfMark" - }, - { - "value": "33433062480169", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1105", - "label": "Irma and Paul Milstein Division of United States History, Local History and Genealogy" - } - ], - "owner_packed": [ - "orgs:1105||Irma and Paul Milstein Division of United States History, Local History and Genealogy" - ], - "physicalLocation": [ - "APR (Clark Co., Wash.) 81-297" - ], - "requestable": [ - false - ], - "shelfMark": [ - "APR (Clark Co., Wash.) 81-297 v. 18-20 (Fall. 1991-Sum. 1994)" - ], - "shelfMark_sort": "aAPR (Clark Co., Wash.) 81-297 v. 000018-20 (Fall. 1991-Sum. 1994)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 18, - "lte": 20 - } - ], - "uri": "i14747356" - }, - "sort": [ - " 18-1991" - ] - }, - { - "_nested": { - "field": "items", - "offset": 5 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1989", - "lte": "1991" - } - ], - "enumerationChronology": [ - "v. 16-17 (1989-1991)" - ], - "enumerationChronology_sort": [ - " 16-1989" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:magg2", - "label": "Schwarzman Building - Milstein Division Mezzanine Room 121" - } - ], - "holdingLocation_packed": [ - "loc:magg2||Schwarzman Building - Milstein Division Mezzanine Room 121" - ], - "idBarcode": [ - "33433062480151" - ], - "identifier": [ - "urn:shelfmark:APR (Clark Co., Wash.) 81-297 v. 16-17 (1989-1991)", - "urn:barcode:33433062480151" - ], - "identifierV2": [ - { - "value": "APR (Clark Co., Wash.) 81-297 v. 16-17 (1989-1991)", - "type": "bf:ShelfMark" - }, - { - "value": "33433062480151", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1105", - "label": "Irma and Paul Milstein Division of United States History, Local History and Genealogy" - } - ], - "owner_packed": [ - "orgs:1105||Irma and Paul Milstein Division of United States History, Local History and Genealogy" - ], - "physicalLocation": [ - "APR (Clark Co., Wash.) 81-297" - ], - "requestable": [ - false - ], - "shelfMark": [ - "APR (Clark Co., Wash.) 81-297 v. 16-17 (1989-1991)" - ], - "shelfMark_sort": "aAPR (Clark Co., Wash.) 81-297 v. 000016-17 (1989-1991)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 16, - "lte": 17 - } - ], - "uri": "i14747355" - }, - "sort": [ - " 16-1989" - ] - }, - { - "_nested": { - "field": "items", - "offset": 6 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1987", - "lte": "1989" - } - ], - "enumerationChronology": [ - "v. 14-15 (1987-1989)" - ], - "enumerationChronology_sort": [ - " 14-1987" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:magg2", - "label": "Schwarzman Building - Milstein Division Mezzanine Room 121" - } - ], - "holdingLocation_packed": [ - "loc:magg2||Schwarzman Building - Milstein Division Mezzanine Room 121" - ], - "idBarcode": [ - "33433062480144" - ], - "identifier": [ - "urn:shelfmark:APR (Clark Co., Wash.) 81-297 v. 14-15 (1987-1989)", - "urn:barcode:33433062480144" - ], - "identifierV2": [ - { - "value": "APR (Clark Co., Wash.) 81-297 v. 14-15 (1987-1989)", - "type": "bf:ShelfMark" - }, - { - "value": "33433062480144", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1105", - "label": "Irma and Paul Milstein Division of United States History, Local History and Genealogy" - } - ], - "owner_packed": [ - "orgs:1105||Irma and Paul Milstein Division of United States History, Local History and Genealogy" - ], - "physicalLocation": [ - "APR (Clark Co., Wash.) 81-297" - ], - "requestable": [ - false - ], - "shelfMark": [ - "APR (Clark Co., Wash.) 81-297 v. 14-15 (1987-1989)" - ], - "shelfMark_sort": "aAPR (Clark Co., Wash.) 81-297 v. 000014-15 (1987-1989)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 14, - "lte": 15 - } - ], - "uri": "i14747354" - }, - "sort": [ - " 14-1987" - ] - }, - { - "_nested": { - "field": "items", - "offset": 7 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1985", - "lte": "1987" - } - ], - "enumerationChronology": [ - "v. 12-13 (Fall. 1985-Sum. 1987)" - ], - "enumerationChronology_sort": [ - " 12-1985" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:magg2", - "label": "Schwarzman Building - Milstein Division Mezzanine Room 121" - } - ], - "holdingLocation_packed": [ - "loc:magg2||Schwarzman Building - Milstein Division Mezzanine Room 121" - ], - "idBarcode": [ - "33433062480136" - ], - "identifier": [ - "urn:shelfmark:APR (Clark Co., Wash.) 81-297 v. 12-13 (Fall. 1985-Sum. 1987)", - "urn:barcode:33433062480136" - ], - "identifierV2": [ - { - "value": "APR (Clark Co., Wash.) 81-297 v. 12-13 (Fall. 1985-Sum. 1987)", - "type": "bf:ShelfMark" - }, - { - "value": "33433062480136", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1105", - "label": "Irma and Paul Milstein Division of United States History, Local History and Genealogy" - } - ], - "owner_packed": [ - "orgs:1105||Irma and Paul Milstein Division of United States History, Local History and Genealogy" - ], - "physicalLocation": [ - "APR (Clark Co., Wash.) 81-297" - ], - "requestable": [ - false - ], - "shelfMark": [ - "APR (Clark Co., Wash.) 81-297 v. 12-13 (Fall. 1985-Sum. 1987)" - ], - "shelfMark_sort": "aAPR (Clark Co., Wash.) 81-297 v. 000012-13 (Fall. 1985-Sum. 1987)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 12, - "lte": 13 - } - ], - "uri": "i14747353" - }, - "sort": [ - " 12-1985" - ] - }, - { - "_nested": { - "field": "items", - "offset": 8 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1983", - "lte": "1985" - } - ], - "enumerationChronology": [ - "v. 10-11 (1983-1985)" - ], - "enumerationChronology_sort": [ - " 10-1983" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:magg2", - "label": "Schwarzman Building - Milstein Division Mezzanine Room 121" - } - ], - "holdingLocation_packed": [ - "loc:magg2||Schwarzman Building - Milstein Division Mezzanine Room 121" - ], - "idBarcode": [ - "33433062480128" - ], - "identifier": [ - "urn:shelfmark:APR (Clark Co., Wash.) 81-297 v. 10-11 (1983-1985)", - "urn:barcode:33433062480128" - ], - "identifierV2": [ - { - "value": "APR (Clark Co., Wash.) 81-297 v. 10-11 (1983-1985)", - "type": "bf:ShelfMark" - }, - { - "value": "33433062480128", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1105", - "label": "Irma and Paul Milstein Division of United States History, Local History and Genealogy" - } - ], - "owner_packed": [ - "orgs:1105||Irma and Paul Milstein Division of United States History, Local History and Genealogy" - ], - "physicalLocation": [ - "APR (Clark Co., Wash.) 81-297" - ], - "requestable": [ - false - ], - "shelfMark": [ - "APR (Clark Co., Wash.) 81-297 v. 10-11 (1983-1985)" - ], - "shelfMark_sort": "aAPR (Clark Co., Wash.) 81-297 v. 000010-11 (1983-1985)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 10, - "lte": 11 - } - ], - "uri": "i14747352" - }, - "sort": [ - " 10-1983" - ] - }, - { - "_nested": { - "field": "items", - "offset": 9 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1981", - "lte": "1983" - } - ], - "enumerationChronology": [ - "v. 8-9 (1981-1983)" - ], - "enumerationChronology_sort": [ - " 8-1981" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:magg2", - "label": "Schwarzman Building - Milstein Division Mezzanine Room 121" - } - ], - "holdingLocation_packed": [ - "loc:magg2||Schwarzman Building - Milstein Division Mezzanine Room 121" - ], - "idBarcode": [ - "33433062480110" - ], - "identifier": [ - "urn:shelfmark:APR (Clark Co., Wash.) 81-297 v. 8-9 (1981-1983)", - "urn:barcode:33433062480110" - ], - "identifierV2": [ - { - "value": "APR (Clark Co., Wash.) 81-297 v. 8-9 (1981-1983)", - "type": "bf:ShelfMark" - }, - { - "value": "33433062480110", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1105", - "label": "Irma and Paul Milstein Division of United States History, Local History and Genealogy" - } - ], - "owner_packed": [ - "orgs:1105||Irma and Paul Milstein Division of United States History, Local History and Genealogy" - ], - "physicalLocation": [ - "APR (Clark Co., Wash.) 81-297" - ], - "requestable": [ - false - ], - "shelfMark": [ - "APR (Clark Co., Wash.) 81-297 v. 8-9 (1981-1983)" - ], - "shelfMark_sort": "aAPR (Clark Co., Wash.) 81-297 v. 000008-9 (1981-1983)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 8, - "lte": 9 - } - ], - "uri": "i14747351" - }, - "sort": [ - " 8-1981" - ] - }, - { - "_nested": { - "field": "items", - "offset": 10 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1978", - "lte": "1981" - } - ], - "enumerationChronology": [ - "v. 5-7 (Sep. 1978-Sum. 1981)" - ], - "enumerationChronology_sort": [ - " 5-1978" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:magg2", - "label": "Schwarzman Building - Milstein Division Mezzanine Room 121" - } - ], - "holdingLocation_packed": [ - "loc:magg2||Schwarzman Building - Milstein Division Mezzanine Room 121" - ], - "idBarcode": [ - "33433062480102" - ], - "identifier": [ - "urn:shelfmark:APR (Clark Co., Wash.) 81-297 v. 5-7 (Sep. 1978-Sum. 1981)", - "urn:barcode:33433062480102" - ], - "identifierV2": [ - { - "value": "APR (Clark Co., Wash.) 81-297 v. 5-7 (Sep. 1978-Sum. 1981)", - "type": "bf:ShelfMark" - }, - { - "value": "33433062480102", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1105", - "label": "Irma and Paul Milstein Division of United States History, Local History and Genealogy" - } - ], - "owner_packed": [ - "orgs:1105||Irma and Paul Milstein Division of United States History, Local History and Genealogy" - ], - "physicalLocation": [ - "APR (Clark Co., Wash.) 81-297" - ], - "requestable": [ - false - ], - "shelfMark": [ - "APR (Clark Co., Wash.) 81-297 v. 5-7 (Sep. 1978-Sum. 1981)" - ], - "shelfMark_sort": "aAPR (Clark Co., Wash.) 81-297 v. 000005-7 (Sep. 1978-Sum. 1981)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 5, - "lte": 7 - } - ], - "uri": "i14747350" - }, - "sort": [ - " 5-1978" - ] - }, - { - "_nested": { - "field": "items", - "offset": 11 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1975", - "lte": "1978" - } - ], - "enumerationChronology": [ - "v. 2-4 (1975-1978)" - ], - "enumerationChronology_sort": [ - " 2-1975" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:magg2", - "label": "Schwarzman Building - Milstein Division Mezzanine Room 121" - } - ], - "holdingLocation_packed": [ - "loc:magg2||Schwarzman Building - Milstein Division Mezzanine Room 121" - ], - "idBarcode": [ - "33433062480094" - ], - "identifier": [ - "urn:shelfmark:APR (Clark Co., Wash.) 81-297 v. 2-4 (1975-1978)", - "urn:barcode:33433062480094" - ], - "identifierV2": [ - { - "value": "APR (Clark Co., Wash.) 81-297 v. 2-4 (1975-1978)", - "type": "bf:ShelfMark" - }, - { - "value": "33433062480094", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1105", - "label": "Irma and Paul Milstein Division of United States History, Local History and Genealogy" - } - ], - "owner_packed": [ - "orgs:1105||Irma and Paul Milstein Division of United States History, Local History and Genealogy" - ], - "physicalLocation": [ - "APR (Clark Co., Wash.) 81-297" - ], - "requestable": [ - false - ], - "shelfMark": [ - "APR (Clark Co., Wash.) 81-297 v. 2-4 (1975-1978)" - ], - "shelfMark_sort": "aAPR (Clark Co., Wash.) 81-297 v. 000002-4 (1975-1978)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 2, - "lte": 4 - } - ], - "uri": "i14747349" - }, - "sort": [ - " 2-1975" - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10012515", - "_score": null, - "_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": 1709140563618, - "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": [ - "b10012515" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 1, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:6", - "label": "microfilm service copy" - } - ], - "catalogItemType_packed": [ - "catalogItemType:6||microfilm service copy" - ], - "dateRange": [ - { - "gte": "1927", - "lte": "1928" - } - ], - "enumerationChronology": [ - "Sept. 23, 1927-Jun 22, 1928 (Inc.)" - ], - "enumerationChronology_sort": [ - " -1927" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:maf82", - "label": "Schwarzman Building - Dorot Jewish Division Room 111" - } - ], - "holdingLocation_packed": [ - "loc:maf82||Schwarzman Building - Dorot Jewish Division Room 111" - ], - "idBarcode": [ - "33433092672512" - ], - "identifier": [ - "urn:shelfmark:*ZAN-*P519 Sept. 23, 1927-Jun 22, 1928 (Inc.)", - "urn:barcode:33433092672512" - ], - "identifierV2": [ - { - "value": "*ZAN-*P519 Sept. 23, 1927-Jun 22, 1928 (Inc.)", - "type": "bf:ShelfMark" - }, - { - "value": "33433092672512", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1103", - "label": "Dorot Jewish Division" - } - ], - "owner_packed": [ - "orgs:1103||Dorot Jewish Division" - ], - "physicalLocation": [ - "*ZAN-*P519" - ], - "requestable": [ - true - ], - "shelfMark": [ - "*ZAN-*P519 Sept. 23, 1927-Jun 22, 1928 (Inc.)" - ], - "shelfMark_sort": "a*ZAN-*P519 Sept. 23, 1927-Jun 22, 1928 (Inc.)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i10006287" - }, - "sort": [ - " -1927" - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10013199", - "_score": null, - "_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-" - ], - "publisherLiteral": [ - "Asociación Argentina de Egresados en Ciencias Políticas," - ], - "language": [ - { - "id": "lang:spa", - "label": "Spanish" - } - ], - "dateEndString": [ - "999" - ], - "createdYear": [ - 1985 - ], - "type": [ - "nypl:Item" - ], - "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]" - ], - "shelfMark": [ - "JLK 86-206" - ], - "creatorLiteral": [ - "Fardeso, José Horacio." - ], - "createdString": [ - "1985" - ], - "dateStartYear": [ - 1985 - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "JLK 86-206" - }, - { - "type": "nypl:Bnumber", - "value": "10013199" - }, - { - "type": "bf:Identifier", - "value": "NNSZ01415604" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0213163" - } - ], - "dateEndYear": [ - 999 - ], - "updatedAt": 1636094229907, - "publicationStatement": [ - "Buenos Aires : Asociación Argentina de Egresados en Ciencias Políticas, 1985." - ], - "identifier": [ - "urn:bnum:10013199", - "urn:undefined:NNSZ01415604", - "urn:undefined:(WaOLN)nyp0213163" - ], - "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", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], - "placeOfPublication": [ - "Buenos Aires :" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "dimensions": [ - "22 cm." - ] - }, - "sort": [ - "b10013199" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 1, - "max_score": null, - "hits": [ - { - "_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: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" - ], - "uri": "i14747397", - "shelfMark": [ - "JLK 86-206 v. 1" - ], - "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" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "recapCustomerCode": [ - "NA" - ] - }, - "sort": [ - null - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10013321", - "_score": null, - "_source": { - "extent": [ - "5 v. in 1." - ], - "nyplSource": [ - "sierra-nypl" - ], - "subjectLiteral_exploded": [ - "Logic", - "Logic -- Early works to 1800" - ], - "publisherLiteral": [ - "Minerva," - ], - "language": [ - { - "id": "lang:lat", - "label": "Latin" - } - ], - "dateEndString": [ - "1597" - ], - "createdYear": [ - 1965 - ], - "type": [ - "nypl:Item" - ], - "title": [ - "Problemata logica. Marburg 1597." - ], - "shelfMark": [ - "JFB 86-112" - ], - "creatorLiteral": [ - "Goclenius, Rudolph, 1547-1628." - ], - "createdString": [ - "1965" - ], - "idLccn": [ - "68110653" - ], - "dateStartYear": [ - 1965 - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "JFB 86-112" - }, - { - "type": "nypl:Bnumber", - "value": "10013321" - }, - { - "type": "bf:Lccn", - "value": "68110653" - }, - { - "type": "bf:Identifier", - "value": "NNSZ01415735" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0213284" - } - ], - "dateEndYear": [ - 1597 - ], - "updatedAt": 1636123523500, - "publicationStatement": [ - "Frankfurt, Minerva, 1967." - ], - "identifier": [ - "urn:bnum:10013321", - "urn:lccn:68110653", - "urn:undefined:NNSZ01415735", - "urn:undefined:(WaOLN)nyp0213284" - ], - "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" - ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], - "placeOfPublication": [ - "Frankfurt," - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "dimensions": [ - "15 cm." - ] - }, - "sort": [ - "b10013321" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 1, - "max_score": null, - "hits": [ - { - "_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: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" - ], - "uri": "i10006744", - "shelfMark": [ - "JFB 86-112" - ], - "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" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "recapCustomerCode": [ - "NA" - ] - }, - "sort": [ - null - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10013473", - "_score": null, - "_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 - ], - "type": [ - "nypl:Item" - ], - "title": [ - "La perspective speculative, et pratique ou sont demonstrez les fondemens de cet art, & de tout ce qui en a esté enseigné jusqu'ā present ..." - ], - "shelfMark": [ - "*ZM-189" - ], - "numItemVolumesParsed": [ - 0 - ], - "creatorLiteral": [ - "Aleaume, Jacques, -approximately 1627." - ], - "createdString": [ - "1643" - ], - "numElectronicResources": [ - 0 - ], - "dateStartYear": [ - 1643 - ], - "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" - } - ], - "idOclc": [ - "NYPG014000922-B" - ], - "updatedAt": 1683684587377, - "publicationStatement": [ - "Paris : M. Tavernier, 1643." - ], - "identifier": [ - "urn:bnum:10013473", - "urn:oclc:NYPG014000922-B", - "urn:undefined:NNSZ01415893", - "urn:undefined:(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", - "numItems": [ - 2 - ], - "numAvailable": [ - 2 - ], - "placeOfPublication": [ - "Paris" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "dimensions": [ - "28 cm." - ] - }, - "sort": [ - "b10013473" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 2, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:u||Supervised use" - ], - "identifier": [ - "urn:barcode:33433090700216" - ], - "physicalLocation": [ - "3-MBF (Aleaume, J. Perspective speculative, et pratique)" - ], - "shelfMark_sort": "a3-MBF (Aleaume, J. Perspective speculative, et pratique)", - "m2CustomerCode": [ - "XG" - ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "accessMessage": [ - { - "id": "accessMessage:u", - "label": "Supervised use" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i10006752", - "shelfMark": [ - "3-MBF (Aleaume, J. Perspective speculative, et pratique)" - ], - "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": [ - false - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ - { - "id": "loc:mab98", - "label": "Schwarzman Building M2 - Art and Architecture Room 300" - } - ], - "formatLiteral": [ - "Text" - ] - }, - "sort": [ - null - ] - }, - { - "_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: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" - ], - "uri": "i10006750", - "shelfMark": [ - "*ZM-189" - ], - "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" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ - { - "id": "loc:rcmi2", - "label": "Offsite" - } - ], - "recapCustomerCode": [ - "NA" - ], - "formatLiteral": [ - "Text" - ] - }, - "sort": [ - null - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10013537", - "_score": null, - "_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 -- Administration", - "France -- Administration -- Early works to 1800" - ], - "publisherLiteral": [ - "De l'Imprimerie nationale" - ], - "language": [ - { - "id": "lang:fre", - "label": "French" - } - ], - "createdYear": [ - 1791 - ], - "type": [ - "nypl:Item" - ], - "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." - ], - "shelfMark": [ - "Sc Rare C 86-7" - ], - "creatorLiteral": [ - "Ducos, Jean François, 1765-1793." - ], - "createdString": [ - "1791" - ], - "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." - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Sc Rare C 86-7" - }, - { - "type": "nypl:Bnumber", - "value": "10013537" - }, - { - "type": "bf:Identifier", - "value": "NNSZ01415958" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0213499" - } - ], - "updatedAt": 1654777211240, - "publicationStatement": [ - "A Paris : De l'Imprimerie nationale, 1791." - ], - "identifier": [ - "urn:bnum:10013537", - "urn:undefined:NNSZ01415958", - "urn:undefined:(WaOLN)nyp0213499" - ], - "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 -- 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", - "numItems": [ - 2 - ], - "numAvailable": [ - 1 - ], - "placeOfPublication": [ - "A Paris" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "dimensions": [ - "20 cm." - ] - }, - "sort": [ - "b10013537" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 1, - "max_score": 1, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": 1, - "_source": { - "uri": "i10013537-e", - "electronicLocator": [ - { - "url": "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=Opinion+de+Jean-François+Ducos+sur+l'exécution+provisoire+du+concordat,+and+des+arrêtés+de+l'Assemblée+coloniale+confirmatifs+de+cet+accord+:+imprimée+par+ordre+de+l'Assemblée+nationale.&Site=SCHRB&CallNumber=Sc+Rare+C+86-7&Author=Ducos,+Jean+François,&ItemPlace=A+Paris+:&ItemPublisher=De+l'Imprimerie+nationale,&Date=1791.&ItemInfo3=https://catalog.nypl.org/record=b10013537&ReferenceNumber=b100135377&ItemInfo1=USE+IN+LIBRARY&ItemNumber=33433036927121&ItemISxN=i11901189x&Genre=Book-text&Location=Schomburg+Center", - "label": "Request Access to Special Collections Material" - } - ], - "shelfMark_sort": "bi10013537-e" - } - } - ] - } - }, - "items": { - "hits": { - "total": 1, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i11901189", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1116", - "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" - } - ], - "owner_packed": [ - "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "holdingLocation": [ - { - "id": "loc:scdd2", - "label": "Schomburg Center - Manuscripts & Archives" - } - ], - "holdingLocation_packed": [ - "loc:scdd2||Schomburg Center - Manuscripts & Archives" - ], - "shelfMark": [ - "Sc Rare C 86-7" - ], - "identifierV2": [ - { - "value": "Sc Rare C 86-7", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433036927121" - } - ], - "physicalLocation": [ - "Sc Rare C 86-7" - ], - "identifier": [ - "urn:barcode:33433036927121" - ], - "idBarcode": [ - "33433036927121" - ], - "requestable": [ - false - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "aeonUrl": [ - "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=Opinion+de+Jean-François+Ducos+sur+l'exécution+provisoire+du+concordat,+and+des+arrêtés+de+l'Assemblée+coloniale+confirmatifs+de+cet+accord+:+imprimée+par+ordre+de+l'Assemblée+nationale.&Site=SCHRB&CallNumber=Sc+Rare+C+86-7&Author=Ducos,+Jean+François,&ItemPlace=A+Paris+:&ItemPublisher=De+l'Imprimerie+nationale,&Date=1791.&ItemInfo3=https://catalog.nypl.org/record=b10013537&ReferenceNumber=b100135377&ItemInfo1=USE+IN+LIBRARY&ItemNumber=33433036927121&ItemISxN=i11901189x&Genre=Book-text&Location=Schomburg+Center" - ], - "shelfMark_sort": "aSc Rare C 86-000007" - }, - "sort": [ - null - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10013539", - "_score": null, - "_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" - ], - "publisherLiteral": [ - "de le Imprimerie de L.-P. Couret, rue Christine, no. 2" - ], - "language": [ - { - "id": "lang:fre", - "label": "French" - } - ], - "createdYear": [ - 1792 - ], - "type": [ - "nypl:Item" - ], - "title": [ - "De l'état actuel de la marine et des colonies" - ], - "shelfMark": [ - "Sc Rare C 86-4" - ], - "creatorLiteral": [ - "Brasseur." - ], - "createdString": [ - "1792" - ], - "contributorLiteral": [ - "Couret de Villeneuve, Louis-Pierre, 1749-1806" - ], - "dateStartYear": [ - 1792 - ], - "donor": [ - "Home to Harlem Project funded by the Andrew W. Mellon Foundation." - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Sc Rare C 86-4" - }, - { - "type": "nypl:Bnumber", - "value": "10013539" - }, - { - "type": "bf:Identifier", - "value": "NNSZ01415960" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0213501" - } - ], - "updatedAt": 1654777211068, - "publicationStatement": [ - "A Paris : de le Imprimerie de L.-P. Couret, rue Christine, no. 2, 1792." - ], - "identifier": [ - "urn:bnum:10013539", - "urn:undefined:NNSZ01415960", - "urn:undefined:(WaOLN)nyp0213501" - ], - "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", - "numItems": [ - 2 - ], - "numAvailable": [ - 1 - ], - "placeOfPublication": [ - "A Paris" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "dimensions": [ - "20 cm." - ] - }, - "sort": [ - "b10013539" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 1, - "max_score": 1, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": 1, - "_source": { - "uri": "i10013539-e", - "electronicLocator": [ - { - "url": "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=De+l'état+actuel+de+la+marine+et+des+colonies+/&Site=SCHRB&CallNumber=Sc+Rare+C+86-4&Author=Brasseur.&ItemPlace=A+Paris+:&ItemPublisher=de+le+Imprimerie+de+L.-P.+Couret,+rue+Christine,+no.+2,&Date=1792.&ItemInfo3=https://catalog.nypl.org/record=b10013539&ReferenceNumber=b100135390&ItemInfo1=USE+IN+LIBRARY&ItemNumber=33433036927147&ItemISxN=i119011918&Genre=Book-text&Location=Schomburg+Center", - "label": "Request Access to Special Collections Material" - } - ], - "shelfMark_sort": "bi10013539-e" - } - } - ] - } - }, - "items": { - "hits": { - "total": 1, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i11901191", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1116", - "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" - } - ], - "owner_packed": [ - "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "holdingLocation": [ - { - "id": "loc:scdd2", - "label": "Schomburg Center - Manuscripts & Archives" - } - ], - "holdingLocation_packed": [ - "loc:scdd2||Schomburg Center - Manuscripts & Archives" - ], - "shelfMark": [ - "Sc Rare C 86-4" - ], - "identifierV2": [ - { - "value": "Sc Rare C 86-4", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433036927147" - } - ], - "physicalLocation": [ - "Sc Rare C 86-4" - ], - "identifier": [ - "urn:barcode:33433036927147" - ], - "idBarcode": [ - "33433036927147" - ], - "requestable": [ - false - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "aeonUrl": [ - "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=De+l'état+actuel+de+la+marine+et+des+colonies+/&Site=SCHRB&CallNumber=Sc+Rare+C+86-4&Author=Brasseur.&ItemPlace=A+Paris+:&ItemPublisher=de+le+Imprimerie+de+L.-P.+Couret,+rue+Christine,+no.+2,&Date=1792.&ItemInfo3=https://catalog.nypl.org/record=b10013539&ReferenceNumber=b100135390&ItemInfo1=USE+IN+LIBRARY&ItemNumber=33433036927147&ItemISxN=i119011918&Genre=Book-text&Location=Schomburg+Center" - ], - "shelfMark_sort": "aSc Rare C 86-000004" - }, - "sort": [ - null - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10013540", - "_score": null, - "_source": { - "extent": [ - "7 p. ;" - ], - "nyplSource": [ - "sierra-nypl" - ], - "subjectLiteral_exploded": [ - "Haiti", - "Haiti -- History", - "Haiti -- History -- Revolution, 1791-1804", - "Haiti -- History -- Revolution, 1791-1804 -- Sources" - ], - "publisherLiteral": [ - "De l'Impr. de P.F. Didot le jeune" - ], - "language": [ - { - "id": "lang:fre", - "label": "French" - } - ], - "createdYear": [ - 1791 - ], - "type": [ - "nypl:Item" - ], - "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." - ], - "shelfMark": [ - "Sc Rare C 86-3" - ], - "creatorLiteral": [ - "Saint-Domingue. Assemblée générale Commissaires." - ], - "createdString": [ - "1791" - ], - "contributorLiteral": [ - "France. Assemblée nationale législative (1791-1792)" - ], - "dateStartYear": [ - 1791 - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Sc Rare C 86-3" - }, - { - "type": "nypl:Bnumber", - "value": "10013540" - }, - { - "type": "bf:Identifier", - "value": "NNSZ01415961" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0213502" - } - ], - "updatedAt": 1654777211240, - "publicationStatement": [ - "[Paris?] : De l'Impr. de P.F. Didot le jeune, [1791?]" - ], - "identifier": [ - "urn:bnum:10013540", - "urn:undefined:NNSZ01415961", - "urn:undefined:(WaOLN)nyp0213502" - ], - "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", - "numItems": [ - 2 - ], - "numAvailable": [ - 1 - ], - "placeOfPublication": [ - "[Paris?]" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "dimensions": [ - "20 cm." - ] - }, - "sort": [ - "b10013540" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 1, - "max_score": 1, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": 1, - "_source": { - "uri": "i10013540-e", - "electronicLocator": [ - { - "url": "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&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.&Site=SCHRB&CallNumber=Sc+Rare+C+86-3&Author=Saint-Domingue.&ItemPlace=[Paris?]+:&ItemPublisher=De+l'Impr.+de+P.F.+Didot+le+jeune,&Date=[1791?]&ItemInfo3=https://catalog.nypl.org/record=b10013540&ReferenceNumber=b100135407&ItemInfo1=USE+IN+LIBRARY&ItemNumber=33433036927154&ItemISxN=i11901192x&Genre=Book-text&Location=Schomburg+Center", - "label": "Request Access to Special Collections Material" - } - ], - "shelfMark_sort": "bi10013540-e" - } - } - ] - } - }, - "items": { - "hits": { - "total": 1, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i11901192", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1116", - "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" - } - ], - "owner_packed": [ - "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "holdingLocation": [ - { - "id": "loc:scdd2", - "label": "Schomburg Center - Manuscripts & Archives" - } - ], - "holdingLocation_packed": [ - "loc:scdd2||Schomburg Center - Manuscripts & Archives" - ], - "shelfMark": [ - "Sc Rare C 86-3" - ], - "identifierV2": [ - { - "value": "Sc Rare C 86-3", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433036927154" - } - ], - "physicalLocation": [ - "Sc Rare C 86-3" - ], - "identifier": [ - "urn:barcode:33433036927154" - ], - "idBarcode": [ - "33433036927154" - ], - "requestable": [ - false - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "aeonUrl": [ - "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&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.&Site=SCHRB&CallNumber=Sc+Rare+C+86-3&Author=Saint-Domingue.&ItemPlace=[Paris?]+:&ItemPublisher=De+l'Impr.+de+P.F.+Didot+le+jeune,&Date=[1791?]&ItemInfo3=https://catalog.nypl.org/record=b10013540&ReferenceNumber=b100135407&ItemInfo1=USE+IN+LIBRARY&ItemNumber=33433036927154&ItemISxN=i11901192x&Genre=Book-text&Location=Schomburg+Center" - ], - "shelfMark_sort": "aSc Rare C 86-000003" - }, - "sort": [ - null - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10013541", - "_score": null, - "_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 -- Administration", - "France -- 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 - ], - "type": [ - "nypl:Item" - ], - "title": [ - "Loi relative aux colonies, & aux moyens d'y appaiser les troubles : Donnée à Paris, le 4 avril 1792. " - ], - "shelfMark": [ - "Sc Rare+ F 82-68" - ], - "numItemVolumesParsed": [ - 0 - ], - "creatorLiteral": [ - "France." - ], - "createdString": [ - "1792" - ], - "numElectronicResources": [ - 1 - ], - "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." - ], - "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" - } - ], - "idOclc": [ - "NYPG014000991-B" - ], - "updatedAt": 1671650997886, - "publicationStatement": [ - "A Niort : Chez Jean-Baptiste Lefranc-Elies, imprimeur de Dép. des Deux Sèvres, 1792." - ], - "identifier": [ - "urn:bnum:10013541", - "urn:oclc:NYPG014000991-B", - "urn:undefined:NNSZ01415962", - "urn:undefined:(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 -- 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", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], - "placeOfPublication": [ - "A Niort" - ], - "titleAlt": [ - "Loi relative aux colonies, et aux moyens d'y appaiser les troubles" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "dimensions": [ - "27 cm." - ] - }, - "sort": [ - "b10013541" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 1, - "max_score": 1, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": 1, - "_source": { - "uri": "i10013541-e", - "electronicLocator": [ - { - "url": "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=Loi+relative+aux+colonies,+and+aux+moyens+d'y+appaiser+les+troubles+:+Donnée+à+Paris,+le+4+avril+1792.+&Site=SCHRB&CallNumber=Sc+Rare%2b+F+82-68&Author=France.&ItemPlace=A+Niort+:&ItemPublisher=Chez+Jean-Baptiste+Lefranc-Elies,+imprimeur+de+Dép.+des+Deux+Sèvres,&Date=1792.&ItemInfo3=https://catalog.nypl.org/record=b10013541&ReferenceNumber=b100135419&ItemInfo1=USE+IN+LIBRARY&ItemNumber=33433036927162&ItemISxN=i119011931&Genre=Book-text&Location=Schomburg+Center", - "label": "Request Access to Special Collections Material" - } - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "bi10013541-e" - } - } - ] - } - }, - "items": { - "hits": { - "total": 1, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i11901193", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1116", - "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" - } - ], - "owner_packed": [ - "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "holdingLocation": [ - { - "id": "loc:scdd2", - "label": "Schomburg Center - Manuscripts & Archives" - } - ], - "holdingLocation_packed": [ - "loc:scdd2||Schomburg Center - Manuscripts & Archives" - ], - "shelfMark": [ - "Sc Rare+ F 82-68" - ], - "identifierV2": [ - { - "value": "Sc Rare+ F 82-68", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433036927162" - } - ], - "physicalLocation": [ - "Sc Rare+ F 82-68" - ], - "identifier": [ - "urn:barcode:33433036927162" - ], - "idBarcode": [ - "33433036927162" - ], - "requestable": [ - false - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "aeonUrl": [ - "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=Loi+relative+aux+colonies,+and+aux+moyens+d'y+appaiser+les+troubles+:+Donnée+à+Paris,+le+4+avril+1792.+&Site=SCHRB&CallNumber=Sc+Rare%2b+F+82-68&Author=France.&ItemPlace=A+Niort+:&ItemPublisher=Chez+Jean-Baptiste+Lefranc-Elies,+imprimeur+de+Dép.+des+Deux+Sèvres,&Date=1792.&ItemInfo3=https://catalog.nypl.org/record=b10013541&ReferenceNumber=b100135419&ItemInfo1=USE+IN+LIBRARY&ItemNumber=33433036927162&ItemISxN=i119011931&Genre=Book-text&Location=Schomburg+Center" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aSc Rare+ F 82-000068" - }, - "sort": [ - null - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10013542", - "_score": null, - "_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 -- Colonies", - "Enslaved persons -- Colonies -- France", - "Enslaved persons -- Colonies -- France -- Early works to 1800", - "Slavery", - "Slavery -- France", - "Slavery -- France -- Colonies", - "Slavery -- France -- Colonies -- Early works to 1800", - "France", - "France -- Administration", - "France -- Administration -- Early works to 1800", - "France -- Politics and government", - "France -- 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" - ], - "type": [ - "nypl:Item" - ], - "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." - ], - "shelfMark": [ - "Sc Rare+ F 82-67" - ], - "numItemVolumesParsed": [ - 0 - ], - "creatorLiteral": [ - "France. Convention nationale." - ], - "createdString": [ - "1794" - ], - "numElectronicResources": [ - 1 - ], - "contributorLiteral": [ - "Veuve Melleville & fils, printer." - ], - "dateStartYear": [ - 1794 - ], - "donor": [ - "Home to Harlem Project funded by the Andrew W. Mellon Foundation." - ], - "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" - } - ], - "idOclc": [ - "NYPG014000992-B" - ], - "dateEndYear": [ - 1795 - ], - "updatedAt": 1679123316618, - "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:bnum:10013542", - "urn:oclc:NYPG014000992-B", - "urn:undefined:NNSZ01415963", - "urn:undefined:(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 -- Colonies -- France -- Early works to 1800.", - "Slavery -- France -- Colonies -- Early works to 1800.", - "France -- Administration -- Early works to 1800.", - "France -- 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", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], - "placeOfPublication": [ - "A Laon" - ], - "titleAlt": [ - "Abolit l'esclavage des Nègres dans les colonies." - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "dimensions": [ - "23 cm." - ] - }, - "sort": [ - "b10013542" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 1, - "max_score": 1, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": 1, - "_source": { - "uri": "i10013542-e", - "electronicLocator": [ - { - "url": "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=Decret+de+la+Convention+nationale,+du+16.e+jour+de+pluviôse,+an+2.e+de+la+République+françoise,+une+and+indivisible,+qui+abolit+l'esclavage+des+Nègres+dans+les+colonies.&Site=SCHRB&CallNumber=Sc+Rare%2b+F+82-67&Author=France.&ItemPlace=A+Laon+:&ItemPublisher=De+l'Imprimerie+de+Veuve+Melleville+and+fils,+imprimeurs+du+Dép.+de+l'Aisne,&Date=An+3+de+la+Républ.+[1794+or+1795]&ItemInfo3=https://catalog.nypl.org/record=b10013542&ReferenceNumber=b100135420&ItemInfo1=USE+IN+LIBRARY&ItemNumber=33433036927170&ItemISxN=i119011943&Genre=Book-text&Location=Schomburg+Center", - "label": "Request Access to Special Collections Material" - } - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "bi10013542-e" - } - } - ] - } - }, - "items": { - "hits": { - "total": 1, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i11901194", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1116", - "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" - } - ], - "owner_packed": [ - "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "holdingLocation": [ - { - "id": "loc:scdd2", - "label": "Schomburg Center - Manuscripts & Archives" - } - ], - "holdingLocation_packed": [ - "loc:scdd2||Schomburg Center - Manuscripts & Archives" - ], - "shelfMark": [ - "Sc Rare+ F 82-67" - ], - "identifierV2": [ - { - "value": "Sc Rare+ F 82-67", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433036927170" - } - ], - "physicalLocation": [ - "Sc Rare+ F 82-67" - ], - "identifier": [ - "urn:barcode:33433036927170" - ], - "idBarcode": [ - "33433036927170" - ], - "requestable": [ - false - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "aeonUrl": [ - "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=Decret+de+la+Convention+nationale,+du+16.e+jour+de+pluviôse,+an+2.e+de+la+République+françoise,+une+and+indivisible,+qui+abolit+l'esclavage+des+Nègres+dans+les+colonies.&Site=SCHRB&CallNumber=Sc+Rare%2b+F+82-67&Author=France.&ItemPlace=A+Laon+:&ItemPublisher=De+l'Imprimerie+de+Veuve+Melleville+and+fils,+imprimeurs+du+Dép.+de+l'Aisne,&Date=An+3+de+la+Républ.+[1794+or+1795]&ItemInfo3=https://catalog.nypl.org/record=b10013542&ReferenceNumber=b100135420&ItemInfo1=USE+IN+LIBRARY&ItemNumber=33433036927170&ItemISxN=i119011943&Genre=Book-text&Location=Schomburg+Center" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aSc Rare+ F 82-000067" - }, - "sort": [ - null - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10013544", - "_score": null, - "_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" - ], - "publisherLiteral": [ - "Por Francisco de Lira, impresor" - ], - "language": [ - { - "id": "lang:spa", - "label": "Spanish" - } - ], - "createdYear": [ - 1627 - ], - "type": [ - "nypl:Item" - ], - "title": [ - "Naturaleza, policia sagrada i profana, costumbres i ritos, disciplina i catechismo evangelico de todos etiopes" - ], - "shelfMark": [ - "Sc Rare F 82-70" - ], - "creatorLiteral": [ - "Sandoval, Alonso de, 1576-1652." - ], - "createdString": [ - "1627" - ], - "dateStartYear": [ - 1627 - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Sc Rare F 82-70" - }, - { - "type": "nypl:Bnumber", - "value": "10013544" - }, - { - "type": "bf:Identifier", - "value": "NNSZ01415965" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0213506" - } - ], - "updatedAt": 1654777211068, - "publicationStatement": [ - "En Sevilla : Por Francisco de Lira, impresor, 1627." - ], - "identifier": [ - "urn:bnum:10013544", - "urn:undefined:NNSZ01415965", - "urn:undefined:(WaOLN)nyp0213506" - ], - "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", - "numItems": [ - 2 - ], - "numAvailable": [ - 1 - ], - "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": [ - "b10013544" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 1, - "max_score": 1, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": 1, - "_source": { - "uri": "i10013544-e", - "electronicLocator": [ - { - "url": "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=Naturaleza,+policia+sagrada+i+profana,+costumbres+i+ritos,+disciplina+i+catechismo+evangelico+de+todos+etiopes+/&Site=SCHRB&CallNumber=Sc+Rare+F+82-70&Author=Sandoval,+Alonso+de,&ItemPlace=En+Sevilla+:&ItemPublisher=Por+Francisco+de+Lira,+impresor,&Date=1627.&ItemInfo3=https://catalog.nypl.org/record=b10013544&ReferenceNumber=b100135444&ItemInfo1=USE+IN+LIBRARY&ItemNumber=33433036927188&ItemISxN=i119011955&Genre=Book-text&Location=Schomburg+Center", - "label": "Request Access to Special Collections Material" - } - ], - "shelfMark_sort": "bi10013544-e" - } - } - ] - } - }, - "items": { - "hits": { - "total": 1, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i11901195", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1116", - "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" - } - ], - "owner_packed": [ - "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "holdingLocation": [ - { - "id": "loc:scdd2", - "label": "Schomburg Center - Manuscripts & Archives" - } - ], - "holdingLocation_packed": [ - "loc:scdd2||Schomburg Center - Manuscripts & Archives" - ], - "shelfMark": [ - "Sc Rare F 82-70" - ], - "identifierV2": [ - { - "value": "Sc Rare F 82-70", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433036927188" - } - ], - "physicalLocation": [ - "Sc Rare F 82-70" - ], - "identifier": [ - "urn:barcode:33433036927188" - ], - "idBarcode": [ - "33433036927188" - ], - "requestable": [ - false - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "aeonUrl": [ - "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=Naturaleza,+policia+sagrada+i+profana,+costumbres+i+ritos,+disciplina+i+catechismo+evangelico+de+todos+etiopes+/&Site=SCHRB&CallNumber=Sc+Rare+F+82-70&Author=Sandoval,+Alonso+de,&ItemPlace=En+Sevilla+:&ItemPublisher=Por+Francisco+de+Lira,+impresor,&Date=1627.&ItemInfo3=https://catalog.nypl.org/record=b10013544&ReferenceNumber=b100135444&ItemInfo1=USE+IN+LIBRARY&ItemNumber=33433036927188&ItemISxN=i119011955&Genre=Book-text&Location=Schomburg+Center" - ], - "shelfMark_sort": "aSc Rare F 82-000070" - }, - "sort": [ - null - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10013584", - "_score": null, - "_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 - ], - "type": [ - "nypl:Item" - ], - "title": [ - "Histoire philosophique et politique des établissemens & du commerce des Européens dans les deux Indes." - ], - "shelfMark": [ - "Sc Rare C 86-2" - ], - "numItemVolumesParsed": [ - 3 - ], - "creatorLiteral": [ - "Raynal, abbé (Guillaume-Thomas-François), 1713-1796." - ], - "createdString": [ - "1770" - ], - "numElectronicResources": [ - 1 - ], - "dateStartYear": [ - 1770 - ], - "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" - } - ], - "idOclc": [ - "NYPG014001035-B" - ], - "updatedAt": 1679335512910, - "publicationStatement": [ - "A Amsterdam : [s.n.], 1770." - ], - "identifier": [ - "urn:bnum:10013584", - "urn:oclc:NYPG014001035-B", - "urn:undefined:NNSZ01416007", - "urn:undefined:(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", - "numItems": [ - 3 - ], - "numAvailable": [ - 3 - ], - "placeOfPublication": [ - "A Amsterdam" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "dimensions": [ - "20 cm." - ] - }, - "sort": [ - "b10013584" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 1, - "max_score": 1, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 3 - }, - "_score": 1, - "_source": { - "uri": "i10013584-e", - "electronicLocator": [ - { - "url": "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=Histoire+philosophique+et+politique+des+établissemens+and+du+commerce+des+Européens+dans+les+deux+Indes.&Site=SCHRB&CallNumber=Sc+Rare+C+86-2&Author=Raynal,&ItemPlace=A+Amsterdam+:&ItemPublisher=[s.n.],&Date=1770.&ItemInfo3=https://catalog.nypl.org/record=b10013584&ReferenceNumber=b100135845&Genre=Book-text&Location=Schomburg+Center", - "label": "Request Access to Special Collections Material" - } - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "bi10013584-e" - } - } - ] - } - }, - "items": { - "hits": { - "total": 3, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 2 - }, - "_score": null, - "_source": { - "uri": "i32196084", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1116", - "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" - } - ], - "owner_packed": [ - "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "holdingLocation": [ - { - "id": "loc:scdd2", - "label": "Schomburg Center - Manuscripts & Archives" - } - ], - "holdingLocation_packed": [ - "loc:scdd2||Schomburg Center - Manuscripts & Archives" - ], - "shelfMark": [ - "Sc Rare C 86-2 v. 6" - ], - "identifierV2": [ - { - "value": "Sc Rare C 86-2 v. 6", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433076137243" - } - ], - "enumerationChronology": [ - "v. 6" - ], - "physicalLocation": [ - "Sc Rare C 86-2" - ], - "identifier": [ - "urn:barcode:33433076137243" - ], - "idBarcode": [ - "33433076137243" - ], - "requestable": [ - false - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "aeonUrl": [ - "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=Histoire+philosophique+et+politique+des+établissemens+and+du+commerce+des+Européens+dans+les+deux+Indes.&Site=SCHRB&CallNumber=Sc+Rare+C+86-2&Author=Raynal,&ItemPlace=A+Amsterdam+:&ItemPublisher=[s.n.],&Date=1770.&ItemInfo3=https://catalog.nypl.org/record=b10013584&ReferenceNumber=b100135845&Genre=Book-text&Location=Schomburg+Center" - ], - "volumeRange": [ - { - "gte": 6, - "lte": 6 - } - ], - "enumerationChronology_sort": [ - " 6-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aSc Rare C 86-2 v. 000006" - }, - "sort": [ - " 6-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "uri": "i32196083", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1116", - "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" - } - ], - "owner_packed": [ - "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "holdingLocation": [ - { - "id": "loc:scdd2", - "label": "Schomburg Center - Manuscripts & Archives" - } - ], - "holdingLocation_packed": [ - "loc:scdd2||Schomburg Center - Manuscripts & Archives" - ], - "shelfMark": [ - "Sc Rare C 86-2 v. 2" - ], - "identifierV2": [ - { - "value": "Sc Rare C 86-2 v. 2", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433076137235" - } - ], - "enumerationChronology": [ - "v. 2" - ], - "physicalLocation": [ - "Sc Rare C 86-2" - ], - "identifier": [ - "urn:barcode:33433076137235" - ], - "idBarcode": [ - "33433076137235" - ], - "requestable": [ - false - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "aeonUrl": [ - "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=Histoire+philosophique+et+politique+des+établissemens+and+du+commerce+des+Européens+dans+les+deux+Indes.&Site=SCHRB&CallNumber=Sc+Rare+C+86-2&Author=Raynal,&ItemPlace=A+Amsterdam+:&ItemPublisher=[s.n.],&Date=1770.&ItemInfo3=https://catalog.nypl.org/record=b10013584&ReferenceNumber=b100135845&Genre=Book-text&Location=Schomburg+Center" - ], - "volumeRange": [ - { - "gte": 2, - "lte": 2 - } - ], - "enumerationChronology_sort": [ - " 2-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aSc Rare C 86-2 v. 000002" - }, - "sort": [ - " 2-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i11901467", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1116", - "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" - } - ], - "owner_packed": [ - "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "holdingLocation": [ - { - "id": "loc:scdd2", - "label": "Schomburg Center - Manuscripts & Archives" - } - ], - "holdingLocation_packed": [ - "loc:scdd2||Schomburg Center - Manuscripts & Archives" - ], - "shelfMark": [ - "Sc Rare C 86-2 v. 1" - ], - "identifierV2": [ - { - "value": "Sc Rare C 86-2 v. 1", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433036927279" - } - ], - "enumerationChronology": [ - "v. 1" - ], - "physicalLocation": [ - "Sc Rare C 86-2" - ], - "identifier": [ - "urn:barcode:33433036927279" - ], - "idBarcode": [ - "33433036927279" - ], - "requestable": [ - false - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "aeonUrl": [ - "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=Histoire+philosophique+et+politique+des+établissemens+and+du+commerce+des+Européens+dans+les+deux+Indes.&Site=SCHRB&CallNumber=Sc+Rare+C+86-2&Author=Raynal,&ItemPlace=A+Amsterdam+:&ItemPublisher=[s.n.],&Date=1770.&ItemInfo3=https://catalog.nypl.org/record=b10013584&ReferenceNumber=b100135845&Genre=Book-text&Location=Schomburg+Center" - ], - "volumeRange": [ - { - "gte": 1, - "lte": 1 - } - ], - "enumerationChronology_sort": [ - " 1-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aSc Rare C 86-2 v. 000001" - }, - "sort": [ - " 1-" - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10013594", - "_score": null, - "_source": { - "extent": [ - "20 p. ;" - ], - "nyplSource": [ - "sierra-nypl" - ], - "subjectLiteral_exploded": [ - "Slavery", - "Slavery -- West Indies, British", - "Sugar trade", - "Sugar trade -- West Indies, British" - ], - "publisherLiteral": [ - "s.n.]" - ], - "language": [ - { - "id": "lang:eng", - "label": "English" - } - ], - "createdYear": [ - 1792 - ], - "type": [ - "nypl:Item" - ], - "title": [ - "An Address to Her Royal Highness the Dutchess of York, against the use of sugar." - ], - "shelfMark": [ - "Sc Rare+ G 86-31" - ], - "createdString": [ - "1792" - ], - "contributorLiteral": [ - "Frederica Charlotte Ulrica Catherina, Duchess of York, 1767-1820." - ], - "dateStartYear": [ - 1792 - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Sc Rare+ G 86-31" - }, - { - "type": "nypl:Bnumber", - "value": "10013594" - }, - { - "type": "bf:Identifier", - "value": "NNSZ01416017" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0213556" - } - ], - "updatedAt": 1654777212731, - "publicationStatement": [ - "[London? : s.n.], 1792." - ], - "identifier": [ - "urn:bnum:10013594", - "urn:undefined:NNSZ01416017", - "urn:undefined:(WaOLN)nyp0213556" - ], - "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", - "numItems": [ - 2 - ], - "numAvailable": [ - 1 - ], - "placeOfPublication": [ - "[London?" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "dimensions": [ - "21 cm." - ] - }, - "sort": [ - "b10013594" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 1, - "max_score": 1, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": 1, - "_source": { - "uri": "i10013594-e", - "electronicLocator": [ - { - "url": "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=An+Address+to+Her+Royal+Highness+the+Dutchess+of+York,+against+the+use+of+sugar.&Site=SCHRB&CallNumber=Sc+Rare%2b+G+86-31&ItemPlace=[London?+:&ItemPublisher=s.n.],&Date=1792.&ItemInfo3=https://catalog.nypl.org/record=b10013594&ReferenceNumber=b100135948&ItemInfo1=USE+IN+LIBRARY&ItemNumber=33433036927360&ItemISxN=i119014762&Genre=Book-text&Location=Schomburg+Center", - "label": "Request Access to Special Collections Material" - } - ], - "shelfMark_sort": "bi10013594-e" - } - } - ] - } - }, - "items": { - "hits": { - "total": 1, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i11901476", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1116", - "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" - } - ], - "owner_packed": [ - "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "holdingLocation": [ - { - "id": "loc:scdd2", - "label": "Schomburg Center - Manuscripts & Archives" - } - ], - "holdingLocation_packed": [ - "loc:scdd2||Schomburg Center - Manuscripts & Archives" - ], - "shelfMark": [ - "Sc Rare+ G 86-31" - ], - "identifierV2": [ - { - "value": "Sc Rare+ G 86-31", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433036927360" - } - ], - "physicalLocation": [ - "Sc Rare+ G 86-31" - ], - "identifier": [ - "urn:barcode:33433036927360" - ], - "idBarcode": [ - "33433036927360" - ], - "requestable": [ - false - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "aeonUrl": [ - "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&Form=30&Title=An+Address+to+Her+Royal+Highness+the+Dutchess+of+York,+against+the+use+of+sugar.&Site=SCHRB&CallNumber=Sc+Rare%2b+G+86-31&ItemPlace=[London?+:&ItemPublisher=s.n.],&Date=1792.&ItemInfo3=https://catalog.nypl.org/record=b10013594&ReferenceNumber=b100135948&ItemInfo1=USE+IN+LIBRARY&ItemNumber=33433036927360&ItemISxN=i119014762&Genre=Book-text&Location=Schomburg+Center" - ], - "shelfMark_sort": "aSc Rare+ G 86-000031" - }, - "sort": [ - null - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10013625", - "_score": null, - "_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": [ - 0 - ], - "publisherLiteral": [ - "Ningas Corp." - ], - "language": [ - { - "id": "lang:eng", - "label": "English" - } - ], - "numItemsTotal": [ - 1 - ], - "dateEndString": [ - "19" - ], - "createdYear": [ - 1978 - ], - "type": [ - "nypl:Item" - ], - "title": [ - "Ningas." - ], - "shelfMark": [ - "JFM 85-295" - ], - "numItemVolumesParsed": [ - 1 - ], - "createdString": [ - "1978" - ], - "idIssn": [ - "0164-6966" - ], - "numElectronicResources": [ - 0 - ], - "dateStartYear": [ - 1978 - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "JFM 85-295" - }, - { - "type": "nypl:Bnumber", - "value": "10013625" - }, - { - "type": "bf:Issn", - "value": "0164-6966" - }, - { - "type": "nypl:Oclc", - "value": "4417290" - }, - { - "type": "nypl:Oclc", - "value": "4417290" - }, - { - "type": "nypl:Oclc", - "value": "NYPG0144-S" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0213587" - }, - { - "type": "bf:Identifier", - "value": "(OCoLC)4417290" - } - ], - "idOclc": [ - "4417290", - "NYPG0144-S" - ], - "dateEndYear": [ - 19 - ], - "updatedAt": 1669926832642, - "publicationStatement": [ - "New York : Ningas Corp., 1978-" - ], - "identifier": [ - "urn:bnum:10013625", - "urn:issn:0164-6966", - "urn:oclc:4417290", - "urn:oclc:NYPG0144-S", - "urn:undefined:(WaOLN)nyp0213587", - "urn:undefined:(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", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], - "placeOfPublication": [ - "New York" - ], - "issuance": [ - { - "id": "urn:biblevel:s", - "label": "serial" - } - ], - "dimensions": [ - "28 cm." - ] - }, - "sort": [ - "b10013625" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 1, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i10006769", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "JFM 85-295 v. 8 oct 1978- ma y1979" - ], - "identifierV2": [ - { - "value": "JFM 85-295 v. 8 oct 1978- ma y1979", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433005091180" - } - ], - "enumerationChronology": [ - "v. 8 oct 1978- ma y1979" - ], - "physicalLocation": [ - "JFM 85-295" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433005091180" - ], - "idBarcode": [ - "33433005091180" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 8, - "lte": 8 - } - ], - "enumerationChronology_sort": [ - " 8-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aJFM 85-295 v. 000008 oct 1978- ma y1979" - }, - "sort": [ - " 8-" - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10013626", - "_score": null, - "_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": [ - 0 - ], - "publisherLiteral": [ - "[s.n.]" - ], - "language": [ - { - "id": "lang:ita", - "label": "Italian" - } - ], - "numItemsTotal": [ - 1 - ], - "createdYear": [ - 1933 - ], - "dateEndString": [ - "19" - ], - "type": [ - "nypl:Item" - ], - "title": [ - "Quadrante" - ], - "shelfMark": [ - "*ZAN-M114" - ], - "numItemVolumesParsed": [ - 0 - ], - "createdString": [ - "1933" - ], - "numElectronicResources": [ - 0 - ], - "contributorLiteral": [ - "Bontempelli, Massimo, 1878-1960.", - "Bardi, P. M. (Pietro Maria), 1900-" - ], - "dateStartYear": [ - 1933 - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*ZAN-M114" - }, - { - "type": "nypl:Bnumber", - "value": "10013626" - }, - { - "type": "nypl:Oclc", - "value": "NYPG0145-S" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0213588" - } - ], - "idOclc": [ - "NYPG0145-S" - ], - "uniformTitle": [ - "Quadrante (Milan, Italy)" - ], - "dateEndYear": [ - 19 - ], - "updatedAt": 1669925121957, - "publicationStatement": [ - "Milano : [s.n.], 1933-" - ], - "identifier": [ - "urn:bnum:10013626", - "urn:oclc:NYPG0145-S", - "urn:undefined:(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", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], - "placeOfPublication": [ - "Milano" - ], - "issuance": [ - { - "id": "urn:biblevel:s", - "label": "serial" - } - ], - "dimensions": [ - "30 cm." - ] - }, - "sort": [ - "b10013626" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 1, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i30719650", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:6", - "label": "microfilm service copy" - } - ], - "catalogItemType_packed": [ - "catalogItemType:6||microfilm service copy" - ], - "holdingLocation": [ - { - "id": "loc:rcmi2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmi2||Offsite" - ], - "shelfMark": [ - "*ZAN-M114 July 1933-July/Aug. 1935, inc." - ], - "identifierV2": [ - { - "value": "*ZAN-M114 July 1933-July/Aug. 1935, inc.", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433110459025" - } - ], - "enumerationChronology": [ - "July 1933-July/Aug. 1935, inc." - ], - "physicalLocation": [ - "*ZAN-M114" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433110459025" - ], - "idBarcode": [ - "33433110459025" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*ZAN-M114 July 1933-July/Aug. 1935, inc." - }, - "sort": [ - null - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10013628", - "_score": null, - "_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" - }, - { - "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" - ], - "type": [ - "nypl:Item" - ], - "title": [ - "National thrift news" - ], - "shelfMark": [ - "*ZAN-T5363" - ], - "numItemVolumesParsed": [ - 15 - ], - "createdString": [ - "198" - ], - "idLccn": [ - "79005118 /sn" - ], - "idIssn": [ - "0193-287X" - ], - "numElectronicResources": [ - 0 - ], - "dateStartYear": [ - 198 - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*ZAN-T5363" - }, - { - "type": "nypl:Bnumber", - "value": "10013628" - }, - { - "type": "bf:Issn", - "value": "0193-287X" - }, - { - "type": "bf:Lccn", - "value": "79005118 /sn" - }, - { - "type": "nypl:Oclc", - "value": "NYPG0147-S" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0213589" - } - ], - "idOclc": [ - "NYPG0147-S" - ], - "dateEndYear": [ - 1989 - ], - "updatedAt": 1675269962602, - "publicationStatement": [ - "New York : National Thrift News, -1989." - ], - "identifier": [ - "urn:bnum:10013628", - "urn:issn:0193-287X", - "urn:lccn:79005118 /sn", - "urn:oclc:NYPG0147-S", - "urn:undefined:(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", - "numItems": [ - 17 - ], - "numAvailable": [ - 17 - ], - "placeOfPublication": [ - "New York" - ], - "titleAlt": [ - "National thrift news" - ], - "issuance": [ - { - "id": "urn:biblevel:s", - "label": "serial" - } - ], - "dimensions": [ - "43 cm." - ] - }, - "sort": [ - "b10013628" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 17, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 16 - }, - "_score": null, - "_source": { - "uri": "i14747442", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1101", - "label": "General Research Division" - } - ], - "owner_packed": [ - "orgs:1101||General Research Division" - ], - "catalogItemType": [ - { - "id": "catalogItemType:6", - "label": "microfilm service copy" - } - ], - "catalogItemType_packed": [ - "catalogItemType:6||microfilm service copy" - ], - "holdingLocation": [ - { - "id": "loc:mai82", - "label": "Schwarzman Building M1 - Microforms Room 315" - } - ], - "holdingLocation_packed": [ - "loc:mai82||Schwarzman Building M1 - Microforms Room 315" - ], - "shelfMark": [ - "*ZAN-T5363 v. 13, no. 1-27 (Oct. 1988-May 22, 1989)" - ], - "identifierV2": [ - { - "value": "*ZAN-T5363 v. 13, no. 1-27 (Oct. 1988-May 22, 1989)", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433062614056" - } - ], - "enumerationChronology": [ - "v. 13, no. 1-27 (Oct. 1988-May 22, 1989)" - ], - "physicalLocation": [ - "*ZAN-T5363" - ], - "identifier": [ - "urn:barcode:33433062614056" - ], - "idBarcode": [ - "33433062614056" - ], - "requestable": [ - false - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "volumeRange": [ - { - "gte": 13, - "lte": 13 - } - ], - "dateRange": [ - { - "gte": "1988", - "lte": "1989" - } - ], - "enumerationChronology_sort": [ - " 13-1988" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*ZAN-T5363 v. 000013, no. 1-27 (Oct. 1988-May 22, 1989)" - }, - "sort": [ - " 13-1988" - ] - }, - { - "_nested": { - "field": "items", - "offset": 15 - }, - "_score": null, - "_source": { - "uri": "i27646161", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:6", - "label": "microfilm service copy" - } - ], - "catalogItemType_packed": [ - "catalogItemType:6||microfilm service copy" - ], - "holdingLocation": [ - { - "id": "loc:rcmi2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmi2||Offsite" - ], - "shelfMark": [ - "*ZAN-T5363 v. 13, Issue 1-27, Oct. (1988) - May 22 (1989)" - ], - "identifierV2": [ - { - "value": "*ZAN-T5363 v. 13, Issue 1-27, Oct. (1988) - May 22 (1989)", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433093588832" - } - ], - "enumerationChronology": [ - "v. 13, Issue 1-27, Oct. (1988) - May 22 (1989)" - ], - "physicalLocation": [ - "*ZAN-T5363" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433093588832" - ], - "idBarcode": [ - "33433093588832" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 13, - "lte": 13 - } - ], - "dateRange": [ - { - "gte": "1988", - "lte": "1989" - } - ], - "enumerationChronology_sort": [ - " 13-1988" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*ZAN-T5363 v. 000013, Issue 1-27, Oct. (1988) - May 22 (1989)" - }, - "sort": [ - " 13-1988" - ] - }, - { - "_nested": { - "field": "items", - "offset": 14 - }, - "_score": null, - "_source": { - "uri": "i14747445", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1101", - "label": "General Research Division" - } - ], - "owner_packed": [ - "orgs:1101||General Research Division" - ], - "catalogItemType": [ - { - "id": "catalogItemType:6", - "label": "microfilm service copy" - } - ], - "catalogItemType_packed": [ - "catalogItemType:6||microfilm service copy" - ], - "holdingLocation": [ - { - "id": "loc:mai82", - "label": "Schwarzman Building M1 - Microforms Room 315" - } - ], - "holdingLocation_packed": [ - "loc:mai82||Schwarzman Building M1 - Microforms Room 315" - ], - "shelfMark": [ - "*ZAN-T5363 v. 13 (Oct. 3, 1988-May 22, 1989)" - ], - "identifierV2": [ - { - "value": "*ZAN-T5363 v. 13 (Oct. 3, 1988-May 22, 1989)", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433062614098" - } - ], - "enumerationChronology": [ - "v. 13 (Oct. 3, 1988-May 22, 1989)" - ], - "physicalLocation": [ - "*ZAN-T5363" - ], - "identifier": [ - "urn:barcode:33433062614098" - ], - "idBarcode": [ - "33433062614098" - ], - "requestable": [ - false - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "volumeRange": [ - { - "gte": 13, - "lte": 13 - } - ], - "dateRange": [ - { - "gte": "1988", - "lte": "1989" - } - ], - "enumerationChronology_sort": [ - " 13-1988" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*ZAN-T5363 v. 000013 (Oct. 3, 1988-May 22, 1989)" - }, - "sort": [ - " 13-1988" - ] - }, + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10013541", + "_score": null, + "_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": [ + "b10013541" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 1, + "max_score": null, + "hits": [ { "_nested": { "field": "items", - "offset": 13 + "offset": 0 }, "_score": null, "_source": { - "uri": "i27646727", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { - "id": "catalogItemType:6", - "label": "microfilm service copy" + "id": "catalogItemType:2", + "label": "book non-circ" } ], "catalogItemType_packed": [ - "catalogItemType:6||microfilm service copy" + "catalogItemType:2||book non-circ" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:rcmi2", - "label": "Offsite" + "id": "loc:scdd2", + "label": "Schomburg Center - Manuscripts & Archives" } ], "holdingLocation_packed": [ - "loc:rcmi2||Offsite" + "loc:scdd2||Schomburg Center - Manuscripts & Archives" ], - "shelfMark": [ - "*ZAN-T5363 v. 12 Cont., Feb. 1 - Sep. 26 (1988) Incomplete" + "idBarcode": [ + "33433036927162" + ], + "identifier": [ + "urn:shelfmark:Sc Rare+ F 82-68", + "urn:barcode:33433036927162" ], "identifierV2": [ { - "value": "*ZAN-T5363 v. 12 Cont., Feb. 1 - Sep. 26 (1988) Incomplete", + "value": "Sc Rare+ F 82-68", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433093588709" - } - ], - "enumerationChronology": [ - "v. 12 Cont., Feb. 1 - Sep. 26 (1988) Incomplete" - ], - "physicalLocation": [ - "*ZAN-T5363" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433093588709" - ], - "idBarcode": [ - "33433093588709" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 12, - "lte": 12 - } - ], - "dateRange": [ - { - "gte": "1988", - "lte": "1988" - } - ], - "enumerationChronology_sort": [ - " 12-1988" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*ZAN-T5363 v. 000012 Cont., Feb. 1 - Sep. 26 (1988) Incomplete" - }, - "sort": [ - " 12-1988" - ] - }, - { - "_nested": { - "field": "items", - "offset": 12 - }, - "_score": null, - "_source": { - "uri": "i14747444", - "status": [ - { - "id": "status:a", - "label": "Available" + "value": "33433036927162", + "type": "bf:Barcode" } ], - "status_packed": [ - "status:a||Available" - ], "owner": [ { - "id": "orgs:1101", - "label": "General Research Division" + "id": "orgs:1116", + "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" } ], "owner_packed": [ - "orgs:1101||General Research Division" - ], - "catalogItemType": [ - { - "id": "catalogItemType:6", - "label": "microfilm service copy" - } - ], - "catalogItemType_packed": [ - "catalogItemType:6||microfilm service copy" - ], - "holdingLocation": [ - { - "id": "loc:mai82", - "label": "Schwarzman Building M1 - Microforms Room 315" - } - ], - "holdingLocation_packed": [ - "loc:mai82||Schwarzman Building M1 - Microforms Room 315" - ], - "shelfMark": [ - "*ZAN-T5363 v. 12 (cont.) (Feb. 1, 1988-Sep. 26, 1988)" - ], - "identifierV2": [ - { - "value": "*ZAN-T5363 v. 12 (cont.) (Feb. 1, 1988-Sep. 26, 1988)", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433062614080" - } - ], - "enumerationChronology": [ - "v. 12 (cont.) (Feb. 1, 1988-Sep. 26, 1988)" + "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" ], "physicalLocation": [ - "*ZAN-T5363" - ], - "identifier": [ - "urn:barcode:33433062614080" - ], - "idBarcode": [ - "33433062614080" + "Sc Rare+ F 82-68" ], "requestable": [ false ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "volumeRange": [ - { - "gte": 12, - "lte": 12 - } - ], - "dateRange": [ - { - "gte": "1988", - "lte": "1988" - } - ], - "enumerationChronology_sort": [ - " 12-1988" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" + "shelfMark": [ + "Sc Rare+ F 82-68" ], - "shelfMark_sort": "a*ZAN-T5363 v. 000012 (cont.) (Feb. 1, 1988-Sep. 26, 1988)" - }, - "sort": [ - " 12-1988" - ] - }, - { - "_nested": { - "field": "items", - "offset": 11 - }, - "_score": null, - "_source": { - "uri": "i27646717", + "shelfMark_sort": "aSc Rare+ F 82-000068", "status": [ { "id": "status:a", "label": "Available" } ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:6", - "label": "microfilm service copy" - } - ], - "catalogItemType_packed": [ - "catalogItemType:6||microfilm service copy" - ], - "holdingLocation": [ - { - "id": "loc:rcmi2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmi2||Offsite" - ], - "shelfMark": [ - "*ZAN-T5363 v. 11-12, Jan. 8 (1987) - Jan. 25 (1988) Incomplete" - ], - "identifierV2": [ - { - "value": "*ZAN-T5363 v. 11-12, Jan. 8 (1987) - Jan. 25 (1988) Incomplete", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433093588717" - } - ], - "enumerationChronology": [ - "v. 11-12, Jan. 8 (1987) - Jan. 25 (1988) Incomplete" - ], - "physicalLocation": [ - "*ZAN-T5363" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433093588717" - ], - "idBarcode": [ - "33433093588717" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 11, - "lte": 12 - } - ], - "dateRange": [ - { - "gte": "1987", - "lte": "1988" - } - ], - "enumerationChronology_sort": [ - " 11-1987" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*ZAN-T5363 v. 000011-12, Jan. 8 (1987) - Jan. 25 (1988) Incomplete" + "uri": "i11901193", + "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." + ] }, "sort": [ - " 11-1987" + null ] - }, + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10013542", + "_score": null, + "_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": [ + "b10013542" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 1, + "max_score": null, + "hits": [ { "_nested": { "field": "items", - "offset": 10 + "offset": 0 }, "_score": null, "_source": { - "uri": "i14747443", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1101", - "label": "General Research Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1101||General Research Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { - "id": "catalogItemType:6", - "label": "microfilm service copy" + "id": "catalogItemType:2", + "label": "book non-circ" } ], "catalogItemType_packed": [ - "catalogItemType:6||microfilm service copy" + "catalogItemType:2||book non-circ" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:mai82", - "label": "Schwarzman Building M1 - Microforms Room 315" + "id": "loc:scdd2", + "label": "Schomburg Center - Manuscripts & Archives" } ], "holdingLocation_packed": [ - "loc:mai82||Schwarzman Building M1 - Microforms Room 315" + "loc:scdd2||Schomburg Center - Manuscripts & Archives" ], - "shelfMark": [ - "*ZAN-T5363 v. 11-12 (Jun. 8, 1987-Jan. 25, 1988) (inc.)" + "idBarcode": [ + "33433036927170" + ], + "identifier": [ + "urn:shelfmark:Sc Rare+ F 82-67", + "urn:barcode:33433036927170" ], "identifierV2": [ { - "value": "*ZAN-T5363 v. 11-12 (Jun. 8, 1987-Jan. 25, 1988) (inc.)", + "value": "Sc Rare+ F 82-67", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433062614072" + "value": "33433036927170", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "v. 11-12 (Jun. 8, 1987-Jan. 25, 1988) (inc.)" - ], - "physicalLocation": [ - "*ZAN-T5363" + "owner": [ + { + "id": "orgs:1116", + "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + } ], - "identifier": [ - "urn:barcode:33433062614072" + "owner_packed": [ + "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" ], - "idBarcode": [ - "33433062614072" + "physicalLocation": [ + "Sc Rare+ F 82-67" ], "requestable": [ false ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "volumeRange": [ - { - "gte": 11, - "lte": 12 - } + "shelfMark": [ + "Sc Rare+ F 82-67" ], - "dateRange": [ + "shelfMark_sort": "aSc Rare+ F 82-000067", + "status": [ { - "gte": "1987", - "lte": "1988" + "id": "status:a", + "label": "Available" } ], - "enumerationChronology_sort": [ - " 11-1987" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*ZAN-T5363 v. 000011-12 (Jun. 8, 1987-Jan. 25, 1988) (inc.)" + "uri": "i11901194", + "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." + ] }, "sort": [ - " 11-1987" + null ] - }, + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10013544", + "_score": null, + "_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 + ], + "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": [ + "b10013544" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 1, + "max_score": null, + "hits": [ { "_nested": { "field": "items", - "offset": 9 + "offset": 0 }, "_score": null, "_source": { - "uri": "i27646742", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { - "id": "catalogItemType:6", - "label": "microfilm service copy" + "id": "catalogItemType:2", + "label": "book non-circ" } ], "catalogItemType_packed": [ - "catalogItemType:6||microfilm service copy" + "catalogItemType:2||book non-circ" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:rcmi2", - "label": "Offsite" + "id": "loc:scdd2", + "label": "Schomburg Center - Manuscripts & Archives" } ], "holdingLocation_packed": [ - "loc:rcmi2||Offsite" + "loc:scdd2||Schomburg Center - Manuscripts & Archives" ], - "shelfMark": [ - "*ZAN-T5363 v. 10, Dec. 16 (1985) - Aug. 25 (1986) Incomplete" + "idBarcode": [ + "33433036927188" + ], + "identifier": [ + "urn:shelfmark:Sc Rare F 82-70", + "urn:barcode:33433036927188" ], "identifierV2": [ { - "value": "*ZAN-T5363 v. 10, Dec. 16 (1985) - Aug. 25 (1986) Incomplete", + "value": "Sc Rare F 82-70", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433093588667" - } - ], - "enumerationChronology": [ - "v. 10, Dec. 16 (1985) - Aug. 25 (1986) Incomplete" - ], - "physicalLocation": [ - "*ZAN-T5363" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433093588667" - ], - "idBarcode": [ - "33433093588667" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" + "value": "33433036927188", + "type": "bf:Barcode" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ + "owner": [ { - "gte": 10, - "lte": 10 + "id": "orgs:1116", + "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" } ], - "dateRange": [ - { - "gte": "1985", - "lte": "1986" - } + "owner_packed": [ + "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" ], - "enumerationChronology_sort": [ - " 10-1985" + "physicalLocation": [ + "Sc Rare F 82-70" ], - "type": [ - "bf:Item" + "requestable": [ + false ], - "formatLiteral": [ - "Text" + "shelfMark": [ + "Sc Rare F 82-70" ], - "shelfMark_sort": "a*ZAN-T5363 v. 000010, Dec. 16 (1985) - Aug. 25 (1986) Incomplete" - }, - "sort": [ - " 10-1985" - ] - }, - { - "_nested": { - "field": "items", - "offset": 8 - }, - "_score": null, - "_source": { - "uri": "i27646739", + "shelfMark_sort": "aSc Rare F 82-000070", "status": [ { "id": "status:a", @@ -19539,508 +13303,1258 @@ "status_packed": [ "status:a||Available" ], - "owner": [ + "type": [ + "bf:Item" + ], + "uri": "i11901195", + "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." + ] + }, + "sort": [ + null + ] + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10013584", + "_score": null, + "_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": [ + "b10013584" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 3, + "max_score": null, + "hits": [ + { + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { - "id": "catalogItemType:6", - "label": "microfilm service copy" + "id": "catalogItemType:2", + "label": "book non-circ" } ], "catalogItemType_packed": [ - "catalogItemType:6||microfilm service copy" + "catalogItemType:2||book non-circ" + ], + "enumerationChronology": [ + "v. 6" + ], + "enumerationChronology_sort": [ + " 6-" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:rcmi2", - "label": "Offsite" + "id": "loc:scdd2", + "label": "Schomburg Center - Manuscripts & Archives" } ], "holdingLocation_packed": [ - "loc:rcmi2||Offsite" + "loc:scdd2||Schomburg Center - Manuscripts & Archives" ], - "shelfMark": [ - "*ZAN-T5363 v. 9-10, Mar. 4 - Dec. 9 (1985)" + "idBarcode": [ + "33433076137243" + ], + "identifier": [ + "urn:shelfmark:Sc Rare C 86-2 v. 6", + "urn:barcode:33433076137243" ], "identifierV2": [ { - "value": "*ZAN-T5363 v. 9-10, Mar. 4 - Dec. 9 (1985)", + "value": "Sc Rare C 86-2 v. 6", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433093588675" + "value": "33433076137243", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "v. 9-10, Mar. 4 - Dec. 9 (1985)" - ], - "physicalLocation": [ - "*ZAN-T5363" - ], - "recapCustomerCode": [ - "NA" + "owner": [ + { + "id": "orgs:1116", + "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + } ], - "identifier": [ - "urn:barcode:33433093588675" + "owner_packed": [ + "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" ], - "idBarcode": [ - "33433093588675" + "physicalLocation": [ + "Sc Rare C 86-2" ], "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + false ], - "volumeRange": [ - { - "gte": 9, - "lte": 10 - } + "shelfMark": [ + "Sc Rare C 86-2 v. 6" ], - "dateRange": [ + "shelfMark_sort": "aSc Rare C 86-2 v. 000006", + "status": [ { - "gte": "1985", - "lte": "1985" + "id": "status:a", + "label": "Available" } ], - "enumerationChronology_sort": [ - " 9-1985" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" + "volumeRange": [ + { + "gte": 6, + "lte": 6 + } ], - "shelfMark_sort": "a*ZAN-T5363 v. 000009-10, Mar. 4 - Dec. 9 (1985)" + "uri": "i32196084", + "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." + ] }, "sort": [ - " 9-1985" + " 6-" ] }, { "_nested": { "field": "items", - "offset": 7 + "offset": 1 }, "_score": null, "_source": { - "uri": "i27646735", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { - "id": "catalogItemType:6", - "label": "microfilm service copy" + "id": "catalogItemType:2", + "label": "book non-circ" } ], "catalogItemType_packed": [ - "catalogItemType:6||microfilm service copy" + "catalogItemType:2||book non-circ" + ], + "enumerationChronology": [ + "v. 2" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:rcmi2", - "label": "Offsite" + "id": "loc:scdd2", + "label": "Schomburg Center - Manuscripts & Archives" } ], "holdingLocation_packed": [ - "loc:rcmi2||Offsite" + "loc:scdd2||Schomburg Center - Manuscripts & Archives" ], - "shelfMark": [ - "*ZAN-T5363 v. 8-9, July 9 (1984) - Feb. 25 (1985) Incomplete" + "idBarcode": [ + "33433076137235" + ], + "identifier": [ + "urn:shelfmark:Sc Rare C 86-2 v. 2", + "urn:barcode:33433076137235" ], "identifierV2": [ { - "value": "*ZAN-T5363 v. 8-9, July 9 (1984) - Feb. 25 (1985) Incomplete", + "value": "Sc Rare C 86-2 v. 2", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433093588683" + "value": "33433076137235", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "v. 8-9, July 9 (1984) - Feb. 25 (1985) Incomplete" - ], - "physicalLocation": [ - "*ZAN-T5363" - ], - "recapCustomerCode": [ - "NA" + "owner": [ + { + "id": "orgs:1116", + "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + } ], - "identifier": [ - "urn:barcode:33433093588683" + "owner_packed": [ + "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" ], - "idBarcode": [ - "33433093588683" + "physicalLocation": [ + "Sc Rare C 86-2" ], "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + false ], - "volumeRange": [ - { - "gte": 8, - "lte": 9 - } + "shelfMark": [ + "Sc Rare C 86-2 v. 2" ], - "dateRange": [ + "shelfMark_sort": "aSc Rare C 86-2 v. 000002", + "status": [ { - "gte": "1984", - "lte": "1985" + "id": "status:a", + "label": "Available" } ], - "enumerationChronology_sort": [ - " 8-1984" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } ], - "shelfMark_sort": "a*ZAN-T5363 v. 000008-9, July 9 (1984) - Feb. 25 (1985) Incomplete" + "uri": "i32196083", + "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." + ] }, "sort": [ - " 8-1984" + " 2-" ] }, { "_nested": { "field": "items", - "offset": 6 + "offset": 2 }, "_score": null, "_source": { - "uri": "i27646705", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { - "id": "catalogItemType:6", - "label": "microfilm service copy" + "id": "catalogItemType:2", + "label": "book non-circ" } ], "catalogItemType_packed": [ - "catalogItemType:6||microfilm service copy" + "catalogItemType:2||book non-circ" ], - "holdingLocation": [ - { - "id": "loc:rcmi2", - "label": "Offsite" - } + "enumerationChronology": [ + "v. 1" ], - "holdingLocation_packed": [ - "loc:rcmi2||Offsite" + "enumerationChronology_sort": [ + " 1-" ], - "shelfMark": [ - "*ZAN-T5363 v. 8, Oct. 10 (1983) - Jun. 25 (1984) Incomplete" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "value": "*ZAN-T5363 v. 8, Oct. 10 (1983) - Jun. 25 (1984) Incomplete", - "type": "bf:ShelfMark" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433093588915" + "id": "loc:scdd2", + "label": "Schomburg Center - Manuscripts & Archives" } ], - "enumerationChronology": [ - "v. 8, Oct. 10 (1983) - Jun. 25 (1984) Incomplete" - ], - "physicalLocation": [ - "*ZAN-T5363" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433093588915" + "holdingLocation_packed": [ + "loc:scdd2||Schomburg Center - Manuscripts & Archives" ], "idBarcode": [ - "33433093588915" + "33433036927279" ], - "requestable": [ - true + "identifier": [ + "urn:shelfmark:Sc Rare C 86-2 v. 1", + "urn:barcode:33433036927279" ], - "accessMessage": [ + "identifierV2": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "value": "Sc Rare C 86-2 v. 1", + "type": "bf:ShelfMark" + }, + { + "value": "33433036927279", + "type": "bf:Barcode" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ + "owner": [ { - "gte": 8, - "lte": 8 + "id": "orgs:1116", + "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" } ], - "dateRange": [ + "owner_packed": [ + "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" + ], + "physicalLocation": [ + "Sc Rare C 86-2" + ], + "requestable": [ + false + ], + "shelfMark": [ + "Sc Rare C 86-2 v. 1" + ], + "shelfMark_sort": "aSc Rare C 86-2 v. 000001", + "status": [ { - "gte": "1983", - "lte": "1984" + "id": "status:a", + "label": "Available" } ], - "enumerationChronology_sort": [ - " 8-1983" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } ], - "shelfMark_sort": "a*ZAN-T5363 v. 000008, Oct. 10 (1983) - Jun. 25 (1984) Incomplete" + "uri": "i11901467", + "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." + ] }, "sort": [ - " 8-1983" + " 1-" ] - }, + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10013594", + "_score": null, + "_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": [ + "b10013594" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 1, + "max_score": null, + "hits": [ { "_nested": { "field": "items", - "offset": 5 + "offset": 0 }, "_score": null, "_source": { - "uri": "i27646653", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { - "id": "catalogItemType:6", - "label": "microfilm service copy" + "id": "catalogItemType:2", + "label": "book non-circ" } ], "catalogItemType_packed": [ - "catalogItemType:6||microfilm service copy" + "catalogItemType:2||book non-circ" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:rcmi2", - "label": "Offsite" + "id": "loc:scdd2", + "label": "Schomburg Center - Manuscripts & Archives" } ], "holdingLocation_packed": [ - "loc:rcmi2||Offsite" + "loc:scdd2||Schomburg Center - Manuscripts & Archives" ], - "shelfMark": [ - "*ZAN-T5363 v. 6, Feb. 1 - Sep. 20 (1982)" + "idBarcode": [ + "33433036927360" + ], + "identifier": [ + "urn:shelfmark:Sc Rare+ G 86-31", + "urn:barcode:33433036927360" ], "identifierV2": [ { - "value": "*ZAN-T5363 v. 6, Feb. 1 - Sep. 20 (1982)", + "value": "Sc Rare+ G 86-31", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433093588956" + "value": "33433036927360", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1116", + "label": "Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" } ], - "enumerationChronology": [ - "v. 6, Feb. 1 - Sep. 20 (1982)" + "owner_packed": [ + "orgs:1116||Schomburg Center for Research in Black Culture, Manuscripts, Archives and Rare Books Division" ], "physicalLocation": [ - "*ZAN-T5363" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433093588956" - ], - "idBarcode": [ - "33433093588956" + "Sc Rare+ G 86-31" ], "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + false ], - "volumeRange": [ - { - "gte": 6, - "lte": 6 - } + "shelfMark": [ + "Sc Rare+ G 86-31" ], - "dateRange": [ + "shelfMark_sort": "aSc Rare+ G 86-000031", + "status": [ { - "gte": "1982", - "lte": "1982" + "id": "status:a", + "label": "Available" } ], - "enumerationChronology_sort": [ - " 6-1982" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*ZAN-T5363 v. 000006, Feb. 1 - Sep. 20 (1982)" + "uri": "i11901476", + "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." + ] }, "sort": [ - " 6-1982" + null ] - }, + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10013625", + "_score": null, + "_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": [ + "b10013625" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 1, + "max_score": null, + "hits": [ { "_nested": { "field": "items", - "offset": 4 + "offset": 0 }, "_score": null, "_source": { - "uri": "i27646643", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], - "owner": [ + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "gte": "1978", + "lte": "1978" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "enumerationChronology": [ + "v. 8 oct 1978- ma y1979" ], - "catalogItemType": [ - { - "id": "catalogItemType:6", - "label": "microfilm service copy" - } + "enumerationChronology_sort": [ + " 8-1978" ], - "catalogItemType_packed": [ - "catalogItemType:6||microfilm service copy" + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:rcmi2", + "id": "loc:rc2ma", "label": "Offsite" } ], "holdingLocation_packed": [ - "loc:rcmi2||Offsite" + "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*ZAN-T5363 v. 5-6, Sep. 25 (1980) - Jan. 25 (1982)" + "idBarcode": [ + "33433005091180" + ], + "identifier": [ + "urn:shelfmark:JFM 85-295 v. 8 oct 1978- ma y1979", + "urn:barcode:33433005091180" ], "identifierV2": [ { - "value": "*ZAN-T5363 v. 5-6, Sep. 25 (1980) - Jan. 25 (1982)", + "value": "JFM 85-295 v. 8 oct 1978- ma y1979", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433093588824" + "value": "33433005091180", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "v. 5-6, Sep. 25 (1980) - Jan. 25 (1982)" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ - "*ZAN-T5363" + "JFM 85-295" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433093588824" - ], - "idBarcode": [ - "33433093588824" - ], "requestable": [ true ], + "shelfMark": [ + "JFM 85-295 v. 8 oct 1978- ma y1979" + ], + "shelfMark_sort": "aJFM 85-295 v. 000008 oct 1978- ma y1979", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 8, + "lte": 8 + } + ], + "uri": "i10006769" + }, + "sort": [ + " 8-1978" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10013626", + "_score": null, + "_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": [ + "b10013626" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 1, + "max_score": null, + "hits": [ + { + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { "accessMessage": [ { "id": "accessMessage:2", @@ -20050,68 +14564,30 @@ "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "volumeRange": [ + "catalogItemType": [ { - "gte": 5, - "lte": 6 + "id": "catalogItemType:6", + "label": "microfilm service copy" } ], + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" + ], "dateRange": [ { - "gte": "1980", - "lte": "1982" + "gte": "1933", + "lte": "1935" } ], - "enumerationChronology_sort": [ - " 5-1980" + "enumerationChronology": [ + "July 1933-July/Aug. 1935, inc." ], - "type": [ - "bf:Item" + "enumerationChronology_sort": [ + " -1933" ], "formatLiteral": [ "Text" ], - "shelfMark_sort": "a*ZAN-T5363 v. 000005-6, Sep. 25 (1980) - Jan. 25 (1982)" - }, - "sort": [ - " 5-1980" - ] - }, - { - "_nested": { - "field": "items", - "offset": 3 - }, - "_score": null, - "_source": { - "uri": "i27646682", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:6", - "label": "microfilm service copy" - } - ], - "catalogItemType_packed": [ - "catalogItemType:6||microfilm service copy" - ], "holdingLocation": [ { "id": "loc:rcmi2", @@ -20121,73 +14597,260 @@ "holdingLocation_packed": [ "loc:rcmi2||Offsite" ], - "shelfMark": [ - "*ZAN-T5363 v. 3-4, July 5 (1979) - Sep. 22 (1980)" + "idBarcode": [ + "33433110459025" + ], + "identifier": [ + "urn:shelfmark:*ZAN-M114 July 1933-July/Aug. 1935, inc.", + "urn:barcode:33433110459025" ], "identifierV2": [ { - "value": "*ZAN-T5363 v. 3-4, July 5 (1979) - Sep. 22 (1980)", + "value": "*ZAN-M114 July 1933-July/Aug. 1935, inc.", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433093588931" + "value": "33433110459025", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "v. 3-4, July 5 (1979) - Sep. 22 (1980)" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ - "*ZAN-T5363" + "*ZAN-M114" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433093588931" - ], - "idBarcode": [ - "33433093588931" - ], "requestable": [ true ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 3, - "lte": 4 - } + "shelfMark": [ + "*ZAN-M114 July 1933-July/Aug. 1935, inc." ], - "dateRange": [ + "shelfMark_sort": "a*ZAN-M114 July 1933-July/Aug. 1935, inc.", + "status": [ { - "gte": "1979", - "lte": "1980" + "id": "status:a", + "label": "Available" } ], - "enumerationChronology_sort": [ - " 3-1979" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*ZAN-T5363 v. 000003-4, July 5 (1979) - Sep. 22 (1980)" + "uri": "i30719650" }, "sort": [ - " 3-1979" + " -1933" ] - }, + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10013628", + "_score": null, + "_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": [ + "b10013628" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 17, + "max_score": null, + "hits": [ { "_nested": { "field": "items", @@ -20195,24 +14858,14 @@ }, "_score": null, "_source": { - "uri": "i27646662", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -20223,107 +14876,105 @@ "catalogItemType_packed": [ "catalogItemType:6||microfilm service copy" ], + "dateRange": [ + { + "gte": "1988", + "lte": "1989" + } + ], + "enumerationChronology": [ + "v. 13 (Oct. 3, 1988-May 22, 1989)" + ], + "enumerationChronology_sort": [ + " 13-1988" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { - "id": "loc:rcmi2", - "label": "Offsite" + "id": "loc:mai82", + "label": "Schwarzman Building M1 - Microforms Room 315" } ], "holdingLocation_packed": [ - "loc:rcmi2||Offsite" + "loc:mai82||Schwarzman Building M1 - Microforms Room 315" ], - "shelfMark": [ - "*ZAN-T5363 v. 1-3, July 21 (1977) - June 21 (1979)" + "idBarcode": [ + "33433062614098" + ], + "identifier": [ + "urn:shelfmark:*ZAN-T5363 v. 13 (Oct. 3, 1988-May 22, 1989)", + "urn:barcode:33433062614098" ], "identifierV2": [ { - "value": "*ZAN-T5363 v. 1-3, July 21 (1977) - June 21 (1979)", + "value": "*ZAN-T5363 v. 13 (Oct. 3, 1988-May 22, 1989)", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433093588949" + "value": "33433062614098", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "v. 1-3, July 21 (1977) - June 21 (1979)" + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "owner_packed": [ + "orgs:1101||General Research Division" ], "physicalLocation": [ "*ZAN-T5363" ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433093588949" - ], - "idBarcode": [ - "33433093588949" - ], "requestable": [ true ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 1, - "lte": 3 - } + "shelfMark": [ + "*ZAN-T5363 v. 13 (Oct. 3, 1988-May 22, 1989)" ], - "dateRange": [ + "shelfMark_sort": "a*ZAN-T5363 v. 000013 (Oct. 3, 1988-May 22, 1989)", + "status": [ { - "gte": "1977", - "lte": "1979" + "id": "status:a", + "label": "Available" } ], - "enumerationChronology_sort": [ - " 1-1977" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" + "volumeRange": [ + { + "gte": 13, + "lte": 13 + } ], - "shelfMark_sort": "a*ZAN-T5363 v. 000001-3, July 21 (1977) - June 21 (1979)" + "uri": "i14747445" }, "sort": [ - " 1-1977" + " 13-1988" ] }, { "_nested": { "field": "items", - "offset": 0 + "offset": 1 }, "_score": null, "_source": { - "uri": "i27646732", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -20334,6 +14985,21 @@ "catalogItemType_packed": [ "catalogItemType:6||microfilm service copy" ], + "dateRange": [ + { + "gte": "1988", + "lte": "1989" + } + ], + "enumerationChronology": [ + "v. 13, Issue 1-27, Oct. (1988) - May 22 (1989)" + ], + "enumerationChronology_sort": [ + " 13-1988" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rcmi2", @@ -20343,21 +15009,31 @@ "holdingLocation_packed": [ "loc:rcmi2||Offsite" ], - "shelfMark": [ - "*ZAN-T5363 Oct. 3 (1988) - May 22 (1989) Incomplete" + "idBarcode": [ + "33433093588832" + ], + "identifier": [ + "urn:shelfmark:*ZAN-T5363 v. 13, Issue 1-27, Oct. (1988) - May 22 (1989)", + "urn:barcode:33433093588832" ], "identifierV2": [ { - "value": "*ZAN-T5363 Oct. 3 (1988) - May 22 (1989) Incomplete", + "value": "*ZAN-T5363 v. 13, Issue 1-27, Oct. (1988) - May 22 (1989)", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433093588691" + "value": "33433093588832", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "Oct. 3 (1988) - May 22 (1989) Incomplete" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ "*ZAN-T5363" @@ -20365,148 +15041,144 @@ "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433093588691" - ], - "idBarcode": [ - "33433093588691" - ], "requestable": [ true ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "shelfMark": [ + "*ZAN-T5363 v. 13, Issue 1-27, Oct. (1988) - May 22 (1989)" ], - "dateRange": [ + "shelfMark_sort": "a*ZAN-T5363 v. 000013, Issue 1-27, Oct. (1988) - May 22 (1989)", + "status": [ { - "gte": "1988", - "lte": "1989" + "id": "status:a", + "label": "Available" } ], - "enumerationChronology_sort": [ - " -1988" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" + "volumeRange": [ + { + "gte": 13, + "lte": 13 + } ], - "shelfMark_sort": "a*ZAN-T5363 Oct. 3 (1988) - May 22 (1989) Incomplete" + "uri": "i27646161" }, "sort": [ - " -1988" + " 13-1988" ] }, { "_nested": { "field": "items", - "offset": 1 + "offset": 0 }, "_score": null, "_source": { - "uri": "i27646689", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:1", + "label": "Use in library" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], - "owner": [ + "catalogItemType": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "catalogItemType:6", + "label": "microfilm service copy" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" ], - "catalogItemType": [ + "dateRange": [ { - "id": "catalogItemType:6", - "label": "microfilm service copy" + "gte": "1988", + "lte": "1989" } ], - "catalogItemType_packed": [ - "catalogItemType:6||microfilm service copy" + "enumerationChronology": [ + "v. 13, no. 1-27 (Oct. 1988-May 22, 1989)" + ], + "enumerationChronology_sort": [ + " 13-1988" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:rcmi2", - "label": "Offsite" + "id": "loc:mai82", + "label": "Schwarzman Building M1 - Microforms Room 315" } ], "holdingLocation_packed": [ - "loc:rcmi2||Offsite" + "loc:mai82||Schwarzman Building M1 - Microforms Room 315" ], - "shelfMark": [ - "*ZAN-T5363 Sep. 27 (1982) - Sep. 26 (1983) Incomplete" + "idBarcode": [ + "33433062614056" + ], + "identifier": [ + "urn:shelfmark:*ZAN-T5363 v. 13, no. 1-27 (Oct. 1988-May 22, 1989)", + "urn:barcode:33433062614056" ], "identifierV2": [ { - "value": "*ZAN-T5363 Sep. 27 (1982) - Sep. 26 (1983) Incomplete", + "value": "*ZAN-T5363 v. 13, no. 1-27 (Oct. 1988-May 22, 1989)", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433093588923" + "value": "33433062614056", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "Sep. 27 (1982) - Sep. 26 (1983) Incomplete" + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "owner_packed": [ + "orgs:1101||General Research Division" ], "physicalLocation": [ "*ZAN-T5363" ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433093588923" - ], - "idBarcode": [ - "33433093588923" - ], "requestable": [ true ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "shelfMark": [ + "*ZAN-T5363 v. 13, no. 1-27 (Oct. 1988-May 22, 1989)" ], - "dateRange": [ + "shelfMark_sort": "a*ZAN-T5363 v. 000013, no. 1-27 (Oct. 1988-May 22, 1989)", + "status": [ { - "gte": "1982", - "lte": "1983" + "id": "status:a", + "label": "Available" } ], - "enumerationChronology_sort": [ - " -1982" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" + "volumeRange": [ + { + "gte": 13, + "lte": 13 + } ], - "shelfMark_sort": "a*ZAN-T5363 Sep. 27 (1982) - Sep. 26 (1983) Incomplete" + "uri": "i14747442" }, "sort": [ - " -1982" + " 13-1988" ] } ] @@ -20540,7 +15212,7 @@ "Music, Latvian -- Periodicals" ], "numItemDatesParsed": [ - 0 + 1 ], "publisherLiteral": [ "Latvijas muziku biedrība" @@ -20554,18 +15226,18 @@ "numItemsTotal": [ 1 ], - "dateEndString": [ - "19" - ], "createdYear": [ 19 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "19uu" ], "title": [ "Latvijas muzikis" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*ZAN-*Q1241" ], @@ -20573,7 +15245,7 @@ 0 ], "createdString": [ - "19" + "19uu" ], "numElectronicResources": [ 0 @@ -20584,6 +15256,9 @@ "dateStartYear": [ 19 ], + "idOclc": [ + "NYPG0149-S" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -20602,20 +15277,18 @@ "value": "(WaOLN)nyp0213591" } ], - "idOclc": [ - "NYPG0149-S" - ], "dateEndYear": [ 19 ], - "updatedAt": 1670258371750, + "updatedAt": 1711305895118, "publicationStatement": [ "Riga : Latvijas muziku biedrība" ], "identifier": [ + "urn:shelfmark:*ZAN-*Q1241", "urn:bnum:10013630", "urn:oclc:NYPG0149-S", - "urn:undefined:(WaOLN)nyp0213591" + "urn:identifier:(WaOLN)nyp0213591" ], "numCheckinCardItems": [ 0 @@ -20633,7 +15306,7 @@ } ], "dateString": [ - "19" + "19uu" ], "mediaType": [ { @@ -20649,12 +15322,6 @@ "Latvijas muzikis [microform]." ], "uri": "b10013630", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Riga" ], @@ -20691,24 +15358,14 @@ }, "_score": null, "_source": { - "uri": "i30780148", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -20719,6 +15376,21 @@ "catalogItemType_packed": [ "catalogItemType:6||microfilm service copy" ], + "dateRange": [ + { + "gte": "1929", + "lte": "1934" + } + ], + "enumerationChronology": [ + "1929-May 1934" + ], + "enumerationChronology_sort": [ + " -1929" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rcmi2", @@ -20728,8 +15400,12 @@ "holdingLocation_packed": [ "loc:rcmi2||Offsite" ], - "shelfMark": [ - "*ZAN-*Q1241 1929-May 1934" + "idBarcode": [ + "33433110389370" + ], + "identifier": [ + "urn:shelfmark:*ZAN-*Q1241 1929-May 1934", + "urn:barcode:33433110389370" ], "identifierV2": [ { @@ -20737,12 +15413,18 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433110389370" + "value": "33433110389370", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "1929-May 1934" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ "*ZAN-*Q1241" @@ -20750,34 +15432,29 @@ "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433110389370" - ], - "idBarcode": [ - "33433110389370" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*ZAN-*Q1241 1929-May 1934" + ], + "shelfMark_sort": "a*ZAN-*Q1241 1929-May 001934", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*ZAN-*Q1241 1929-May 001934" + "uri": "i30780148" }, "sort": [ - null + " -1929" ] } ] @@ -20820,18 +15497,18 @@ "numItemsTotal": [ 1 ], - "dateEndString": [ - "9999" - ], "createdYear": [ 999 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ "Brainchild." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JFK 81-88" ], @@ -20850,6 +15527,9 @@ "dateStartYear": [ 999 ], + "idOclc": [ + "NYPG015-S" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -20868,20 +15548,18 @@ "value": "(WaOLN)nyp0213593" } ], - "idOclc": [ - "NYPG015-S" - ], "dateEndYear": [ 9999 ], - "updatedAt": 1670011705835, + "updatedAt": 1711114546305, "publicationStatement": [ "[Springfield, Ill. : Brainchild Collective, 197?- ]" ], "identifier": [ + "urn:shelfmark:JFK 81-88", "urn:bnum:10013632", "urn:oclc:NYPG015-S", - "urn:undefined:(WaOLN)nyp0213593" + "urn:identifier:(WaOLN)nyp0213593" ], "numCheckinCardItems": [ 0 @@ -20914,12 +15592,6 @@ "Brainchild." ], "uri": "b10013632", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Springfield, Ill." ], @@ -20956,24 +15628,14 @@ }, "_score": null, "_source": { - "uri": "i10006770", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -20984,6 +15646,15 @@ "catalogItemType_packed": [ "catalogItemType:3||serial" ], + "enumerationChronology": [ + "v. 2-4" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -20993,8 +15664,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "JFK 81-88 v. 2-4" + "idBarcode": [ + "33433005347897" + ], + "identifier": [ + "urn:shelfmark:JFK 81-88 v. 2-4", + "urn:barcode:33433005347897" ], "identifierV2": [ { @@ -21002,12 +15677,18 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433005347897" + "value": "33433005347897", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "v. 2-4" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ "JFK 81-88" @@ -21015,23 +15696,24 @@ "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433005347897" - ], - "idBarcode": [ - "33433005347897" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JFK 81-88 v. 2-4" + ], + "shelfMark_sort": "aJFK 81-88 v. 000002-4", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], "volumeRange": [ { @@ -21039,16 +15721,7 @@ "lte": 4 } ], - "enumerationChronology_sort": [ - " 2-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aJFK 81-88 v. 000002-4" + "uri": "i10006770" }, "sort": [ " 2-" @@ -21062,50 +15735,5 @@ ] } }, - "statusCode": 200, - "headers": { - "date": "Mon, 11 Mar 2024 15:37:02 GMT", - "content-type": "application/json; charset=UTF-8", - "content-length": "293675", - "connection": "keep-alive", - "access-control-allow-origin": "*" - }, - "meta": { - "context": null, - "request": { - "params": { - "method": "POST", - "path": "/resources-2018-04-09/_search", - "body": "{\"from\":0,\"size\":50,\"query\":{\"bool\":{\"filter\":[{\"bool\":{\"should\":[{\"range\":{\"dateStartYear\":{\"lte\":1800}}},{\"range\":{\"dateEndYear\":{\"lte\":1800}}}]}},{\"bool\":{\"should\":[{\"nested\":{\"path\":\"items\",\"query\":{\"bool\":{\"must_not\":[{\"exists\":{\"field\":\"items.electronicLocator\"}}]}},\"inner_hits\":{\"sort\":[{\"items.enumerationChronology_sort\":\"desc\"}],\"size\":\"100\",\"from\":0,\"name\":\"items\"}}},{\"nested\":{\"path\":\"items\",\"query\":{\"exists\":{\"field\":\"items.electronicLocator\"}},\"inner_hits\":{\"name\":\"electronicResources\"}}},{\"match_all\":{}}]}}]}},\"sort\":[\"uri\"],\"_source\":{\"excludes\":[\"uris\",\"*_packed\",\"*_sort\",\"items.*_packed\",\"contentsTitle\",\"items\"]}}", - "querystring": "", - "headers": { - "user-agent": "elasticsearch-js/7.12.0 (darwin 21.6.0-x64; Node.js v18.12.1)", - "x-elastic-client-meta": "es=7.12.0,js=18.12.1,t=7.12.0,hc=18.12.1", - "content-type": "application/json", - "content-length": "638" - }, - "timeout": 30000 - }, - "options": {}, - "id": 44 - }, - "name": "elasticsearch-js", - "connection": { - "url": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "id": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "headers": {}, - "deadCount": 0, - "resurrectTimeout": 0, - "_openRequests": 2, - "status": "alive", - "roles": { - "master": true, - "data": true, - "ingest": true, - "ml": false - } - }, - "attempts": 0, - "aborted": false - } + "statusCode": 200 } \ No newline at end of file diff --git a/test/fixtures/query-9c5eb8e5dedfef7dab293b393216270e.json b/test/fixtures/query-9c5eb8e5dedfef7dab293b393216270e.json deleted file mode 100644 index 7124723b..00000000 --- a/test/fixtures/query-9c5eb8e5dedfef7dab293b393216270e.json +++ /dev/null @@ -1,999 +0,0 @@ -{ - "body": { - "took": 268, - "timed_out": false, - "_shards": { - "total": 3, - "successful": 3, - "failed": 0 - }, - "hits": { - "total": 1, - "max_score": 15.006381, - "hits": [ - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b22144813", - "_score": 15.006381, - "_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": 1697570720189, - "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" - ], - "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" - ] - }, - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 2, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "enumerationChronology": [ - "v.1" - ], - "enumerationChronology_sort": [ - " 1-" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mall1", - "label": "Schwarzman Building - Main Reading Room 315 - Reference" - } - ], - "holdingLocation_packed": [ - "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" - ], - "idBarcode": [ - "3333333333" - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", - "urn:barcode:3333333333" - ], - "identifierV2": [ - { - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", - "type": "bf:ShelfMark" - }, - { - "value": "3333333333", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1101", - "label": "General Research Division" - } - ], - "owner_packed": [ - "orgs:1101||General Research Division" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "requestable": [ - false - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", - "status": [ - { - "id": "status:k", - "label": "Check with staff" - } - ], - "status_packed": [ - "status:k||Check with staff" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 1, - "lte": 1 - } - ], - "uri": "i37857771" - }, - "sort": [ - " 1-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "enumerationChronology": [ - "nothing" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmf2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmf2||Offsite" - ], - "idBarcode": [ - "44455533322211" - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "urn:barcode:44455533322211" - ], - "identifierV2": [ - { - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "type": "bf:ShelfMark" - }, - { - "value": "44455533322211", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1103", - "label": "Dorot Jewish Division" - } - ], - "owner_packed": [ - "orgs:1103||Dorot Jewish Division" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "requestable": [ - true - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i37857772" - }, - "sort": [ - null - ] - } - ] - } - } - } - } - ] - } - }, - "statusCode": 200, - "headers": { - "date": "Mon, 11 Mar 2024 15:37:12 GMT", - "content-type": "application/json; charset=UTF-8", - "content-length": "19778", - "connection": "keep-alive", - "access-control-allow-origin": "*" - }, - "meta": { - "context": null, - "request": { - "params": { - "method": "POST", - "path": "/resources-2018-04-09/_search", - "body": "{\"from\":0,\"size\":50,\"query\":{\"function_score\":{\"query\":{\"bool\":{\"must\":[{\"bool\":{\"should\":[{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"\\\"Standard number \\\\(old RLIN, etc.\\\\) \\\\-\\\\- 035\\\"\",\"default_operator\":\"AND\"}},{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"\\\"\\\"Standard number \\\\(old RLIN, etc.\\\\) \\\\-\\\\- 035\\\"\\\"\",\"default_operator\":\"AND\"}},{\"nested\":{\"path\":\"items\",\"query\":{\"query_string\":{\"fields\":[\"items.shelfMark\"],\"query\":\"\\\"Standard number \\\\(old RLIN, etc.\\\\) \\\\-\\\\- 035\\\"\",\"default_operator\":\"AND\"}}}}]}}],\"filter\":[{\"bool\":{\"should\":[{\"nested\":{\"path\":\"items\",\"query\":{\"bool\":{\"must_not\":[{\"exists\":{\"field\":\"items.electronicLocator\"}}]}},\"inner_hits\":{\"sort\":[{\"items.enumerationChronology_sort\":\"desc\"}],\"size\":\"100\",\"from\":0,\"name\":\"items\"}}},{\"nested\":{\"path\":\"items\",\"query\":{\"exists\":{\"field\":\"items.electronicLocator\"}},\"inner_hits\":{\"name\":\"electronicResources\"}}},{\"match_all\":{}}]}}]}}}},\"min_score\":0.65,\"sort\":[\"_score\"],\"_source\":{\"excludes\":[\"uris\",\"*_packed\",\"*_sort\",\"items.*_packed\",\"contentsTitle\",\"items\"]}}", - "querystring": "", - "headers": { - "user-agent": "elasticsearch-js/7.12.0 (darwin 21.6.0-x64; Node.js v18.12.1)", - "x-elastic-client-meta": "es=7.12.0,js=18.12.1,t=7.12.0,hc=18.12.1", - "content-type": "application/json", - "content-length": "1159" - }, - "timeout": 30000 - }, - "options": {}, - "id": 68 - }, - "name": "elasticsearch-js", - "connection": { - "url": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "id": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "headers": {}, - "deadCount": 0, - "resurrectTimeout": 0, - "_openRequests": 0, - "status": "alive", - "roles": { - "master": true, - "data": true, - "ingest": true, - "ml": false - } - }, - "attempts": 0, - "aborted": false - } -} \ No newline at end of file diff --git a/test/fixtures/query-ce843ff20c8c4b43375099b360db01c5.json b/test/fixtures/query-9d0b3a1f6b8ddaaf526994babb74a51d.json similarity index 83% rename from test/fixtures/query-ce843ff20c8c4b43375099b360db01c5.json rename to test/fixtures/query-9d0b3a1f6b8ddaaf526994babb74a51d.json index 88538ae2..090dd04c 100644 --- a/test/fixtures/query-ce843ff20c8c4b43375099b360db01c5.json +++ b/test/fixtures/query-9d0b3a1f6b8ddaaf526994babb74a51d.json @@ -1,6 +1,6 @@ { "body": { - "took": 568, + "took": 608, "timed_out": false, "_shards": { "total": 3, @@ -8,7 +8,7 @@ "failed": 0 }, "hits": { - "total": 1051220, + "total": 1052591, "max_score": null, "hits": [ { @@ -58,12 +58,12 @@ "createdYear": [ 1985 ], - "type": [ - "nypl:Item" - ], "title": [ "Dante Alighieri 1985 : in memoriam Hermann Gmelin" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JFE 86-3252" ], @@ -76,12 +76,12 @@ "idLccn": [ "86124252" ], - "seriesStatement": [ - "Romanica et comparatistica ; Bd. 4" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Romanica et comparatistica ; Bd. 4" + ], "contributorLiteral": [ "Gmelin, Hermann, 1900-1958.", "Baum, Richard.", @@ -90,6 +90,9 @@ "dateStartYear": [ 1985 ], + "idOclc": [ + "NYPGNYPG-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -103,35 +106,33 @@ "type": "bf:Isbn", "value": "3923721544" }, - { - "type": "bf:Lccn", - "value": "86124252" - }, { "type": "nypl:Oclc", "value": "NYPGNYPG-B" }, + { + "type": "bf:Lccn", + "value": "86124252" + }, { "type": "bf:Identifier", "value": "(WaOLN)nyp0200001" } ], - "idOclc": [ - "NYPGNYPG-B" - ], - "updatedAt": 1687402640360, + "updatedAt": 1711606506102, "publicationStatement": [ "Tübingen : Stauffenburg, c1985." ], + "idIsbn": [ + "3923721544" + ], "identifier": [ + "urn:shelfmark:JFE 86-3252", "urn:bnum:10000002", "urn:isbn:3923721544", - "urn:lccn:86124252", "urn:oclc:NYPGNYPG-B", - "urn:undefined:(WaOLN)nyp0200001" - ], - "idIsbn": [ - "3923721544" + "urn:lccn:86124252", + "urn:identifier:(WaOLN)nyp0200001" ], "numCheckinCardItems": [ 0 @@ -168,29 +169,23 @@ "lccClassification": [ "PQ4390 .D274 1985" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tübingen" ], - "titleAlt": [ - "Dante Alighieri neunzehnhundertfünfundachtzig." - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], - "idIsbn_clean": [ - "3923721544" + "titleAlt": [ + "Dante Alighieri neunzehnhundertfünfundachtzig." ], "dimensions": [ "23 cm." + ], + "idIsbn_clean": [ + "3923721544" ] }, "sort": [ @@ -216,15 +211,14 @@ }, "_score": null, "_source": { - "uri": "i12858031", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:1", + "label": "Use in library" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -235,6 +229,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:mal92", @@ -244,8 +241,12 @@ "holdingLocation_packed": [ "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "shelfMark": [ - "JFE 86-3252" + "idBarcode": [ + "33433046113795" + ], + "identifier": [ + "urn:shelfmark:JFE 86-3252", + "urn:barcode:33433046113795" ], "identifierV2": [ { @@ -253,41 +254,36 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433046113795" + "value": "33433046113795", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "JFE 86-3252" - ], "m2CustomerCode": [ "XF" ], - "identifier": [ - "urn:barcode:33433046113795" - ], - "idBarcode": [ - "33433046113795" + "physicalLocation": [ + "JFE 86-3252" ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JFE 86-3252" + ], + "shelfMark_sort": "aJFE 86-003252", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aJFE 86-003252" + "uri": "i12858031" }, "sort": [ null @@ -337,36 +333,39 @@ "numItemsTotal": [ 1 ], - "dateEndString": [ - "1984" - ], "createdYear": [ 1983 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1984" ], "title": [ "Mānilī va khānah-ʼi Sarīvaylī : du manẓūmah" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OMO 84-1527" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Yūshīj, Nīmā." - ], "createdString": [ "1983" ], + "creatorLiteral": [ + "Yūshīj, Nīmā." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1983 ], + "idOclc": [ + "NYPG001000386-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -389,21 +388,19 @@ "value": "(WaOLN)nyp0200431" } ], - "idOclc": [ - "NYPG001000386-B" - ], "dateEndYear": [ 1984 ], - "updatedAt": 1674870767447, + "updatedAt": 1711284782152, "publicationStatement": [ "Tihrān : Intishārāt-i Amīr Kabīr, 1362 [1983 or 1984]" ], "identifier": [ + "urn:shelfmark:*OMO 84-1527", "urn:bnum:10000432", "urn:oclc:NYPG001000386-B", - "urn:undefined:NNSZ00100386", - "urn:undefined:(WaOLN)nyp0200431" + "urn:identifier:NNSZ00100386", + "urn:identifier:(WaOLN)nyp0200431" ], "numCheckinCardItems": [ 0 @@ -433,12 +430,6 @@ "Mānilī va khānah-ʼi Sarīvaylī : du manẓūmah / az Nīmā yūshīj." ], "uri": "b10000432", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tihrān" ], @@ -478,24 +469,14 @@ }, "_score": null, "_source": { - "uri": "i10000245", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -506,6 +487,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -515,8 +499,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OMO 84-1527" + "idBarcode": [ + "33433001898497" + ], + "identifier": [ + "urn:shelfmark:*OMO 84-1527", + "urn:barcode:33433001898497" ], "identifierV2": [ { @@ -524,41 +512,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001898497" + "value": "33433001898497", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OMO 84-1527" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433001898497" - ], - "idBarcode": [ - "33433001898497" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OMO 84-1527" + ], + "shelfMark_sort": "a*OMO 84-001527", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OMO 84-001527" + "uri": "i10000245" }, "sort": [ null @@ -597,8 +589,11 @@ "Geomorphology", "Geomorphology -- Libya" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "al-Jāmiʻah al-Lībīyah, Kullīyat al-Ādāb," + "al-Jāmiʻah al-Lībīyah, Kullīyat al-Ādāb" ], "language": [ { @@ -606,33 +601,45 @@ "label": "Arabic" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 2 ], "createdYear": [ 1973 ], - "type": [ - "nypl:Item" + "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" ], - "creatorLiteral": [ - "Jawdah, Jawdah Ḥasanayn." + "numItemVolumesParsed": [ + 2 ], "createdString": [ "1973" ], + "creatorLiteral": [ + "Jawdah, Jawdah Ḥasanayn." + ], "idLccn": [ "75960642" ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1973 ], + "idOclc": [ + "NYPG002000748-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -642,6 +649,10 @@ "type": "nypl:Bnumber", "value": "10001333" }, + { + "type": "nypl:Oclc", + "value": "NYPG002000748-B" + }, { "type": "bf:Lccn", "value": "75960642" @@ -658,15 +669,20 @@ "dateEndYear": [ 9999 ], - "updatedAt": 1636070536203, + "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:undefined:NNSZ00201348", - "urn:undefined:(WaOLN)nyp0201331" + "urn:identifier:NNSZ00201348", + "urn:identifier:(WaOLN)nyp0201331" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -699,14 +715,8 @@ "lccClassification": [ "GB440.L5 J38" ], - "numItems": [ - 2 - ], - "numAvailable": [ - 2 - ], "placeOfPublication": [ - "[Binghāzī] :" + "[Binghāzī]" ], "issuance": [ { @@ -737,181 +747,213 @@ { "_nested": { "field": "items", - "offset": 1 + "offset": 0 }, "_score": null, "_source": { - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "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" - ], - "uri": "i10000872", - "shelfMark": [ - "*OFO 82-5116 al-Juzʼān 1-2. v. 2" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OFO 82-5116 al-Juzʼān 1-2. v. 2" - }, + "catalogItemType": [ { - "type": "bf:Barcode", - "value": "33433005586197" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" ], "enumerationChronology": [ "v. 2" ], + "enumerationChronology_sort": [ + " 2-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], "idBarcode": [ "33433005586197" ], + "identifier": [ + "urn:shelfmark:*OFO 82-5116 al-Juzʼān 1-2. v. 2", + "urn:barcode:33433005586197" + ], + "identifierV2": [ + { + "value": "*OFO 82-5116 al-Juzʼān 1-2. v. 2", + "type": "bf:ShelfMark" + }, + { + "value": "33433005586197", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OFO 82-5116 al-Juzʼān 1-2." + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OFO 82-5116 al-Juzʼān 1-2. v. 2" ], + "shelfMark_sort": "a*OFO 82-5116 al-Juzʼān 1-2. v. 000002", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 2, + "lte": 2 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10000872" }, "sort": [ - null + " 2-" ] }, { "_nested": { "field": "items", - "offset": 0 + "offset": 1 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433005586189" - ], - "physicalLocation": [ - "*OFO 82-5116 al-Juzʼān 1-2." + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "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" - } + "enumerationChronology": [ + "v. 1" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 1-" ], - "uri": "i10000871", - "shelfMark": [ - "*OFO 82-5116 al-Juzʼān 1-2. v. 1" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OFO 82-5116 al-Juzʼān 1-2. v. 1" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433005586189" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "enumerationChronology": [ - "v. 1" - ], "idBarcode": [ "33433005586189" ], + "identifier": [ + "urn:shelfmark:*OFO 82-5116 al-Juzʼān 1-2. v. 1", + "urn:barcode:33433005586189" + ], + "identifierV2": [ + { + "value": "*OFO 82-5116 al-Juzʼān 1-2. v. 1", + "type": "bf:ShelfMark" + }, + { + "value": "33433005586189", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OFO 82-5116 al-Juzʼān 1-2." + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OFO 82-5116 al-Juzʼān 1-2. v. 1" ], + "shelfMark_sort": "a*OFO 82-5116 al-Juzʼān 1-2. v. 000001", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 1, + "lte": 1 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10000871" }, "sort": [ - null + " 1-" ] } ] @@ -949,14 +991,17 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Iran", - "Iran -- Gazetteers", "Villages", "Villages -- Iran", - "Villages -- Iran -- Statistics" + "Villages -- Iran -- Statistics", + "Iran", + "Iran -- Gazetteers" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Markaz-i Āmār-i Īrān," + "Markaz-i Āmār-i Īrān" ], "language": [ { @@ -964,33 +1009,45 @@ "label": "Persian" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 11 ], "createdYear": [ 1969 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ "Farhang-i ābādīhā-yi kishvar." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "Map Div. 84-146" ], - "creatorLiteral": [ - "Markaz-i Āmār-i Īrān." + "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", @@ -1000,6 +1057,10 @@ "type": "nypl:Bnumber", "value": "10001657" }, + { + "type": "nypl:Oclc", + "value": "NYPG002001092-B" + }, { "type": "bf:Lccn", "value": "81464564" @@ -1016,15 +1077,20 @@ "dateEndYear": [ 9999 ], - "updatedAt": 1636095534719, + "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:undefined:NNSZ00201692", - "urn:undefined:(WaOLN)nyp0201655" + "urn:identifier:NNSZ00201692", + "urn:identifier:(WaOLN)nyp0201655" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -1048,8 +1114,8 @@ } ], "subjectLiteral": [ - "Iran -- Gazetteers.", - "Villages -- Iran -- Statistics." + "Villages -- Iran -- Statistics.", + "Iran -- Gazetteers." ], "titleDisplay": [ "Farhang-i ābādīhā-yi kishvar." @@ -1058,14 +1124,8 @@ "lccClassification": [ "DS253 .M37" ], - "numItems": [ - 11 - ], - "numAvailable": [ - 11 - ], "placeOfPublication": [ - "Tihrān :" + "Tihrān" ], "issuance": [ { @@ -1102,988 +1162,1414 @@ { "_nested": { "field": "items", - "offset": 10 + "offset": 0 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1106", - "label": "Lionel Pincus and Princess Firyal Map Division" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433057030870" - ], - "physicalLocation": [ - "Map Div. 84-146" + "catalogItemType": [ + { + "id": "catalogItemType:25", + "label": "atlas" + } ], - "shelfMark_sort": "aMap Div. 84-146 v. 000017", "catalogItemType_packed": [ "catalogItemType:25||atlas" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 17" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 17-" ], - "uri": "i13784147", - "shelfMark": [ - "Map Div. 84-146 v. 17" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Map Div. 84-146 v. 17" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433057030870" + "id": "loc:rcmp2", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rcmp2||Offsite" ], - "enumerationChronology": [ - "v. 17" - ], "idBarcode": [ "33433057030870" ], - "owner_packed": [ - "orgs:1106||Lionel Pincus and Princess Firyal Map Division" - ], - "requestable": [ - true + "identifier": [ + "urn:shelfmark:Map Div. 84-146 v. 17", + "urn:barcode:33433057030870" ], - "catalogItemType": [ + "identifierV2": [ { - "id": "catalogItemType:25", - "label": "atlas" + "value": "Map Div. 84-146 v. 17", + "type": "bf:ShelfMark" + }, + { + "value": "33433057030870", + "type": "bf:Barcode" } ], - "status": [ + "owner": [ { - "id": "status:a", - "label": "Available" + "id": "orgs:1106", + "label": "Lionel Pincus and Princess Firyal Map Division" } ], - "holdingLocation": [ - { - "id": "loc:rcmp2", - "label": "Offsite" - } - ], - "recapCustomerCode": [ - "NL" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 9 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1106", - "label": "Lionel Pincus and Princess Firyal Map Division" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433057030862" + "owner_packed": [ + "orgs:1106||Lionel Pincus and Princess Firyal Map Division" ], "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" - ], - "uri": "i13784146", - "shelfMark": [ - "Map Div. 84-146 v. 15" - ], - "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" + "recapCustomerCode": [ + "NL" ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:25", - "label": "atlas" - } + "shelfMark": [ + "Map Div. 84-146 v. 17" ], + "shelfMark_sort": "aMap Div. 84-146 v. 000017", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rcmp2", - "label": "Offsite" + "gte": 17, + "lte": 17 } ], - "recapCustomerCode": [ - "NL" - ] + "uri": "i13784147" }, "sort": [ - null + " 17-" ] }, { "_nested": { "field": "items", - "offset": 8 + "offset": 1 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1106", - "label": "Lionel Pincus and Princess Firyal Map Division" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433057030854" - ], - "physicalLocation": [ - "Map Div. 84-146" + "catalogItemType": [ + { + "id": "catalogItemType:25", + "label": "atlas" + } ], - "shelfMark_sort": "aMap Div. 84-146 v. 000014", "catalogItemType_packed": [ "catalogItemType:25||atlas" ], - "accessMessage": [ + "enumerationChronology": [ + "v. 15" + ], + "enumerationChronology_sort": [ + " 15-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rcmp2", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rcmp2||Offsite" ], - "uri": "i13784145", - "shelfMark": [ - "Map Div. 84-146 v. 14" + "idBarcode": [ + "33433057030862" + ], + "identifier": [ + "urn:shelfmark:Map Div. 84-146 v. 15", + "urn:barcode:33433057030862" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "Map Div. 84-146 v. 14" + "value": "Map Div. 84-146 v. 15", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433057030854" + "value": "33433057030862", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rcmp2||Offsite" - ], - "enumerationChronology": [ - "v. 14" - ], - "idBarcode": [ - "33433057030854" + "owner": [ + { + "id": "orgs:1106", + "label": "Lionel Pincus and Princess Firyal Map Division" + } ], "owner_packed": [ "orgs:1106||Lionel Pincus and Princess Firyal Map Division" ], + "physicalLocation": [ + "Map Div. 84-146" + ], + "recapCustomerCode": [ + "NL" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:25", - "label": "atlas" - } + "shelfMark": [ + "Map Div. 84-146 v. 15" ], + "shelfMark_sort": "aMap Div. 84-146 v. 000015", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rcmp2", - "label": "Offsite" + "gte": 15, + "lte": 15 } ], - "recapCustomerCode": [ - "NL" - ] + "uri": "i13784146" }, "sort": [ - null + " 15-" ] }, { "_nested": { "field": "items", - "offset": 7 + "offset": 2 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1106", - "label": "Lionel Pincus and Princess Firyal Map Division" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433057030847" - ], - "physicalLocation": [ - "Map Div. 84-146" + "catalogItemType": [ + { + "id": "catalogItemType:25", + "label": "atlas" + } ], - "shelfMark_sort": "aMap Div. 84-146 v. 000010", "catalogItemType_packed": [ "catalogItemType:25||atlas" ], - "accessMessage": [ + "enumerationChronology": [ + "v. 14" + ], + "enumerationChronology_sort": [ + " 14-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rcmp2", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rcmp2||Offsite" ], - "uri": "i13784144", - "shelfMark": [ - "Map Div. 84-146 v. 10" + "idBarcode": [ + "33433057030854" + ], + "identifier": [ + "urn:shelfmark:Map Div. 84-146 v. 14", + "urn:barcode:33433057030854" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "Map Div. 84-146 v. 10" + "value": "Map Div. 84-146 v. 14", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433057030847" + "value": "33433057030854", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rcmp2||Offsite" - ], - "enumerationChronology": [ - "v. 10" - ], - "idBarcode": [ - "33433057030847" + "owner": [ + { + "id": "orgs:1106", + "label": "Lionel Pincus and Princess Firyal Map Division" + } ], "owner_packed": [ "orgs:1106||Lionel Pincus and Princess Firyal Map Division" ], + "physicalLocation": [ + "Map Div. 84-146" + ], + "recapCustomerCode": [ + "NL" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:25", - "label": "atlas" - } + "shelfMark": [ + "Map Div. 84-146 v. 14" ], + "shelfMark_sort": "aMap Div. 84-146 v. 000014", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rcmp2", - "label": "Offsite" + "gte": 14, + "lte": 14 } ], - "recapCustomerCode": [ - "NL" - ] + "uri": "i13784145" }, "sort": [ - null + " 14-" ] - }, - { - "_nested": { - "field": "items", - "offset": 6 - }, - "_score": null, + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10001844", + "_score": null, + "_source": { + "extent": [ + "v." + ], + "note": [ + { + "noteType": "Note", + "label": "Added t.p.: The Brahmasūtra Śāṅkarbhāṣya.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Sanskrit.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Vedanta", + "Hindu philosophy" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Chaukhambā Vidyābhavana" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1964 + ], + "dateEndString": [ + "9999" + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Brahmasūtraśāṅkarabhāṣyam. 'Brahmatatvavimarśinī' Hindīvyākhyāsahitam." + ], + "shelfMark": [ + "*OKN 82-2276" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1964" + ], + "creatorLiteral": [ + "Bādarāyaṇa." + ], + "idLccn": [ + "sa 65007118" + ], + "seriesStatement": [ + "Vidyābhavara Saṃskrta granthamālā, 124" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Śaṅkarācārya.", + "Sastri, Hanumanadas, Swami." + ], + "dateStartYear": [ + 1964 + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKN 82-2276" + }, + { + "type": "nypl:Bnumber", + "value": "10001844" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002001282-B" + }, + { + "type": "bf:Lccn", + "value": "sa 65007118" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00201882" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0201842" + } + ], + "idOclc": [ + "NYPG002001282-B" + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711114546305, + "publicationStatement": [ + "Vārāṇasī, Chaukhambā Vidyābhavana [1964-" + ], + "identifier": [ + "urn:shelfmark:*OKN 82-2276", + "urn:bnum:10001844", + "urn:oclc:NYPG002001282-B", + "urn:lccn:sa 65007118", + "urn:identifier:NNSZ00201882", + "urn:identifier:(WaOLN)nyp0201842" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1964" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Vedanta.", + "Hindu philosophy." + ], + "titleDisplay": [ + "Brahmasūtraśāṅkarabhāṣyam. 'Brahmatatvavimarśinī' Hindīvyākhyāsahitam. Vyākhyākāra [sic] Svāmī Hanumānadāsa Shaṭśāstrī. Bhūmikā-lekhaka Vīramaṇi Prasāda Upādhyāya." + ], + "uri": "b10001844", + "lccClassification": [ + "B132.V3 B22" + ], + "placeOfPublication": [ + "Vārāṇasī" + ], + "titleAlt": [ + "Brahmasūtra Śaṅkarbhāṣya." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + "b10001844" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 1, + "max_score": null, + "hits": [ + { + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1106", - "label": "Lionel Pincus and Princess Firyal Map Division" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433057030839" - ], - "physicalLocation": [ - "Map Div. 84-146" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "aMap Div. 84-146 v. 000009", "catalogItemType_packed": [ - "catalogItemType:25||atlas" + "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i13784143", - "shelfMark": [ - "Map Div. 84-146 v. 9" + "idBarcode": [ + "33433058617816" + ], + "identifier": [ + "urn:shelfmark:*OKN 82-2276", + "urn:barcode:33433058617816" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "Map Div. 84-146 v. 9" + "value": "*OKN 82-2276", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433057030839" + "value": "33433058617816", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rcmp2||Offsite" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], - "enumerationChronology": [ - "v. 9" + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], - "idBarcode": [ - "33433057030839" + "physicalLocation": [ + "*OKN 82-2276" ], - "owner_packed": [ - "orgs:1106||Lionel Pincus and Princess Firyal Map Division" + "recapCustomerCode": [ + "NA" ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:25", - "label": "atlas" - } + "shelfMark": [ + "*OKN 82-2276" ], + "shelfMark_sort": "a*OKN 82-002276", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rcmp2", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NL" - ] + "type": [ + "bf:Item" + ], + "uri": "i13784177" }, "sort": [ null ] - }, + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10002118", + "_score": null, + "_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 + ], + "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": [ + "b10002118" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 1, + "max_score": null, + "hits": [ { "_nested": { "field": "items", - "offset": 5 + "offset": 0 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1106", - "label": "Lionel Pincus and Princess Firyal Map Division" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433057030821" - ], - "physicalLocation": [ - "Map Div. 84-146" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "aMap Div. 84-146 v. 000006", "catalogItemType_packed": [ - "catalogItemType:25||atlas" + "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i13784142", - "shelfMark": [ - "Map Div. 84-146 v. 6" + "idBarcode": [ + "33433001997497" + ], + "identifier": [ + "urn:shelfmark:*OFD 82-4488", + "urn:barcode:33433001997497" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "Map Div. 84-146 v. 6" + "value": "*OFD 82-4488", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433057030821" + "value": "33433001997497", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rcmp2||Offsite" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], - "enumerationChronology": [ - "v. 6" + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], - "idBarcode": [ - "33433057030821" + "physicalLocation": [ + "*OFD 82-4488" ], - "owner_packed": [ - "orgs:1106||Lionel Pincus and Princess Firyal Map Division" + "recapCustomerCode": [ + "NA" ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:25", - "label": "atlas" - } + "shelfMark": [ + "*OFD 82-4488" ], + "shelfMark_sort": "a*OFD 82-004488", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rcmp2", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NL" - ] + "type": [ + "bf:Item" + ], + "uri": "i10001459" }, "sort": [ null ] - }, - { - "_nested": { - "field": "items", - "offset": 4 - }, - "_score": null, - "_source": { - "owner": [ + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10002297", + "_score": null, + "_source": { + "extent": [ + "199 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Includes indexes.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Persian.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Iran", + "Iran -- Politics and government", + "Iran -- Politics and government -- 20th century" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Intishārāt-i Firdawsī" + ], + "language": [ + { + "id": "lang:per", + "label": "Persian" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1983 + ], + "dateEndString": [ + "1984" + ], + "title": [ + "Khāṭirāt-i Sayyid Àlī Muḥammad Dawlatābādī : līdir-i Ìtidālīyūn." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OMZ 84-1529" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1983" + ], + "creatorLiteral": [ + "Dawlatābādī, Àlī Muḥammad." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1983 + ], + "idOclc": [ + "NYPG002001746-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OMZ 84-1529" + }, + { + "type": "nypl:Bnumber", + "value": "10002297" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002001746-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00202345" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0202293" + } + ], + "dateEndYear": [ + 1984 + ], + "updatedAt": 1711605782476, + "publicationStatement": [ + "Tihrān : Intishārāt-i Firdawsī, 1362 [1983 or 1984]" + ], + "identifier": [ + "urn:shelfmark:*OMZ 84-1529", + "urn:bnum:10002297", + "urn:oclc:NYPG002001746-B", + "urn:identifier:NNSZ00202345", + "urn:identifier:(WaOLN)nyp0202293" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1983" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Iran -- Politics and government -- 20th century." + ], + "titleDisplay": [ + "Khāṭirāt-i Sayyid Àlī Muḥammad Dawlatābādī : līdir-i Ìtidālīyūn." + ], + "uri": "b10002297", + "placeOfPublication": [ + "Tihrān" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "24 cm." + ] + }, + "sort": [ + "b10002297" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 1, + "max_score": null, + "hits": [ + { + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage": [ { - "id": "orgs:1106", - "label": "Lionel Pincus and Princess Firyal Map Division" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433057030813" - ], - "physicalLocation": [ - "Map Div. 84-146" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "aMap Div. 84-146 v. 000005", "catalogItemType_packed": [ - "catalogItemType:25||atlas" + "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i13784141", - "shelfMark": [ - "Map Div. 84-146 v. 5" + "idBarcode": [ + "33433014539872" + ], + "identifier": [ + "urn:shelfmark:*OMZ 84-1529", + "urn:barcode:33433014539872" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "Map Div. 84-146 v. 5" + "value": "*OMZ 84-1529", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433057030813" + "value": "33433014539872", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rcmp2||Offsite" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], - "enumerationChronology": [ - "v. 5" + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], - "idBarcode": [ - "33433057030813" + "physicalLocation": [ + "*OMZ 84-1529" ], - "owner_packed": [ - "orgs:1106||Lionel Pincus and Princess Firyal Map Division" + "recapCustomerCode": [ + "NA" ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:25", - "label": "atlas" - } + "shelfMark": [ + "*OMZ 84-1529" ], + "shelfMark_sort": "a*OMZ 84-001529", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rcmp2", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NL" - ] + "type": [ + "bf:Item" + ], + "uri": "i10942128" }, "sort": [ null ] - }, - { + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10002303", + "_score": null, + "_source": { + "extent": [ + "280 p. : facsim. ;" + ], + "note": [ + { + "noteType": "Language", + "label": "In Persian.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Political prisoners", + "Political prisoners -- Iran", + "Political prisoners -- Iran -- Biography", + "Iran", + "Iran -- Politics and government", + "Iran -- Politics and government -- 20th century" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Intishārāt-i Haftah" + ], + "language": [ + { + "id": "lang:per", + "label": "Persian" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], + "dateEndString": [ + "1984" + ], + "title": [ + "Panjāh nafar... va sih nafar : asrār-i paydāyish, sāzmān va dastgīrī-i gurūh-i sīyāsī-i 53 nafar kih barā-yi avvalīn bār ifshā mīshavad" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OMZ 84-1538" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1980" + ], + "creatorLiteral": [ + "Khāmahʼī, Anvar." + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1980 + ], + "idOclc": [ + "NYPG002001752-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OMZ 84-1538" + }, + { + "type": "nypl:Bnumber", + "value": "10002303" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002001752-B" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00202351" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0202299" + } + ], + "dateEndYear": [ + 1984 + ], + "updatedAt": 1710974354261, + "publicationStatement": [ + "Tihrān : Intishārāt-i Haftah, [198-?]" + ], + "identifier": [ + "urn:shelfmark:*OMZ 84-1538", + "urn:bnum:10002303", + "urn:oclc:NYPG002001752-B", + "urn:identifier:NNSZ00202351", + "urn:identifier:(WaOLN)nyp0202299" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1980" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Political prisoners -- Iran -- Biography.", + "Iran -- Politics and government -- 20th century." + ], + "titleDisplay": [ + "Panjāh nafar... va sih nafar : asrār-i paydāyish, sāzmān va dastgīrī-i gurūh-i sīyāsī-i 53 nafar kih barā-yi avvalīn bār ifshā mīshavad / khāṭirāt-i Anvar Khāmah'ī." + ], + "uri": "b10002303", + "placeOfPublication": [ + "Tihrān" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + "b10002303" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 1, + "max_score": null, + "hits": [ + { "_nested": { "field": "items", - "offset": 3 + "offset": 0 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1106", - "label": "Lionel Pincus and Princess Firyal Map Division" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433057030805" - ], - "physicalLocation": [ - "Map Div. 84-146" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "aMap Div. 84-146 v. 000004", "catalogItemType_packed": [ - "catalogItemType:25||atlas" + "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i13784140", - "shelfMark": [ - "Map Div. 84-146 v. 4" + "idBarcode": [ + "33433014539880" + ], + "identifier": [ + "urn:shelfmark:*OMZ 84-1538", + "urn:barcode:33433014539880" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "Map Div. 84-146 v. 4" + "value": "*OMZ 84-1538", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433057030805" + "value": "33433014539880", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rcmp2||Offsite" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], - "enumerationChronology": [ - "v. 4" + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], - "idBarcode": [ - "33433057030805" + "physicalLocation": [ + "*OMZ 84-1538" ], - "owner_packed": [ - "orgs:1106||Lionel Pincus and Princess Firyal Map Division" + "recapCustomerCode": [ + "NA" ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:25", - "label": "atlas" - } + "shelfMark": [ + "*OMZ 84-1538" ], + "shelfMark_sort": "a*OMZ 84-001538", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rcmp2", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NL" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 2 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1106", - "label": "Lionel Pincus and Princess Firyal Map Division" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433057030797" - ], - "physicalLocation": [ - "Map Div. 84-146" - ], - "shelfMark_sort": "aMap Div. 84-146 v. 000003", - "catalogItemType_packed": [ - "catalogItemType:25||atlas" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i13784139", - "shelfMark": [ - "Map Div. 84-146 v. 3" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Map Div. 84-146 v. 3" - }, - { - "type": "bf:Barcode", - "value": "33433057030797" - } - ], - "holdingLocation_packed": [ - "loc:rcmp2||Offsite" - ], - "enumerationChronology": [ - "v. 3" - ], - "idBarcode": [ - "33433057030797" - ], - "owner_packed": [ - "orgs:1106||Lionel Pincus and Princess Firyal Map Division" - ], - "requestable": [ - true - ], - "catalogItemType": [ - { - "id": "catalogItemType:25", - "label": "atlas" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ - { - "id": "loc:rcmp2", - "label": "Offsite" - } - ], - "recapCustomerCode": [ - "NL" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1106", - "label": "Lionel Pincus and Princess Firyal Map Division" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433057030789" - ], - "physicalLocation": [ - "Map Div. 84-146" - ], - "shelfMark_sort": "aMap Div. 84-146 v. 000002", - "catalogItemType_packed": [ - "catalogItemType:25||atlas" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i13784138", - "shelfMark": [ - "Map Div. 84-146 v. 2" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Map Div. 84-146 v. 2" - }, - { - "type": "bf:Barcode", - "value": "33433057030789" - } - ], - "holdingLocation_packed": [ - "loc:rcmp2||Offsite" - ], - "enumerationChronology": [ - "v. 2" - ], - "idBarcode": [ - "33433057030789" - ], - "owner_packed": [ - "orgs:1106||Lionel Pincus and Princess Firyal Map Division" - ], - "requestable": [ - true - ], - "catalogItemType": [ - { - "id": "catalogItemType:25", - "label": "atlas" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ - { - "id": "loc:rcmp2", - "label": "Offsite" - } - ], - "recapCustomerCode": [ - "NL" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1106", - "label": "Lionel Pincus and Princess Firyal Map Division" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433057030771" - ], - "physicalLocation": [ - "Map Div. 84-146" - ], - "shelfMark_sort": "aMap Div. 84-146 v. 000001", - "catalogItemType_packed": [ - "catalogItemType:25||atlas" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i13784137", - "shelfMark": [ - "Map Div. 84-146 v. 1" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Map Div. 84-146 v. 1" - }, - { - "type": "bf:Barcode", - "value": "33433057030771" - } - ], - "holdingLocation_packed": [ - "loc:rcmp2||Offsite" - ], - "enumerationChronology": [ - "v. 1" - ], - "idBarcode": [ - "33433057030771" - ], - "owner_packed": [ - "orgs:1106||Lionel Pincus and Princess Firyal Map Division" - ], - "requestable": [ - true - ], - "catalogItemType": [ - { - "id": "catalogItemType:25", - "label": "atlas" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ - { - "id": "loc:rcmp2", - "label": "Offsite" - } - ], - "recapCustomerCode": [ - "NL" - ] + "type": [ + "bf:Item" + ], + "uri": "i10942130" }, "sort": [ null @@ -2097,21 +2583,21 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10001844", + "_id": "b10003134", "_score": null, "_source": { "extent": [ - "v." + "397 p. : ill., port., facsim. ;" ], "note": [ { "noteType": "Note", - "label": "Added t.p.: The Brahmasūtra Śāṅkarbhāṣya.", + "label": "Includes indexes.", "type": "bf:Note" }, { "noteType": "Language", - "label": "In Sanskrit.", + "label": "In Persian.", "type": "bf:Note" } ], @@ -2119,86 +2605,105 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Hindu philosophy", - "Vedanta" + "Statesmen", + "Statesmen -- Iran", + "Statesmen -- Iran -- Biography", + "Iran", + "Iran -- History", + "Iran -- History -- Qajar dynasty, 1794-1925" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Chaukhambā Vidyābhavana" + "Intishārāt-i Amīr Kabīr" ], "language": [ { - "id": "lang:san", - "label": "Sanskrit" + "id": "lang:per", + "label": "Persian" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 1 ], "createdYear": [ - 1964 + 1983 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1984" ], "title": [ - "Brahmasūtraśāṅkarabhāṣyam. 'Brahmatatvavimarśinī' Hindīvyākhyāsahitam." + "Khāṭirāt-i Mumtaḥin al-Dawlah : zindigīnāmah-ʼi Mīrzā Mahdī Khān Mumtaḥin al-Dawlah Shaqāqī" + ], + "type": [ + "nypl:Item" ], "shelfMark": [ - "*OKN 82-2276" + "*OMZ 84-1427" ], - "creatorLiteral": [ - "Bādarāyaṇa." + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1964" + "1983" ], - "idLccn": [ - "sa 65007118" + "creatorLiteral": [ + "Mumtaḥin al-Dawlah Shaqāqī, Mahdī Khān." + ], + "numElectronicResources": [ + 0 ], "seriesStatement": [ - "Vidyābhavara Saṃskrta granthamālā, 124" + "Majmūʻah-ʼi guzashtah-ʼi Īrān dar nivishtah-ʼi pīshīnīyān, 1" ], "contributorLiteral": [ - "Sastri, Hanumanadas, Swami.", - "Śaṅkarācārya." + "Khānshaqāqī, Ḥusaynqulī." ], "dateStartYear": [ - 1964 + 1983 + ], + "idOclc": [ + "NYPG003000589-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OKN 82-2276" + "value": "*OMZ 84-1427" }, { "type": "nypl:Bnumber", - "value": "10001844" + "value": "10003134" }, { - "type": "bf:Lccn", - "value": "sa 65007118" + "type": "nypl:Oclc", + "value": "NYPG003000589-B" }, { "type": "bf:Identifier", - "value": "NNSZ00201882" + "value": "NNSZ00303485" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0201842" + "value": "(WaOLN)nyp0203127" } ], "dateEndYear": [ - 9999 + 1984 ], - "updatedAt": 1636079011965, + "updatedAt": 1711287795510, "publicationStatement": [ - "Vārāṇasī, Chaukhambā Vidyābhavana [1964-" + "Tihrān : Intishārāt-i Amīr Kabīr, 1362 [1983 or 1984]" ], "identifier": [ - "urn:bnum:10001844", - "urn:lccn:sa 65007118", - "urn:undefined:NNSZ00201882", - "urn:undefined:(WaOLN)nyp0201842" + "urn:shelfmark:*OMZ 84-1427", + "urn:bnum:10003134", + "urn:oclc:NYPG003000589-B", + "urn:identifier:NNSZ00303485", + "urn:identifier:(WaOLN)nyp0203127" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -2213,7 +2718,7 @@ } ], "dateString": [ - "1964" + "1983" ], "mediaType": [ { @@ -2222,24 +2727,15 @@ } ], "subjectLiteral": [ - "Hindu philosophy.", - "Vedanta." + "Statesmen -- Iran -- Biography.", + "Iran -- History -- Qajar dynasty, 1794-1925." ], "titleDisplay": [ - "Brahmasūtraśāṅkarabhāṣyam. 'Brahmatatvavimarśinī' Hindīvyākhyāsahitam. Vyākhyākāra [sic] Svāmī Hanumānadāsa Shaṭśāstrī. Bhūmikā-lekhaka Vīramaṇi Prasāda Upādhyāya." - ], - "uri": "b10001844", - "lccClassification": [ - "B132.V3 B22" - ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "Khāṭirāt-i Mumtaḥin al-Dawlah : zindigīnāmah-ʼi Mīrzā Mahdī Khān Mumtaḥin al-Dawlah Shaqāqī / bi-kūshish-i Ḥusaynqulī Khānshaqāqī." ], + "uri": "b10003134", "placeOfPublication": [ - "Vārāṇasī," + "Tihrān" ], "issuance": [ { @@ -2247,15 +2743,12 @@ "label": "monograph/item" } ], - "titleAlt": [ - "Brahmasūtra Śaṅkarbhāṣya." - ], "dimensions": [ - "23 cm." + "24cm." ] }, "sort": [ - "b10001844" + "b10003134" ], "inner_hits": { "electronicResources": { @@ -2277,81 +2770,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433058617816" - ], - "physicalLocation": [ - "*OKN 82-2276" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OKN 82-002276", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i13784177", - "shelfMark": [ - "*OKN 82-2276" + "idBarcode": [ + "33433014539856" + ], + "identifier": [ + "urn:shelfmark:*OMZ 84-1427", + "urn:barcode:33433014539856" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OKN 82-2276" + "value": "*OMZ 84-1427", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058617816" + "value": "33433014539856", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433058617816" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OMZ 84-1427" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OMZ 84-1427" ], + "shelfMark_sort": "a*OMZ 84-001427", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10942159" }, "sort": [ null @@ -2365,84 +2865,113 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10002118", + "_id": "b10003171", "_score": null, "_source": { "extent": [ - "204 p. : ill. ;" + "412 p. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Novel.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Persian.", + "type": "bf:Note" + } ], "nyplSource": [ "sierra-nypl" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Wakālat Nāy," + "Nashr-i Naw" ], "language": [ { - "id": "lang:ara", - "label": "Arabic" + "id": "lang:per", + "label": "Persian" } ], - "dateEndString": [ - "1999" + "numItemsTotal": [ + 1 ], "createdYear": [ - 1900 + 1983 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1984" ], "title": [ - "Awlād bi-al-jumlah" + "Āvāz-i kushtigān" + ], + "type": [ + "nypl:Item" ], "shelfMark": [ - "*OFD 82-4488" + "*OMP 84-2030" ], - "creatorLiteral": [ - "Gilbreth, Frank B. (Frank Bunker), 1911-2001." + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1900" + "1983" ], - "contributorLiteral": [ - "Carey, Ernestine Moller, 1908-", - "Ṭāhā, Aḥmad." + "creatorLiteral": [ + "Baraheni, Reza, 1935-2022." + ], + "numElectronicResources": [ + 0 ], "dateStartYear": [ - 1900 + 1983 + ], + "idOclc": [ + "NYPG003000626-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OFD 82-4488" + "value": "*OMP 84-2030" }, { "type": "nypl:Bnumber", - "value": "10002118" + "value": "10003171" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003000626-B" }, { "type": "bf:Identifier", - "value": "NNSZ00202160" + "value": "NNSZ00303522" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0202114" + "value": "(WaOLN)nyp0203164" } ], - "uniformTitle": [ - "Cheaper by the dozen. Arabic" - ], "dateEndYear": [ - 1999 + 1984 ], - "updatedAt": 1636076222810, + "updatedAt": 1711126645323, "publicationStatement": [ - "Dimashq : Wakālat Nāy, 19--." + "Tihrān : Nashr-i Naw, 1362 [1983 or 1984]" ], "identifier": [ - "urn:bnum:10002118", - "urn:undefined:NNSZ00202160", - "urn:undefined:(WaOLN)nyp0202114" + "urn:shelfmark:*OMP 84-2030", + "urn:bnum:10003171", + "urn:oclc:NYPG003000626-B", + "urn:identifier:NNSZ00303522", + "urn:identifier:(WaOLN)nyp0203164" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -2457,7 +2986,7 @@ } ], "dateString": [ - "1900" + "1983" ], "mediaType": [ { @@ -2466,17 +2995,11 @@ } ], "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", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "Āvāz-i kushtigān / Rizā Barāhinī." ], + "uri": "b10003171", "placeOfPublication": [ - "Dimashq :" + "Tihrān" ], "issuance": [ { @@ -2484,15 +3007,12 @@ "label": "monograph/item" } ], - "titleAlt": [ - "Cheaper by the dozen." - ], "dimensions": [ - "22 cm." + "22cm." ] }, "sort": [ - "b10002118" + "b10003171" ], "inner_hits": { "electronicResources": { @@ -2514,81 +3034,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433001997497" - ], - "physicalLocation": [ - "*OFD 82-4488" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OFD 82-004488", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10001459", - "shelfMark": [ - "*OFD 82-4488" + "idBarcode": [ + "33433013173038" + ], + "identifier": [ + "urn:shelfmark:*OMP 84-2030", + "urn:barcode:33433013173038" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OFD 82-4488" + "value": "*OMP 84-2030", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001997497" + "value": "33433013173038", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433001997497" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OMP 84-2030" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OMP 84-2030" ], + "shelfMark_sort": "a*OMP 84-002030", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10002196" }, "sort": [ null @@ -2602,16 +3129,16 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10002297", + "_id": "b10003179", "_score": null, "_source": { "extent": [ - "199 p. ;" + "101 p. ;" ], "note": [ { "noteType": "Note", - "label": "Includes indexes.", + "label": "Novel.", "type": "bf:Note" }, { @@ -2623,13 +3150,11 @@ "nyplSource": [ "sierra-nypl" ], - "subjectLiteral_exploded": [ - "Iran", - "Iran -- Politics and government", - "Iran -- Politics and government -- 20th century" + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Intishārāt-i Firdawsī," + "Nashr-i Naw" ], "language": [ { @@ -2637,59 +3162,80 @@ "label": "Persian" } ], - "dateEndString": [ - "1984" + "numItemsTotal": [ + 1 ], "createdYear": [ 1983 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1984" ], "title": [ - "Khāṭirāt-i Sayyid Àlī Muḥammad Dawlatābādī : līdir-i Ìtidālīyūn." + "Chāh bih chāh" + ], + "type": [ + "nypl:Item" ], "shelfMark": [ - "*OMZ 84-1529" + "*OMP 84-2039" ], - "creatorLiteral": [ - "Dawlatābādī, Àlī Muḥammad." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1983" ], + "creatorLiteral": [ + "Baraheni, Reza, 1935-2022." + ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1983 ], + "idOclc": [ + "NYPG003000634-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OMZ 84-1529" + "value": "*OMP 84-2039" }, { "type": "nypl:Bnumber", - "value": "10002297" + "value": "10003179" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003000634-B" }, { "type": "bf:Identifier", - "value": "NNSZ00202345" + "value": "NNSZ00303530" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0202293" + "value": "(WaOLN)nyp0203172" } ], "dateEndYear": [ 1984 ], - "updatedAt": 1636109324448, + "updatedAt": 1711119434593, "publicationStatement": [ - "Tihrān : Intishārāt-i Firdawsī, 1362 [1983 or 1984]" + "Tihrān : Nashr-i Naw, 1362 [1983 or 1984]" ], "identifier": [ - "urn:bnum:10002297", - "urn:undefined:NNSZ00202345", - "urn:undefined:(WaOLN)nyp0202293" + "urn:shelfmark:*OMP 84-2039", + "urn:bnum:10003179", + "urn:oclc:NYPG003000634-B", + "urn:identifier:NNSZ00303530", + "urn:identifier:(WaOLN)nyp0203172" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -2712,21 +3258,12 @@ "label": "unmediated" } ], - "subjectLiteral": [ - "Iran -- Politics and government -- 20th century." - ], "titleDisplay": [ - "Khāṭirāt-i Sayyid Àlī Muḥammad Dawlatābādī : līdir-i Ìtidālīyūn." - ], - "uri": "b10002297", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "Chāh bih chāh / Rizā Barāhinī." ], + "uri": "b10003179", "placeOfPublication": [ - "Tihrān :" + "Tihrān" ], "issuance": [ { @@ -2735,11 +3272,11 @@ } ], "dimensions": [ - "24 cm." + "22 cm." ] }, "sort": [ - "b10002297" + "b10003179" ], "inner_hits": { "electronicResources": { @@ -2761,81 +3298,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433014539872" - ], - "physicalLocation": [ - "*OMZ 84-1529" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OMZ 84-001529", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10942128", - "shelfMark": [ - "*OMZ 84-1529" + "idBarcode": [ + "33433013173053" + ], + "identifier": [ + "urn:shelfmark:*OMP 84-2039", + "urn:barcode:33433013173053" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OMZ 84-1529" + "value": "*OMP 84-2039", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433014539872" + "value": "33433013173053", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433014539872" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OMP 84-2039" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OMP 84-2039" ], + "shelfMark_sort": "a*OMP 84-002039", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10002203" }, "sort": [ null @@ -2849,13 +3393,18 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10002303", + "_id": "b10003180", "_score": null, "_source": { "extent": [ - "280 p. : facsim. ;" + "235 p. ;" ], "note": [ + { + "noteType": "Note", + "label": "Cover title.", + "type": "bf:Note" + }, { "noteType": "Language", "label": "In Persian.", @@ -2866,15 +3415,15 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Iran", - "Iran -- Politics and government", - "Iran -- Politics and government -- 20th century", - "Political prisoners", - "Political prisoners -- Iran", - "Political prisoners -- Iran -- Biography" + "Khomeini, Ruhollah", + "Islam and state", + "Islam and state -- Iran" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Intishārāt-i Haftah," + "Org. of Act. Constitutionalist Iranians" ], "language": [ { @@ -2882,59 +3431,80 @@ "label": "Persian" } ], - "dateEndString": [ - "1984" + "numItemsTotal": [ + 1 ], "createdYear": [ 1980 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1989" ], "title": [ - "Panjāh nafar... va sih nafar : asrār-i paydāyish, sāzmān va dastgīrī-i gurūh-i sīyāsī-i 53 nafar kih barā-yi avvalīn bār ifshā mīshavad" + "Qizāvat" + ], + "type": [ + "nypl:Item" ], "shelfMark": [ - "*OMZ 84-1538" + "*OMZ 84-965" ], - "creatorLiteral": [ - "Khāmahʼī, Anvar." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1980" ], + "creatorLiteral": [ + "ʻAbd al-Raḥmān." + ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG003000635-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OMZ 84-1538" + "value": "*OMZ 84-965" }, { "type": "nypl:Bnumber", - "value": "10002303" + "value": "10003180" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003000635-B" }, { "type": "bf:Identifier", - "value": "NNSZ00202351" + "value": "NNSZ00303531" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0202299" + "value": "(WaOLN)nyp0203173" } ], "dateEndYear": [ - 1984 + 1989 ], - "updatedAt": 1636121044994, + "updatedAt": 1711606838617, "publicationStatement": [ - "Tihrān : Intishārāt-i Haftah, [198-?]" + "Los Angeles : Org. of Act. Constitutionalist Iranians, [198-?]" ], "identifier": [ - "urn:bnum:10002303", - "urn:undefined:NNSZ00202351", - "urn:undefined:(WaOLN)nyp0202299" + "urn:shelfmark:*OMZ 84-965", + "urn:bnum:10003180", + "urn:oclc:NYPG003000635-B", + "urn:identifier:NNSZ00303531", + "urn:identifier:(WaOLN)nyp0203173" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -2958,21 +3528,15 @@ } ], "subjectLiteral": [ - "Iran -- Politics and government -- 20th century.", - "Political prisoners -- Iran -- Biography." + "Khomeini, Ruhollah.", + "Islam and state -- Iran." ], "titleDisplay": [ - "Panjāh nafar... va sih nafar : asrār-i paydāyish, sāzmān va dastgīrī-i gurūh-i sīyāsī-i 53 nafar kih barā-yi avvalīn bār ifshā mīshavad / khāṭirāt-i Anvar Khāmah'ī." - ], - "uri": "b10002303", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "Qizāvat / ʻAbd al-Raḥmān..." ], + "uri": "b10003180", "placeOfPublication": [ - "Tihrān :" + "Los Angeles" ], "issuance": [ { @@ -2981,11 +3545,11 @@ } ], "dimensions": [ - "22 cm." + "21 cm." ] }, "sort": [ - "b10002303" + "b10003180" ], "inner_hits": { "electronicResources": { @@ -3007,81 +3571,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433014539880" - ], - "physicalLocation": [ - "*OMZ 84-1538" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OMZ 84-001538", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10942130", - "shelfMark": [ - "*OMZ 84-1538" + "idBarcode": [ + "33433014539666" + ], + "identifier": [ + "urn:shelfmark:*OMZ 84-965", + "urn:barcode:33433014539666" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OMZ 84-1538" + "value": "*OMZ 84-965", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433014539880" + "value": "33433014539666", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433014539880" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OMZ 84-965" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OMZ 84-965" ], + "shelfMark_sort": "a*OMZ 84-000965", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10942161" }, "sort": [ null @@ -3095,21 +3666,26 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10003134", + "_id": "b10003410", "_score": null, "_source": { "extent": [ - "397 p. : ill., port., facsim. ;" + "v. facsims." ], "note": [ { "noteType": "Note", - "label": "Includes indexes.", + "label": "Added t.p.: Imam Ṭaḥāwī's Disagreement of jurists (Ikhtilāf al-fuqahāʼ)", "type": "bf:Note" }, { - "noteType": "Language", - "label": "In Persian.", + "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" } ], @@ -3117,81 +3693,108 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Iran", - "Iran -- History", - "Iran -- History -- Qajar dynasty, 1794-1925", - "Statesmen", - "Statesmen -- Iran", - "Statesmen -- Iran -- Biography" + "Islamic law" ], - "publisherLiteral": [ - "Intishārāt-i Amīr Kabīr," + "numItemDatesParsed": [ + 0 ], "language": [ { - "id": "lang:per", - "label": "Persian" + "id": "lang:ara", + "label": "Arabic" } ], - "dateEndString": [ - "1984" + "numItemsTotal": [ + 1 ], "createdYear": [ - 1983 + 1971 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ - "Khāṭirāt-i Mumtaḥin al-Dawlah : zindigīnāmah-ʼi Mīrzā Mahdī Khān Mumtaḥin al-Dawlah Shaqāqī" + "Ikhtilāf al-fuqahāʼ" + ], + "type": [ + "nypl:Item" ], "shelfMark": [ - "*OMZ 84-1427" + "*OGM 84-702" ], - "creatorLiteral": [ - "Mumtaḥin al-Dawlah Shaqāqī, Mahdī Khān." + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1983" + "1971" + ], + "creatorLiteral": [ + "Ṭaḥāwī, Aḥmad ibn Muḥammad, 852?-933." + ], + "idLccn": [ + "72930954" + ], + "numElectronicResources": [ + 0 ], "seriesStatement": [ - "Majmūʻah-ʼi guzashtah-ʼi Īrān dar nivishtah-ʼi pīshīnīyān, 1" + "Maṭbūʻāt Maʻhad al-Abḥāth al-Islāmīyāh. Publication no. 23" ], "contributorLiteral": [ - "Khānshaqāqī, Ḥusaynqulī." + "Maʻṣūmī, M. Ṣaghīr Ḥasan (Muḥammad Ṣaghīr Ḥasan)" ], "dateStartYear": [ - 1983 + 1971 + ], + "idOclc": [ + "NYPG003000869-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OMZ 84-1427" + "value": "*OGM 84-702" }, { "type": "nypl:Bnumber", - "value": "10003134" + "value": "10003410" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003000869-B" + }, + { + "type": "bf:Lccn", + "value": "72930954" }, { "type": "bf:Identifier", - "value": "NNSZ00303485" + "value": "NNSZ00303765" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0203127" + "value": "(WaOLN)nyp0203402" } ], + "uniformTitle": [ + "Publication (Islamic Research Institute (Pakistan)) ; \\no.23." + ], "dateEndYear": [ - 1984 + 9999 ], - "updatedAt": 1636109324448, + "updatedAt": 1711391778281, "publicationStatement": [ - "Tihrān : Intishārāt-i Amīr Kabīr, 1362 [1983 or 1984]" + "Islām Ābād [1971-" ], "identifier": [ - "urn:bnum:10003134", - "urn:undefined:NNSZ00303485", - "urn:undefined:(WaOLN)nyp0203127" + "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": [ { @@ -3206,7 +3809,7 @@ } ], "dateString": [ - "1983" + "1971" ], "mediaType": [ { @@ -3215,21 +3818,14 @@ } ], "subjectLiteral": [ - "Iran -- History -- Qajar dynasty, 1794-1925.", - "Statesmen -- Iran -- Biography." + "Islamic law." ], "titleDisplay": [ - "Khāṭirāt-i Mumtaḥin al-Dawlah : zindigīnāmah-ʼi Mīrzā Mahdī Khān Mumtaḥin al-Dawlah Shaqāqī / bi-kūshish-i Ḥusaynqulī Khānshaqāqī." - ], - "uri": "b10003134", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "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": [ - "Tihrān :" + "Islām Ābād" ], "issuance": [ { @@ -3238,11 +3834,11 @@ } ], "dimensions": [ - "24cm." + "25 cm." ] }, "sort": [ - "b10003134" + "b10003410" ], "inner_hits": { "electronicResources": { @@ -3264,81 +3860,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433014539856" - ], - "physicalLocation": [ - "*OMZ 84-1427" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OMZ 84-001427", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10942159", - "shelfMark": [ - "*OMZ 84-1427" + "idBarcode": [ + "33433001944960" + ], + "identifier": [ + "urn:shelfmark:*OGM 84-702", + "urn:barcode:33433001944960" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OMZ 84-1427" + "value": "*OGM 84-702", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433014539856" + "value": "33433001944960", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433014539856" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OGM 84-702" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OGM 84-702" ], + "shelfMark_sort": "a*OGM 84-000702", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10002358" }, "sort": [ null @@ -3352,21 +3955,31 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10003171", + "_id": "b10003414", "_score": null, "_source": { "extent": [ - "412 p. ;" + "v. ;" ], "note": [ { "noteType": "Note", - "label": "Novel.", + "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 Persian.", + "label": "In Sanskrit; introductory matter in Hindi or Sanskrit.", "type": "bf:Note" } ], @@ -3377,84 +3990,96 @@ 0 ], "publisherLiteral": [ - "Nashr-i Naw" + "Manasukharāya Mora" ], "language": [ { - "id": "lang:per", - "label": "Persian" + "id": "lang:san", + "label": "Sanskrit" } ], "numItemsTotal": [ - 1 + 6 + ], + "createdYear": [ + 1960 ], "dateEndString": [ - "1984" + "9999" ], - "createdYear": [ - 1983 + "title": [ + "Skandamahāpurāṇam" ], "type": [ "nypl:Item" ], - "title": [ - "Āvāz-i kushtigān" - ], "shelfMark": [ - "*OMP 84-2030" + "*OKOK 84-641" ], "numItemVolumesParsed": [ - 0 - ], - "creatorLiteral": [ - "Baraheni, Reza, 1935-2022." + 6 ], "createdString": [ - "1983" + "1960" + ], + "idLccn": [ + "73902099" ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Gurumaṇḍalagranthamālāyāḥ ; puṣpam 20" + ], "dateStartYear": [ - 1983 + 1960 + ], + "idOclc": [ + "NYPG003000873-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OMP 84-2030" + "value": "*OKOK 84-641" }, { "type": "nypl:Bnumber", - "value": "10003171" + "value": "10003414" }, { "type": "nypl:Oclc", - "value": "NYPG003000626-B" + "value": "NYPG003000873-B" + }, + { + "type": "bf:Lccn", + "value": "73902099" }, { "type": "bf:Identifier", - "value": "NNSZ00303522" + "value": "NNSZ00303769" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0203164" + "value": "(WaOLN)nyp0203406" } ], - "idOclc": [ - "NYPG003000626-B" + "uniformTitle": [ + "Puranas Skanda Purāṇa." ], "dateEndYear": [ - 1984 + 9999 ], - "updatedAt": 1675110792889, + "updatedAt": 1711048734763, "publicationStatement": [ - "Tihrān : Nashr-i Naw, 1362 [1983 or 1984]" + "Kalakattā : Manasukharāya Mora, 1960-" ], "identifier": [ - "urn:bnum:10003171", - "urn:oclc:NYPG003000626-B", - "urn:undefined:NNSZ00303522", - "urn:undefined:(WaOLN)nyp0203164" + "urn:shelfmark:*OKOK 84-641", + "urn:bnum:10003414", + "urn:oclc:NYPG003000873-B", + "urn:lccn:73902099", + "urn:identifier:NNSZ00303769", + "urn:identifier:(WaOLN)nyp0203406" ], "numCheckinCardItems": [ 0 @@ -3472,7 +4097,7 @@ } ], "dateString": [ - "1983" + "1960" ], "mediaType": [ { @@ -3481,17 +4106,14 @@ } ], "titleDisplay": [ - "Āvāz-i kushtigān / Rizā Barāhinī." - ], - "uri": "b10003171", - "numItems": [ - 1 + "Skandamahāpurāṇam / Śrāmanmaharṣikrṣṇadvaipāyanavyāsaviracitam." ], - "numAvailable": [ - 1 + "uri": "b10003414", + "lccClassification": [ + "PK3621 .S5 1960" ], "placeOfPublication": [ - "Tihrān" + "Kalakattā" ], "issuance": [ { @@ -3499,12 +4121,18 @@ "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": [ - "22cm." + "20 cm." ] }, "sort": [ - "b10003171" + "b10003414" ], "inner_hits": { "electronicResources": { @@ -3516,34 +4144,24 @@ }, "items": { "hits": { - "total": 1, + "total": 6, "max_score": null, "hits": [ { "_nested": { "field": "items", - "offset": 0 + "offset": 1 }, "_score": null, "_source": { - "uri": "i10002196", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -3554,6 +4172,15 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "enumerationChronology": [ + "v. 5 pt 1" + ], + "enumerationChronology_sort": [ + " 5-" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -3563,230 +4190,69 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OMP 84-2030" + "idBarcode": [ + "33433013221415" + ], + "identifier": [ + "urn:shelfmark:*OKOK 84-641 v. 5 pt 1", + "urn:barcode:33433013221415" ], "identifierV2": [ { - "value": "*OMP 84-2030", + "value": "*OKOK 84-641 v. 5 pt 1", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433013173038" + "value": "33433013221415", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ - "*OMP 84-2030" + "*OKOK 84-641" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433013173038" - ], - "idBarcode": [ - "33433013173038" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKOK 84-641 v. 5 pt 1" + ], + "shelfMark_sort": "a*OKOK 84-641 v. 000005 pt 1", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" + "volumeRange": [ + { + "gte": 5, + "lte": 5 + } ], - "shelfMark_sort": "a*OMP 84-002030" + "uri": "i10002363" }, "sort": [ - null + " 5-" ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10003179", - "_score": null, - "_source": { - "extent": [ - "101 p. ;" - ], - "note": [ - { - "noteType": "Note", - "label": "Novel.", - "type": "bf:Note" - }, - { - "noteType": "Language", - "label": "In Persian.", - "type": "bf:Note" - } - ], - "nyplSource": [ - "sierra-nypl" - ], - "numItemDatesParsed": [ - 0 - ], - "publisherLiteral": [ - "Nashr-i Naw" - ], - "language": [ - { - "id": "lang:per", - "label": "Persian" - } - ], - "numItemsTotal": [ - 1 - ], - "dateEndString": [ - "1984" - ], - "createdYear": [ - 1983 - ], - "type": [ - "nypl:Item" - ], - "title": [ - "Chāh bih chāh" - ], - "shelfMark": [ - "*OMP 84-2039" - ], - "numItemVolumesParsed": [ - 0 - ], - "creatorLiteral": [ - "Baraheni, Reza, 1935-2022." - ], - "createdString": [ - "1983" - ], - "numElectronicResources": [ - 0 - ], - "dateStartYear": [ - 1983 - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OMP 84-2039" - }, - { - "type": "nypl:Bnumber", - "value": "10003179" - }, - { - "type": "nypl:Oclc", - "value": "NYPG003000634-B" - }, - { - "type": "bf:Identifier", - "value": "NNSZ00303530" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0203172" - } - ], - "idOclc": [ - "NYPG003000634-B" - ], - "dateEndYear": [ - 1984 - ], - "updatedAt": 1675110792235, - "publicationStatement": [ - "Tihrān : Nashr-i Naw, 1362 [1983 or 1984]" - ], - "identifier": [ - "urn:bnum:10003179", - "urn:oclc:NYPG003000634-B", - "urn:undefined:NNSZ00303530", - "urn:undefined:(WaOLN)nyp0203172" - ], - "numCheckinCardItems": [ - 0 - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "1983" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "titleDisplay": [ - "Chāh bih chāh / Rizā Barāhinī." - ], - "uri": "b10003179", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], - "placeOfPublication": [ - "Tihrān" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "dimensions": [ - "22 cm." - ] - }, - "sort": [ - "b10003179" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 1, - "max_score": null, - "hits": [ + }, { "_nested": { "field": "items", @@ -3794,24 +4260,14 @@ }, "_score": null, "_source": { - "uri": "i10002203", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -3822,6 +4278,15 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "enumerationChronology": [ + "v. 5 pt 2" + ], + "enumerationChronology_sort": [ + " 5-" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -3831,34 +4296,76 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OMP 84-2039" + "idBarcode": [ + "33433013221423" + ], + "identifier": [ + "urn:shelfmark:*OKOK 84-641 v. 5 pt 2", + "urn:barcode:33433013221423" ], "identifierV2": [ { - "value": "*OMP 84-2039", + "value": "*OKOK 84-641 v. 5 pt 2", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433013173053" + "value": "33433013221423", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ - "*OMP 84-2039" + "*OKOK 84-641" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433013173053" - ], - "idBarcode": [ - "33433013173053" - ], "requestable": [ true ], + "shelfMark": [ + "*OKOK 84-641 v. 5 pt 2" + ], + "shelfMark_sort": "a*OKOK 84-641 v. 000005 pt 2", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 5 + } + ], + "uri": "i10002364" + }, + "sort": [ + " 5-" + ] + }, + { + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { "accessMessage": [ { "id": "accessMessage:2", @@ -3868,18 +4375,96 @@ "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "type": [ - "bf:Item" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "enumerationChronology": [ + "v. 4" + ], + "enumerationChronology_sort": [ + " 4-" ], "formatLiteral": [ "Text" ], - "shelfMark_sort": "a*OMP 84-002039" - }, - "sort": [ - null - ] - } + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433013221407" + ], + "identifier": [ + "urn:shelfmark:*OKOK 84-641 v. 4", + "urn:barcode:33433013221407" + ], + "identifierV2": [ + { + "value": "*OKOK 84-641 v. 4", + "type": "bf:ShelfMark" + }, + { + "value": "33433013221407", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ + "*OKOK 84-641" + ], + "recapCustomerCode": [ + "NA" + ], + "requestable": [ + true + ], + "shelfMark": [ + "*OKOK 84-641 v. 4" + ], + "shelfMark_sort": "a*OKOK 84-641 v. 000004", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 4, + "lte": 4 + } + ], + "uri": "i10002362" + }, + "sort": [ + " 4-" + ] + } ] } } @@ -3888,94 +4473,116 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10003180", + "_id": "b10003502", "_score": null, "_source": { "extent": [ - "235 p. ;" + "v. : port. ;" ], "note": [ { "noteType": "Note", - "label": "Cover title.", + "label": "Partly translations from German poetry (with German texts included).", "type": "bf:Note" }, { - "noteType": "Language", - "label": "In Persian.", + "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" ], - "subjectLiteral_exploded": [ - "Islam and state", - "Islam and state -- Iran", - "Khomeini, Ruhollah" + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Org. of Act. Constitutionalist Iranians," + "Liesma" ], "language": [ { - "id": "lang:per", - "label": "Persian" + "id": "lang:lav", + "label": "Latvian" } ], - "dateEndString": [ - "1989" + "numItemsTotal": [ + 1 ], "createdYear": [ - 1980 + 1981 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ - "Qizāvat" + "Dziesmiņas" + ], + "type": [ + "nypl:Item" ], "shelfMark": [ - "*OMZ 84-965" + "*QYN 82-2046" ], - "creatorLiteral": [ - "ʻAbd al-Raḥmān." + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1980" + "1981" + ], + "creatorLiteral": [ + "Alunāns, Juris, 1832-1864." + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Literārā mantojuma mazā bibliotēka" ], "dateStartYear": [ - 1980 + 1981 + ], + "idOclc": [ + "NYPG003000961-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OMZ 84-965" + "value": "*QYN 82-2046" }, { "type": "nypl:Bnumber", - "value": "10003180" + "value": "10003502" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003000961-B" }, { "type": "bf:Identifier", - "value": "NNSZ00303531" + "value": "NNSZ00303857" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0203173" + "value": "(WaOLN)nyp0203494" } ], "dateEndYear": [ - 1989 + 9999 ], - "updatedAt": 1636124389229, + "updatedAt": 1711148692635, "publicationStatement": [ - "Los Angeles : Org. of Act. Constitutionalist Iranians, [198-?]" + "Riga : Liesma, 1981-" ], "identifier": [ - "urn:bnum:10003180", - "urn:undefined:NNSZ00303531", - "urn:undefined:(WaOLN)nyp0203173" + "urn:shelfmark:*QYN 82-2046", + "urn:bnum:10003502", + "urn:oclc:NYPG003000961-B", + "urn:identifier:NNSZ00303857", + "urn:identifier:(WaOLN)nyp0203494" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -3990,7 +4597,7 @@ } ], "dateString": [ - "1980" + "1981" ], "mediaType": [ { @@ -3998,22 +4605,12 @@ "label": "unmediated" } ], - "subjectLiteral": [ - "Islam and state -- Iran.", - "Khomeini, Ruhollah." - ], "titleDisplay": [ - "Qizāvat / ʻAbd al-Raḥmān..." - ], - "uri": "b10003180", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "Dziesmiņas / Juris Alunāns." ], + "uri": "b10003502", "placeOfPublication": [ - "Los Angeles :" + "Riga" ], "issuance": [ { @@ -4022,11 +4619,11 @@ } ], "dimensions": [ - "21 cm." + "17 cm." ] }, "sort": [ - "b10003180" + "b10003502" ], "inner_hits": { "electronicResources": { @@ -4048,81 +4645,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433014539666" - ], - "physicalLocation": [ - "*OMZ 84-965" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OMZ 84-000965", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10942161", - "shelfMark": [ - "*OMZ 84-965" + "idBarcode": [ + "33433013501782" + ], + "identifier": [ + "urn:shelfmark:*QYN 82-2046 Dala 1.", + "urn:barcode:33433013501782" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OMZ 84-965" + "value": "*QYN 82-2046 Dala 1.", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433014539666" + "value": "33433013501782", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433014539666" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*QYN 82-2046 Dala 1." + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*QYN 82-2046 Dala 1." ], + "shelfMark_sort": "a*QYN 82-2046 Dala 1.", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10002421" }, "sort": [ null @@ -4136,26 +4740,21 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10003410", + "_id": "b10003671", "_score": null, "_source": { "extent": [ - "v. facsims." + "v." ], "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.", + "noteType": "Bibliography", + "label": "Includes bibliographical references.", "type": "bf:Note" }, { - "noteType": "Bibliography", - "label": "Bibliography: v. 1, p. [313]-314.", + "noteType": "Language", + "label": "In Arabic.", "type": "bf:Note" } ], @@ -4163,84 +4762,104 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Islamic law" + "Egypt", + "Egypt -- Politics and government", + "Egypt -- Politics and government -- 640-1882" ], - "language": [ - { + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Maktabat al-Anjlū al-Miṣrīyah" + ], + "language": [ + { "id": "lang:ara", "label": "Arabic" } ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1973 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1971 + "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" ], - "title": [ - "Ikhtilāf al-fuqahāʼ," - ], "shelfMark": [ - "*OGM 84-702" + "*OFP 82-1931" ], - "creatorLiteral": [ - "Ṭaḥāwī, Aḥmad ibn Muḥammad, 852?-933." + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1971" + "1973" ], - "idLccn": [ - "72930954" + "creatorLiteral": [ + "Mājid, ʻAbd al-Munʻim." ], - "seriesStatement": [ - "Maṭbūʻāt Maʻhad al-Abḥāth al-Islāmīyāh. Publication no. 23" + "idLccn": [ + "73960873" ], - "contributorLiteral": [ - "Maʻṣūmī, M. Ṣaghīr Ḥasan (Muḥammad Ṣaghīr Ḥasan)" + "numElectronicResources": [ + 0 ], "dateStartYear": [ - 1971 + 1973 + ], + "idOclc": [ + "NYPG003001133-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OGM 84-702" + "value": "*OFP 82-1931" }, { "type": "nypl:Bnumber", - "value": "10003410" + "value": "10003671" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003001133-B" }, { "type": "bf:Lccn", - "value": "72930954" + "value": "73960873" }, { "type": "bf:Identifier", - "value": "NNSZ00303765" + "value": "NNSZ00304029" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0203402" + "value": "(WaOLN)nyp0203663" } ], - "uniformTitle": [ - "Publication (Islamic Research Institute (Pakistan)) ; \\no.23." - ], "dateEndYear": [ 9999 ], - "updatedAt": 1636104747880, + "updatedAt": 1711655786383, "publicationStatement": [ - "Islām Ābād [1971-" + "al-Qāhirah, Maktabat al-Anjlū al-Miṣrīyah, 1973-" ], "identifier": [ - "urn:bnum:10003410", - "urn:lccn:72930954", - "urn:undefined:NNSZ00303765", - "urn:undefined:(WaOLN)nyp0203402" + "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": [ { @@ -4255,7 +4874,7 @@ } ], "dateString": [ - "1971" + "1973" ], "mediaType": [ { @@ -4264,20 +4883,17 @@ } ], "subjectLiteral": [ - "Islamic law." + "Egypt -- Politics and government -- 640-1882." ], "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", - "numItems": [ - 1 + "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." ], - "numAvailable": [ - 1 + "uri": "b10003671", + "lccClassification": [ + "JQ3824 .M34 1973" ], "placeOfPublication": [ - "Islām Ābād" + "al-Qāhirah" ], "issuance": [ { @@ -4285,12 +4901,15 @@ "label": "monograph/item" } ], + "titleAlt": [ + "Institutions et cérémonial des Fatimides en Égypte." + ], "dimensions": [ "25 cm." ] }, "sort": [ - "b10003410" + "b10003671" ], "inner_hits": { "electronicResources": { @@ -4312,81 +4931,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433001944960" - ], - "physicalLocation": [ - "*OGM 84-702" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OGM 84-000702", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10002358", - "shelfMark": [ - "*OGM 84-702" + "idBarcode": [ + "33433001937121" + ], + "identifier": [ + "urn:shelfmark:*OFP 82-1931", + "urn:barcode:33433001937121" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OGM 84-702" + "value": "*OFP 82-1931", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001944960" + "value": "33433001937121", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433001944960" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OFP 82-1931" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OFP 82-1931" ], + "shelfMark_sort": "a*OFP 82-001931", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10002566" }, "sort": [ null @@ -4400,110 +5026,129 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10003414", + "_id": "b10003719", "_score": null, "_source": { "extent": [ - "v. ;" + "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.", + "label": "Vols. 2 & 4: pariṣkarta Puripanda.", "type": "bf:Note" }, { "noteType": "Language", - "label": "In Sanskrit; introductory matter in Hindi or Sanskrit.", + "label": "In Telugu.", "type": "bf:Note" } ], "nyplSource": [ "sierra-nypl" ], + "subjectLiteral_exploded": [ + "Telugu literature", + "Telugu literature -- History and criticism" + ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Manasukharāya Mora," + "Āndhrapradēś Sāhitya Akāḍami" ], "language": [ { - "id": "lang:san", - "label": "Sanskrit" + "id": "lang:tel", + "label": "Telugu" } ], + "numItemsTotal": [ + 5 + ], + "createdYear": [ + 1969 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1960 + "title": [ + "Sārasvata vyāsamulu; Telumgu kavitvapu tīru tennulu." ], "type": [ "nypl:Item" ], - "title": [ - "Skandamahāpurāṇam" - ], "shelfMark": [ - "*OKOK 84-641" + "*OLC 83-35" + ], + "numItemVolumesParsed": [ + 5 ], "createdString": [ - "1960" + "1969" + ], + "creatorLiteral": [ + "Subrahmanyam, G. V., 1935-" ], "idLccn": [ - "73902099" + "71912553" ], - "seriesStatement": [ - "Gurumaṇḍalagranthamālāyāḥ ; puṣpam 20" + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Appalaswamy, Puripanda, 1904-", + "Āndhra Pradēśa Sāhitya Akāḍami." ], "dateStartYear": [ - 1960 + 1969 + ], + "idOclc": [ + "NYPG003001182-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OKOK 84-641" + "value": "*OLC 83-35" }, { "type": "nypl:Bnumber", - "value": "10003414" + "value": "10003719" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003001182-B" }, { "type": "bf:Lccn", - "value": "73902099" + "value": "71912553" }, { "type": "bf:Identifier", - "value": "NNSZ00303769" + "value": "NNSZ00304078" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0203406" + "value": "(WaOLN)nyp0203711" } ], - "uniformTitle": [ - "Puranas Skanda Purāṇa." - ], "dateEndYear": [ 9999 ], - "updatedAt": 1636124303127, + "updatedAt": 1711406997144, "publicationStatement": [ - "Kalakattā : Manasukharāya Mora, 1960-" + "Haidrābādu, Āndhrapradēś Sāhitya Akāḍami [1969-" ], "identifier": [ - "urn:bnum:10003414", - "urn:lccn:73902099", - "urn:undefined:NNSZ00303769", - "urn:undefined:(WaOLN)nyp0203406" + "urn:shelfmark:*OLC 83-35", + "urn:bnum:10003719", + "urn:oclc:NYPG003001182-B", + "urn:lccn:71912553", + "urn:identifier:NNSZ00304078", + "urn:identifier:(WaOLN)nyp0203711" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -4518,7 +5163,7 @@ } ], "dateString": [ - "1960" + "1969" ], "mediaType": [ { @@ -4526,21 +5171,18 @@ "label": "unmediated" } ], + "subjectLiteral": [ + "Telugu literature -- History and criticism." + ], "titleDisplay": [ - "Skandamahāpurāṇam / Śrāmanmaharṣikrṣṇadvaipāyanavyāsaviracitam." + "Sārasvata vyāsamulu; Telumgu kavitvapu tīru tennulu. Saṅkalanakarta Ji. Vi. Subrahmaṇyaṃ." ], - "uri": "b10003414", + "uri": "b10003719", "lccClassification": [ - "PK3621 .S5 1960" - ], - "numItems": [ - 6 - ], - "numAvailable": [ - 6 + "PL4780.05 S79" ], "placeOfPublication": [ - "Kalakattā :" + "Haidrābādu" ], "issuance": [ { @@ -4548,18 +5190,12 @@ "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." + "22 cm." ] }, "sort": [ - "b10003414" + "b10003719" ], "inner_hits": { "electronicResources": { @@ -4571,547 +5207,325 @@ }, "items": { "hits": { - "total": 6, + "total": 5, "max_score": null, "hits": [ { "_nested": { "field": "items", - "offset": 5 + "offset": 0 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433013221423" - ], - "physicalLocation": [ - "*OKOK 84-641" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OKOK 84-641 v. 000005 pt 2", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "enumerationChronology": [ + "v. 5" + ], + "enumerationChronology_sort": [ + " 5-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10002364", - "shelfMark": [ - "*OKOK 84-641 v. 5 pt 2" + "idBarcode": [ + "33433011197476" + ], + "identifier": [ + "urn:shelfmark:*OLC 83-35 v. 5", + "urn:barcode:33433011197476" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OKOK 84-641 v. 5 pt 2" + "value": "*OLC 83-35 v. 5", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433013221423" + "value": "33433011197476", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 5 pt 2" - ], - "idBarcode": [ - "33433013221423" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLC 83-35" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLC 83-35 v. 5" ], + "shelfMark_sort": "a*OLC 83-35 v. 000005", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 5, + "lte": 5 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10002605" }, "sort": [ - null + " 5-" ] }, { "_nested": { "field": "items", - "offset": 4 + "offset": 1 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433013221415" - ], - "physicalLocation": [ - "*OKOK 84-641" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OKOK 84-641 v. 000005 pt 1", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "enumerationChronology": [ + "v. 4" + ], + "enumerationChronology_sort": [ + " 4-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10002363", - "shelfMark": [ - "*OKOK 84-641 v. 5 pt 1" + "idBarcode": [ + "33433011197468" + ], + "identifier": [ + "urn:shelfmark:*OLC 83-35 v. 4", + "urn:barcode:33433011197468" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OKOK 84-641 v. 5 pt 1" + "value": "*OLC 83-35 v. 4", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433013221415" + "value": "33433011197468", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 5 pt 1" - ], - "idBarcode": [ - "33433013221415" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLC 83-35" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLC 83-35 v. 4" ], + "shelfMark_sort": "a*OLC 83-35 v. 000004", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 4, + "lte": 4 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10002604" }, "sort": [ - null + " 4-" ] }, { "_nested": { "field": "items", - "offset": 3 + "offset": 2 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433013221407" - ], - "physicalLocation": [ - "*OKOK 84-641" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OKOK 84-641 v. 000004", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 3" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 3-" ], - "uri": "i10002362", - "shelfMark": [ - "*OKOK 84-641 v. 4" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OKOK 84-641 v. 4" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433013221407" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "enumerationChronology": [ - "v. 4" - ], "idBarcode": [ - "33433013221407" - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "33433011197450" ], - "requestable": [ - true + "identifier": [ + "urn:shelfmark:*OLC 83-35 v. 3", + "urn:barcode:33433011197450" ], - "catalogItemType": [ + "identifierV2": [ { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ + "value": "*OLC 83-35 v. 3", + "type": "bf:ShelfMark" + }, { - "id": "loc:rc2ma", - "label": "Offsite" + "value": "33433011197450", + "type": "bf:Barcode" } ], - "recapCustomerCode": [ - "NA" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 2 - }, - "_score": null, - "_source": { "owner": [ { "id": "orgs:1000", "label": "Stephen A. Schwarzman Building" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433013221399" - ], - "physicalLocation": [ - "*OKOK 84-641" - ], - "shelfMark_sort": "a*OKOK 84-641 v. 000003", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i10002365", - "shelfMark": [ - "*OKOK 84-641 v. 3" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OKOK 84-641 v. 3" - }, - { - "type": "bf:Barcode", - "value": "33433013221399" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 3" - ], - "idBarcode": [ - "33433013221399" - ], "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" - } + "physicalLocation": [ + "*OLC 83-35" ], "recapCustomerCode": [ "NA" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433013221381" - ], - "physicalLocation": [ - "*OKOK 84-641" - ], - "shelfMark_sort": "a*OKOK 84-641 v. 000002", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i10002361", - "shelfMark": [ - "*OKOK 84-641 v. 2" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OKOK 84-641 v. 2" - }, - { - "type": "bf:Barcode", - "value": "33433013221381" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 2" - ], - "idBarcode": [ - "33433013221381" - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLC 83-35 v. 3" ], + "shelfMark_sort": "a*OLC 83-35 v. 000003", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "recapCustomerCode": [ - "NA" - ] - }, - "sort": [ - null - ] - }, - { - "_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:33433013221373" - ], - "physicalLocation": [ - "*OKOK 84-641" - ], - "shelfMark_sort": "a*OKOK 84-641 v. 000001", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], "status_packed": [ "status:a||Available" ], - "uri": "i10002360", - "shelfMark": [ - "*OKOK 84-641 v. 1" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OKOK 84-641 v. 1" - }, - { - "type": "bf:Barcode", - "value": "33433013221373" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 1" - ], - "idBarcode": [ - "33433013221373" - ], - "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" - } + "type": [ + "bf:Item" ], - "holdingLocation": [ + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 3, + "lte": 3 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10002603" }, "sort": [ - null + " 3-" ] } ] @@ -5122,92 +5536,133 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10003502", + "_id": "b10003958", "_score": null, "_source": { "extent": [ - "v. : port. ;" + "39, 18, 83, 3 p." ], "note": [ { "noteType": "Note", - "label": "Partly translations from German poetry (with German texts included).", + "label": "Cover title.", "type": "bf:Note" }, { - "noteType": "Note", - "label": "Originally published in 1856, under title: Dziesmiņas latviešu valodai pārtulkotas; original t.p. included.", + "noteType": "Original Version", + "label": "Reprint of the 1910 ? ed.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", "type": "bf:Note" } ], "nyplSource": [ "sierra-nypl" ], - "publisherLiteral": [ - "Liesma," + "subjectLiteral_exploded": [ + "Logic", + "Logic -- Early works to 1800" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Maktabat Āyat Allāh al-ʻUẓmá al-Najafī al-Marʻashī" ], "language": [ { - "id": "lang:lav", - "label": "Latvian" + "id": "lang:ara", + "label": "Arabic" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 1 ], "createdYear": [ - 1981 + 1984 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1910" ], "title": [ - "Dziesmiņas" + "al-Qaṣīdah al-muzdawijah fī al-manṭiq wa-manṭiq al-mashriqīyīn" + ], + "type": [ + "nypl:Item" ], "shelfMark": [ - "*QYN 82-2046" + "*OGL 83-2455" ], - "creatorLiteral": [ - "Alunāns, Juris, 1832-1864." + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1981" + "1984" ], - "seriesStatement": [ - "Literārā mantojuma mazā bibliotēka" + "creatorLiteral": [ + "Avicenna, 980-1037." + ], + "idLccn": [ + "73960850" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Avicenna, 980-1037." ], "dateStartYear": [ - 1981 + 1984 + ], + "idOclc": [ + "NYPG003001423-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*QYN 82-2046" + "value": "*OGL 83-2455" }, { "type": "nypl:Bnumber", - "value": "10003502" + "value": "10003958" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003001423-B" + }, + { + "type": "bf:Lccn", + "value": "73960850" }, { "type": "bf:Identifier", - "value": "NNSZ00303857" + "value": "NNSZ00304319" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0203494" + "value": "(WaOLN)nyp0203950" } ], "dateEndYear": [ - 9999 + 1910 ], - "updatedAt": 1636091475285, + "updatedAt": 1711098015143, "publicationStatement": [ - "Riga : Liesma, 1981-" + "Qum : Maktabat Āyat Allāh al-ʻUẓmá al-Najafī al-Marʻashī, 1405 [1984 or 1985]" ], "identifier": [ - "urn:bnum:10003502", - "urn:undefined:NNSZ00303857", - "urn:undefined:(WaOLN)nyp0203494" + "urn:shelfmark:*OGL 83-2455", + "urn:bnum:10003958", + "urn:oclc:NYPG003001423-B", + "urn:lccn:73960850", + "urn:identifier:NNSZ00304319", + "urn:identifier:(WaOLN)nyp0203950" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -5222,7 +5677,7 @@ } ], "dateString": [ - "1981" + "1984" ], "mediaType": [ { @@ -5230,18 +5685,18 @@ "label": "unmediated" } ], - "titleDisplay": [ - "Dziesmiņas / Juris Alunāns." + "subjectLiteral": [ + "Logic -- Early works to 1800." ], - "uri": "b10003502", - "numItems": [ - 1 + "titleDisplay": [ + "al-Qaṣīdah al-muzdawijah fī al-manṭiq wa-manṭiq al-mashriqīyīn, taṣnīf Abī ʻAlī ibn Sīnā." ], - "numAvailable": [ - 1 + "uri": "b10003958", + "lccClassification": [ + "B751 .M4 1973" ], "placeOfPublication": [ - "Riga :" + "Qum" ], "issuance": [ { @@ -5250,11 +5705,11 @@ } ], "dimensions": [ - "17 cm." + "24 cm." ] }, "sort": [ - "b10003502" + "b10003958" ], "inner_hits": { "electronicResources": { @@ -5276,81 +5731,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433013501782" - ], - "physicalLocation": [ - "*QYN 82-2046 Dala 1." + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*QYN 82-2046 Dala 1.", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10002421", - "shelfMark": [ - "*QYN 82-2046 Dala 1." + "idBarcode": [ + "33433058069919" + ], + "identifier": [ + "urn:shelfmark:*OGL 83-2455", + "urn:barcode:33433058069919" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*QYN 82-2046 Dala 1." + "value": "*OGL 83-2455", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433013501782" + "value": "33433058069919", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433013501782" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OGL 83-2455" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OGL 83-2455" ], + "shelfMark_sort": "a*OGL 83-002455", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i12858216" }, "sort": [ null @@ -5364,13 +5826,18 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10003671", + "_id": "b10004373", "_score": null, "_source": { "extent": [ - "v." + "v. ;" ], "note": [ + { + "noteType": "Note", + "label": "Vols. 3- have imprint: Mysore : Sahyādri Prakāśana.", + "type": "bf:Note" + }, { "noteType": "Bibliography", "label": "Includes bibliographical references.", @@ -5378,7 +5845,7 @@ }, { "noteType": "Language", - "label": "In Arabic.", + "label": "In Kannada.", "type": "bf:Note" } ], @@ -5386,80 +5853,102 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Egypt", - "Egypt -- Politics and government", - "Egypt -- Politics and government -- 640-1882" + "Kuvempu, 1904-1994" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Maktabat al-Anjlū al-Miṣrīyah," + "Karnāṭaka Sahakārī Prakāśana Mandira" ], "language": [ { - "id": "lang:ara", - "label": "Arabic" + "id": "lang:kan", + "label": "Kannada" } ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1971 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1973 + "title": [ + "Kuvempu sāhitya: Kelavu adhyayanagaḷu." ], "type": [ "nypl:Item" ], - "title": [ - "Nuẓum al-Fāṭimīyīn wa-rusūmuhum fī Miṣr. Institutions et cérémonial des Faṭimides en Égypte." - ], "shelfMark": [ - "*OFP 82-1931" + "*OLA 83-3417" ], - "creatorLiteral": [ - "Mājid, ʻAbd al-Munʻim." + "numItemVolumesParsed": [ + 1 ], "createdString": [ - "1973" + "1971" + ], + "creatorLiteral": [ + "Javare Gowda, Deve Gowda, 1918-" ], "idLccn": [ - "73960873" + "72902119" + ], + "numElectronicResources": [ + 0 ], "dateStartYear": [ - 1973 + 1971 + ], + "idOclc": [ + "NYPG003001842-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OFP 82-1931" + "value": "*OLA 83-3417" }, { "type": "nypl:Bnumber", - "value": "10003671" + "value": "10004373" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003001842-B" }, { "type": "bf:Lccn", - "value": "73960873" + "value": "72902119" }, { "type": "bf:Identifier", - "value": "NNSZ00304029" + "value": "NNSZ00304738" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0203663" + "value": "(WaOLN)nyp0204365" } ], "dateEndYear": [ 9999 ], - "updatedAt": 1636119319155, + "updatedAt": 1711471583691, "publicationStatement": [ - "al-Qāhirah, Maktabat al-Anjlū al-Miṣrīyah, 1973-" + "Beṅgaḷūru] Karnāṭaka Sahakārī Prakāśana Mandira [1971]-" ], "identifier": [ - "urn:bnum:10003671", - "urn:lccn:73960873", - "urn:undefined:NNSZ00304029", - "urn:undefined:(WaOLN)nyp0203663" + "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": [ { @@ -5474,7 +5963,7 @@ } ], "dateString": [ - "1973" + "1971" ], "mediaType": [ { @@ -5483,23 +5972,17 @@ } ], "subjectLiteral": [ - "Egypt -- Politics and government -- 640-1882." + "Kuvempu, 1904-1994." ], "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." + "Kuvempu sāhitya: Kelavu adhyayanagaḷu. [Lēkhaka] Dējagau." ], - "uri": "b10003671", + "uri": "b10004373", "lccClassification": [ - "JQ3824 .M34 1973" - ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "PL4659.P797 S7934" ], "placeOfPublication": [ - "al-Qāhirah," + "Beṅgaḷūru]" ], "issuance": [ { @@ -5507,15 +5990,12 @@ "label": "monograph/item" } ], - "titleAlt": [ - "Institutions et cérémonial des Fatimides en Égypte." - ], "dimensions": [ - "25 cm." + "22 cm." ] }, "sort": [ - "b10003671" + "b10004373" ], "inner_hits": { "electronicResources": { @@ -5527,91 +6007,204 @@ }, "items": { "hits": { - "total": 1, + "total": 2, "max_score": null, "hits": [ { "_nested": { "field": "items", - "offset": 0 + "offset": 1 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433001937121" - ], - "physicalLocation": [ - "*OFP 82-1931" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OFP 82-001931", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "enumerationChronology": [ + "v. 3" + ], + "enumerationChronology_sort": [ + " 3-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10002566", - "shelfMark": [ - "*OFP 82-1931" + "idBarcode": [ + "33433057523718" + ], + "identifier": [ + "urn:shelfmark:*OLA 83-341 v. 3", + "urn:barcode:33433057523718" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OFP 82-1931" + "value": "*OLA 83-341 v. 3", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001937121" + "value": "33433057523718", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433001937121" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLA 83-341" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLA 83-341 v. 3" ], + "shelfMark_sort": "a*OLA 83-341 v. 000003", "status": [ { "id": "status:a", "label": "Available" } ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ], + "uri": "i12858227" + }, + "sort": [ + " 3-" + ] + }, + { + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", "label": "Offsite" } ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433001707623" + ], + "identifier": [ + "urn:shelfmark:*OLA 83-3417 Library has: Vol. 1, 3.", + "urn:barcode:33433001707623" + ], + "identifierV2": [ + { + "value": "*OLA 83-3417 Library has: Vol. 1, 3.", + "type": "bf:ShelfMark" + }, + { + "value": "33433001707623", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ + "*OLA 83-3417 Library has: Vol. 1, 3." + ], "recapCustomerCode": [ "NA" - ] + ], + "requestable": [ + true + ], + "shelfMark": [ + "*OLA 83-3417 Library has: Vol. 1, 3." + ], + "shelfMark_sort": "a*OLA 83-3417 Library has: Vol. 1, 3.", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i10003188" }, "sort": [ null @@ -5625,105 +6218,107 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10003719", + "_id": "b10004788", "_score": null, "_source": { "extent": [ - "v." - ], - "note": [ - { - "noteType": "Note", - "label": "Vols. 2 & 4: pariṣkarta Puripanda.", - "type": "bf:Note" - }, - { - "noteType": "Language", - "label": "In Telugu.", - "type": "bf:Note" - } + "277 p. ;" ], "nyplSource": [ "sierra-nypl" ], - "subjectLiteral_exploded": [ - "Telugu literature", - "Telugu literature -- History and criticism" + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Āndhrapradēś Sāhitya Akāḍami" + "Plon" ], "language": [ { - "id": "lang:tel", - "label": "Telugu" + "id": "lang:fre", + "label": "French" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 1 ], "createdYear": [ - 1969 + 1984 + ], + "title": [ + "Le château du soleil couchant : roman" ], "type": [ "nypl:Item" ], - "title": [ - "Sārasvata vyāsamulu; Telumgu kavitvapu tīru tennulu." - ], "shelfMark": [ - "*OLC 83-35" + "JFE 84-3450" ], - "creatorLiteral": [ - "Subrahmanyam, G. V., 1935-" + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1969" + "1984" ], - "idLccn": [ - "71912553" + "creatorLiteral": [ + "Grey, Marina." ], - "contributorLiteral": [ - "Appalaswamy, Puripanda, 1904-", - "Āndhra Pradēśa Sāhitya Akāḍami." + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "La saga de l'exil / Marina Grey ; [3]", + "Grey, Marina. Saga de l'exil ; \\[3]" ], "dateStartYear": [ - 1969 + 1984 + ], + "idOclc": [ + "NYPG004000150-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OLC 83-35" + "value": "JFE 84-3450" }, { "type": "nypl:Bnumber", - "value": "10003719" + "value": "10004788" }, { - "type": "bf:Lccn", - "value": "71912553" + "type": "bf:Isbn", + "value": "2259011187" + }, + { + "type": "nypl:Oclc", + "value": "NYPG004000150-B" }, { "type": "bf:Identifier", - "value": "NNSZ00304078" + "value": "NNSZ00405900" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0203711" + "value": "(WaOLN)nyp0204778" } ], - "dateEndYear": [ - 9999 - ], - "updatedAt": 1636132209400, + "updatedAt": 1711332865416, "publicationStatement": [ - "Haidrābādu, Āndhrapradēś Sāhitya Akāḍami [1969-" + "Paris : Plon, 1984." + ], + "idIsbn": [ + "2259011187" ], "identifier": [ - "urn:bnum:10003719", - "urn:lccn:71912553", - "urn:undefined:NNSZ00304078", - "urn:undefined:(WaOLN)nyp0203711" + "urn:shelfmark:JFE 84-3450", + "urn:bnum:10004788", + "urn:isbn:2259011187", + "urn:oclc:NYPG004000150-B", + "urn:identifier:NNSZ00405900", + "urn:identifier:(WaOLN)nyp0204778" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -5738,7 +6333,7 @@ } ], "dateString": [ - "1969" + "1984" ], "mediaType": [ { @@ -5746,24 +6341,12 @@ "label": "unmediated" } ], - "subjectLiteral": [ - "Telugu literature -- History and criticism." - ], "titleDisplay": [ - "Sārasvata vyāsamulu; Telumgu kavitvapu tīru tennulu. Saṅkalanakarta Ji. Vi. Subrahmaṇyaṃ." - ], - "uri": "b10003719", - "lccClassification": [ - "PL4780.05 S79" - ], - "numItems": [ - 5 - ], - "numAvailable": [ - 5 + "Le château du soleil couchant : roman / Marina Grey." ], + "uri": "b10004788", "placeOfPublication": [ - "Haidrābādu," + "Paris" ], "issuance": [ { @@ -5772,11 +6355,14 @@ } ], "dimensions": [ - "22 cm." + "23 cm." + ], + "idIsbn_clean": [ + "2259011187" ] }, "sort": [ - "b10003719" + "b10004788" ], "inner_hits": { "electronicResources": { @@ -5788,72 +6374,24 @@ }, "items": { "hits": { - "total": 5, + "total": 1, "max_score": null, "hits": [ { "_nested": { "field": "items", - "offset": 4 + "offset": 0 }, "_score": null, "_source": { - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433011197476" - ], - "physicalLocation": [ - "*OLC 83-35" - ], - "shelfMark_sort": "a*OLC 83-35 v. 000005", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], "accessMessage": [ { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i10002605", - "shelfMark": [ - "*OLC 83-35 v. 5" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLC 83-35 v. 5" - }, - { - "type": "bf:Barcode", - "value": "33433011197476" + "id": "accessMessage:1", + "label": "Use in library" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 5" - ], - "idBarcode": [ - "33433011197476" - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "requestable": [ - true + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -5861,381 +6399,64 @@ "label": "book, limited circ, MaRLI" } ], - "status": [ - { - "id": "status:a", - "label": "Available" - } + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "recapCustomerCode": [ - "NA" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 3 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "idBarcode": [ + "33433046113944" ], "identifier": [ - "urn:barcode:33433011197468" - ], - "physicalLocation": [ - "*OLC 83-35" - ], - "shelfMark_sort": "a*OLC 83-35 v. 000004", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i10002604", - "shelfMark": [ - "*OLC 83-35 v. 4" + "urn:shelfmark:JFE 84-3450", + "urn:barcode:33433046113944" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLC 83-35 v. 4" + "value": "JFE 84-3450", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011197468" + "value": "33433046113944", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 4" - ], - "idBarcode": [ - "33433011197468" + "m2CustomerCode": [ + "XF" ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "physicalLocation": [ + "JFE 84-3450" ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "JFE 84-3450" ], + "shelfMark_sort": "aJFE 84-003450", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 2 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433011197450" - ], - "physicalLocation": [ - "*OLC 83-35" - ], - "shelfMark_sort": "a*OLC 83-35 v. 000003", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i10002603", - "shelfMark": [ - "*OLC 83-35 v. 3" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLC 83-35 v. 3" - }, - { - "type": "bf:Barcode", - "value": "33433011197450" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 3" - ], - "idBarcode": [ - "33433011197450" - ], - "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" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433011197443" - ], - "physicalLocation": [ - "*OLC 83-35" - ], - "shelfMark_sort": "a*OLC 83-35 v. 000002", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i10002602", - "shelfMark": [ - "*OLC 83-35 v. 2" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLC 83-35 v. 2" - }, - { - "type": "bf:Barcode", - "value": "33433011197443" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 2" - ], - "idBarcode": [ - "33433011197443" - ], - "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" - ] - }, - "sort": [ - null - ] - }, - { - "_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:33433011197435" - ], - "physicalLocation": [ - "*OLC 83-35" - ], - "shelfMark_sort": "a*OLC 83-35 v. 000001", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i10002601", - "shelfMark": [ - "*OLC 83-35 v. 1" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLC 83-35 v. 1" - }, - { - "type": "bf:Barcode", - "value": "33433011197435" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 1" - ], - "idBarcode": [ - "33433011197435" - ], - "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" - ] + "type": [ + "bf:Item" + ], + "uri": "i12858280" }, "sort": [ null @@ -6249,109 +6470,107 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10003958", + "_id": "b10004816", "_score": null, "_source": { "extent": [ - "39, 18, 83, 3 p." - ], - "note": [ - { - "noteType": "Note", - "label": "Cover title.", - "type": "bf:Note" - }, - { - "noteType": "Original Version", - "label": "Reprint of the 1910 ? ed.", - "type": "bf:Note" - }, - { - "noteType": "Language", - "label": "In Arabic.", - "type": "bf:Note" - } + "v. ;" ], "nyplSource": [ "sierra-nypl" ], - "subjectLiteral_exploded": [ - "Logic", - "Logic -- Early works to 1800" + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Maktabat Āyat Allāh al-ʻUẓmá al-Najafī al-Marʻashī," + "Martins Livreiro-Editor" ], "language": [ { - "id": "lang:ara", - "label": "Arabic" + "id": "lang:por", + "label": "Portuguese" } ], - "dateEndString": [ - "1910" + "numItemsTotal": [ + 1 ], "createdYear": [ - 1984 + 1983 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ - "al-Qaṣīdah al-muzdawijah fī al-manṭiq wa-manṭiq al-mashriqīyīn," + "A outra face de J. Simões Lopes Neto" + ], + "type": [ + "nypl:Item" ], "shelfMark": [ - "*OGL 83-2455" + "JFK 84-291" ], - "creatorLiteral": [ - "Avicenna, 980-1037." + "numItemVolumesParsed": [ + 1 ], "createdString": [ - "1984" + "1983" + ], + "creatorLiteral": [ + "Lopes Neto, J. Simões (João Simões), 1865-1916." ], "idLccn": [ - "73960850" + "84227211" + ], + "numElectronicResources": [ + 0 ], "contributorLiteral": [ - "Avicenna, 980-1037." + "Moreira, Angelo Pires." ], "dateStartYear": [ - 1984 + 1983 + ], + "idOclc": [ + "NYPG004000178-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OGL 83-2455" + "value": "JFK 84-291" }, { "type": "nypl:Bnumber", - "value": "10003958" + "value": "10004816" }, { - "type": "bf:Lccn", - "value": "73960850" + "type": "nypl:Oclc", + "value": "NYPG004000178-B" }, { - "type": "bf:Identifier", - "value": "NNSZ00304319" + "type": "bf:Lccn", + "value": "84227211" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0203950" + "value": "(WaOLN)nyp0204806" } ], "dateEndYear": [ - 1910 + 9999 ], - "updatedAt": 1636072413178, + "updatedAt": 1710969866000, "publicationStatement": [ - "Qum : Maktabat Āyat Allāh al-ʻUẓmá al-Najafī al-Marʻashī, 1405 [1984 or 1985]" + "Porto Alegre, RGSul [i.e. Rio Grande do Sul], Brasil : Martins Livreiro-Editor, 1983-" ], "identifier": [ - "urn:bnum:10003958", - "urn:lccn:73960850", - "urn:undefined:NNSZ00304319", - "urn:undefined:(WaOLN)nyp0203950" + "urn:shelfmark:JFK 84-291", + "urn:bnum:10004816", + "urn:oclc:NYPG004000178-B", + "urn:lccn:84227211", + "urn:identifier:(WaOLN)nyp0204806" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -6366,7 +6585,7 @@ } ], "dateString": [ - "1984" + "1983" ], "mediaType": [ { @@ -6374,24 +6593,15 @@ "label": "unmediated" } ], - "subjectLiteral": [ - "Logic -- Early works to 1800." - ], "titleDisplay": [ - "al-Qaṣīdah al-muzdawijah fī al-manṭiq wa-manṭiq al-mashriqīyīn, taṣnīf Abī ʻAlī ibn Sīnā." + "A outra face de J. Simões Lopes Neto / [editor] Angelo Pires Moreira." ], - "uri": "b10003958", + "uri": "b10004816", "lccClassification": [ - "B751 .M4 1973" - ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "PQ9697.L7223 A6 1983" ], "placeOfPublication": [ - "Qum :" + "Porto Alegre, RGSul [i.e. Rio Grande do Sul], Brasil" ], "issuance": [ { @@ -6400,11 +6610,11 @@ } ], "dimensions": [ - "24 cm." + "22 cm." ] }, "sort": [ - "b10003958" + "b10004816" ], "inner_hits": { "electronicResources": { @@ -6426,84 +6636,103 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433058069919" - ], - "physicalLocation": [ - "*OGL 83-2455" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OGL 83-002455", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "enumerationChronology": [ + "v. 1" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i12858216", - "shelfMark": [ - "*OGL 83-2455" + "idBarcode": [ + "33433003418559" + ], + "identifier": [ + "urn:shelfmark:JFK 84-291 v. 1", + "urn:barcode:33433003418559" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OGL 83-2455" + "value": "JFK 84-291 v. 1", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058069919" + "value": "33433003418559", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433058069919" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "JFK 84-291" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "JFK 84-291 v. 1" ], + "shelfMark_sort": "aJFK 84-291 v. 000001", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 1, + "lte": 1 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10003383" }, "sort": [ - null + " 1-" ] } ] @@ -6514,26 +6743,31 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10004373", + "_id": "b10004947", "_score": null, "_source": { "extent": [ - "v. ;" + "v. : ill. ;" ], "note": [ { "noteType": "Note", - "label": "Vols. 3- have imprint: Mysore : Sahyādri Prakāśana.", + "label": "Colophon title in Russian: Geografi︠i︡a.", "type": "bf:Note" }, { - "noteType": "Bibliography", - "label": "Includes bibliographical references.", + "noteType": "Indexed In", + "label": "Allworth no. 170.", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", "type": "bf:Note" }, { "noteType": "Language", - "label": "In Kannada.", + "label": "In Azerbaijani.", "type": "bf:Note" } ], @@ -6541,78 +6775,97 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Kuvempu, 1904-1994" + "Geography", + "Geography -- Textbooks", + "Azerbaijani language", + "Azerbaijani language -- Texts" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Karnāṭaka Sahakārī Prakāśana Mandira" + "Azärnäshr" ], "language": [ { - "id": "lang:kan", - "label": "Kannada" + "id": "lang:aze", + "label": "Azerbaijani" } ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1926 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1971 + "title": [ + "Cografija" ], "type": [ "nypl:Item" ], - "title": [ - "Kuvempu sāhitya: Kelavu adhyayanagaḷu." - ], "shelfMark": [ - "*OLA 83-3417" + "*ZO-221 no. 8" ], - "creatorLiteral": [ - "Javare Gowda, Deve Gowda, 1918-" + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1971" + "1926" ], - "idLccn": [ - "72902119" + "creatorLiteral": [ + "Räshad, Gafyr." + ], + "numElectronicResources": [ + 0 ], "dateStartYear": [ - 1971 + 1926 + ], + "idOclc": [ + "NYPG004000308-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OLA 83-3417" + "value": "*ZO-221 no. 8" }, { "type": "nypl:Bnumber", - "value": "10004373" + "value": "10004947" }, { - "type": "bf:Lccn", - "value": "72902119" + "type": "nypl:Oclc", + "value": "NYPG004000308-B" }, { "type": "bf:Identifier", - "value": "NNSZ00304738" + "value": "NNSZ00406058" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0204365" + "value": "(WaOLN)nyp0204937" } ], "dateEndYear": [ 9999 ], - "updatedAt": 1636109940889, + "updatedAt": 1711120882081, "publicationStatement": [ - "Beṅgaḷūru] Karnāṭaka Sahakārī Prakāśana Mandira [1971]-" + "Baqï : Azärnäshr, 1926-" ], "identifier": [ - "urn:bnum:10004373", - "urn:lccn:72902119", - "urn:undefined:NNSZ00304738", - "urn:undefined:(WaOLN)nyp0204365" + "urn:shelfmark:*ZO-221 no. 8", + "urn:bnum:10004947", + "urn:oclc:NYPG004000308-B", + "urn:identifier:NNSZ00406058", + "urn:identifier:(WaOLN)nyp0204937" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -6627,7 +6880,7 @@ } ], "dateString": [ - "1971" + "1926" ], "mediaType": [ { @@ -6636,23 +6889,15 @@ } ], "subjectLiteral": [ - "Kuvempu, 1904-1994." + "Geography -- Textbooks.", + "Azerbaijani language -- Texts." ], "titleDisplay": [ - "Kuvempu sāhitya: Kelavu adhyayanagaḷu. [Lēkhaka] Dējagau." - ], - "uri": "b10004373", - "lccClassification": [ - "PL4659.P797 S7934" - ], - "numItems": [ - 2 - ], - "numAvailable": [ - 2 + "Cografija [microform] / Gafyr Räshad." ], + "uri": "b10004947", "placeOfPublication": [ - "Beṅgaḷūru]" + "Baqï" ], "issuance": [ { @@ -6660,12 +6905,15 @@ "label": "monograph/item" } ], + "titleAlt": [ + "Geografi︠i︡a." + ], "dimensions": [ - "22 cm." + "26 cm." ] }, "sort": [ - "b10004373" + "b10004947" ], "inner_hits": { "electronicResources": { @@ -6677,181 +6925,101 @@ }, "items": { "hits": { - "total": 2, + "total": 1, "max_score": null, "hits": [ { "_nested": { "field": "items", - "offset": 1 + "offset": 0 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433001707623" - ], - "physicalLocation": [ - "*OLA 83-3417 Library has: Vol. 1, 3." + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } ], - "shelfMark_sort": "a*OLA 83-3417 Library has: Vol. 1, 3.", "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" + "catalogItemType:6||microfilm service copy" ], - "accessMessage": [ + "enumerationChronology": [ + "11 Azerbaijani monographs" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rcmi2", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i10003188", - "shelfMark": [ - "*OLA 83-3417 Library has: Vol. 1, 3." - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA 83-3417 Library has: Vol. 1, 3." - }, - { - "type": "bf:Barcode", - "value": "33433001707623" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" ], "idBarcode": [ - "33433001707623" - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "requestable": [ - true + "33433105673499" ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "identifier": [ + "urn:shelfmark:*ZO-221 11 Azerbaijani monographs", + "urn:barcode:33433105673499" ], - "status": [ + "identifierV2": [ { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ + "value": "*ZO-221 11 Azerbaijani monographs", + "type": "bf:ShelfMark" + }, { - "id": "loc:rc2ma", - "label": "Offsite" + "value": "33433105673499", + "type": "bf:Barcode" } ], - "recapCustomerCode": [ - "NA" - ] - }, - "sort": [ - null - ] - }, - { - "_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:33433057523718" + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "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" - ], - "uri": "i12858227", - "shelfMark": [ - "*OLA 83-341 v. 3" - ], - "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" + "*ZO-221" ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "recapCustomerCode": [ + "NA" ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*ZO-221 11 Azerbaijani monographs" ], + "shelfMark_sort": "a*ZO-221 11 Azerbaijani monographs", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i30081242" }, "sort": [ null @@ -6865,83 +7033,134 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10004788", + "_id": "b10005127", "_score": null, "_source": { "extent": [ - "277 p. ;" + "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": [ - "Plon" + "Azärnäshr" ], "language": [ { - "id": "lang:fre", - "label": "French" + "id": "lang:aze", + "label": "Azerbaijani" } ], + "numItemsTotal": [ + 0 + ], "createdYear": [ - 1984 + 1928 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ - "Le château du soleil couchant : roman" + "Cografija" + ], + "type": [ + "nypl:Item" ], "shelfMark": [ - "JFE 84-3450" + "*ZO-216 no. 15" ], - "creatorLiteral": [ - "Grey, Marina." + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1984" + "1928" ], - "seriesStatement": [ - "La saga de l'exil / Marina Grey ; [3]", - "Grey, Marina. Saga de l'exil ; \\[3]" + "creatorLiteral": [ + "Ivanov, G." + ], + "numElectronicResources": [ + 0 ], "dateStartYear": [ - 1984 + 1928 + ], + "idOclc": [ + "NYPG004000493-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "JFE 84-3450" + "value": "*ZO-216 no. 15" }, { "type": "nypl:Bnumber", - "value": "10004788" + "value": "10005127" }, { - "type": "bf:Isbn", - "value": "2259011187 :" + "type": "nypl:Oclc", + "value": "NYPG004000493-B" }, { "type": "bf:Identifier", - "value": "NNSZ00405900" + "value": "NNSZ00406243" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0204778" + "value": "(WaOLN)nyp0205116" } ], - "updatedAt": 1652324535423, + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711120882081, "publicationStatement": [ - "Paris : Plon, 1984." + "Baqï : Azärnäshr, 1928-" ], "identifier": [ - "urn:bnum:10004788", - "urn:isbn:2259011187 :", - "urn:undefined:NNSZ00405900", - "urn:undefined:(WaOLN)nyp0204778" + "urn:shelfmark:*ZO-216 no. 15", + "urn:bnum:10005127", + "urn:oclc:NYPG004000493-B", + "urn:identifier:NNSZ00406243", + "urn:identifier:(WaOLN)nyp0205116" ], - "idIsbn": [ - "2259011187 " + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -6956,7 +7175,7 @@ } ], "dateString": [ - "1984" + "1928" ], "mediaType": [ { @@ -6964,18 +7183,16 @@ "label": "unmediated" } ], - "titleDisplay": [ - "Le château du soleil couchant : roman / Marina Grey." - ], - "uri": "b10004788", - "numItems": [ - 1 + "subjectLiteral": [ + "Geography -- Textbooks.", + "Azerbaijani language -- Texts." ], - "numAvailable": [ - 1 + "titleDisplay": [ + "Cografija [microform] / Ivanof ; çäviräni Äsädylla Äbdurrähim-zadä." ], + "uri": "b10005127", "placeOfPublication": [ - "Paris" + "Baqï" ], "issuance": [ { @@ -6983,15 +7200,15 @@ "label": "monograph/item" } ], - "idIsbn_clean": [ - "2259011187" + "titleAlt": [ + "Nachalʹnyĭ kurs geografii." ], "dimensions": [ - "23 cm." + "23cm." ] }, "sort": [ - "b10004788" + "b10005127" ], "inner_hits": { "electronicResources": { @@ -7003,88 +7220,9 @@ }, "items": { "hits": { - "total": 1, + "total": 0, "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "identifier": [ - "urn:barcode:33433046113944" - ], - "physicalLocation": [ - "JFE 84-3450" - ], - "shelfMark_sort": "aJFE 84-003450", - "m2CustomerCode": [ - "XF" - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i12858280", - "shelfMark": [ - "JFE 84-3450" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "JFE 84-3450" - }, - { - "type": "bf:Barcode", - "value": "33433046113944" - } - ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" - ], - "idBarcode": [ - "33433046113944" - ], - "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" - } - ] - }, - "sort": [ - null - ] - } - ] + "hits": [] } } } @@ -7092,83 +7230,127 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10004816", + "_id": "b10005211", "_score": null, "_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": [ - "Martins Livreiro-Editor," + "Azärnäshr" ], "language": [ { - "id": "lang:por", - "label": "Portuguese" + "id": "lang:aze", + "label": "Azerbaijani" } ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1929 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1983 + "title": [ + "Xaos" ], "type": [ "nypl:Item" ], - "title": [ - "A outra face de J. Simões Lopes Neto" - ], "shelfMark": [ - "JFK 84-291" + "*ZO-220 no. 9" ], - "creatorLiteral": [ - "Lopes Neto, J. Simões (João Simões), 1865-1916." + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1983" + "1929" ], - "idLccn": [ - "84227211" + "creatorLiteral": [ + "Shirvanzade, 1858-1935." ], - "contributorLiteral": [ - "Moreira, Angelo Pires." + "numElectronicResources": [ + 0 ], "dateStartYear": [ - 1983 + 1929 + ], + "idOclc": [ + "NYPG004000578-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "JFK 84-291" + "value": "*ZO-220 no. 9" }, { "type": "nypl:Bnumber", - "value": "10004816" + "value": "10005211" }, { - "type": "bf:Lccn", - "value": "84227211" + "type": "nypl:Oclc", + "value": "NYPG004000578-B" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0204806" + "value": "NNSZ00406328" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0205200" } ], "dateEndYear": [ 9999 ], - "updatedAt": 1636069640817, + "updatedAt": 1711646891455, "publicationStatement": [ - "Porto Alegre, RGSul [i.e. Rio Grande do Sul], Brasil : Martins Livreiro-Editor, 1983-" + "Bagï : Azärnäshr, 1929" ], "identifier": [ - "urn:bnum:10004816", - "urn:lccn:84227211", - "urn:undefined:(WaOLN)nyp0204806" + "urn:shelfmark:*ZO-220 no. 9", + "urn:bnum:10005211", + "urn:oclc:NYPG004000578-B", + "urn:identifier:NNSZ00406328", + "urn:identifier:(WaOLN)nyp0205200" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -7183,7 +7365,7 @@ } ], "dateString": [ - "1983" + "1929" ], "mediaType": [ { @@ -7191,21 +7373,15 @@ "label": "unmediated" } ], - "titleDisplay": [ - "A outra face de J. Simões Lopes Neto / [editor] Angelo Pires Moreira." - ], - "uri": "b10004816", - "lccClassification": [ - "PQ9697.L7223 A6 1983" - ], - "numItems": [ - 1 + "subjectLiteral": [ + "Azerbaijani language -- Texts." ], - "numAvailable": [ - 1 + "titleDisplay": [ + "Xaos [microform] / Shirvanzada ; ermeni dilinden ceviräni F. Ismixanov ; tärcimäsinin redaktory Säid Mirkasïmzada." ], + "uri": "b10005211", "placeOfPublication": [ - "Porto Alegre, RGSul [i.e. Rio Grande do Sul], Brasil :" + "Bagï" ], "issuance": [ { @@ -7213,12 +7389,15 @@ "label": "monograph/item" } ], + "titleAlt": [ + "Khaos." + ], "dimensions": [ - "22 cm." + "23cm." ] }, "sort": [ - "b10004816" + "b10005211" ], "inner_hits": { "electronicResources": { @@ -7240,84 +7419,91 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433003418559" - ], - "physicalLocation": [ - "JFK 84-291" + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } ], - "shelfMark_sort": "aJFK 84-291 v. 000001", "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" + "catalogItemType:6||microfilm service copy" ], - "accessMessage": [ + "enumerationChronology": [ + "collection of 10 titles (monographs)" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rcmi2", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" ], - "uri": "i10003383", - "shelfMark": [ - "JFK 84-291 v. 1" + "idBarcode": [ + "33433105674059" + ], + "identifier": [ + "urn:shelfmark:*ZO-220 collection of 10 titles (monographs)", + "urn:barcode:33433105674059" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "JFK 84-291 v. 1" + "value": "*ZO-220 collection of 10 titles (monographs)", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433003418559" + "value": "33433105674059", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 1" - ], - "idBarcode": [ - "33433003418559" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*ZO-220" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*ZO-220 collection of 10 titles (monographs)" ], + "shelfMark_sort": "a*ZO-220 collection of 10 titles (monographs)", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i30087469" }, "sort": [ null @@ -7331,31 +7517,21 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10004947", + "_id": "b10005860", "_score": null, "_source": { "extent": [ - "v. : ill. ;" + "v. ;" ], "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.", + "label": "Cover title.", "type": "bf:Note" }, { - "noteType": "Language", - "label": "In Azerbaijani.", + "noteType": "Note", + "label": "In Swahili.", "type": "bf:Note" } ], @@ -7363,73 +7539,95 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Azerbaijani language", - "Azerbaijani language -- Texts", - "Geography", - "Geography -- Textbooks" + "Swahili language", + "Swahili language -- Texts" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Azärnäshr," + "s.n." ], "language": [ { - "id": "lang:aze", - "label": "Azerbaijani" + "id": "lang:swa", + "label": "Swahili" } ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1926 + "title": [ + "Mfuatano wa muundo na kazi za vyombo vya Serikali ya mapinduzi ya Zanzibar." ], "type": [ "nypl:Item" ], - "title": [ - "Cografija [microform]" - ], "shelfMark": [ - "*ZO-221 no. 8" + "Sc Ser.-N .Z288" ], - "creatorLiteral": [ - "Räshad, Gafyr." + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1926" + "1980" + ], + "creatorLiteral": [ + "Zanzibar." + ], + "numElectronicResources": [ + 0 ], "dateStartYear": [ - 1926 + 1980 + ], + "idOclc": [ + "NYPG005000002-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*ZO-221 no. 8" + "value": "Sc Ser.-N .Z288" }, { "type": "nypl:Bnumber", - "value": "10004947" + "value": "10005860" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000002-B" }, { "type": "bf:Identifier", - "value": "NNSZ00406058" + "value": "NNSZ00507074" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0204937" + "value": "(WaOLN)nyp0205850" } ], "dateEndYear": [ 9999 ], - "updatedAt": 1636082403668, + "updatedAt": 1711530704245, "publicationStatement": [ - "Baqï : Azärnäshr, 1926-" + "[Zanzibar : s.n., 1980- ]" ], "identifier": [ - "urn:bnum:10004947", - "urn:undefined:NNSZ00406058", - "urn:undefined:(WaOLN)nyp0204937" + "urn:shelfmark:Sc Ser.-N .Z288", + "urn:bnum:10005860", + "urn:oclc:NYPG005000002-B", + "urn:identifier:NNSZ00507074", + "urn:identifier:(WaOLN)nyp0205850" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -7444,7 +7642,7 @@ } ], "dateString": [ - "1926" + "1980" ], "mediaType": [ { @@ -7453,21 +7651,14 @@ } ], "subjectLiteral": [ - "Azerbaijani language -- Texts.", - "Geography -- Textbooks." + "Swahili language -- Texts." ], "titleDisplay": [ - "Cografija [microform] / Gafyr Räshad." - ], - "uri": "b10004947", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "Mfuatano wa muundo na kazi za vyombo vya Serikali ya mapinduzi ya Zanzibar." ], + "uri": "b10005860", "placeOfPublication": [ - "Baqï :" + "[Zanzibar" ], "issuance": [ { @@ -7475,15 +7666,15 @@ "label": "monograph/item" } ], - "titleAlt": [ - "Geografi︠i︡a." + "tableOfContents": [ + "Kitabu cha 1-9." ], "dimensions": [ - "26 cm." + "13-31 cm." ] }, "sort": [ - "b10004947" + "b10005860" ], "inner_hits": { "electronicResources": { @@ -7505,84 +7696,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:1", + "label": "Use in library" } ], "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433105673499" + "accessMessage:1||Use in library" ], - "physicalLocation": [ - "*ZO-221" + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } ], - "shelfMark_sort": "a*ZO-221 11 Azerbaijani monographs", "catalogItemType_packed": [ - "catalogItemType:6||microfilm service copy" + "catalogItemType:3||serial" ], - "accessMessage": [ + "enumerationChronology": [ + "Kituba cha 1-9" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" ], - "uri": "i30081242", - "shelfMark": [ - "*ZO-221 11 Azerbaijani monographs" + "idBarcode": [ + "33433030859007" + ], + "identifier": [ + "urn:shelfmark:Sc Ser.-N .Z288 Kituba cha 1-9", + "urn:barcode:33433030859007" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*ZO-221 11 Azerbaijani monographs" + "value": "Sc Ser.-N .Z288 Kituba cha 1-9", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433105673499" + "value": "33433030859007", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rcmi2||Offsite" - ], - "enumerationChronology": [ - "11 Azerbaijani monographs" - ], - "idBarcode": [ - "33433105673499" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "physicalLocation": [ + "Sc Ser.-N .Z288" ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:6", - "label": "microfilm service copy" - } + "shelfMark": [ + "Sc Ser.-N .Z288 Kituba cha 1-9" ], + "shelfMark_sort": "aSc Ser.-N .Z288 Kituba cha 1-000009", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rcmi2", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10942241" }, "sort": [ null @@ -7596,36 +7791,21 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10005127", + "_id": "b10005862", "_score": null, "_source": { "extent": [ - "v. : ill. ;" + "v. ;" ], "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.", + "label": "Editor: Gerald A. McWorter.", "type": "bf:Note" }, { - "noteType": "Language", - "label": "In Azerbaijani.", + "noteType": "Bibliography", + "label": "Includes bibliographies.", "type": "bf:Note" } ], @@ -7633,245 +7813,128 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Azerbaijani language", - "Azerbaijani language -- Texts", - "Geography", - "Geography -- Textbooks" + "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": [ - "Azärnäshr," + "Afro-American Studies and Research Program, University of Illinois" ], "language": [ { - "id": "lang:aze", - "label": "Azerbaijani" + "id": "lang:eng", + "label": "English" } ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1983 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1928 + "title": [ + "Proceedings" ], "type": [ "nypl:Item" ], - "title": [ - "Cografija [microform]" - ], "shelfMark": [ - "*ZO-216 no. 15" + "Sc Ser.-M .N3674" ], - "creatorLiteral": [ - "Ivanov, G." + "numItemVolumesParsed": [ + 2 ], "createdString": [ - "1928" + "1983" + ], + "creatorLiteral": [ + "National Council for Black Studies (U.S.). Conference (6th : 1982 : Chicago, Ill.)" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "McWorter, Gerald A." ], "dateStartYear": [ - 1928 + 1983 + ], + "idOclc": [ + "NYPG005000004-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*ZO-216 no. 15" + "value": "Sc Ser.-M .N3674" }, { "type": "nypl:Bnumber", - "value": "10005127" + "value": "10005862" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000004-B" }, { "type": "bf:Identifier", - "value": "NNSZ00406243" + "value": "NNSZ00507076" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0205116" + "value": "(WaOLN)nyp0205852" } ], "dateEndYear": [ 9999 ], - "updatedAt": 1636082403606, - "publicationStatement": [ - "Baqï : Azärnäshr, 1928-" - ], - "identifier": [ - "urn:bnum:10005127", - "urn:undefined:NNSZ00406243", - "urn:undefined:(WaOLN)nyp0205116" - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "1928" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Azerbaijani language -- Texts.", - "Geography -- Textbooks." - ], - "titleDisplay": [ - "Cografija [microform] / Ivanof ; çäviräni Äsädylla Äbdurrähim-zadä." - ], - "uri": "b10005127", - "numItems": [ - 0 - ], - "numAvailable": [ - 0 - ], - "placeOfPublication": [ - "Baqï :" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "titleAlt": [ - "Nachalʹnyĭ kurs geografii." - ], - "dimensions": [ - "23cm." - ] - }, - "sort": [ - "b10005127" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10005211", - "_score": null, - "_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" - ], - "publisherLiteral": [ - "Azärnäshr," - ], - "language": [ - { - "id": "lang:aze", - "label": "Azerbaijani" - } - ], - "dateEndString": [ - "9999" - ], - "createdYear": [ - 1929 - ], - "type": [ - "nypl:Item" - ], - "title": [ - "Xaos [microform]" - ], - "shelfMark": [ - "*ZO-220 no. 9" - ], - "creatorLiteral": [ - "Shirvanzade, 1858-1935." - ], - "createdString": [ - "1929" - ], - "dateStartYear": [ - 1929 - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*ZO-220 no. 9" - }, - { - "type": "nypl:Bnumber", - "value": "10005211" - }, - { - "type": "bf:Identifier", - "value": "NNSZ00406328" - }, + "holdings": [ { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0205200" + "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" } ], - "dateEndYear": [ - 9999 - ], - "updatedAt": 1636144501921, + "updatedAt": 1711471622189, "publicationStatement": [ - "Bagï : Azärnäshr, 1929" + "Urbana, Ill. : Afro-American Studies and Research Program, University of Illinois, [1983?-]" ], "identifier": [ - "urn:bnum:10005211", - "urn:undefined:NNSZ00406328", - "urn:undefined:(WaOLN)nyp0205200" + "urn:shelfmark:Sc Ser.-M .N3674", + "urn:bnum:10005862", + "urn:oclc:NYPG005000004-B", + "urn:identifier:NNSZ00507076", + "urn:identifier:(WaOLN)nyp0205852" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -7886,7 +7949,7 @@ } ], "dateString": [ - "1929" + "1983" ], "mediaType": [ { @@ -7895,20 +7958,15 @@ } ], "subjectLiteral": [ - "Azerbaijani language -- Texts." + "African Americans -- Study and teaching -- Congresses.", + "Black people -- Study and teaching -- Congresses." ], "titleDisplay": [ - "Xaos [microform] / Shirvanzada ; ermeni dilinden ceviräni F. Ismixanov ; tärcimäsinin redaktory Säid Mirkasïmzada." - ], - "uri": "b10005211", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "Proceedings / National Council for Black Studies, 6th annual national conference." ], + "uri": "b10005862", "placeOfPublication": [ - "Bagï :" + "Urbana, Ill." ], "issuance": [ { @@ -7916,15 +7974,15 @@ "label": "monograph/item" } ], - "titleAlt": [ - "Khaos." + "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": [ - "23cm." + "28 cm." ] }, "sort": [ - "b10005211" + "b10005862" ], "inner_hits": { "electronicResources": { @@ -7936,7 +7994,7 @@ }, "items": { "hits": { - "total": 1, + "total": 2, "max_score": null, "hits": [ { @@ -7946,87 +8004,203 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:1", + "label": "Use in library" } ], "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433105674059" - ], - "physicalLocation": [ - "*ZO-220" - ], - "shelfMark_sort": "a*ZO-220 collection of 10 titles (monographs)", - "catalogItemType_packed": [ - "catalogItemType:6||microfilm service copy" + "accessMessage:1||Use in library" ], - "accessMessage": [ + "catalogItemType": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "catalogItemType:3", + "label": "serial" } ], - "status_packed": [ - "status:a||Available" + "catalogItemType_packed": [ + "catalogItemType:3||serial" ], - "uri": "i30087469", - "shelfMark": [ - "*ZO-220 collection of 10 titles (monographs)" + "enumerationChronology": [ + "no. 3-5" + ], + "enumerationChronology_sort": [ + " 3-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" + } + ], + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" + ], + "idBarcode": [ + "33433072219805" + ], + "identifier": [ + "urn:shelfmark:Sc Ser.-M .N3674: 6th. 1982 no. 3-5", + "urn:barcode:33433072219805" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*ZO-220 collection of 10 titles (monographs)" + "value": "Sc Ser.-M .N3674: 6th. 1982 no. 3-5", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433105674059" + "value": "33433072219805", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rcmi2||Offsite" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } + ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "physicalLocation": [ + "Sc Ser.-M .N3674: 6th. 1982" + ], + "requestable": [ + true + ], + "shelfMark": [ + "Sc Ser.-M .N3674: 6th. 1982 no. 3-5" + ], + "shelfMark_sort": "aSc Ser.-M .N3674: 6th. 1982 no. 000003-5", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 5 + } + ], + "uri": "i17447316" + }, + "sort": [ + " 3-" + ] + }, + { + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" ], "enumerationChronology": [ - "collection of 10 titles (monographs)" + "no. 1-2" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" + } + ], + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" ], "idBarcode": [ - "33433105674059" + "33433072219797" + ], + "identifier": [ + "urn:shelfmark:Sc Ser.-M .N3674: 6th. 1982 no. 1-2", + "urn:barcode:33433072219797" + ], + "identifierV2": [ + { + "value": "Sc Ser.-M .N3674: 6th. 1982 no. 1-2", + "type": "bf:ShelfMark" + }, + { + "value": "33433072219797", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "physicalLocation": [ + "Sc Ser.-M .N3674: 6th. 1982" ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:6", - "label": "microfilm service copy" - } + "shelfMark": [ + "Sc Ser.-M .N3674: 6th. 1982 no. 1-2" ], + "shelfMark_sort": "aSc Ser.-M .N3674: 6th. 1982 no. 000001-2", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rcmi2", - "label": "Offsite" + "gte": 1, + "lte": 2 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i14746590" }, "sort": [ - null + " 1-" ] } ] @@ -8037,11 +8211,11 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10005860", + "_id": "b10005870", "_score": null, "_source": { "extent": [ - "v. ;" + "71 p. : ill. ;" ], "note": [ { @@ -8051,7 +8225,7 @@ }, { "noteType": "Note", - "label": "In Swahili.", + "label": "\"D'après le livre et le montage audiovisual 'L'Evolution de l'amour' por D. Sonet, légèrement adapté avec l'aimable autorisation de l'auteur.\"", "type": "bf:Note" } ], @@ -8059,71 +8233,96 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Swahili language", - "Swahili language -- Texts" + "Sonet, D", + "Sex instruction", + "Sex instruction -- Haiti" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "s.n.," + "Action familiale d'Haïti" ], "language": [ { - "id": "lang:swa", - "label": "Swahili" + "id": "lang:fre", + "label": "French" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 1 ], "createdYear": [ 1980 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1984" ], "title": [ - "Mfuatano wa muundo na kazi za vyombo vya Serikali ya mapinduzi ya Zanzibar." + "A quel age peut-on aimer? : pour une éducation à l'amour responsable" + ], + "type": [ + "nypl:Item" ], "shelfMark": [ - "Sc Ser.-N .Z288" + "Sc D 84-595" ], - "creatorLiteral": [ - "Zanzibar." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1980" ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Action familiale d'Haïti." + ], "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG005000012-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "Sc Ser.-N .Z288" + "value": "Sc D 84-595" }, { "type": "nypl:Bnumber", - "value": "10005860" + "value": "10005870" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000012-B" }, { "type": "bf:Identifier", - "value": "NNSZ00507074" + "value": "NNSZ00507084" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0205850" + "value": "(WaOLN)nyp0205860" } ], "dateEndYear": [ - 9999 + 1984 ], - "updatedAt": 1636116169694, + "updatedAt": 1710978859765, "publicationStatement": [ - "[Zanzibar : s.n., 1980- ]" + "Port-au-Prince : Action familiale d'Haïti, [198-?]" ], "identifier": [ - "urn:bnum:10005860", - "urn:undefined:NNSZ00507074", - "urn:undefined:(WaOLN)nyp0205850" + "urn:shelfmark:Sc D 84-595", + "urn:bnum:10005870", + "urn:oclc:NYPG005000012-B", + "urn:identifier:NNSZ00507084", + "urn:identifier:(WaOLN)nyp0205860" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -8147,20 +8346,15 @@ } ], "subjectLiteral": [ - "Swahili language -- Texts." + "Sonet, D.", + "Sex instruction -- Haiti." ], "titleDisplay": [ - "Mfuatano wa muundo na kazi za vyombo vya Serikali ya mapinduzi ya Zanzibar." - ], - "uri": "b10005860", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "A quel age peut-on aimer? : pour une éducation à l'amour responsable / Action familiale d'Haïti." ], + "uri": "b10005870", "placeOfPublication": [ - "[Zanzibar :" + "Port-au-Prince" ], "issuance": [ { @@ -8168,15 +8362,12 @@ "label": "monograph/item" } ], - "tableOfContents": [ - "Kitabu cha 1-9." - ], "dimensions": [ - "13-31 cm." + "21 cm." ] }, "sort": [ - "b10005860" + "b10005870" ], "inner_hits": { "electronicResources": { @@ -8198,33 +8389,26 @@ }, "_score": null, "_source": { - "uri": "i10942241", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:1", + "label": "Use in library" } ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" - } - ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" + "catalogItemType:55||book, limited circ, MaRLI" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { @@ -8235,44 +8419,55 @@ "holdingLocation_packed": [ "loc:scff2||Schomburg Center - Research & Reference" ], - "shelfMark": [ - "Sc Ser.-N .Z288 Kituba cha 1-9" + "idBarcode": [ + "33433036649329" + ], + "identifier": [ + "urn:shelfmark:Sc D 84-595", + "urn:barcode:33433036649329" ], "identifierV2": [ { - "value": "Sc Ser.-N .Z288 Kituba cha 1-9", + "value": "Sc D 84-595", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433030859007" + "value": "33433036649329", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc Ser.-N .Z288" - ], - "enumerationChronology": [ - "Kituba cha 1-9" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], - "identifier": [ - "urn:barcode:33433030859007" + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], - "idBarcode": [ - "33433030859007" + "physicalLocation": [ + "Sc D 84-595" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "Sc D 84-595" + ], + "shelfMark_sort": "aSc D 84-000595", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], - "shelfMark_sort": "aSc Ser.-N .Z288 Kituba cha 1-000009" + "type": [ + "bf:Item" + ], + "uri": "i11900461" }, "sort": [ null @@ -8286,21 +8481,26 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10005862", + "_id": "b10005876", "_score": null, "_source": { "extent": [ - "v. ;" + "xxvii, 751 p. : ill. ;" ], "note": [ { "noteType": "Note", - "label": "Editor: Gerald A. McWorter.", + "label": "At head of title: Unesco International Scientific Committee for the Drafting of a General History of Africa.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Includes index.", "type": "bf:Note" }, { "noteType": "Bibliography", - "label": "Includes bibliographies.", + "label": "Bibliography: p. 692-733.", "type": "bf:Note" } ], @@ -8308,18 +8508,15 @@ "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" + "Africa", + "Africa -- History", + "Africa -- History -- To 1884" ], "numItemDatesParsed": [ 0 ], "publisherLiteral": [ - "Afro-American Studies and Research Program, University of Illinois" + "Heinemann ; University of California Press" ], "language": [ { @@ -8331,102 +8528,88 @@ 2 ], "createdYear": [ - 1983 - ], - "dateEndString": [ - "9999" + 1984 ], "title": [ - "Proceedings" + "Africa from the twelfth to the sixteenth century" ], "type": [ "nypl:Item" ], "shelfMark": [ - "Sc Ser.-M .N3674" + "Sc E 84-288" ], "numItemVolumesParsed": [ - 2 + 0 ], "createdString": [ - "1983" + "1984" ], - "creatorLiteral": [ - "National Council for Black Studies (U.S.). Conference (6th : 1982 : Chicago, Ill.)" + "idLccn": [ + "84256508 //r86" ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "General history of Africa ; 4" + ], "contributorLiteral": [ - "McWorter, Gerald A." + "Niane, Djibril Tamsir.", + "Unesco. International Scientific Committee for the Drafting of a General History of Africa." ], "dateStartYear": [ - 1983 + 1984 ], "idOclc": [ - "NYPG005000004-B" + "NYPG005000018-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "Sc Ser.-M .N3674" + "value": "Sc E 84-288" }, { "type": "nypl:Bnumber", - "value": "10005862" + "value": "10005876" + }, + { + "type": "bf:Isbn", + "value": "0435948105" + }, + { + "type": "bf:Isbn", + "value": "0520039157 (University of California Press)" }, { "type": "nypl:Oclc", - "value": "NYPG005000004-B" + "value": "NYPG005000018-B" }, { - "type": "bf:Identifier", - "value": "NNSZ00507076" + "type": "bf:Lccn", + "value": "84256508 //r86" }, { "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" + "value": "(WaOLN)nyp0205866" } ], - "updatedAt": 1709752718868, + "updatedAt": 1711095215720, "publicationStatement": [ - "Urbana, Ill. : Afro-American Studies and Research Program, University of Illinois, [1983?-]" + "London : Heinemann ; Berkeley, Calif. : University of California Press, 1984." + ], + "idIsbn": [ + "0435948105", + "0520039157 (University of California Press)" ], "identifier": [ - "urn:shelfmark:Sc Ser.-M .N3674", - "urn:bnum:10005862", - "urn:oclc:NYPG005000004-B", - "urn:identifier:NNSZ00507076", - "urn:identifier:(WaOLN)nyp0205852" + "urn:shelfmark:Sc E 84-288", + "urn:bnum:10005876", + "urn:isbn:0435948105", + "urn:isbn:0520039157 (University of California Press)", + "urn:oclc:NYPG005000018-B", + "urn:lccn:84256508 //r86", + "urn:identifier:(WaOLN)nyp0205866" ], "numCheckinCardItems": [ 0 @@ -8444,7 +8627,7 @@ } ], "dateString": [ - "1983" + "1984" ], "mediaType": [ { @@ -8453,15 +8636,17 @@ } ], "subjectLiteral": [ - "African Americans -- Study and teaching -- Congresses.", - "Black people -- Study and teaching -- Congresses." + "Africa -- History -- To 1884." ], "titleDisplay": [ - "Proceedings / National Council for Black Studies, 6th annual national conference." + "Africa from the twelfth to the sixteenth century / editor, D.T. Niane." + ], + "uri": "b10005876", + "lccClassification": [ + "DT20 .G45 1981 vol. 4 DT25" ], - "uri": "b10005862", "placeOfPublication": [ - "Urbana, Ill." + "London : Berkeley, Calif." ], "issuance": [ { @@ -8469,15 +8654,16 @@ "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." + "24 cm." + ], + "idIsbn_clean": [ + "0435948105", + "0520039157" ] }, "sort": [ - "b10005862" + "b10005876" ], "inner_hits": { "electronicResources": { @@ -8495,110 +8681,90 @@ { "_nested": { "field": "items", - "offset": 0 + "offset": 1 }, "_score": null, "_source": { "accessMessage": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "accessMessage:-", + "label": "No restrictions" } ], "accessMessage_packed": [ - "accessMessage:1||Use in library" + "accessMessage:-||No restrictions" ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:2", + "label": "book non-circ" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "enumerationChronology": [ - "no. 3-5" - ], - "enumerationChronology_sort": [ - " 3-" + "catalogItemType:2||book non-circ" ], "formatLiteral": [ "Text" ], "holdingLocation": [ { - "id": "loc:scff2", - "label": "Schomburg Center - Research & Reference" + "id": "loc:mall1", + "label": "Schwarzman Building - Main Reading Room 315 - Reference" } ], "holdingLocation_packed": [ - "loc:scff2||Schomburg Center - Research & Reference" - ], - "idBarcode": [ - "33433072219805" + "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" ], "identifier": [ - "urn:shelfmark:Sc Ser.-M .N3674: 6th. 1982 no. 3-5", - "urn:barcode:33433072219805" + "urn:shelfmark:*R-BK 90-2407" ], "identifierV2": [ { - "value": "Sc Ser.-M .N3674: 6th. 1982 no. 3-5", + "value": "*R-BK 90-2407", "type": "bf:ShelfMark" - }, - { - "value": "33433072219805", - "type": "bf:Barcode" } ], "owner": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "orgs:1101", + "label": "General Research Division" } ], "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "orgs:1101||General Research Division" ], "physicalLocation": [ - "Sc Ser.-M .N3674: 6th. 1982" + "*R-BK 90-2407" ], "requestable": [ - true + false ], "shelfMark": [ - "Sc Ser.-M .N3674: 6th. 1982 no. 3-5" + "*R-BK 90-2407" ], - "shelfMark_sort": "aSc Ser.-M .N3674: 6th. 1982 no. 000003-5", + "shelfMark_sort": "a*R-BK 90-002407", "status": [ { - "id": "status:a", - "label": "Available" + "id": "status:m", + "label": "Missing" } ], "status_packed": [ - "status:a||Available" + "status:m||Missing" ], "type": [ "bf:Item" ], - "volumeRange": [ - { - "gte": 3, - "lte": 5 - } - ], - "uri": "i17447316" + "uri": "i10003889" }, "sort": [ - " 3-" + null ] }, { "_nested": { "field": "items", - "offset": 1 + "offset": 0 }, "_score": null, "_source": { @@ -8613,18 +8779,12 @@ ], "catalogItemType": [ { - "id": "catalogItemType:2", - "label": "book non-circ" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "enumerationChronology": [ - "no. 1-2" - ], - "enumerationChronology_sort": [ - " 1-" + "catalogItemType:55||book, limited circ, MaRLI" ], "formatLiteral": [ "Text" @@ -8639,19 +8799,19 @@ "loc:scff2||Schomburg Center - Research & Reference" ], "idBarcode": [ - "33433072219797" + "33433021813997" ], "identifier": [ - "urn:shelfmark:Sc Ser.-M .N3674: 6th. 1982 no. 1-2", - "urn:barcode:33433072219797" + "urn:shelfmark:Sc E 84-288", + "urn:barcode:33433021813997" ], "identifierV2": [ { - "value": "Sc Ser.-M .N3674: 6th. 1982 no. 1-2", + "value": "Sc E 84-288", "type": "bf:ShelfMark" }, { - "value": "33433072219797", + "value": "33433021813997", "type": "bf:Barcode" } ], @@ -8665,15 +8825,15 @@ "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], "physicalLocation": [ - "Sc Ser.-M .N3674: 6th. 1982" + "Sc E 84-288" ], "requestable": [ true ], "shelfMark": [ - "Sc Ser.-M .N3674: 6th. 1982 no. 1-2" + "Sc E 84-288" ], - "shelfMark_sort": "aSc Ser.-M .N3674: 6th. 1982 no. 000001-2", + "shelfMark_sort": "aSc E 84-000288", "status": [ { "id": "status:a", @@ -8686,16 +8846,10 @@ "type": [ "bf:Item" ], - "volumeRange": [ - { - "gte": 1, - "lte": 2 - } - ], - "uri": "i14746590" + "uri": "i10003888" }, "sort": [ - " 1-" + null ] } ] @@ -8706,94 +8860,140 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10005870", + "_id": "b10005898", "_score": null, "_source": { "extent": [ - "71 p. : ill. ;" - ], - "note": [ - { - "noteType": "Note", - "label": "Cover title.", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "\"D'après le livre et le montage audiovisual 'L'Evolution de l'amour' por D. Sonet, légèrement adapté avec l'aimable autorisation de l'auteur.\"", - "type": "bf:Note" - } + "v. : ill. ;" ], "nyplSource": [ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Sex instruction", - "Sex instruction -- Haiti", - "Sonet, D" + "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": [ - "Action familiale d'Haïti," + "I.L.A. de Port-au-Prince" ], "language": [ { - "id": "lang:fre", - "label": "French" + "id": "lang:crp", + "label": "Creoles and Pidgins (Other)" } ], - "dateEndString": [ - "1984" + "numItemsTotal": [ + 1 ], "createdYear": [ - 1980 + 1984 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ - "A quel age peut-on aimer? : pour une éducation à l'amour responsable" + "Leson kreyòl pou etranje ki pale franse \\" + ], + "type": [ + "nypl:Item" ], "shelfMark": [ - "Sc D 84-595" + "Sc Ser.-M .M468" + ], + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1980" + "1984" + ], + "creatorLiteral": [ + "Mirville, Ernst." + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Siwolin; \\t.2", + "Collection Coucoville" ], "contributorLiteral": [ - "Action familiale d'Haïti." + "Institut de linguistique appliquée de Port-au-Prince." ], "dateStartYear": [ - 1980 + 1984 + ], + "idOclc": [ + "NYPG005000041-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "Sc D 84-595" + "value": "Sc Ser.-M .M468" }, { "type": "nypl:Bnumber", - "value": "10005870" + "value": "10005898" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000041-B" }, { "type": "bf:Identifier", - "value": "NNSZ00507084" + "value": "NNSZ00507113" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0205860" + "value": "(WaOLN)nyp0205888" } ], "dateEndYear": [ - 1984 + 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": 1636069688379, + "updatedAt": 1711395431856, "publicationStatement": [ - "Port-au-Prince : Action familiale d'Haïti, [198-?]" + "Port-au-Prince : I.L.A. de Port-au-Prince, 1984-" ], "identifier": [ - "urn:bnum:10005870", - "urn:undefined:NNSZ00507084", - "urn:undefined:(WaOLN)nyp0205860" + "urn:shelfmark:Sc Ser.-M .M468", + "urn:bnum:10005898", + "urn:oclc:NYPG005000041-B", + "urn:identifier:NNSZ00507113", + "urn:identifier:(WaOLN)nyp0205888" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -8808,7 +9008,7 @@ } ], "dateString": [ - "1980" + "1984" ], "mediaType": [ { @@ -8817,21 +9017,14 @@ } ], "subjectLiteral": [ - "Sex instruction -- Haiti.", - "Sonet, D." + "Creole dialects, French -- Haiti -- Textbooks for foreign speakers -- French." ], "titleDisplay": [ - "A quel age peut-on aimer? : pour une éducation à l'amour responsable / Action familiale d'Haïti." - ], - "uri": "b10005870", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "Leson kreyòl pou etranje ki pale franse \\ Ernst Mirville." ], + "uri": "b10005898", "placeOfPublication": [ - "Port-au-Prince :" + "Port-au-Prince" ], "issuance": [ { @@ -8840,11 +9033,11 @@ } ], "dimensions": [ - "21 cm." + "28 cm." ] }, "sort": [ - "b10005870" + "b10005898" ], "inner_hits": { "electronicResources": { @@ -8866,33 +9059,29 @@ }, "_score": null, "_source": { - "uri": "i11900461", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" + "id": "catalogItemType:3", + "label": "serial" } ], "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" + "catalogItemType:3||serial" + ], + "enumerationChronology": [ + "t. 2, ptie 1" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { @@ -8903,41 +9092,55 @@ "holdingLocation_packed": [ "loc:scff2||Schomburg Center - Research & Reference" ], - "shelfMark": [ - "Sc D 84-595" + "idBarcode": [ + "33433017863220" + ], + "identifier": [ + "urn:shelfmark:Sc Ser.-M .M468 t. 2, ptie 1", + "urn:barcode:33433017863220" ], "identifierV2": [ { - "value": "Sc D 84-595", + "value": "Sc Ser.-M .M468 t. 2, ptie 1", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433036649329" + "value": "33433017863220", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc D 84-595" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], - "identifier": [ - "urn:barcode:33433036649329" + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], - "idBarcode": [ - "33433036649329" + "physicalLocation": [ + "Sc Ser.-M .M468" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "Sc Ser.-M .M468 t. 2, ptie 1" + ], + "shelfMark_sort": "aSc Ser.-M .M468 t. 2, ptie 000001", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], - "shelfMark_sort": "aSc D 84-000595" + "type": [ + "bf:Item" + ], + "uri": "i11900486" }, "sort": [ null @@ -8951,26 +9154,16 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10005876", + "_id": "b10005902", "_score": null, "_source": { "extent": [ - "xxvii, 751 p. : ill. ;" + "76 p. ;" ], "note": [ { "noteType": "Note", - "label": "At head of title: Unesco International Scientific Committee for the Drafting of a General History of Africa.", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "Includes index.", - "type": "bf:Note" - }, - { - "noteType": "Bibliography", - "label": "Bibliography: p. 692-733.", + "label": "Cover title.", "type": "bf:Note" } ], @@ -8978,12 +9171,17 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Africa", - "Africa -- History", - "Africa -- History -- To 1884" + "Sacred songs, English", + "Sacred songs, English -- Jamaica", + "Sacred songs, English -- Jamaica -- Texts", + "Sacred songs, English -- Caribbean Area", + "Sacred songs, English -- Caribbean Area -- Texts" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Heinemann ; University of California Press" + "s.n." ], "language": [ { @@ -8991,74 +9189,77 @@ "label": "English" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ - 1984 + 1900 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1984" ], "title": [ - "Africa from the twelfth to the sixteenth century" + "Modern Jamaican-Caribbean religious folk music." ], - "shelfMark": [ - "Sc E 84-288" + "type": [ + "nypl:Item" ], - "createdString": [ - "1984" + "shelfMark": [ + "Sc D 84-602" ], - "idLccn": [ - "84256508 //r86" + "numItemVolumesParsed": [ + 0 ], - "seriesStatement": [ - "General history of Africa ; 4" + "createdString": [ + "1900" ], - "contributorLiteral": [ - "Niane, Djibril Tamsir.", - "Unesco. International Scientific Committee for the Drafting of a General History of Africa." + "numElectronicResources": [ + 0 ], "dateStartYear": [ - 1984 + 1900 + ], + "idOclc": [ + "NYPG005000045-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "Sc E 84-288" + "value": "Sc D 84-602" }, { "type": "nypl:Bnumber", - "value": "10005876" - }, - { - "type": "bf:Isbn", - "value": "0435948105" + "value": "10005902" }, { - "type": "bf:Isbn", - "value": "0520039157 (University of California Press)" + "type": "nypl:Oclc", + "value": "NYPG005000045-B" }, { - "type": "bf:Lccn", - "value": "84256508 //r86" + "type": "bf:Identifier", + "value": "NNSZ00507117" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0205866" + "value": "(WaOLN)nyp0205892" } ], - "updatedAt": 1652323261637, + "dateEndYear": [ + 1984 + ], + "updatedAt": 1711557135764, "publicationStatement": [ - "London : Heinemann ; Berkeley, Calif. : University of California Press, 1984." + "[S.l. : s.n., 19--]" ], "identifier": [ - "urn:bnum:10005876", - "urn:isbn:0435948105", - "urn:isbn:0520039157 (University of California Press)", - "urn:lccn:84256508 //r86", - "urn:undefined:(WaOLN)nyp0205866" + "urn:shelfmark:Sc D 84-602", + "urn:bnum:10005902", + "urn:oclc:NYPG005000045-B", + "urn:identifier:NNSZ00507117", + "urn:identifier:(WaOLN)nyp0205892" ], - "idIsbn": [ - "0435948105", - "0520039157 (University of California Press)" + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -9073,7 +9274,7 @@ } ], "dateString": [ - "1984" + "1900" ], "mediaType": [ { @@ -9082,23 +9283,15 @@ } ], "subjectLiteral": [ - "Africa -- History -- To 1884." + "Sacred songs, English -- Jamaica -- Texts.", + "Sacred songs, English -- Caribbean Area -- Texts." ], "titleDisplay": [ - "Africa from the twelfth to the sixteenth century / editor, D.T. Niane." - ], - "uri": "b10005876", - "lccClassification": [ - "DT20 .G45 1981 vol. 4 DT25" - ], - "numItems": [ - 2 - ], - "numAvailable": [ - 1 + "Modern Jamaican-Caribbean religious folk music." ], + "uri": "b10005902", "placeOfPublication": [ - "London : Berkeley, Calif." + "[S.l." ], "issuance": [ { @@ -9106,16 +9299,12 @@ "label": "monograph/item" } ], - "idIsbn_clean": [ - "0435948105", - "0520039157" - ], "dimensions": [ - "24 cm." + "22 cm." ] }, "sort": [ - "b10005876" + "b10005902" ], "inner_hits": { "electronicResources": { @@ -9127,43 +9316,36 @@ }, "items": { "hits": { - "total": 2, + "total": 1, "max_score": null, "hits": [ { "_nested": { "field": "items", - "offset": 1 + "offset": 0 }, "_score": null, "_source": { - "uri": "i10003888", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" + "id": "catalogItemType:2", + "label": "book non-circ" } ], "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" + "catalogItemType:2||book non-circ" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { @@ -9174,115 +9356,55 @@ "holdingLocation_packed": [ "loc:scff2||Schomburg Center - Research & Reference" ], - "shelfMark": [ - "Sc E 84-288" + "idBarcode": [ + "33433058825831" + ], + "identifier": [ + "urn:shelfmark:Sc D 84-602", + "urn:barcode:33433058825831" ], "identifierV2": [ { - "value": "Sc E 84-288", + "value": "Sc D 84-602", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433021813997" - } - ], - "physicalLocation": [ - "Sc E 84-288" - ], - "identifier": [ - "urn:barcode:33433021813997" - ], - "idBarcode": [ - "33433021813997" - ], - "requestable": [ - false - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "shelfMark_sort": "aSc E 84-000288" - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i10003889", - "status": [ - { - "id": "status:m", - "label": "Missing" + "value": "33433058825831", + "type": "bf:Barcode" } ], - "status_packed": [ - "status:m||Missing" - ], "owner": [ { - "id": "orgs:1101", - "label": "General Research Division" + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" } ], "owner_packed": [ - "orgs:1101||General Research Division" - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], - "holdingLocation": [ - { - "id": "loc:mall1", - "label": "Schwarzman Building - Main Reading Room 315 - Reference" - } + "physicalLocation": [ + "Sc D 84-602" ], - "holdingLocation_packed": [ - "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" + "requestable": [ + true ], "shelfMark": [ - "*R-BK 90-2407" + "Sc D 84-602" ], - "identifierV2": [ + "shelfMark_sort": "aSc D 84-000602", + "status": [ { - "value": "*R-BK 90-2407", - "type": "bf:ShelfMark" + "id": "status:a", + "label": "Available" } ], - "physicalLocation": [ - "*R-BK 90-2407" - ], - "requestable": [ - false - ], - "accessMessage": [ - { - "id": "accessMessage:-", - "label": "No restrictions" - } + "status_packed": [ + "status:a||Available" ], - "accessMessage_packed": [ - "accessMessage:-||No restrictions" + "type": [ + "bf:Item" ], - "shelfMark_sort": "a*R-BK 90-002407" + "uri": "i11900490" }, "sort": [ null @@ -9296,107 +9418,108 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10005898", + "_id": "b10005905", "_score": null, "_source": { "extent": [ - "v. : ill. ;" + "52 p. : port. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Cover title.", + "type": "bf:Note" + } ], "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," + "s.n." ], "language": [ { - "id": "lang:crp", - "label": "Creoles and Pidgins (Other)" + "id": "lang:fre", + "label": "French" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 1 ], "createdYear": [ - 1984 + 1900 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1984" ], "title": [ - "Leson kreyòl pou etranje ki pale franse \\" + "Tchiè dans tchiè : les angoisses du coeur : recueil de poèmes \\" + ], + "type": [ + "nypl:Item" ], "shelfMark": [ - "Sc Ser.-M .M468" + "Sc C 85-2" ], - "creatorLiteral": [ - "Mirville, Ernst." + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1984" + "1900" ], - "seriesStatement": [ - "Collection Coucoville", - "Siwolin; \\t.2" + "creatorLiteral": [ + "Passavant, Camille." ], - "contributorLiteral": [ - "Institut de linguistique appliquée de Port-au-Prince." + "numElectronicResources": [ + 0 ], "dateStartYear": [ - 1984 + 1900 + ], + "idOclc": [ + "NYPG005000048-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "Sc Ser.-M .M468" + "value": "Sc C 85-2" }, { "type": "nypl:Bnumber", - "value": "10005898" + "value": "10005905" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000048-B" }, { "type": "bf:Identifier", - "value": "NNSZ00507113" + "value": "NNSZ00507120" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0205888" + "value": "(WaOLN)nyp0205895" } ], "dateEndYear": [ - 9999 - ], - "holdings": [ - { - "format": [ - "PRINT" - ], - "location": [ - { - "code": "loc:scf", - "label": "Schomburg Center - Research & Reference" - } - ], - "uri": "h1144290", - "shelfMark": [ - "Sc Ser.-M .M468" - ] - } + 1984 ], - "updatedAt": 1636113236627, + "updatedAt": 1711426354848, "publicationStatement": [ - "Port-au-Prince : I.L.A. de Port-au-Prince, 1984-" + "[Fort-de-France? Martinique : s.n., 19--] 52" ], "identifier": [ - "urn:bnum:10005898", - "urn:undefined:NNSZ00507113", - "urn:undefined:(WaOLN)nyp0205888" + "urn:shelfmark:Sc C 85-2", + "urn:bnum:10005905", + "urn:oclc:NYPG005000048-B", + "urn:identifier:NNSZ00507120", + "urn:identifier:(WaOLN)nyp0205895" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -9411,7 +9534,7 @@ } ], "dateString": [ - "1984" + "1900" ], "mediaType": [ { @@ -9419,21 +9542,12 @@ "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", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "Tchiè dans tchiè : les angoisses du coeur : recueil de poèmes \\ Camille Passavant." ], + "uri": "b10005905", "placeOfPublication": [ - "Port-au-Prince :" + "[Fort-de-France? Martinique" ], "issuance": [ { @@ -9442,11 +9556,11 @@ } ], "dimensions": [ - "28 cm." + "20 x 21 cm." ] }, "sort": [ - "b10005898" + "b10005905" ], "inner_hits": { "electronicResources": { @@ -9468,33 +9582,26 @@ }, "_score": null, "_source": { - "uri": "i11900486", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:2", + "label": "book non-circ" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" + "catalogItemType:2||book non-circ" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { @@ -9505,44 +9612,55 @@ "holdingLocation_packed": [ "loc:scff2||Schomburg Center - Research & Reference" ], - "shelfMark": [ - "Sc Ser.-M .M468 t. 2, ptie 1" + "idBarcode": [ + "33433036604563" + ], + "identifier": [ + "urn:shelfmark:Sc C 85-2", + "urn:barcode:33433036604563" ], "identifierV2": [ { - "value": "Sc Ser.-M .M468 t. 2, ptie 1", + "value": "Sc C 85-2", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433017863220" + "value": "33433036604563", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc Ser.-M .M468" - ], - "enumerationChronology": [ - "t. 2, ptie 1" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], - "identifier": [ - "urn:barcode:33433017863220" + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], - "idBarcode": [ - "33433017863220" + "physicalLocation": [ + "Sc C 85-2" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "Sc C 85-2" + ], + "shelfMark_sort": "aSc C 85-000002", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], - "shelfMark_sort": "aSc Ser.-M .M468 t. 2, ptie 000001" + "uri": "i11900493" }, "sort": [ null @@ -9556,16 +9674,16 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10005902", + "_id": "b10005907", "_score": null, "_source": { "extent": [ - "76 p. ;" + "v. : ill. ;" ], "note": [ { - "noteType": "Note", - "label": "Cover title.", + "noteType": "Bibliography", + "label": "Discography: p. 115-122.", "type": "bf:Note" } ], @@ -9573,71 +9691,95 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Sacred songs, English", - "Sacred songs, English -- Caribbean Area", - "Sacred songs, English -- Caribbean Area -- Texts", - "Sacred songs, English -- Jamaica", - "Sacred songs, English -- Jamaica -- Texts" + "Jazz", + "Jazz -- History and criticism" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "s.n.," + "Producciones Don Pedro" ], "language": [ { - "id": "lang:eng", - "label": "English" + "id": "lang:spa", + "label": "Spanish" } ], - "dateEndString": [ - "1984" + "numItemsTotal": [ + 2 ], "createdYear": [ - 1900 + 1978 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ - "Modern Jamaican-Caribbean religious folk music." + "En torno al jazz" + ], + "type": [ + "nypl:Item" ], "shelfMark": [ - "Sc D 84-602" + "Sc Ser.-L .V354" + ], + "numItemVolumesParsed": [ + 2 ], "createdString": [ - "1900" + "1978" + ], + "creatorLiteral": [ + "Vélez, Ana." + ], + "numElectronicResources": [ + 0 ], "dateStartYear": [ - 1900 + 1978 + ], + "idOclc": [ + "NYPG005000050-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "Sc D 84-602" + "value": "Sc Ser.-L .V354" }, { "type": "nypl:Bnumber", - "value": "10005902" + "value": "10005907" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000050-B" }, { "type": "bf:Identifier", - "value": "NNSZ00507117" + "value": "NNSZ00507122" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0205892" + "value": "(WaOLN)nyp0205897" } ], "dateEndYear": [ - 1984 + 9999 ], - "updatedAt": 1636116687148, + "updatedAt": 1711168238383, "publicationStatement": [ - "[S.l. : s.n., 19--]" + "San Juan, P.R. : Producciones Don Pedro, 1978-" ], "identifier": [ - "urn:bnum:10005902", - "urn:undefined:NNSZ00507117", - "urn:undefined:(WaOLN)nyp0205892" + "urn:shelfmark:Sc Ser.-L .V354", + "urn:bnum:10005907", + "urn:oclc:NYPG005000050-B", + "urn:identifier:NNSZ00507122", + "urn:identifier:(WaOLN)nyp0205897" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -9652,7 +9794,7 @@ } ], "dateString": [ - "1900" + "1978" ], "mediaType": [ { @@ -9661,21 +9803,14 @@ } ], "subjectLiteral": [ - "Sacred songs, English -- Caribbean Area -- Texts.", - "Sacred songs, English -- Jamaica -- Texts." + "Jazz -- History and criticism." ], "titleDisplay": [ - "Modern Jamaican-Caribbean religious folk music." - ], - "uri": "b10005902", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "En torno al jazz / Ana Vélez." ], + "uri": "b10005907", "placeOfPublication": [ - "[S.l. :" + "San Juan, P.R." ], "issuance": [ { @@ -9683,12 +9818,15 @@ "label": "monograph/item" } ], + "tableOfContents": [ + "v. 1. Musica de nuestro siglo -- v. 2. Impacto social y trascendencia." + ], "dimensions": [ - "22 cm." + "25 cm." ] }, "sort": [ - "b10005902" + "b10005907" ], "inner_hits": { "electronicResources": { @@ -9700,7 +9838,7 @@ }, "items": { "hits": { - "total": 1, + "total": 2, "max_score": null, "hits": [ { @@ -9710,15 +9848,58 @@ }, "_score": null, "_source": { - "uri": "i11900490", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:1", + "label": "Use in library" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "enumerationChronology": [ + "v. 2" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" + } + ], + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" + ], + "idBarcode": [ + "33433017895651" + ], + "identifier": [ + "urn:shelfmark:Sc Ser.-L .V354 v. 2", + "urn:barcode:33433017895651" + ], + "identifierV2": [ + { + "value": "Sc Ser.-L .V354 v. 2", + "type": "bf:ShelfMark" + }, + { + "value": "33433017895651", + "type": "bf:Barcode" + } ], "owner": [ { @@ -9729,6 +9910,56 @@ "owner_packed": [ "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], + "physicalLocation": [ + "Sc Ser.-L .V354" + ], + "requestable": [ + true + ], + "shelfMark": [ + "Sc Ser.-L .V354 v. 2" + ], + "shelfMark_sort": "aSc Ser.-L .V354 v. 000002", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ], + "uri": "i11900496" + }, + "sort": [ + " 2-" + ] + }, + { + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], "catalogItemType": [ { "id": "catalogItemType:2", @@ -9738,6 +9969,15 @@ "catalogItemType_packed": [ "catalogItemType:2||book non-circ" ], + "enumerationChronology": [ + "v. 1" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:scff2", @@ -9747,44 +9987,64 @@ "holdingLocation_packed": [ "loc:scff2||Schomburg Center - Research & Reference" ], - "shelfMark": [ - "Sc D 84-602" + "idBarcode": [ + "33433030890481" + ], + "identifier": [ + "urn:shelfmark:Sc Ser.-L .V354 v. 1", + "urn:barcode:33433030890481" ], "identifierV2": [ { - "value": "Sc D 84-602", + "value": "Sc Ser.-L .V354 v. 1", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058825831" + "value": "33433030890481", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc D 84-602" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], - "identifier": [ - "urn:barcode:33433058825831" + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], - "idBarcode": [ - "33433058825831" + "physicalLocation": [ + "Sc Ser.-L .V354" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "Sc Ser.-L .V354 v. 1" + ], + "shelfMark_sort": "aSc Ser.-L .V354 v. 000001", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } ], - "shelfMark_sort": "aSc D 84-000602" + "uri": "i11900495" }, "sort": [ - null + " 1-" ] } ] @@ -9795,104 +10055,114 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10005905", + "_id": "b10005910", "_score": null, "_source": { "extent": [ - "52 p. : port. ;" + "xvi, 99 p. ;" ], "note": [ { - "noteType": "Note", - "label": "Cover title.", + "noteType": "Bibliography", + "label": "Bibliography: p. 99.", "type": "bf:Note" } ], "nyplSource": [ "sierra-nypl" ], + "subjectLiteral_exploded": [ + "Universities and colleges", + "Universities and colleges -- Africa", + "Universities and colleges -- Zambia" + ], "numItemDatesParsed": [ 0 ], "publisherLiteral": [ - "s.n." + "Published on behalf of the Institute for African Studies, University of Zambia, by National Educational Co. of Zambia" ], "language": [ { - "id": "lang:fre", - "label": "French" + "id": "lang:eng", + "label": "English" } ], "numItemsTotal": [ - 1 - ], - "dateEndString": [ - "1984" + 2 ], "createdYear": [ - 1900 + 1984 + ], + "title": [ + "The African university : issues and perspectives : speeches" ], "type": [ "nypl:Item" ], - "title": [ - "Tchiè dans tchiè : les angoisses du coeur : recueil de poèmes \\" - ], "shelfMark": [ - "Sc C 85-2" + "Sc D 84-502" ], "numItemVolumesParsed": [ - 0 + 1 + ], + "createdString": [ + "1984" ], "creatorLiteral": [ - "Passavant, Camille." + "Goma, L. K. H." ], - "createdString": [ - "1900" + "idLccn": [ + "84980558" ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Zambian papers ; no. 14" + ], + "contributorLiteral": [ + "Tembo, L. P.", + "University of Zambia. Institute for African Studies." + ], "dateStartYear": [ - 1900 + 1984 + ], + "idOclc": [ + "NYPG005000053-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "Sc C 85-2" + "value": "Sc D 84-502" }, { "type": "nypl:Bnumber", - "value": "10005905" + "value": "10005910" }, { "type": "nypl:Oclc", - "value": "NYPG005000048-B" + "value": "NYPG005000053-B" }, { - "type": "bf:Identifier", - "value": "NNSZ00507120" + "type": "bf:Lccn", + "value": "84980558" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0205895" + "value": "(WaOLN)nyp0205900" } ], - "idOclc": [ - "NYPG005000048-B" - ], - "dateEndYear": [ - 1984 - ], - "updatedAt": 1681930671217, + "updatedAt": 1711422319545, "publicationStatement": [ - "[Fort-de-France? Martinique : s.n., 19--] 52" + "Lusaka, Zambia : Published on behalf of the Institute for African Studies, University of Zambia, by National Educational Co. of Zambia, 1984." ], "identifier": [ - "urn:bnum:10005905", - "urn:oclc:NYPG005000048-B", - "urn:undefined:NNSZ00507120", - "urn:undefined:(WaOLN)nyp0205895" + "urn:shelfmark:Sc D 84-502", + "urn:bnum:10005910", + "urn:oclc:NYPG005000053-B", + "urn:lccn:84980558", + "urn:identifier:(WaOLN)nyp0205900" ], "numCheckinCardItems": [ 0 @@ -9910,7 +10180,7 @@ } ], "dateString": [ - "1900" + "1984" ], "mediaType": [ { @@ -9918,18 +10188,19 @@ "label": "unmediated" } ], + "subjectLiteral": [ + "Universities and colleges -- Africa.", + "Universities and colleges -- Zambia." + ], "titleDisplay": [ - "Tchiè dans tchiè : les angoisses du coeur : recueil de poèmes \\ Camille Passavant." + "The African university : issues and perspectives : speeches / by L.H.K. [i.e. L.K.H.] Goma ; selected and edited by L.P. Tembo." ], - "uri": "b10005905", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "uri": "b10005910", + "lccClassification": [ + "DT963.A3 Z3 no. 14 LA1503" ], "placeOfPublication": [ - "[Fort-de-France? Martinique" + "Lusaka, Zambia" ], "issuance": [ { @@ -9938,11 +10209,11 @@ } ], "dimensions": [ - "20 x 21 cm." + "22 cm." ] }, "sort": [ - "b10005905" + "b10005910" ], "inner_hits": { "electronicResources": { @@ -9954,17 +10225,91 @@ }, "items": { "hits": { - "total": 1, + "total": 2, "max_score": null, "hits": [ { "_nested": { "field": "items", - "offset": 0 + "offset": 1 }, "_score": null, "_source": { - "uri": "i11900493", + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "enumerationChronology": [ + "v. 14" + ], + "enumerationChronology_sort": [ + " 14-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433003630815" + ], + "identifier": [ + "urn:shelfmark:JFK 86-224 v. 14", + "urn:barcode:33433003630815" + ], + "identifierV2": [ + { + "value": "JFK 86-224 v. 14", + "type": "bf:ShelfMark" + }, + { + "value": "33433003630815", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ + "JFK 86-224" + ], + "recapCustomerCode": [ + "NA" + ], + "requestable": [ + true + ], + "shelfMark": [ + "JFK 86-224 v. 14" + ], + "shelfMark_sort": "aJFK 86-224 v. 000014", "status": [ { "id": "status:a", @@ -9974,23 +10319,48 @@ "status_packed": [ "status:a||Available" ], - "owner": [ + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "gte": 14, + "lte": 14 } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "uri": "i10003897" + }, + "sort": [ + " 14-" + ] + }, + { + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { - "id": "catalogItemType:2", - "label": "book non-circ" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" + "catalogItemType:55||book, limited circ, MaRLI" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { @@ -10001,47 +10371,55 @@ "holdingLocation_packed": [ "loc:scff2||Schomburg Center - Research & Reference" ], - "shelfMark": [ - "Sc C 85-2" + "idBarcode": [ + "33433021791029" + ], + "identifier": [ + "urn:shelfmark:Sc D 84-502", + "urn:barcode:33433021791029" ], "identifierV2": [ { - "value": "Sc C 85-2", + "value": "Sc D 84-502", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433036604563" + "value": "33433021791029", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc C 85-2" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], - "identifier": [ - "urn:barcode:33433036604563" + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], - "idBarcode": [ - "33433036604563" + "physicalLocation": [ + "Sc D 84-502" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "Sc D 84-502" + ], + "shelfMark_sort": "aSc D 84-000502", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aSc C 85-000002" + "uri": "i10003896" }, "sort": [ null @@ -10055,16 +10433,21 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10005907", + "_id": "b10006007", "_score": null, "_source": { "extent": [ - "v. : ill. ;" + "2 microfilm reels ;" ], "note": [ { - "noteType": "Bibliography", - "label": "Discography: p. 115-122.", + "noteType": "Note", + "label": "Includes biographical notes, scope and contents note and indexes.", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm of Mss.", "type": "bf:Note" } ], @@ -10072,73 +10455,107 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Jazz", - "Jazz -- History and criticism" + "Washington, Fredi, 1903-1994", + "African American actresses", + "African American actresses -- Correspondence", + "African American women journalists", + "African American women journalists -- Correspondence", + "African Americans in the performing arts", + "African American actors", + "African American journalists" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Producciones Don Pedro," + "Amistad Research Center" + ], + "description": [ + "Contains approximately one hundred pieces of correspondence, news clippings containing reviews of productions in which Fredi Washington appeared, and Washington's columns for The People's voice. Other groups in the collection are theatre programs, scripts, photographs and documentation of honors conferred on Fredi Washington." ], "language": [ { - "id": "lang:spa", - "label": "Spanish" + "id": "lang:eng", + "label": "English" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 2 ], "createdYear": [ - 1978 + 1980 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1984" ], "title": [ - "En torno al jazz" + "Fredi Washington papers, 1925-1979." + ], + "type": [ + "nypl:Item" ], "shelfMark": [ - "Sc Ser.-L .V354" + "Sc Micro R-4205" ], - "creatorLiteral": [ - "Vélez, Ana." + "numItemVolumesParsed": [ + 2 ], "createdString": [ - "1978" + "1980" + ], + "creatorLiteral": [ + "Washington, Fredi, 1903-1994." + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Amistad Research Center." ], "dateStartYear": [ - 1978 + 1980 + ], + "idOclc": [ + "11780064" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "Sc Ser.-L .V354" + "value": "Sc Micro R-4205" }, { "type": "nypl:Bnumber", - "value": "10005907" + "value": "10006007" }, { - "type": "bf:Identifier", - "value": "NNSZ00507122" + "type": "nypl:Oclc", + "value": "11780064" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0205897" + "value": "(OCoLC)11780064" } ], "dateEndYear": [ - 9999 + 1984 ], - "updatedAt": 1636093384929, + "updatedAt": 1711426361948, "publicationStatement": [ - "San Juan, P.R. : Producciones Don Pedro, 1978-" + "New Orleans, La. : Amistad Research Center, [198-?]" ], - "identifier": [ - "urn:bnum:10005907", - "urn:undefined:NNSZ00507122", - "urn:undefined:(WaOLN)nyp0205897" + "genreForm": [ + "Personal correspondence." ], - "materialType": [ + "identifier": [ + "urn:shelfmark:Sc Micro R-4205", + "urn:bnum:10006007", + "urn:oclc:11780064", + "urn:identifier:(OCoLC)11780064" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ { "id": "resourcetypes:txt", "label": "Text" @@ -10151,7 +10568,7 @@ } ], "dateString": [ - "1978" + "1980" ], "mediaType": [ { @@ -10160,20 +10577,19 @@ } ], "subjectLiteral": [ - "Jazz -- History and criticism." + "Washington, Fredi, 1903-1994.", + "African American actresses -- Correspondence.", + "African American women journalists -- Correspondence.", + "African Americans in the performing arts.", + "African American actors.", + "African American journalists." ], "titleDisplay": [ - "En torno al jazz / Ana Vélez." - ], - "uri": "b10005907", - "numItems": [ - 2 - ], - "numAvailable": [ - 2 + "Fredi Washington papers, 1925-1979." ], + "uri": "b10006007", "placeOfPublication": [ - "San Juan, P.R. :" + "New Orleans, La." ], "issuance": [ { @@ -10181,15 +10597,12 @@ "label": "monograph/item" } ], - "tableOfContents": [ - "v. 1. Musica de nuestro siglo -- v. 2. Impacto social y trascendencia." - ], "dimensions": [ - "25 cm." + "35 mm" ] }, "sort": [ - "b10005907" + "b10006007" ], "inner_hits": { "electronicResources": { @@ -10207,37 +10620,36 @@ { "_nested": { "field": "items", - "offset": 1 + "offset": 0 }, "_score": null, "_source": { - "uri": "i11900496", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { - "id": "catalogItemType:2", - "label": "book non-circ" + "id": "catalogItemType:6", + "label": "microfilm service copy" } ], "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" + "catalogItemType:6||microfilm service copy" + ], + "enumerationChronology": [ + "r. 2" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { @@ -10248,83 +10660,99 @@ "holdingLocation_packed": [ "loc:scff2||Schomburg Center - Research & Reference" ], - "shelfMark": [ - "Sc Ser.-L .V354 v. 2" + "idBarcode": [ + "33433031242500" + ], + "identifier": [ + "urn:shelfmark:Sc Micro R-4205 r. 2", + "urn:barcode:33433031242500" ], "identifierV2": [ { - "value": "Sc Ser.-L .V354 v. 2", + "value": "Sc Micro R-4205 r. 2", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433017895651" + "value": "33433031242500", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc Ser.-L .V354" - ], - "enumerationChronology": [ - "v. 2" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], - "identifier": [ - "urn:barcode:33433017895651" + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], - "idBarcode": [ - "33433017895651" + "physicalLocation": [ + "Sc Micro R-4205" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "Sc Micro R-4205 r. 2" + ], + "shelfMark_sort": "aSc Micro R-4205 r. 000002", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], - "shelfMark_sort": "aSc Ser.-L .V354 v. 000002" + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ], + "uri": "i11900582" }, "sort": [ - null + " 2-" ] }, { "_nested": { "field": "items", - "offset": 0 + "offset": 1 }, "_score": null, "_source": { - "uri": "i11900495", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { - "id": "catalogItemType:2", - "label": "book non-circ" + "id": "catalogItemType:6", + "label": "microfilm service copy" } ], "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" + "catalogItemType:6||microfilm service copy" + ], + "enumerationChronology": [ + "r. 1" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { @@ -10335,47 +10763,64 @@ "holdingLocation_packed": [ "loc:scff2||Schomburg Center - Research & Reference" ], - "shelfMark": [ - "Sc Ser.-L .V354 v. 1" + "idBarcode": [ + "33433031242492" + ], + "identifier": [ + "urn:shelfmark:Sc Micro R-4205 r. 1", + "urn:barcode:33433031242492" ], "identifierV2": [ { - "value": "Sc Ser.-L .V354 v. 1", + "value": "Sc Micro R-4205 r. 1", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433030890481" + "value": "33433031242492", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc Ser.-L .V354" - ], - "enumerationChronology": [ - "v. 1" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], - "identifier": [ - "urn:barcode:33433030890481" + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], - "idBarcode": [ - "33433030890481" + "physicalLocation": [ + "Sc Micro R-4205" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "Sc Micro R-4205 r. 1" + ], + "shelfMark_sort": "aSc Micro R-4205 r. 000001", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } ], - "shelfMark_sort": "aSc Ser.-L .V354 v. 000001" + "uri": "i11900581" }, "sort": [ - null + " 1-" ] } ] @@ -10386,29 +10831,23 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10005910", + "_id": "b10006011", "_score": null, "_source": { "extent": [ - "xvi, 99 p. ;" - ], - "note": [ - { - "noteType": "Bibliography", - "label": "Bibliography: p. 99.", - "type": "bf:Note" - } + "v. : ill. ;" ], "nyplSource": [ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Universities and colleges", - "Universities and colleges -- Africa", - "Universities and colleges -- Zambia" + "Tem language" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Published on behalf of the Institute for African Studies, University of Zambia, by National Educational Co. of Zambia," + "Experiment in International Living" ], "language": [ { @@ -10416,63 +10855,83 @@ "label": "English" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ - 1984 + 1980 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ - "The African university : issues and perspectives : speeches" + "Tem" + ], + "type": [ + "nypl:Item" ], "shelfMark": [ - "Sc D 84-502" + "Sc Ser.-M .T425" ], - "creatorLiteral": [ - "Goma, L. K. H." + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1984" - ], - "idLccn": [ - "84980558" + "1980" + ], + "numElectronicResources": [ + 0 ], "seriesStatement": [ - "Zambian papers ; no. 14" + "Peace Corps language handbook series" ], "contributorLiteral": [ - "Tembo, L. P.", - "University of Zambia. Institute for African Studies." + "Der-Houssikian, Haig." ], "dateStartYear": [ - 1984 + 1980 + ], + "idOclc": [ + "NYPG005000158-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "Sc D 84-502" + "value": "Sc Ser.-M .T425" }, { "type": "nypl:Bnumber", - "value": "10005910" + "value": "10006011" }, { - "type": "bf:Lccn", - "value": "84980558" + "type": "nypl:Oclc", + "value": "NYPG005000158-B" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0205900" + "value": "NNSZ00507231" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0206003" } ], - "updatedAt": 1636133189056, + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711330931258, "publicationStatement": [ - "Lusaka, Zambia : Published on behalf of the Institute for African Studies, University of Zambia, by National Educational Co. of Zambia, 1984." + "Brattleboro, vt. : Experiment in International Living, 1980-" ], "identifier": [ - "urn:bnum:10005910", - "urn:lccn:84980558", - "urn:undefined:(WaOLN)nyp0205900" + "urn:shelfmark:Sc Ser.-M .T425", + "urn:bnum:10006011", + "urn:oclc:NYPG005000158-B", + "urn:identifier:NNSZ00507231", + "urn:identifier:(WaOLN)nyp0206003" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -10487,7 +10946,7 @@ } ], "dateString": [ - "1984" + "1980" ], "mediaType": [ { @@ -10496,24 +10955,14 @@ } ], "subjectLiteral": [ - "Universities and colleges -- Africa.", - "Universities and colleges -- Zambia." + "Tem language." ], "titleDisplay": [ - "The African university : issues and perspectives : speeches / by L.H.K. [i.e. L.K.H.] Goma ; selected and edited by L.P. Tembo." - ], - "uri": "b10005910", - "lccClassification": [ - "DT963.A3 Z3 no. 14 LA1503" - ], - "numItems": [ - 2 - ], - "numAvailable": [ - 2 + "Tem / developed by the Experiment in International Living...for ACTION/Peace Corps." ], + "uri": "b10006011", "placeOfPublication": [ - "Lusaka, Zambia :" + "Brattleboro, vt." ], "issuance": [ { @@ -10521,12 +10970,15 @@ "label": "monograph/item" } ], + "tableOfContents": [ + "Communication and culture handbook/by Haig Der-Houssikian.--" + ], "dimensions": [ - "22 cm." + "28 cm." ] }, "sort": [ - "b10005910" + "b10006011" ], "inner_hits": { "electronicResources": { @@ -10538,178 +10990,95 @@ }, "items": { "hits": { - "total": 2, + "total": 1, "max_score": null, "hits": [ { "_nested": { "field": "items", - "offset": 1 + "offset": 0 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:1", + "label": "Use in library" } ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433021791029" - ], - "physicalLocation": [ - "Sc D 84-502" - ], - "shelfMark_sort": "aSc D 84-000502", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ + "catalogItemType": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "catalogItemType:3", + "label": "serial" } ], - "status_packed": [ - "status:a||Available" + "catalogItemType_packed": [ + "catalogItemType:3||serial" ], - "uri": "i10003896", - "shelfMark": [ - "Sc D 84-502" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Sc D 84-502" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433021791029" + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" } ], "holdingLocation_packed": [ "loc:scff2||Schomburg Center - Research & Reference" ], "idBarcode": [ - "33433021791029" - ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "33433076233265" ], - "requestable": [ - false + "identifier": [ + "urn:shelfmark:Sc Ser.-M .T425", + "urn:barcode:33433076233265" ], - "catalogItemType": [ + "identifierV2": [ { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "status": [ + "value": "Sc Ser.-M .T425", + "type": "bf:ShelfMark" + }, { - "id": "status:a", - "label": "Available" + "value": "33433076233265", + "type": "bf:Barcode" } ], - "holdingLocation": [ - { - "id": "loc:scff2", - "label": "Schomburg Center - Research & Reference" - } - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { "owner": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433003630815" + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], "physicalLocation": [ - "JFK 86-224" - ], - "shelfMark_sort": "aJFK 86-224 v. 000014", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i10003897", - "shelfMark": [ - "JFK 86-224 v. 14" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "JFK 86-224 v. 14" - }, - { - "type": "bf:Barcode", - "value": "33433003630815" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 14" - ], - "idBarcode": [ - "33433003630815" - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "Sc Ser.-M .T425" ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "Sc Ser.-M .T425" ], + "shelfMark_sort": "aSc Ser.-M .T000425", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i23169346" }, "sort": [ null @@ -10723,45 +11092,23 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10006007", + "_id": "b10006012", "_score": null, "_source": { "extent": [ - "2 microfilm reels ;" - ], - "note": [ - { - "noteType": "Note", - "label": "Includes biographical notes, scope and contents note and indexes.", - "type": "bf:Note" - }, - { - "noteType": "Reproduction", - "label": "Microfilm of Mss.", - "type": "bf:Note" - } + "v. : ill. ;" ], "nyplSource": [ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Washington, Fredi, 1903-1994", - "African American actresses", - "African American actresses -- Correspondence", - "African American women journalists", - "African American women journalists -- Correspondence", - "African Americans in the performing arts", - "African American actors", - "African American journalists" + "Kabre language" ], "numItemDatesParsed": [ 0 ], "publisherLiteral": [ - "Amistad Research Center" - ], - "description": [ - "Contains approximately one hundred pieces of correspondence, news clippings containing reviews of productions in which Fredi Washington appeared, and Washington's columns for The People's voice. Other groups in the collection are theatre programs, scripts, photographs and documentation of honors conferred on Fredi Washington." + "Experiment in International Living" ], "language": [ { @@ -10770,28 +11117,25 @@ } ], "numItemsTotal": [ - 2 + 1 ], "createdYear": [ 1980 ], "dateEndString": [ - "1984" + "9999" + ], + "title": [ + "Kabiye" ], "type": [ "nypl:Item" ], - "title": [ - "Fredi Washington papers, 1925-1979." - ], "shelfMark": [ - "Sc Micro R-4205" + "Sc F 84-135" ], "numItemVolumesParsed": [ - 2 - ], - "creatorLiteral": [ - "Washington, Fredi, 1903-1994." + 0 ], "createdString": [ "1980" @@ -10799,51 +11143,55 @@ "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Peace Corps language handbook series" + ], "contributorLiteral": [ - "Amistad Research Center." + "Sedlak, Philip Alan Stephen, 1939-", + "Jassor, Essogoye.", + "Experiment in International Living." ], "dateStartYear": [ 1980 ], - "identifierV2": [ + "idOclc": [ + "NYPG005000159-B" + ], + "identifierV2": [ { "type": "bf:ShelfMark", - "value": "Sc Micro R-4205" + "value": "Sc F 84-135" }, { "type": "nypl:Bnumber", - "value": "10006007" + "value": "10006012" }, { "type": "nypl:Oclc", - "value": "11780064" + "value": "NYPG005000159-B" }, { - "type": "nypl:Oclc", - "value": "11780064" + "type": "bf:Identifier", + "value": "NNSZ00507232" }, { "type": "bf:Identifier", - "value": "(OCoLC)11780064" + "value": "(WaOLN)nyp0206004" } ], - "idOclc": [ - "11780064" - ], "dateEndYear": [ - 1984 + 9999 ], - "updatedAt": 1681930673375, + "updatedAt": 1711544432253, "publicationStatement": [ - "New Orleans, La. : Amistad Research Center, [198-?]" + "Brattleboro, Vt. : Experiment in International Living, 1980-" ], "identifier": [ - "urn:bnum:10006007", - "urn:oclc:11780064", - "urn:undefined:(OCoLC)11780064" - ], - "genreForm": [ - "Personal correspondence." + "urn:shelfmark:Sc F 84-135", + "urn:bnum:10006012", + "urn:oclc:NYPG005000159-B", + "urn:identifier:NNSZ00507232", + "urn:identifier:(WaOLN)nyp0206004" ], "numCheckinCardItems": [ 0 @@ -10870,25 +11218,14 @@ } ], "subjectLiteral": [ - "Washington, Fredi, 1903-1994.", - "African American actresses -- Correspondence.", - "African American women journalists -- Correspondence.", - "African Americans in the performing arts.", - "African American actors.", - "African American journalists." + "Kabre language." ], "titleDisplay": [ - "Fredi Washington papers, 1925-1979." - ], - "uri": "b10006007", - "numItems": [ - 2 - ], - "numAvailable": [ - 2 + "Kabiye / developed by the Experiment in International Living...for ACTION/Peace Corps." ], + "uri": "b10006012", "placeOfPublication": [ - "New Orleans, La." + "Brattleboro, Vt." ], "issuance": [ { @@ -10896,12 +11233,15 @@ "label": "monograph/item" } ], + "tableOfContents": [ + "Special skills handbook/compiled by Philip A.S. Sedlak; assisted by Essogoye Jassor.--" + ], "dimensions": [ - "35 mm" + "28 cm." ] }, "sort": [ - "b10006007" + "b10006012" ], "inner_hits": { "electronicResources": { @@ -10913,43 +11253,36 @@ }, "items": { "hits": { - "total": 2, + "total": 1, "max_score": null, "hits": [ { "_nested": { "field": "items", - "offset": 1 + "offset": 0 }, "_score": null, "_source": { - "uri": "i11900582", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { - "id": "catalogItemType:6", - "label": "microfilm service copy" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:6||microfilm service copy" + "catalogItemType:55||book, limited circ, MaRLI" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { @@ -10960,81 +11293,23 @@ "holdingLocation_packed": [ "loc:scff2||Schomburg Center - Research & Reference" ], - "shelfMark": [ - "Sc Micro R-4205 r. 2" + "idBarcode": [ + "33433036872368" + ], + "identifier": [ + "urn:shelfmark:Sc F 84-135", + "urn:barcode:33433036872368" ], "identifierV2": [ { - "value": "Sc Micro R-4205 r. 2", + "value": "Sc F 84-135", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433031242500" - } - ], - "enumerationChronology": [ - "r. 2" - ], - "physicalLocation": [ - "Sc Micro R-4205" - ], - "identifier": [ - "urn:barcode:33433031242500" - ], - "idBarcode": [ - "33433031242500" - ], - "requestable": [ - false - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "volumeRange": [ - { - "gte": 2, - "lte": 2 - } - ], - "enumerationChronology_sort": [ - " 2-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aSc Micro R-4205 r. 000002" - }, - "sort": [ - " 2-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i11900581", - "status": [ - { - "id": "status:a", - "label": "Available" + "value": "33433036872368", + "type": "bf:Barcode" } ], - "status_packed": [ - "status:a||Available" - ], "owner": [ { "id": "orgs:1114", @@ -11044,80 +11319,32 @@ "owner_packed": [ "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], - "catalogItemType": [ - { - "id": "catalogItemType:6", - "label": "microfilm service copy" - } - ], - "catalogItemType_packed": [ - "catalogItemType:6||microfilm service copy" - ], - "holdingLocation": [ - { - "id": "loc:scff2", - "label": "Schomburg Center - Research & Reference" - } - ], - "holdingLocation_packed": [ - "loc:scff2||Schomburg Center - Research & Reference" - ], - "shelfMark": [ - "Sc Micro R-4205 r. 1" - ], - "identifierV2": [ - { - "value": "Sc Micro R-4205 r. 1", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433031242492" - } - ], - "enumerationChronology": [ - "r. 1" - ], "physicalLocation": [ - "Sc Micro R-4205" - ], - "identifier": [ - "urn:barcode:33433031242492" - ], - "idBarcode": [ - "33433031242492" + "Sc F 84-135" ], "requestable": [ - false - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } + true ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "shelfMark": [ + "Sc F 84-135" ], - "volumeRange": [ + "shelfMark_sort": "aSc F 84-000135", + "status": [ { - "gte": 1, - "lte": 1 + "id": "status:a", + "label": "Available" } ], - "enumerationChronology_sort": [ - " 1-" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aSc Micro R-4205 r. 000001" + "uri": "i11900585" }, "sort": [ - " 1-" + null ] } ] @@ -11128,20 +11355,30 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10006011", + "_id": "b10006018", "_score": null, "_source": { "extent": [ - "v. : ill. ;" + "v. : ports. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"Corrections to volume I\": v. 2, p. 69.", + "type": "bf:Note" + } ], "nyplSource": [ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Tem language" + "Iota Phi Lambda" + ], + "numItemDatesParsed": [ + 1 ], "publisherLiteral": [ - "Experiment in International Living," + "The Sorority" ], "language": [ { @@ -11149,62 +11386,107 @@ "label": "English" } ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1959 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1980 + "title": [ + "A History of Iota Phi Lambda Sorority." ], "type": [ "nypl:Item" ], - "title": [ - "Tem" - ], "shelfMark": [ - "Sc Ser.-M .T425" + "Sc Ser.-M .H592" + ], + "numItemVolumesParsed": [ + 1 ], "createdString": [ - "1980" + "1959" ], - "seriesStatement": [ - "Peace Corps language handbook series" + "numElectronicResources": [ + 0 ], "contributorLiteral": [ - "Der-Houssikian, Haig." + "Greene, Ethel K.", + "Sims, Sarah B." ], "dateStartYear": [ - 1980 + 1959 + ], + "idOclc": [ + "NYPG005000165-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "Sc Ser.-M .T425" + "value": "Sc Ser.-M .H592" }, { "type": "nypl:Bnumber", - "value": "10006011" + "value": "10006018" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000165-B" }, { "type": "bf:Identifier", - "value": "NNSZ00507231" + "value": "NNSZ00507238" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0206003" + "value": "(WaOLN)nyp0206010" } ], "dateEndYear": [ 9999 ], - "updatedAt": 1636132578775, + "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": [ - "Brattleboro, vt. : Experiment in International Living, 1980-" + "Washington : The Sorority, 1959-" ], "identifier": [ - "urn:bnum:10006011", - "urn:undefined:NNSZ00507231", - "urn:undefined:(WaOLN)nyp0206003" + "urn:shelfmark:Sc Ser.-M .H592", + "urn:bnum:10006018", + "urn:oclc:NYPG005000165-B", + "urn:identifier:NNSZ00507238", + "urn:identifier:(WaOLN)nyp0206010" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -11219,7 +11501,7 @@ } ], "dateString": [ - "1980" + "1959" ], "mediaType": [ { @@ -11228,20 +11510,14 @@ } ], "subjectLiteral": [ - "Tem language." + "Iota Phi Lambda." ], "titleDisplay": [ - "Tem / developed by the Experiment in International Living...for ACTION/Peace Corps." - ], - "uri": "b10006011", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "A History of Iota Phi Lambda Sorority." ], + "uri": "b10006018", "placeOfPublication": [ - "Brattleboro, vt. :" + "Washington" ], "issuance": [ { @@ -11250,14 +11526,14 @@ } ], "tableOfContents": [ - "Communication and culture handbook/by Haig Der-Houssikian.--" + "1929-1958/Ethel K. Greene.--1959-1969/Sarah B. Sims." ], "dimensions": [ "28 cm." ] }, "sort": [ - "b10006011" + "b10006018" ], "inner_hits": { "electronicResources": { @@ -11279,24 +11555,14 @@ }, "_score": null, "_source": { - "uri": "i23169346", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -11307,6 +11573,21 @@ "catalogItemType_packed": [ "catalogItemType:3||serial" ], + "dateRange": [ + { + "gte": "1928", + "lte": "1969" + } + ], + "enumerationChronology": [ + "v. 1, 2 (1928-19, 1959-69)" + ], + "enumerationChronology_sort": [ + " 1-1928" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:scff2", @@ -11316,44 +11597,64 @@ "holdingLocation_packed": [ "loc:scff2||Schomburg Center - Research & Reference" ], - "shelfMark": [ - "Sc Ser.-M .T425" + "idBarcode": [ + "33433061038323" + ], + "identifier": [ + "urn:shelfmark:Sc Ser.-M .H592 v. 1, 2 (1928-19, 1959-69)", + "urn:barcode:33433061038323" ], "identifierV2": [ { - "value": "Sc Ser.-M .T425", + "value": "Sc Ser.-M .H592 v. 1, 2 (1928-19, 1959-69)", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433076233265" + "value": "33433061038323", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc Ser.-M .T425" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], - "identifier": [ - "urn:barcode:33433076233265" + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], - "idBarcode": [ - "33433076233265" + "physicalLocation": [ + "Sc Ser.-M .H592" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "Sc Ser.-M .H592 v. 1, 2 (1928-19, 1959-69)" + ], + "shelfMark_sort": "aSc Ser.-M .H592 v. 000001, 2 (1928-19, 1959-69)", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } ], - "shelfMark_sort": "aSc Ser.-M .T000425" + "uri": "i14746595" }, "sort": [ - null + " 1-1928" ] } ] @@ -11364,85 +11665,116 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10006012", + "_id": "b10006034", "_score": null, "_source": { "extent": [ - "v. : ill. ;" + "79 p. : ill., maps ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographies.", + "type": "bf:Note" + } ], "nyplSource": [ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Kabre language" + "Cão, Diogo, active 15th century", + "Dias, Bartolomeu", + "Gama, Vasco da, 1469-1524", + "Portuguese", + "Portuguese -- India", + "Portuguese -- India -- History", + "Africa", + "Africa -- Discovery and exploration", + "Africa -- Discovery and exploration -- Portuguese" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Experiment in International Living," + "Basler Afrika Bibliographien" ], "language": [ { - "id": "lang:eng", - "label": "English" + "id": "lang:ger", + "label": "German" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 1 ], "createdYear": [ - 1980 + 1984 + ], + "title": [ + "Die Portugiesenkreuze in Africa und Indien : eine umfassende Darstellung aller von den portugiesischen Entdeckern Diogo Cão, Bartolomeo Dias und Vasco da Gama errichteten Steinkreuze (Padrões), deren Geschichte und deren Nachbildungen" ], "type": [ "nypl:Item" ], - "title": [ - "Kabiye" - ], "shelfMark": [ - "Sc F 84-135" + "Sc D 84-477" + ], + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1980" + "1984" ], - "seriesStatement": [ - "Peace Corps language handbook series" + "creatorLiteral": [ + "Kalthammer, Wilhelm." ], - "contributorLiteral": [ - "Experiment in International Living.", - "Jassor, Essogoye.", - "Sedlak, Philip Alan Stephen, 1939-" + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Beiträge zur Afrikakunde, 0171-1660; 5" ], "dateStartYear": [ - 1980 + 1984 + ], + "idOclc": [ + "NYPG005000184-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "Sc F 84-135" + "value": "Sc D 84-477" }, { "type": "nypl:Bnumber", - "value": "10006012" + "value": "10006034" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000184-B" }, { "type": "bf:Identifier", - "value": "NNSZ00507232" + "value": "NNSZ00507257" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0206004" + "value": "(WaOLN)nyp0206027" } ], - "dateEndYear": [ - 9999 - ], - "updatedAt": 1636108841395, + "updatedAt": 1711608503297, "publicationStatement": [ - "Brattleboro, Vt. : Experiment in International Living, 1980-" + "Basel : Basler Afrika Bibliographien, 1978." ], "identifier": [ - "urn:bnum:10006012", - "urn:undefined:NNSZ00507232", - "urn:undefined:(WaOLN)nyp0206004" + "urn:shelfmark:Sc D 84-477", + "urn:bnum:10006034", + "urn:oclc:NYPG005000184-B", + "urn:identifier:NNSZ00507257", + "urn:identifier:(WaOLN)nyp0206027" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -11457,7 +11789,7 @@ } ], "dateString": [ - "1980" + "1984" ], "mediaType": [ { @@ -11466,20 +11798,18 @@ } ], "subjectLiteral": [ - "Kabre language." + "Cão, Diogo, active 15th century.", + "Dias, Bartolomeu.", + "Gama, Vasco da, 1469-1524.", + "Portuguese -- India -- History.", + "Africa -- Discovery and exploration -- Portuguese." ], "titleDisplay": [ - "Kabiye / developed by the Experiment in International Living...for ACTION/Peace Corps." - ], - "uri": "b10006012", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "Die Portugiesenkreuze in Africa und Indien : eine umfassende Darstellung aller von den portugiesischen Entdeckern Diogo Cão, Bartolomeo Dias und Vasco da Gama errichteten Steinkreuze (Padrões), deren Geschichte und deren Nachbildungen / Wilhelm Kalthammer." ], + "uri": "b10006034", "placeOfPublication": [ - "Brattleboro, Vt. :" + "Basel" ], "issuance": [ { @@ -11487,15 +11817,12 @@ "label": "monograph/item" } ], - "tableOfContents": [ - "Special skills handbook/compiled by Philip A.S. Sedlak; assisted by Essogoye Jassor.--" - ], "dimensions": [ - "28 cm." + "21 cm." ] }, "sort": [ - "b10006012" + "b10006034" ], "inner_hits": { "electronicResources": { @@ -11517,24 +11844,14 @@ }, "_score": null, "_source": { - "uri": "i11900585", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:1", + "label": "Use in library" } ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" - } - ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -11545,6 +11862,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:scff2", @@ -11554,41 +11874,55 @@ "holdingLocation_packed": [ "loc:scff2||Schomburg Center - Research & Reference" ], - "shelfMark": [ - "Sc F 84-135" + "idBarcode": [ + "33433036649683" + ], + "identifier": [ + "urn:shelfmark:Sc D 84-477", + "urn:barcode:33433036649683" ], "identifierV2": [ { - "value": "Sc F 84-135", + "value": "Sc D 84-477", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433036872368" + "value": "33433036649683", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc F 84-135" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], - "identifier": [ - "urn:barcode:33433036872368" + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], - "idBarcode": [ - "33433036872368" + "physicalLocation": [ + "Sc D 84-477" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "Sc D 84-477" + ], + "shelfMark_sort": "aSc D 84-000477", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], - "shelfMark_sort": "aSc F 84-000135" + "uri": "i11900606" }, "sort": [ null @@ -11602,16 +11936,16 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10006018", + "_id": "b10006043", "_score": null, "_source": { "extent": [ - "v. : ports. ;" + "205 p. ;" ], "note": [ { - "noteType": "Note", - "label": "\"Corrections to volume I\": v. 2, p. 69.", + "noteType": "Bibliography", + "label": "Includes bibliographies.", "type": "bf:Note" } ], @@ -11619,10 +11953,18 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Iota Phi Lambda" + "Africa, Sub-Saharan", + "Africa, Sub-Saharan -- Relations", + "Africa, Sub-Saharan -- Relations -- Arab countries", + "Arab countries", + "Arab countries -- Relations", + "Arab countries -- Relations -- Africa, Sub-Saharan" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "The Sorority," + "Unesco" ], "language": [ { @@ -11630,77 +11972,72 @@ "label": "English" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 1 ], "createdYear": [ - 1959 + 1984 + ], + "title": [ + "Historical and socio-cultural relations between Black Africa and the Arab world from 1935 to the present : report and papers of the symposium organized by Unesco in Paris from 25 to 27 July 1979." ], "type": [ "nypl:Item" ], - "title": [ - "A History of Iota Phi Lambda Sorority." - ], "shelfMark": [ - "Sc Ser.-M .H592" + "Sc E 84-236" + ], + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1959" + "1984" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "General history of Africa: studies and documents; 7" ], "contributorLiteral": [ - "Greene, Ethel K.", - "Sims, Sarah B." + "Unesco." ], "dateStartYear": [ - 1959 + 1984 + ], + "idOclc": [ + "NYPG005000193-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "Sc Ser.-M .H592" + "value": "Sc E 84-236" }, { "type": "nypl:Bnumber", - "value": "10006018" + "value": "10006043" }, { - "type": "bf:Identifier", - "value": "NNSZ00507238" + "type": "nypl:Oclc", + "value": "NYPG005000193-B" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0206010" - } - ], - "dateEndYear": [ - 9999 - ], - "holdings": [ - { - "format": [ - "PRINT" - ], - "location": [ - { - "code": "loc:scf", - "label": "Schomburg Center - Research & Reference" - } - ], - "uri": "h1142937", - "shelfMark": [ - "Sc Ser.-M .H592" - ] + "value": "(WaOLN)nyp0206036" } ], - "updatedAt": 1636069378411, + "updatedAt": 1711247767775, "publicationStatement": [ - "Washington : The Sorority, 1959-" + "Paris : Unesco, 1984." ], "identifier": [ - "urn:bnum:10006018", - "urn:undefined:NNSZ00507238", - "urn:undefined:(WaOLN)nyp0206010" + "urn:shelfmark:Sc E 84-236", + "urn:bnum:10006043", + "urn:oclc:NYPG005000193-B", + "urn:identifier:(WaOLN)nyp0206036" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -11715,7 +12052,7 @@ } ], "dateString": [ - "1959" + "1984" ], "mediaType": [ { @@ -11724,20 +12061,15 @@ } ], "subjectLiteral": [ - "Iota Phi Lambda." + "Africa, Sub-Saharan -- Relations -- Arab countries.", + "Arab countries -- Relations -- Africa, Sub-Saharan." ], "titleDisplay": [ - "A History of Iota Phi Lambda Sorority." - ], - "uri": "b10006018", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "Historical and socio-cultural relations between Black Africa and the Arab world from 1935 to the present : report and papers of the symposium organized by Unesco in Paris from 25 to 27 July 1979." ], + "uri": "b10006043", "placeOfPublication": [ - "Washington :" + "Paris" ], "issuance": [ { @@ -11745,15 +12077,12 @@ "label": "monograph/item" } ], - "tableOfContents": [ - "1929-1958/Ethel K. Greene.--1959-1969/Sarah B. Sims." - ], "dimensions": [ - "28 cm." + "24 cm." ] }, "sort": [ - "b10006018" + "b10006043" ], "inner_hits": { "electronicResources": { @@ -11775,33 +12104,26 @@ }, "_score": null, "_source": { - "uri": "i14746595", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" + "catalogItemType:55||book, limited circ, MaRLI" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { @@ -11812,44 +12134,55 @@ "holdingLocation_packed": [ "loc:scff2||Schomburg Center - Research & Reference" ], - "shelfMark": [ - "Sc Ser.-M .H592 v. 1, 2 (1928-19, 1959-69)" + "idBarcode": [ + "33433036807315" + ], + "identifier": [ + "urn:shelfmark:Sc E 84-236", + "urn:barcode:33433036807315" ], "identifierV2": [ { - "value": "Sc Ser.-M .H592 v. 1, 2 (1928-19, 1959-69)", + "value": "Sc E 84-236", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061038323" + "value": "33433036807315", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc Ser.-M .H592" - ], - "enumerationChronology": [ - "v. 1, 2 (1928-19, 1959-69)" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], - "identifier": [ - "urn:barcode:33433061038323" + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], - "idBarcode": [ - "33433061038323" + "physicalLocation": [ + "Sc E 84-236" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "Sc E 84-236" + ], + "shelfMark_sort": "aSc E 84-000236", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], - "shelfMark_sort": "aSc Ser.-M .H592 v. 000001, 2 (1928-19, 1959-69)" + "uri": "i11900614" }, "sort": [ null @@ -11863,16 +12196,26 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10006034", + "_id": "b10006159", "_score": null, "_source": { "extent": [ - "79 p. : ill., maps ;" + "v. ;" ], "note": [ + { + "noteType": "Note", + "label": "Cover title.", + "type": "bf:Note" + }, { "noteType": "Bibliography", - "label": "Includes bibliographies.", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", "type": "bf:Note" } ], @@ -11880,74 +12223,99 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Africa", - "Africa -- Portuguese", - "Cão, Diogo, active 15th century", - "Dias, Bartolomeu", - "Gama, Vasco da, 1469-1524", - "Portuguese", - "Portuguese -- India", - "Portuguese -- India -- History" + "Civil rights", + "Civil rights -- United States", + "Violence", + "Violence -- United States", + "African Americans", + "African Americans -- Civil rights" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Basler Afrika Bibliographien," + "American Foundation for Negro Affairs" ], "language": [ { - "id": "lang:ger", - "label": "German" + "id": "lang:eng", + "label": "English" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ - 1984 + 1970 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ - "Die Portugiesenkreuze in Africa und Indien : eine umfassende Darstellung aller von den portugiesischen Entdeckern Diogo Cão, Bartolomeo Dias und Vasco da Gama errichteten Steinkreuze (Padrões), deren Geschichte und deren Nachbildungen" + "Law and disorder a research position paper" + ], + "type": [ + "nypl:Item" ], "shelfMark": [ - "Sc D 84-477" + "Sc Micro R-4202, no. 16" ], - "creatorLiteral": [ - "Kalthammer, Wilhelm." + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1984" + "1970" ], - "seriesStatement": [ - "Beiträge zur Afrikakunde, 0171-1660; 5" + "creatorLiteral": [ + "American Foundation for Negro Affairs. Commission on Judiciary and Law. Subcommittee on National Goals." + ], + "numElectronicResources": [ + 0 ], "dateStartYear": [ - 1984 + 1970 + ], + "idOclc": [ + "NYPG005000311-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "Sc D 84-477" + "value": "Sc Micro R-4202, no. 16" }, { "type": "nypl:Bnumber", - "value": "10006034" + "value": "10006159" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000311-B" }, { "type": "bf:Identifier", - "value": "NNSZ00507257" + "value": "NNSZ00507384" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0206027" + "value": "(WaOLN)nyp0206150" } ], - "updatedAt": 1636088600902, + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711305889023, "publicationStatement": [ - "Basel : Basler Afrika Bibliographien, 1978." + "Philadelphia, Pa. : American Foundation for Negro Affairs, 1970-" ], "identifier": [ - "urn:bnum:10006034", - "urn:undefined:NNSZ00507257", - "urn:undefined:(WaOLN)nyp0206027" + "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": [ { @@ -11962,7 +12330,7 @@ } ], "dateString": [ - "1984" + "1970" ], "mediaType": [ { @@ -11971,24 +12339,16 @@ } ], "subjectLiteral": [ - "Africa -- Portuguese.", - "Cão, Diogo, active 15th century.", - "Dias, Bartolomeu.", - "Gama, Vasco da, 1469-1524.", - "Portuguese -- India -- History." + "Civil rights -- United States.", + "Violence -- United States.", + "African Americans -- Civil rights." ], "titleDisplay": [ - "Die Portugiesenkreuze in Africa und Indien : eine umfassende Darstellung aller von den portugiesischen Entdeckern Diogo Cão, Bartolomeo Dias und Vasco da Gama errichteten Steinkreuze (Padrões), deren Geschichte und deren Nachbildungen / Wilhelm Kalthammer." - ], - "uri": "b10006034", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "Law and disorder [microform] : a research position paper / [Commission on Judiciary and Law, Subcommittee on National Goals]." ], + "uri": "b10006159", "placeOfPublication": [ - "Basel :" + "Philadelphia, Pa." ], "issuance": [ { @@ -11997,11 +12357,11 @@ } ], "dimensions": [ - "21 cm." + "22 x 28 cm." ] }, "sort": [ - "b10006034" + "b10006159" ], "inner_hits": { "electronicResources": { @@ -12023,33 +12383,26 @@ }, "_score": null, "_source": { - "uri": "i11900606", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" + "id": "catalogItemType:6", + "label": "microfilm service copy" } ], "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" + "catalogItemType:6||microfilm service copy" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { @@ -12060,41 +12413,55 @@ "holdingLocation_packed": [ "loc:scff2||Schomburg Center - Research & Reference" ], - "shelfMark": [ - "Sc D 84-477" + "idBarcode": [ + "33433059035760" + ], + "identifier": [ + "urn:shelfmark:Sc Micro R-4202", + "urn:barcode:33433059035760" ], "identifierV2": [ { - "value": "Sc D 84-477", + "value": "Sc Micro R-4202", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433036649683" + "value": "33433059035760", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc D 84-477" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], - "identifier": [ - "urn:barcode:33433036649683" + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], - "idBarcode": [ - "33433036649683" + "physicalLocation": [ + "Sc Micro R-4202" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "Sc Micro R-4202" + ], + "shelfMark_sort": "aSc Micro R-004202", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], - "shelfMark_sort": "aSc D 84-000477" + "type": [ + "bf:Item" + ], + "uri": "i24023455" }, "sort": [ null @@ -12108,16 +12475,16 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10006043", + "_id": "b10006344", "_score": null, "_source": { "extent": [ - "205 p. ;" + "11 p. ;" ], "note": [ { - "noteType": "Bibliography", - "label": "Includes bibliographies.", + "noteType": "Reproduction", + "label": "Microfiche.", "type": "bf:Note" } ], @@ -12125,15 +12492,17 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Africa, Sub-Saharan", - "Africa, Sub-Saharan -- Relations", - "Africa, Sub-Saharan -- Relations -- Arab countries", - "Arab countries", - "Arab countries -- Relations", - "Arab countries -- Relations -- Africa, Sub-Saharan" + "Black people", + "Black people -- Caribbean Area", + "Black people -- Caribbean Area -- Social conditions", + "Middle class", + "Middle class -- Caribbean Area" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Unesco," + "s.n." ], "language": [ { @@ -12141,51 +12510,80 @@ "label": "English" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ - 1984 + 1900 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1999" ], "title": [ - "Historical and socio-cultural relations between Black Africa and the Arab world from 1935 to the present : report and papers of the symposium organized by Unesco in Paris from 25 to 27 July 1979." + "The making of a middle class" + ], + "type": [ + "nypl:Item" ], "shelfMark": [ - "Sc E 84-236" + "Sc Micro F-10459" + ], + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1984" + "1900" ], - "seriesStatement": [ - "General history of Africa: studies and documents; 7" + "creatorLiteral": [ + "Franks, W. Stanley." ], - "contributorLiteral": [ - "Unesco." + "numElectronicResources": [ + 0 ], "dateStartYear": [ - 1984 + 1900 + ], + "idOclc": [ + "NYPG005000499-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "Sc E 84-236" + "value": "Sc Micro F-10459" }, { "type": "nypl:Bnumber", - "value": "10006043" + "value": "10006344" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000499-B" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0206036" + "value": "NNSZ00507572" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0206335" } ], - "updatedAt": 1636103134727, + "dateEndYear": [ + 1999 + ], + "updatedAt": 1711608650516, "publicationStatement": [ - "Paris : Unesco, 1984." + "[S.l. : s.n., 19--]" ], "identifier": [ - "urn:bnum:10006043", - "urn:undefined:(WaOLN)nyp0206036" + "urn:shelfmark:Sc Micro F-10459", + "urn:bnum:10006344", + "urn:oclc:NYPG005000499-B", + "urn:identifier:NNSZ00507572", + "urn:identifier:(WaOLN)nyp0206335" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -12200,7 +12598,7 @@ } ], "dateString": [ - "1984" + "1900" ], "mediaType": [ { @@ -12209,21 +12607,15 @@ } ], "subjectLiteral": [ - "Africa, Sub-Saharan -- Relations -- Arab countries.", - "Arab countries -- Relations -- Africa, Sub-Saharan." + "Black people -- Caribbean Area -- Social conditions.", + "Middle class -- Caribbean Area." ], "titleDisplay": [ - "Historical and socio-cultural relations between Black Africa and the Arab world from 1935 to the present : report and papers of the symposium organized by Unesco in Paris from 25 to 27 July 1979." - ], - "uri": "b10006043", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "The making of a middle class [microform] / by W. S. Franks ; with a foreword by Lee Llewellyn Moore." ], + "uri": "b10006344", "placeOfPublication": [ - "Paris :" + "[S.l." ], "issuance": [ { @@ -12232,11 +12624,11 @@ } ], "dimensions": [ - "24 cm." + "16 cm." ] }, "sort": [ - "b10006043" + "b10006344" ], "inner_hits": { "electronicResources": { @@ -12258,78 +12650,85 @@ }, "_score": null, "_source": { - "uri": "i11900614", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" + "id": "catalogItemType:26", + "label": "microfiche" } ], "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" + "catalogItemType:26||microfiche" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:scff2", - "label": "Schomburg Center - Research & Reference" + "id": "loc:scff3", + "label": "Schomburg Center - Research & Reference - Desk" } ], "holdingLocation_packed": [ - "loc:scff2||Schomburg Center - Research & Reference" + "loc:scff3||Schomburg Center - Research & Reference - Desk" ], - "shelfMark": [ - "Sc E 84-236" + "idBarcode": [ + "33433058831748" + ], + "identifier": [ + "urn:shelfmark:Sc Micro F-10459", + "urn:barcode:33433058831748" ], "identifierV2": [ { - "value": "Sc E 84-236", + "value": "Sc Micro F-10459", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433036807315" + "value": "33433058831748", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc E 84-236" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], - "identifier": [ - "urn:barcode:33433036807315" + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], - "idBarcode": [ - "33433036807315" + "physicalLocation": [ + "Sc Micro F-10459" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "Sc Micro F-10459" + ], + "shelfMark_sort": "aSc Micro F-010459", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], - "shelfMark_sort": "aSc E 84-000236" + "uri": "i12540203" }, "sort": [ null @@ -12343,7 +12742,7 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10006159", + "_id": "b10006540", "_score": null, "_source": { "extent": [ @@ -12352,17 +12751,12 @@ "note": [ { "noteType": "Note", - "label": "Cover title.", + "label": "Vol. 2 issued without edition statement has imprint date 1972.", "type": "bf:Note" }, { "noteType": "Bibliography", - "label": "Includes bibliographical references.", - "type": "bf:Note" - }, - { - "noteType": "Reproduction", - "label": "Microfilm.", + "label": "Includes bibliographies and indexes.", "type": "bf:Note" } ], @@ -12370,95 +12764,99 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Civil rights", - "Civil rights -- United States", - "Violence", - "Violence -- United States", - "African Americans", - "African Americans -- Civil rights" + "World War, 1939-1945", + "World War, 1939-1945 -- Germany", + "Germany", + "Germany -- History", + "Germany -- History -- Allied occupation, 1945-" ], "numItemDatesParsed": [ 0 ], "publisherLiteral": [ - "American Foundation for Negro Affairs" + "Selbstverlag" ], "language": [ { - "id": "lang:eng", - "label": "English" + "id": "lang:ger", + "label": "German" } ], "numItemsTotal": [ 1 ], + "createdYear": [ + 1970 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1970 + "title": [ + "Was geschah nach 1945?" ], "type": [ "nypl:Item" ], - "title": [ - "Law and disorder a research position paper" - ], "shelfMark": [ - "Sc Micro R-4202, no. 16" + "JFK 84-184" ], "numItemVolumesParsed": [ - 0 - ], - "creatorLiteral": [ - "American Foundation for Negro Affairs. Commission on Judiciary and Law. Subcommittee on National Goals." + 1 ], "createdString": [ "1970" ], + "creatorLiteral": [ + "Roth, Heinz." + ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Auf der Suche nach der Wahrheit / Heinz Roth ; Bd. 4-5", + "Roth, Heinz. Auf der Suche nach der Wahrheit ; \\Bd. 4-5." + ], "dateStartYear": [ 1970 ], + "idOclc": [ + "NYPG005000697-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "Sc Micro R-4202, no. 16" + "value": "JFK 84-184" }, { "type": "nypl:Bnumber", - "value": "10006159" + "value": "10006540" }, { "type": "nypl:Oclc", - "value": "NYPG005000311-B" + "value": "NYPG005000697-B" }, { "type": "bf:Identifier", - "value": "NNSZ00507384" + "value": "NNSZ00507771" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0206150" + "value": "(WaOLN)nyp0206529" } ], - "idOclc": [ - "NYPG005000311-B" - ], "dateEndYear": [ 9999 ], - "updatedAt": 1689883301321, + "updatedAt": 1711622113152, "publicationStatement": [ - "Philadelphia, Pa. : American Foundation for Negro Affairs, 1970-" + "Odenhausen/Lumda : Selbstverlag, [197-?-" ], "identifier": [ - "urn:bnum:10006159", - "urn:oclc:NYPG005000311-B", - "urn:undefined:NNSZ00507384", - "urn:undefined:(WaOLN)nyp0206150" + "urn:shelfmark:JFK 84-184", + "urn:bnum:10006540", + "urn:oclc:NYPG005000697-B", + "urn:identifier:NNSZ00507771", + "urn:identifier:(WaOLN)nyp0206529" ], "numCheckinCardItems": [ 0 @@ -12485,22 +12883,15 @@ } ], "subjectLiteral": [ - "Civil rights -- United States.", - "Violence -- United States.", - "African Americans -- Civil rights." + "World War, 1939-1945 -- Germany.", + "Germany -- History -- Allied occupation, 1945-" ], "titleDisplay": [ - "Law and disorder [microform] : a research position paper / [Commission on Judiciary and Law, Subcommittee on National Goals]." - ], - "uri": "b10006159", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "Was geschah nach 1945? / Heinz Roth." ], + "uri": "b10006540", "placeOfPublication": [ - "Philadelphia, Pa." + "Odenhausen/Lumda" ], "issuance": [ { @@ -12508,12 +12899,18 @@ "label": "monograph/item" } ], + "titleAlt": [ + "Was geschah nach neunzehnhundertfünfundvierzig." + ], + "tableOfContents": [ + "T.1. Der Zusammenbruch -- T.2. Kriegsverbrecherprozesse u.a." + ], "dimensions": [ - "22 x 28 cm." + "21 cm." ] }, "sort": [ - "b10006159" + "b10006540" ], "inner_hits": { "electronicResources": { @@ -12535,87 +12932,103 @@ }, "_score": null, "_source": { - "uri": "i24023455", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { - "id": "catalogItemType:6", - "label": "microfilm service copy" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:6||microfilm service copy" + "catalogItemType:55||book, limited circ, MaRLI" + ], + "enumerationChronology": [ + "v. 1-2" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:scff2", - "label": "Schomburg Center - Research & Reference" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ - "loc:scff2||Schomburg Center - Research & Reference" + "loc:rc2ma||Offsite" ], - "shelfMark": [ - "Sc Micro R-4202" + "idBarcode": [ + "33433003841073" + ], + "identifier": [ + "urn:shelfmark:JFK 84-184 v. 1-2", + "urn:barcode:33433003841073" ], "identifierV2": [ { - "value": "Sc Micro R-4202", + "value": "JFK 84-184 v. 1-2", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433059035760" + "value": "33433003841073", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc Micro R-4202" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], - "identifier": [ - "urn:barcode:33433059035760" + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], - "idBarcode": [ - "33433059035760" + "physicalLocation": [ + "JFK 84-184" + ], + "recapCustomerCode": [ + "NA" ], "requestable": [ - false + true ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } + "shelfMark": [ + "JFK 84-184 v. 1-2" ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "shelfMark_sort": "aJFK 84-184 v. 000001-2", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" + "volumeRange": [ + { + "gte": 1, + "lte": 2 + } ], - "shelfMark_sort": "aSc Micro R-004202" + "uri": "i10003927" }, "sort": [ - null + " 1-" ] } ] @@ -12626,16 +13039,16 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10006344", + "_id": "b10006622", "_score": null, "_source": { "extent": [ - "11 p. ;" + "v. ;" ], "note": [ { - "noteType": "Reproduction", - "label": "Microfiche.", + "noteType": "Bibliography", + "label": "Includes bibliographical references.", "type": "bf:Note" } ], @@ -12643,94 +13056,92 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Black people", - "Black people -- Caribbean Area", - "Black people -- Caribbean Area -- Social conditions", - "Middle class", - "Middle class -- Caribbean Area" + "Caldas (Colombia : Department)", + "Caldas (Colombia : Department) -- History" ], "numItemDatesParsed": [ 0 ], "publisherLiteral": [ - "s.n." + "Biblioteca de Escritores Caldenses" ], "language": [ { - "id": "lang:eng", - "label": "English" + "id": "lang:spa", + "label": "Spanish" } ], "numItemsTotal": [ 1 ], + "createdYear": [ + 1983 + ], "dateEndString": [ - "1999" + "9999" ], - "createdYear": [ - 1900 + "title": [ + "Historia del Gran Caldas" ], "type": [ "nypl:Item" ], - "title": [ - "The making of a middle class" - ], "shelfMark": [ - "Sc Micro F-10459" + "HDK 84-1693" ], "numItemVolumesParsed": [ - 0 - ], - "creatorLiteral": [ - "Franks, W. Stanley." + 1 ], "createdString": [ - "1900" + "1983" + ], + "creatorLiteral": [ + "Ríos Tobón, Ricardo de los." ], "numElectronicResources": [ 0 ], "dateStartYear": [ - 1900 + 1983 + ], + "idOclc": [ + "NYPG005000779-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "Sc Micro F-10459" + "value": "HDK 84-1693" }, { "type": "nypl:Bnumber", - "value": "10006344" + "value": "10006622" }, { "type": "nypl:Oclc", - "value": "NYPG005000499-B" + "value": "NYPG005000779-B" }, { "type": "bf:Identifier", - "value": "NNSZ00507572" + "value": "NNSZ00507853" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0206335" + "value": "(WaOLN)nyp0206611" } ], - "idOclc": [ - "NYPG005000499-B" - ], "dateEndYear": [ - 1999 + 9999 ], - "updatedAt": 1689018711074, + "updatedAt": 1711247601615, "publicationStatement": [ - "[S.l. : s.n., 19--]" + "Manizales, Colombia : Biblioteca de Escritores Caldenses, 1933-" ], "identifier": [ - "urn:bnum:10006344", - "urn:oclc:NYPG005000499-B", - "urn:undefined:NNSZ00507572", - "urn:undefined:(WaOLN)nyp0206335" + "urn:shelfmark:HDK 84-1693", + "urn:bnum:10006622", + "urn:oclc:NYPG005000779-B", + "urn:identifier:NNSZ00507853", + "urn:identifier:(WaOLN)nyp0206611" ], "numCheckinCardItems": [ 0 @@ -12748,7 +13159,7 @@ } ], "dateString": [ - "1900" + "1983" ], "mediaType": [ { @@ -12757,21 +13168,14 @@ } ], "subjectLiteral": [ - "Black people -- Caribbean Area -- Social conditions.", - "Middle class -- Caribbean Area." + "Caldas (Colombia : Department) -- History." ], "titleDisplay": [ - "The making of a middle class [microform] / by W. S. Franks ; with a foreword by Lee Llewellyn Moore." - ], - "uri": "b10006344", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "Historia del Gran Caldas / Ricardo de los Ríos Tobón." ], + "uri": "b10006622", "placeOfPublication": [ - "[S.l." + "Manizales, Colombia" ], "issuance": [ { @@ -12779,12 +13183,15 @@ "label": "monograph/item" } ], + "tableOfContents": [ + "v. 1. Origenes y colonización hasta 1850." + ], "dimensions": [ - "16 cm." + "21 cm." ] }, "sort": [ - "b10006344" + "b10006622" ], "inner_hits": { "electronicResources": { @@ -12806,87 +13213,94 @@ }, "_score": null, "_source": { - "uri": "i12540203", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { - "id": "catalogItemType:26", - "label": "microfiche" + "id": "catalogItemType:32", + "label": "google project, book" } ], "catalogItemType_packed": [ - "catalogItemType:26||microfiche" + "catalogItemType:32||google project, book" + ], + "enumerationChronology": [ + "v. 1" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:scff3", - "label": "Schomburg Center - Research & Reference - Desk" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], "holdingLocation_packed": [ - "loc:scff3||Schomburg Center - Research & Reference - Desk" + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "shelfMark": [ - "Sc Micro F-10459" + "idBarcode": [ + "33433097665214" + ], + "identifier": [ + "urn:shelfmark:HDK 84-1693 v. 1", + "urn:barcode:33433097665214" ], "identifierV2": [ { - "value": "Sc Micro F-10459", + "value": "HDK 84-1693 v. 1", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058831748" + "value": "33433097665214", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc Micro F-10459" - ], - "identifier": [ - "urn:barcode:33433058831748" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433058831748" + "physicalLocation": [ + "HDK 84-1693" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "HDK 84-1693 v. 1" + ], + "shelfMark_sort": "aHDK 84-1693 v. 000001", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } ], - "shelfMark_sort": "aSc Micro F-010459" + "uri": "i14746647" }, "sort": [ - null + " 1-" ] } ] @@ -12897,21 +13311,36 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10006540", + "_id": "b10006645", "_score": null, "_source": { "extent": [ - "v. ;" + "a, 257 p. : ill. ;" ], "note": [ { "noteType": "Note", - "label": "Vol. 2 issued without edition statement has imprint date 1972.", + "label": "Cover title.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "Translation of: Algoritmy upravlen︠i︡a rabotami-manipul︠i︡atorami.", + "type": "bf:Note" + }, + { + "noteType": "Note", + "label": "\"JPRS 59717.\"", "type": "bf:Note" }, { "noteType": "Bibliography", - "label": "Includes bibliographies and indexes.", + "label": "Bibliography: p. 245-252.", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Photocopy.", "type": "bf:Note" } ], @@ -12919,78 +13348,97 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Germany", - "Germany -- History", - "Germany -- History -- Allied occupation, 1945-", - "World War, 1939-1945", - "World War, 1939-1945 -- Germany" + "Manipulators (Mechanism)", + "Robots, Industrial" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Selbstverlag," + "Joint Publications Research Service" ], "language": [ { - "id": "lang:ger", - "label": "German" + "id": "lang:eng", + "label": "English" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 1 ], "createdYear": [ - 1970 + 1984 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1973" ], "title": [ - "Was geschah nach 1945?" + "Robot-manipulator control algorithms" + ], + "type": [ + "nypl:Item" ], "shelfMark": [ - "JFK 84-184" + "JSF 83-552" ], - "creatorLiteral": [ - "Roth, Heinz." + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1970" + "1984" ], - "seriesStatement": [ - "Auf der Suche nach der Wahrheit / Heinz Roth ; Bd. 4-5", - "Roth, Heinz. Auf der Suche nach der Wahrheit ; \\Bd. 4-5." + "creatorLiteral": [ + "Ignatʹev, M. B. (Mikhail Borisovich)" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Kulakov, F. M. (Feliks Mikhaĭlovich)", + "Pokrovskiĭ, A. M." ], "dateStartYear": [ - 1970 + 1984 + ], + "idOclc": [ + "NYPG005000802-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "JFK 84-184" + "value": "JSF 83-552" }, { "type": "nypl:Bnumber", - "value": "10006540" + "value": "10006645" }, { - "type": "bf:Identifier", - "value": "NNSZ00507771" + "type": "nypl:Oclc", + "value": "NYPG005000802-B" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0206529" + "value": "(WaOLN)nyp0206634" } ], + "uniformTitle": [ + "Algoritmy upravleni︠i︠a rabotami-manipul︠i︠atorami. English" + ], "dateEndYear": [ - 9999 + 1973 ], - "updatedAt": 1636143161690, + "updatedAt": 1711098232297, "publicationStatement": [ - "Odenhausen/Lumda : Selbstverlag, [197-?-" + "Arlington, Va. : Joint Publications Research Service, 1973." ], "identifier": [ - "urn:bnum:10006540", - "urn:undefined:NNSZ00507771", - "urn:undefined:(WaOLN)nyp0206529" + "urn:shelfmark:JSF 83-552", + "urn:bnum:10006645", + "urn:oclc:NYPG005000802-B", + "urn:identifier:(WaOLN)nyp0206634" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -13005,7 +13453,7 @@ } ], "dateString": [ - "1970" + "1984" ], "mediaType": [ { @@ -13014,21 +13462,15 @@ } ], "subjectLiteral": [ - "Germany -- History -- Allied occupation, 1945-", - "World War, 1939-1945 -- Germany." + "Manipulators (Mechanism)", + "Robots, Industrial." ], "titleDisplay": [ - "Was geschah nach 1945? / Heinz Roth." - ], - "uri": "b10006540", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "Robot-manipulator control algorithms / by M.B. Ignatʹyev, F.M. Kulakov, A.M. Pokrovskiy." ], + "uri": "b10006645", "placeOfPublication": [ - "Odenhausen/Lumda :" + "Arlington, Va." ], "issuance": [ { @@ -13037,17 +13479,14 @@ } ], "titleAlt": [ - "Was geschah nach neunzehnhundertfünfundvierzig." - ], - "tableOfContents": [ - "T.1. Der Zusammenbruch -- T.2. Kriegsverbrecherprozesse u.a." + "Algoritmy upravleni︠i︠a rabotami-manipul︠i︠atorami." ], "dimensions": [ - "21 cm." + "27 cm." ] }, "sort": [ - "b10006540" + "b10006645" ], "inner_hits": { "electronicResources": { @@ -13069,84 +13508,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433003841073" - ], - "physicalLocation": [ - "JFK 84-184" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "aJFK 84-184 v. 000001-2", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10003927", - "shelfMark": [ - "JFK 84-184 v. 1-2" + "idBarcode": [ + "33433037693748" + ], + "identifier": [ + "urn:shelfmark:JSF 83-552", + "urn:barcode:33433037693748" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "JFK 84-184 v. 1-2" + "value": "JSF 83-552", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433003841073" + "value": "33433037693748", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 1-2" - ], - "idBarcode": [ - "33433003841073" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "JSF 83-552" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "JSF 83-552" ], + "shelfMark_sort": "aJSF 83-000552", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i12540383" }, "sort": [ null @@ -13160,108 +13603,102 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10006622", + "_id": "b10006687", "_score": null, "_source": { "extent": [ - "v. ;" - ], - "note": [ - { - "noteType": "Bibliography", - "label": "Includes bibliographical references.", - "type": "bf:Note" - } + "v. : ill., ports, ;" ], "nyplSource": [ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Caldas (Colombia : Department)", - "Caldas (Colombia : Department) -- History" + "Skiđuhreppur (Iceland)", + "Öxnadalshreppur (Iceland)" ], "numItemDatesParsed": [ 0 ], "publisherLiteral": [ - "Biblioteca de Escritores Caldenses" + "Bókaútgáfan Skjaldborg" ], "language": [ { - "id": "lang:spa", - "label": "Spanish" + "id": "lang:ice", + "label": "Icelandic" } ], "numItemsTotal": [ - 1 + 2 + ], + "createdYear": [ + 1982 ], "dateEndString": [ "9999" ], - "createdYear": [ - 1983 + "title": [ + "Ritsafn" ], "type": [ "nypl:Item" ], - "title": [ - "Historia del Gran Caldas" - ], "shelfMark": [ - "HDK 84-1693" + "JFL 84-217" ], "numItemVolumesParsed": [ - 1 - ], - "creatorLiteral": [ - "Ríos Tobón, Ricardo de los." + 2 ], "createdString": [ - "1983" + "1982" + ], + "creatorLiteral": [ + "Eiður Guðmundsson, 1888-1984." ], "numElectronicResources": [ 0 ], "dateStartYear": [ - 1983 + 1982 + ], + "idOclc": [ + "NYPG005000846-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "HDK 84-1693" + "value": "JFL 84-217" }, { "type": "nypl:Bnumber", - "value": "10006622" + "value": "10006687" }, { "type": "nypl:Oclc", - "value": "NYPG005000779-B" + "value": "NYPG005000846-B" }, { "type": "bf:Identifier", - "value": "NNSZ00507853" + "value": "NNSZ00507920" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0206611" + "value": "(WaOLN)nyp0206676" } ], - "idOclc": [ - "NYPG005000779-B" - ], "dateEndYear": [ 9999 ], - "updatedAt": 1682562721628, + "updatedAt": 1711080489345, "publicationStatement": [ - "Manizales, Colombia : Biblioteca de Escritores Caldenses, 1933-" + "Akureyri : Bókaútgáfan Skjaldborg, 1982-" ], "identifier": [ - "urn:bnum:10006622", - "urn:oclc:NYPG005000779-B", - "urn:undefined:NNSZ00507853", - "urn:undefined:(WaOLN)nyp0206611" + "urn:shelfmark:JFL 84-217", + "urn:bnum:10006687", + "urn:oclc:NYPG005000846-B", + "urn:identifier:NNSZ00507920", + "urn:identifier:(WaOLN)nyp0206676" ], "numCheckinCardItems": [ 0 @@ -13279,7 +13716,7 @@ } ], "dateString": [ - "1983" + "1982" ], "mediaType": [ { @@ -13288,20 +13725,15 @@ } ], "subjectLiteral": [ - "Caldas (Colombia : Department) -- History." + "Skiđuhreppur (Iceland)", + "Öxnadalshreppur (Iceland)" ], "titleDisplay": [ - "Historia del Gran Caldas / Ricardo de los Ríos Tobón." - ], - "uri": "b10006622", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "Ritsafn / Eidur Gudmundsson Púfnav;ollum." ], + "uri": "b10006687", "placeOfPublication": [ - "Manizales, Colombia" + "Akureyri" ], "issuance": [ { @@ -13310,14 +13742,14 @@ } ], "tableOfContents": [ - "v. 1. Origenes y colonización hasta 1850." + "1. Mannfelliviun mikli -- 2. Búskaparsaga i Skriđuhreppi forna." ], "dimensions": [ - "21 cm." + "24 cm." ] }, "sort": [ - "b10006622" + "b10006687" ], "inner_hits": { "electronicResources": { @@ -13329,7 +13761,7 @@ }, "items": { "hits": { - "total": 1, + "total": 2, "max_score": null, "hits": [ { @@ -13339,80 +13771,198 @@ }, "_score": null, "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "identifier": [ - "urn:barcode:33433097665214" - ], - "physicalLocation": [ - "HDK 84-1693" - ], - "m2CustomerCode": [ - "XA" + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } ], - "shelfMark_sort": "aHDK 84-1693 v. 000001", - "catalogItemType_packed": [ - "catalogItemType:32||google project, book" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], - "accessMessage": [ + "catalogItemType": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], - "status_packed": [ - "status:a||Available" + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "enumerationChronology": [ + "v. 2" ], "enumerationChronology_sort": [ - " 1-" + " 2-" ], - "type": [ - "bf:Item" + "formatLiteral": [ + "Text" ], - "uri": "i14746647", - "shelfMark": [ - "HDK 84-1693 v. 1" + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433004069567" + ], + "identifier": [ + "urn:shelfmark:JFL 84-217 v. 2", + "urn:barcode:33433004069567" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "HDK 84-1693 v. 1" + "value": "JFL 84-217 v. 2", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433097665214" + "value": "33433004069567", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ + "JFL 84-217" + ], + "recapCustomerCode": [ + "NA" + ], + "requestable": [ + true + ], + "shelfMark": [ + "JFL 84-217 v. 2" + ], + "shelfMark_sort": "aJFL 84-217 v. 000002", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ], + "uri": "i10003946" + }, + "sort": [ + " 2-" + ] + }, + { + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" ], "enumerationChronology": [ "v. 1" ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], "idBarcode": [ - "33433097665214" + "33433004069559" ], - "requestable": [ - false + "identifier": [ + "urn:shelfmark:JFL 84-217 v. 1", + "urn:barcode:33433004069559" ], - "catalogItemType": [ + "identifierV2": [ { - "id": "catalogItemType:32", - "label": "google project, book" + "value": "JFL 84-217 v. 1", + "type": "bf:ShelfMark" + }, + { + "value": "33433004069559", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ + "JFL 84-217" + ], + "recapCustomerCode": [ + "NA" + ], + "requestable": [ + true + ], + "shelfMark": [ + "JFL 84-217 v. 1" + ], + "shelfMark_sort": "aJFL 84-217 v. 000001", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], "volumeRange": [ { @@ -13420,9 +13970,7 @@ "lte": 1 } ], - "formatLiteral": [ - "Text" - ] + "uri": "i10003945" }, "sort": [ " 1-" @@ -13436,36 +13984,16 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10006645", + "_id": "b10006688", "_score": null, "_source": { "extent": [ - "a, 257 p. : ill. ;" + "v. ;" ], "note": [ - { - "noteType": "Note", - "label": "Cover title.", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "Translation of: Algoritmy upravlen︠i︡a rabotami-manipul︠i︡atorami.", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "\"JPRS 59717.\"", - "type": "bf:Note" - }, { "noteType": "Bibliography", - "label": "Bibliography: p. 245-252.", - "type": "bf:Note" - }, - { - "noteType": "Reproduction", - "label": "Photocopy.", + "label": "Includes bibliographical references.", "type": "bf:Note" } ], @@ -13473,76 +14001,100 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Manipulators (Mechanism)", - "Robots, Industrial" + "Iceland", + "Iceland -- History", + "Iceland -- Economic conditions", + "Iceland -- Social conditions" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Joint Publications Research Service," + "Mál og Menning" ], "language": [ { - "id": "lang:eng", - "label": "English" + "id": "lang:ice", + "label": "Icelandic" } ], - "dateEndString": [ - "1973" + "numItemsTotal": [ + 2 ], "createdYear": [ - 1984 + 1981 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ - "Robot-manipulator control algorithms" + "Ritsafn" + ], + "type": [ + "nypl:Item" ], "shelfMark": [ - "JSF 83-552" + "JFL 84-216" ], - "creatorLiteral": [ - "Ignatʹev, M. B. (Mikhail Borisovich)" + "numItemVolumesParsed": [ + 2 ], "createdString": [ - "1984" + "1981" ], - "contributorLiteral": [ - "Kulakov, F. M. (Feliks Mikhaĭlovich)", - "Pokrovskiĭ, A. M." + "creatorLiteral": [ + "Sverrir Kristjánsson, 1908-" + ], + "numElectronicResources": [ + 0 ], "dateStartYear": [ - 1984 + 1981 + ], + "idOclc": [ + "NYPG005000847-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "JSF 83-552" + "value": "JFL 84-216" }, { "type": "nypl:Bnumber", - "value": "10006645" + "value": "10006688" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000847-B" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0206634" + "value": "NNSZ00507921" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0206677" } ], - "uniformTitle": [ - "Algoritmy upravleni︠i︠a rabotami-manipul︠i︠atorami. English" - ], "dateEndYear": [ - 1973 + 9999 ], - "updatedAt": 1636073144930, + "updatedAt": 1711080489345, "publicationStatement": [ - "Arlington, Va. : Joint Publications Research Service, 1973." + "Reykjavík : Mál og Menning, 1981-" ], "identifier": [ - "urn:bnum:10006645", - "urn:undefined:(WaOLN)nyp0206634" + "urn:shelfmark:JFL 84-216", + "urn:bnum:10006688", + "urn:oclc:NYPG005000847-B", + "urn:identifier:NNSZ00507921", + "urn:identifier:(WaOLN)nyp0206677" ], - "materialType": [ - { + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { "id": "resourcetypes:txt", "label": "Text" } @@ -13554,7 +14106,7 @@ } ], "dateString": [ - "1984" + "1981" ], "mediaType": [ { @@ -13563,21 +14115,16 @@ } ], "subjectLiteral": [ - "Manipulators (Mechanism)", - "Robots, Industrial." + "Iceland -- History.", + "Iceland -- Economic conditions.", + "Iceland -- Social conditions." ], "titleDisplay": [ - "Robot-manipulator control algorithms / by M.B. Ignatʹyev, F.M. Kulakov, A.M. Pokrovskiy." - ], - "uri": "b10006645", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "Ritsafn / Sverrir Kristjánsson." ], + "uri": "b10006688", "placeOfPublication": [ - "Arlington, Va. :" + "Reykjavík" ], "issuance": [ { @@ -13585,15 +14132,12 @@ "label": "monograph/item" } ], - "titleAlt": [ - "Algoritmy upravleni︠i︠a rabotami-manipul︠i︠atorami." - ], "dimensions": [ - "27 cm." + "22 cm." ] }, "sort": [ - "b10006645" + "b10006688" ], "inner_hits": { "electronicResources": { @@ -13605,7 +14149,7 @@ }, "items": { "hits": { - "total": 1, + "total": 2, "max_score": null, "hits": [ { @@ -13615,84 +14159,209 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433037693748" - ], - "physicalLocation": [ - "JSF 83-552" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "aJSF 83-000552", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "enumerationChronology": [ + "v. 2" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i12540383", - "shelfMark": [ - "JSF 83-552" + "idBarcode": [ + "33433004069542" + ], + "identifier": [ + "urn:shelfmark:JFL 84-216 v. 2", + "urn:barcode:33433004069542" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "JSF 83-552" + "value": "JFL 84-216 v. 2", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433037693748" + "value": "33433004069542", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433037693748" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "JFL 84-216" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "JFL 84-216 v. 2" ], + "shelfMark_sort": "aJFL 84-216 v. 000002", "status": [ { "id": "status:a", "label": "Available" } ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ], + "uri": "i10003948" + }, + "sort": [ + " 2-" + ] + }, + { + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "enumerationChronology": [ + "v. 1" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", "label": "Offsite" } ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433004069534" + ], + "identifier": [ + "urn:shelfmark:JFL 84-216 v. 1", + "urn:barcode:33433004069534" + ], + "identifierV2": [ + { + "value": "JFL 84-216 v. 1", + "type": "bf:ShelfMark" + }, + { + "value": "33433004069534", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ + "JFL 84-216" + ], "recapCustomerCode": [ "NA" - ] + ], + "requestable": [ + true + ], + "shelfMark": [ + "JFL 84-216 v. 1" + ], + "shelfMark_sort": "aJFL 84-216 v. 000001", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ], + "uri": "i10003947" }, "sort": [ - null + " 1-" ] } ] @@ -13703,81 +14372,110 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10006687", + "_id": "b10006699", "_score": null, "_source": { "extent": [ - "v. : ill., ports, ;" + "483 p. : ill., ports ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Bibliography: p. 476-483.", + "type": "bf:Note" + } ], "nyplSource": [ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Skiđuhreppur (Iceland)", - "Öxnadalshreppur (Iceland)" + "Dominican literature", + "Dominican literature -- Study and teaching", + "Dominican literature -- Study and teaching -- Manuals, handbooks, etc", + "Latin American literature", + "Latin American literature -- Study and teaching", + "Latin American literature -- Study and teaching -- Handbooks, manuals, etc" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Bókaútgáfan Skjaldborg," + "s.n.]" ], "language": [ { - "id": "lang:ice", - "label": "Icelandic" + "id": "lang:spa", + "label": "Spanish" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 1 ], "createdYear": [ - 1982 + 1984 + ], + "title": [ + "Manual de literatura dominicana y americana : para el 4to teórico del bachillerato tradicional de la educación media" ], "type": [ "nypl:Item" ], - "title": [ - "Ritsafn" - ], "shelfMark": [ - "JFL 84-217" + "JFF 84-820" ], - "creatorLiteral": [ - "Eiður Guðmundsson, 1888-1984." + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1982" + "1984" ], - "dateStartYear": [ - 1982 + "numElectronicResources": [ + 0 ], - "identifierV2": [ - { + "contributorLiteral": [ + "Gómez de Michel, Fiume." + ], + "dateStartYear": [ + 1984 + ], + "idOclc": [ + "NYPG005000858-B" + ], + "identifierV2": [ + { "type": "bf:ShelfMark", - "value": "JFL 84-217" + "value": "JFF 84-820" }, { "type": "nypl:Bnumber", - "value": "10006687" + "value": "10006699" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000858-B" }, { "type": "bf:Identifier", - "value": "NNSZ00507920" + "value": "NNSZ00507932" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0206676" + "value": "(WaOLN)nyp0206688" } ], - "dateEndYear": [ - 9999 - ], - "updatedAt": 1636127047675, + "updatedAt": 1711489864329, "publicationStatement": [ - "Akureyri : Bókaútgáfan Skjaldborg, 1982-" + "[Santo Domingo, R. D. : s.n.], 1984" ], "identifier": [ - "urn:bnum:10006687", - "urn:undefined:NNSZ00507920", - "urn:undefined:(WaOLN)nyp0206676" + "urn:shelfmark:JFF 84-820", + "urn:bnum:10006699", + "urn:oclc:NYPG005000858-B", + "urn:identifier:NNSZ00507932", + "urn:identifier:(WaOLN)nyp0206688" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -13792,7 +14490,7 @@ } ], "dateString": [ - "1982" + "1984" ], "mediaType": [ { @@ -13801,21 +14499,15 @@ } ], "subjectLiteral": [ - "Skiđuhreppur (Iceland)", - "Öxnadalshreppur (Iceland)" + "Dominican literature -- Study and teaching -- Manuals, handbooks, etc.", + "Latin American literature -- Study and teaching -- Handbooks, manuals, etc." ], "titleDisplay": [ - "Ritsafn / Eidur Gudmundsson Púfnav;ollum." - ], - "uri": "b10006687", - "numItems": [ - 2 - ], - "numAvailable": [ - 2 + "Manual de literatura dominicana y americana : para el 4to teórico del bachillerato tradicional de la educación media / [compilación] Fiumé Gómez de Michel." ], + "uri": "b10006699", "placeOfPublication": [ - "Akureyri :" + "[Santo Domingo, R. D." ], "issuance": [ { @@ -13823,15 +14515,12 @@ "label": "monograph/item" } ], - "tableOfContents": [ - "1. Mannfelliviun mikli -- 2. Búskaparsaga i Skriđuhreppi forna." - ], "dimensions": [ - "24 cm." + "27 cm." ] }, "sort": [ - "b10006687" + "b10006699" ], "inner_hits": { "electronicResources": { @@ -13843,72 +14532,24 @@ }, "items": { "hits": { - "total": 2, + "total": 1, "max_score": null, "hits": [ { "_nested": { "field": "items", - "offset": 1 + "offset": 0 }, "_score": null, "_source": { - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "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" - ], - "uri": "i10003946", - "shelfMark": [ - "JFL 84-217 v. 2" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "JFL 84-217 v. 2" - }, - { - "type": "bf:Barcode", - "value": "33433004069567" + "id": "accessMessage:1", + "label": "Use in library" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 2" - ], - "idBarcode": [ - "33433004069567" - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "requestable": [ - true + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -13916,111 +14557,64 @@ "label": "book, limited circ, MaRLI" } ], - "status": [ - { - "id": "status:a", - "label": "Available" - } + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "recapCustomerCode": [ - "NA" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "idBarcode": [ + "33433050352214" ], "identifier": [ - "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" - ], - "uri": "i10003945", - "shelfMark": [ - "JFL 84-217 v. 1" + "urn:shelfmark:JFF 84-820", + "urn:barcode:33433050352214" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "JFL 84-217 v. 1" + "value": "JFF 84-820", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433004069559" + "value": "33433050352214", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 1" - ], - "idBarcode": [ - "33433004069559" + "m2CustomerCode": [ + "XA" ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "physicalLocation": [ + "JFF 84-820" ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "JFF 84-820" ], + "shelfMark_sort": "aJFF 84-000820", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i13784848" }, "sort": [ null @@ -14034,13 +14628,18 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10006688", + "_id": "b10006705", "_score": null, "_source": { "extent": [ - "v. ;" + "v. : ill. (some col.);" ], "note": [ + { + "noteType": "Note", + "label": "Includes indexes.", + "type": "bf:Note" + }, { "noteType": "Bibliography", "label": "Includes bibliographical references.", @@ -14051,73 +14650,100 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Iceland", - "Iceland -- Economic conditions", - "Iceland -- History", - "Iceland -- Social conditions" + "Vernacular architecture", + "Vernacular architecture -- Greece", + "Architecture, Domestic", + "Architecture, Domestic -- Greece" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Mál og Menning," + "Ekdot. Oikos \"Melissa,\"" ], "language": [ { - "id": "lang:ice", - "label": "Icelandic" + "id": "lang:gre", + "label": "Greek, Modern (1453- )" } ], + "numItemsTotal": [ + 7 + ], + "createdYear": [ + 1982 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1981 + "title": [ + "Hellēnikē paradosiakē architektonikē" ], "type": [ "nypl:Item" ], - "title": [ - "Ritsafn" - ], "shelfMark": [ - "JFL 84-216" + "3-MQW+ 84-2551" ], - "creatorLiteral": [ - "Sverrir Kristjánsson, 1908-" + "numItemVolumesParsed": [ + 7 ], "createdString": [ - "1981" + "1982" ], - "dateStartYear": [ - 1981 + "idLccn": [ + "83177376" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "JFL 84-216" + "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": "10006688" + "value": "10006705" }, { - "type": "bf:Identifier", - "value": "NNSZ00507921" + "type": "nypl:Oclc", + "value": "NYPG005000864-B" + }, + { + "type": "bf:Lccn", + "value": "83177376" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0206677" + "value": "(WaOLN)nyp0206694" } ], "dateEndYear": [ 9999 ], - "updatedAt": 1636127047675, + "updatedAt": 1711246816335, "publicationStatement": [ - "Reykjavík : Mál og Menning, 1981-" + "Athēna : Ekdot. Oikos \"Melissa,\" c1982-" ], "identifier": [ - "urn:bnum:10006688", - "urn:undefined:NNSZ00507921", - "urn:undefined:(WaOLN)nyp0206677" + "urn:shelfmark:3-MQW+ 84-2551", + "urn:bnum:10006705", + "urn:oclc:NYPG005000864-B", + "urn:lccn:83177376", + "urn:identifier:(WaOLN)nyp0206694" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -14132,7 +14758,7 @@ } ], "dateString": [ - "1981" + "1982" ], "mediaType": [ { @@ -14141,22 +14767,18 @@ } ], "subjectLiteral": [ - "Iceland -- Economic conditions.", - "Iceland -- History.", - "Iceland -- Social conditions." + "Vernacular architecture -- Greece.", + "Architecture, Domestic -- Greece." ], "titleDisplay": [ - "Ritsafn / Sverrir Kristjánsson." - ], - "uri": "b10006688", - "numItems": [ - 2 + "Hellēnikē paradosiakē architektonikē / symvoulos kai syntonistēs tēs ekdosēs, Dēmētrēs Philippidēs ; [phōtographies, V. Voutsas]." ], - "numAvailable": [ - 2 + "uri": "b10006705", + "lccClassification": [ + "NA1091 .H44 1982" ], "placeOfPublication": [ - "Reykjavík :" + "Athēna" ], "issuance": [ { @@ -14164,12 +14786,15 @@ "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": [ - "22 cm." + "31 cm." ] }, "sort": [ - "b10006688" + "b10006705" ], "inner_hits": { "electronicResources": { @@ -14181,964 +14806,24 @@ }, "items": { "hits": { - "total": 2, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "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" - ], - "uri": "i10003948", - "shelfMark": [ - "JFL 84-216 v. 2" - ], - "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" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "recapCustomerCode": [ - "NA" - ] - }, - "sort": [ - null - ] - }, - { - "_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: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" - ], - "uri": "i10003947", - "shelfMark": [ - "JFL 84-216 v. 1" - ], - "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" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "recapCustomerCode": [ - "NA" - ] - }, - "sort": [ - null - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10006699", - "_score": null, - "_source": { - "extent": [ - "483 p. : ill., ports ;" - ], - "note": [ - { - "noteType": "Bibliography", - "label": "Bibliography: p. 476-483.", - "type": "bf:Note" - } - ], - "nyplSource": [ - "sierra-nypl" - ], - "subjectLiteral_exploded": [ - "Dominican literature", - "Dominican literature -- Manuals, handbooks, etc", - "Latin American literature", - "Latin American literature -- Study and teaching", - "Latin American literature -- Study and teaching -- Handbooks, manuals, etc" - ], - "publisherLiteral": [ - "s.n.]," - ], - "language": [ - { - "id": "lang:spa", - "label": "Spanish" - } - ], - "createdYear": [ - 1984 - ], - "type": [ - "nypl:Item" - ], - "title": [ - "Manual de literatura dominicana y americana : para el 4to teórico del bachillerato tradicional de la educación media" - ], - "shelfMark": [ - "JFF 84-820" - ], - "createdString": [ - "1984" - ], - "contributorLiteral": [ - "Gómez de Michel, Fiume." - ], - "dateStartYear": [ - 1984 - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "JFF 84-820" - }, - { - "type": "nypl:Bnumber", - "value": "10006699" - }, - { - "type": "bf:Identifier", - "value": "NNSZ00507932" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0206688" - } - ], - "updatedAt": 1636114816670, - "publicationStatement": [ - "[Santo Domingo, R. D. : s.n.], 1984" - ], - "identifier": [ - "urn:bnum:10006699", - "urn:undefined:NNSZ00507932", - "urn:undefined:(WaOLN)nyp0206688" - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "1984" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Dominican literature -- Manuals, handbooks, etc.", - "Latin American literature -- Study and teaching -- Handbooks, manuals, etc." - ], - "titleDisplay": [ - "Manual de literatura dominicana y americana : para el 4to teórico del bachillerato tradicional de la educación media / [compilación] Fiumé Gómez de Michel." - ], - "uri": "b10006699", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], - "placeOfPublication": [ - "[Santo Domingo, R. D. :" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "dimensions": [ - "27 cm." - ] - }, - "sort": [ - "b10006699" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 1, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "identifier": [ - "urn:barcode:33433050352214" - ], - "physicalLocation": [ - "JFF 84-820" - ], - "shelfMark_sort": "aJFF 84-000820", - "m2CustomerCode": [ - "XA" - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i13784848", - "shelfMark": [ - "JFF 84-820" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "JFF 84-820" - }, - { - "type": "bf:Barcode", - "value": "33433050352214" - } - ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" - ], - "idBarcode": [ - "33433050352214" - ], - "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" - } - ] - }, - "sort": [ - null - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10006705", - "_score": null, - "_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" - ], - "type": [ - "nypl:Item" - ], - "title": [ - "Hellēnikē paradosiakē architektonikē" - ], - "shelfMark": [ - "3-MQW+ 84-2551" - ], - "numItemVolumesParsed": [ - 7 - ], - "createdString": [ - "1982" - ], - "idLccn": [ - "83177376" - ], - "numElectronicResources": [ - 0 - ], - "contributorLiteral": [ - "Philippidēs, Dēmētrēs." - ], - "dateStartYear": [ - 1982 - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "3-MQW+ 84-2551" - }, - { - "type": "nypl:Bnumber", - "value": "10006705" - }, - { - "type": "bf:Lccn", - "value": "83177376" - }, - { - "type": "nypl:Oclc", - "value": "NYPG005000864-B" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0206694" - } - ], - "idOclc": [ - "NYPG005000864-B" - ], - "dateEndYear": [ - 9999 - ], - "updatedAt": 1683688426081, - "publicationStatement": [ - "Athēna : Ekdot. Oikos \"Melissa,\" c1982-" - ], - "identifier": [ - "urn:bnum:10006705", - "urn:lccn:83177376", - "urn:oclc:NYPG005000864-B", - "urn:undefined:(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" - ], - "numItems": [ - 7 - ], - "numAvailable": [ - 7 - ], - "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": [ - "b10006705" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 7, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 6 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "identifier": [ - "urn:barcode:33433105160679" - ], - "physicalLocation": [ - "3-MQW+ 84-2551" - ], - "shelfMark_sort": "a3-MQW+ 84-2551 v. 000007", - "m2CustomerCode": [ - "XG" - ], - "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" - ], - "uri": "i14746675", - "shelfMark": [ - "3-MQW+ 84-2551 v. 7" - ], - "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": [ - false - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ - { - "id": "loc:mab98", - "label": "Schwarzman Building M2 - Art and Architecture Room 300" - } - ], - "volumeRange": [ - { - "gte": 7, - "lte": 7 - } - ], - "formatLiteral": [ - "Text" - ] - }, - "sort": [ - " 7-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 5 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "identifier": [ - "urn:barcode:33433105160661" - ], - "physicalLocation": [ - "3-MQW+ 84-2551" - ], - "shelfMark_sort": "a3-MQW+ 84-2551 v. 000006", - "m2CustomerCode": [ - "XG" - ], - "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" - ], - "uri": "i14746674", - "shelfMark": [ - "3-MQW+ 84-2551 v. 6" - ], - "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": [ - false - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ - { - "id": "loc:mab98", - "label": "Schwarzman Building M2 - Art and Architecture Room 300" - } - ], - "volumeRange": [ - { - "gte": 6, - "lte": 6 - } - ], - "formatLiteral": [ - "Text" - ] - }, - "sort": [ - " 6-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 4 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "identifier": [ - "urn:barcode:33433105160653" - ], - "physicalLocation": [ - "3-MQW+ 84-2551" - ], - "shelfMark_sort": "a3-MQW+ 84-2551 v. 000005", - "m2CustomerCode": [ - "XG" - ], - "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" - ], - "uri": "i14746673", - "shelfMark": [ - "3-MQW+ 84-2551 v. 5" - ], - "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": [ - false - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ - { - "id": "loc:mab98", - "label": "Schwarzman Building M2 - Art and Architecture Room 300" - } - ], - "volumeRange": [ - { - "gte": 5, - "lte": 5 - } - ], - "formatLiteral": [ - "Text" - ] - }, - "sort": [ - " 5-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 3 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "identifier": [ - "urn:barcode:33433105160646" - ], - "physicalLocation": [ - "3-MQW+ 84-2551" - ], - "shelfMark_sort": "a3-MQW+ 84-2551 v. 000004", - "m2CustomerCode": [ - "XG" - ], - "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" - ], - "uri": "i14746672", - "shelfMark": [ - "3-MQW+ 84-2551 v. 4" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "3-MQW+ 84-2551 v. 4" - }, + "total": 7, + "max_score": null, + "hits": [ + { + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage": [ { - "type": "bf:Barcode", - "value": "33433105160646" + "id": "accessMessage:1", + "label": "Use in library" } ], - "holdingLocation_packed": [ - "loc:mab98||Schwarzman Building M2 - Art and Architecture Room 300" - ], - "enumerationChronology": [ - "v. 4" - ], - "idBarcode": [ - "33433105160646" - ], - "requestable": [ - false + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -15146,126 +14831,76 @@ "label": "book non-circ" } ], - "status": [ - { - "id": "status:a", - "label": "Available" - } + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" ], - "holdingLocation": [ - { - "id": "loc:mab98", - "label": "Schwarzman Building M2 - Art and Architecture Room 300" - } + "enumerationChronology": [ + "v. 7" ], - "volumeRange": [ - { - "gte": 4, - "lte": 4 - } + "enumerationChronology_sort": [ + " 7-" ], "formatLiteral": [ "Text" - ] - }, - "sort": [ - " 4-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 2 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "identifier": [ - "urn:barcode:33433105160638" - ], - "physicalLocation": [ - "3-MQW+ 84-2551" ], - "shelfMark_sort": "a3-MQW+ 84-2551 v. 000003", - "m2CustomerCode": [ - "XG" - ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "accessMessage": [ + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mab98", + "label": "Schwarzman Building M2 - Art and Architecture Room 300" } ], - "status_packed": [ - "status:a||Available" - ], - "enumerationChronology_sort": [ - " 3-" + "holdingLocation_packed": [ + "loc:mab98||Schwarzman Building M2 - Art and Architecture Room 300" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433105160679" ], - "uri": "i14746671", - "shelfMark": [ - "3-MQW+ 84-2551 v. 3" + "identifier": [ + "urn:shelfmark:3-MQW+ 84-2551 v. 7", + "urn:barcode:33433105160679" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "3-MQW+ 84-2551 v. 3" + "value": "3-MQW+ 84-2551 v. 7", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433105160638" + "value": "33433105160679", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mab98||Schwarzman Building M2 - Art and Architecture Room 300" - ], - "enumerationChronology": [ - "v. 3" - ], - "idBarcode": [ - "33433105160638" + "physicalLocation": [ + "3-MQW+ 84-2551" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } + "shelfMark": [ + "3-MQW+ 84-2551 v. 7" ], + "shelfMark_sort": "a3-MQW+ 84-2551 v. 000007", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mab98", - "label": "Schwarzman Building M2 - Art and Architecture Room 300" - } + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], "volumeRange": [ { - "gte": 3, - "lte": 3 + "gte": 7, + "lte": 7 } ], - "formatLiteral": [ - "Text" - ] + "uri": "i14746675" }, "sort": [ - " 3-" + " 7-" ] }, { @@ -15275,189 +14910,185 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433105160620" - ], - "physicalLocation": [ - "3-MQW+ 84-2551" - ], - "shelfMark_sort": "a3-MQW+ 84-2551 v. 000002", - "m2CustomerCode": [ - "XG" + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } ], "catalogItemType_packed": [ "catalogItemType:2||book non-circ" ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "status_packed": [ - "status:a||Available" + "enumerationChronology": [ + "v. 6" ], "enumerationChronology_sort": [ - " 2-" - ], - "type": [ - "bf:Item" + " 6-" ], - "uri": "i14746670", - "shelfMark": [ - "3-MQW+ 84-2551 v. 2" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "3-MQW+ 84-2551 v. 2" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433105160620" + "id": "loc:mab98", + "label": "Schwarzman Building M2 - Art and Architecture Room 300" } ], "holdingLocation_packed": [ "loc:mab98||Schwarzman Building M2 - Art and Architecture Room 300" ], - "enumerationChronology": [ - "v. 2" - ], "idBarcode": [ - "33433105160620" + "33433105160661" ], - "requestable": [ - false + "identifier": [ + "urn:shelfmark:3-MQW+ 84-2551 v. 6", + "urn:barcode:33433105160661" ], - "catalogItemType": [ + "identifierV2": [ { - "id": "catalogItemType:2", - "label": "book non-circ" + "value": "3-MQW+ 84-2551 v. 6", + "type": "bf:ShelfMark" + }, + { + "value": "33433105160661", + "type": "bf:Barcode" } ], + "physicalLocation": [ + "3-MQW+ 84-2551" + ], + "requestable": [ + true + ], + "shelfMark": [ + "3-MQW+ 84-2551 v. 6" + ], + "shelfMark_sort": "a3-MQW+ 84-2551 v. 000006", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mab98", - "label": "Schwarzman Building M2 - Art and Architecture Room 300" - } + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], "volumeRange": [ { - "gte": 2, - "lte": 2 + "gte": 6, + "lte": 6 } ], - "formatLiteral": [ - "Text" - ] + "uri": "i14746674" }, "sort": [ - " 2-" + " 6-" ] }, { "_nested": { "field": "items", - "offset": 0 + "offset": 2 }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433105160612" - ], - "physicalLocation": [ - "3-MQW+ 84-2551" - ], - "shelfMark_sort": "a3-MQW+ 84-2551 v. 000001", - "m2CustomerCode": [ - "XG" + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } ], "catalogItemType_packed": [ "catalogItemType:2||book non-circ" ], - "accessMessage": [ + "enumerationChronology": [ + "v. 5" + ], + "enumerationChronology_sort": [ + " 5-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mab98", + "label": "Schwarzman Building M2 - Art and Architecture Room 300" } ], - "status_packed": [ - "status:a||Available" - ], - "enumerationChronology_sort": [ - " 1-" + "holdingLocation_packed": [ + "loc:mab98||Schwarzman Building M2 - Art and Architecture Room 300" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433105160653" ], - "uri": "i14746669", - "shelfMark": [ - "3-MQW+ 84-2551 v. 1" + "identifier": [ + "urn:shelfmark:3-MQW+ 84-2551 v. 5", + "urn:barcode:33433105160653" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "3-MQW+ 84-2551 v. 1" + "value": "3-MQW+ 84-2551 v. 5", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433105160612" + "value": "33433105160653", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mab98||Schwarzman Building M2 - Art and Architecture Room 300" - ], - "enumerationChronology": [ - "v. 1" - ], - "idBarcode": [ - "33433105160612" + "physicalLocation": [ + "3-MQW+ 84-2551" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } + "shelfMark": [ + "3-MQW+ 84-2551 v. 5" ], + "shelfMark_sort": "a3-MQW+ 84-2551 v. 000005", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mab98", - "label": "Schwarzman Building M2 - Art and Architecture Room 300" - } + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], "volumeRange": [ { - "gte": 1, - "lte": 1 + "gte": 5, + "lte": 5 } ], - "formatLiteral": [ - "Text" - ] + "uri": "i14746673" }, "sort": [ - " 1-" + " 5-" ] } ] @@ -15485,15 +15116,18 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Austria", - "Austria -- Relations", - "Austria -- Relations -- United States", "United States", "United States -- Relations", - "United States -- Relations -- Austria" + "United States -- Relations -- Austria", + "Austria", + "Austria -- Relations", + "Austria -- Relations -- United States" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "The author," + "The author" ], "language": [ { @@ -15501,30 +15135,42 @@ "label": "English" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 1 ], "createdYear": [ 1970 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ "Quadruple 2" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "ICM (Austria) 85-584" ], - "creatorLiteral": [ - "Humes, John P." + "numItemVolumesParsed": [ + 1 ], "createdString": [ "1970" ], + "creatorLiteral": [ + "Humes, John P." + ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1970 ], + "idOclc": [ + "NYPG005000874-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -15534,6 +15180,10 @@ "type": "nypl:Bnumber", "value": "10006715" }, + { + "type": "nypl:Oclc", + "value": "NYPG005000874-B" + }, { "type": "bf:Identifier", "value": "NNSZ00507948" @@ -15546,14 +15196,19 @@ "dateEndYear": [ 9999 ], - "updatedAt": 1636124417162, + "updatedAt": 1711051162341, "publicationStatement": [ "[S.l. : The author, 197-]" ], "identifier": [ + "urn:shelfmark:ICM (Austria) 85-584", "urn:bnum:10006715", - "urn:undefined:NNSZ00507948", - "urn:undefined:(WaOLN)nyp0206704" + "urn:oclc:NYPG005000874-B", + "urn:identifier:NNSZ00507948", + "urn:identifier:(WaOLN)nyp0206704" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -15577,21 +15232,15 @@ } ], "subjectLiteral": [ - "Austria -- Relations -- United States.", - "United States -- Relations -- Austria." + "United States -- Relations -- Austria.", + "Austria -- Relations -- United States." ], "titleDisplay": [ "Quadruple 2 / by John P. Humes." ], "uri": "b10006715", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "[S.l. :" + "[S.l." ], "issuance": [ { @@ -15600,8 +15249,8 @@ } ], "titleAlt": [ - "2222.", - "Quadruple two." + "Quadruple two.", + "2222." ], "dimensions": [ "28 cm." @@ -15630,78 +15279,94 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433090390752" - ], - "physicalLocation": [ - "ICM (Austria) 85-584" - ], - "shelfMark_sort": "aICM (Austria) 85-584 v. 000002", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } + "enumerationChronology": [ + "v. 2" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 2-" ], - "uri": "i14746681", - "shelfMark": [ - "ICM (Austria) 85-584 v. 2" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "ICM (Austria) 85-584 v. 2" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433090390752" + "id": "loc:mag92", + "label": "Schwarzman Building M2 - Milstein Division Room 121" } ], "holdingLocation_packed": [ "loc:mag92||Schwarzman Building M2 - Milstein Division Room 121" ], - "enumerationChronology": [ - "v. 2" - ], "idBarcode": [ "33433090390752" ], - "requestable": [ - false + "identifier": [ + "urn:shelfmark:ICM (Austria) 85-584 v. 2", + "urn:barcode:33433090390752" ], - "catalogItemType": [ + "identifierV2": [ { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" + "value": "ICM (Austria) 85-584 v. 2", + "type": "bf:ShelfMark" + }, + { + "value": "33433090390752", + "type": "bf:Barcode" } ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "ICM (Austria) 85-584" + ], + "requestable": [ + true + ], + "shelfMark": [ + "ICM (Austria) 85-584 v. 2" + ], + "shelfMark_sort": "aICM (Austria) 85-584 v. 000002", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:mag92", - "label": "Schwarzman Building M2 - Milstein Division Room 121" + "gte": 2, + "lte": 2 } - ] + ], + "uri": "i14746681" }, "sort": [ - null + " 2-" ] } ] @@ -15749,30 +15414,33 @@ "createdYear": [ 1984 ], - "type": [ - "nypl:Item" - ], "title": [ "Delius, 1862-1934" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMF 84-424" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Delius Trust." - ], "createdString": [ "1984" ], + "creatorLiteral": [ + "Delius Trust." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1984 ], + "idOclc": [ + "NYPG005000879-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -15795,18 +15463,16 @@ "value": "(WaOLN)nyp0000020" } ], - "idOclc": [ - "NYPG005000879-B" - ], - "updatedAt": 1689717208164, + "updatedAt": 1711294002627, "publicationStatement": [ "London : The Trust, [1984]" ], "identifier": [ + "urn:shelfmark:JMF 84-424", "urn:bnum:10006720", "urn:oclc:NYPG005000879-B", - "urn:undefined:NNSZ00507953", - "urn:undefined:(WaOLN)nyp0000020" + "urn:identifier:NNSZ00507953", + "urn:identifier:(WaOLN)nyp0000020" ], "numCheckinCardItems": [ 0 @@ -15839,12 +15505,6 @@ "Delius, 1862-1934 / compiled by the Delius Trust to mark the 50th anniversary of his death." ], "uri": "b10006720", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "London" ], @@ -15884,24 +15544,14 @@ }, "_score": null, "_source": { - "uri": "i10942253", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -15912,6 +15562,9 @@ "catalogItemType_packed": [ "catalogItemType:2||book non-circ" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -15921,8 +15574,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMF 84-424" + "idBarcode": [ + "33433032723599" + ], + "identifier": [ + "urn:shelfmark:JMF 84-424", + "urn:barcode:33433032723599" ], "identifierV2": [ { @@ -15930,41 +15587,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032723599" + "value": "33433032723599", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMF 84-424" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032723599" - ], - "idBarcode": [ - "33433032723599" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMF 84-424" + ], + "shelfMark_sort": "aJMF 84-000424", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aJMF 84-000424" + "uri": "i10942253" }, "sort": [ null @@ -15978,50 +15639,5 @@ ] } }, - "statusCode": 200, - "headers": { - "date": "Mon, 11 Mar 2024 15:37:07 GMT", - "content-type": "application/json; charset=UTF-8", - "content-length": "200268", - "connection": "keep-alive", - "access-control-allow-origin": "*" - }, - "meta": { - "context": null, - "request": { - "params": { - "method": "POST", - "path": "/resources-2018-04-09/_search", - "body": "{\"from\":0,\"size\":50,\"query\":{\"bool\":{\"filter\":[{\"bool\":{\"must\":[{\"bool\":{\"should\":[{\"range\":{\"dateStartYear\":{\"lte\":1985}}},{\"range\":{\"dateEndYear\":{\"lte\":1985}}}]}},{\"bool\":{\"should\":[{\"range\":{\"dateStartYear\":{\"gte\":1984}}},{\"range\":{\"dateEndYear\":{\"gte\":1984}}}]}}]}},{\"bool\":{\"should\":[{\"nested\":{\"path\":\"items\",\"query\":{\"bool\":{\"must_not\":[{\"exists\":{\"field\":\"items.electronicLocator\"}}]}},\"inner_hits\":{\"sort\":[{\"items.enumerationChronology_sort\":\"desc\"}],\"size\":\"100\",\"from\":0,\"name\":\"items\"}}},{\"nested\":{\"path\":\"items\",\"query\":{\"exists\":{\"field\":\"items.electronicLocator\"}},\"inner_hits\":{\"name\":\"electronicResources\"}}},{\"match_all\":{}}]}}]}},\"sort\":[\"uri\"],\"_source\":{\"excludes\":[\"uris\",\"*_packed\",\"*_sort\",\"items.*_packed\",\"contentsTitle\",\"items\"]}}", - "querystring": "", - "headers": { - "user-agent": "elasticsearch-js/7.12.0 (darwin 21.6.0-x64; Node.js v18.12.1)", - "x-elastic-client-meta": "es=7.12.0,js=18.12.1,t=7.12.0,hc=18.12.1", - "content-type": "application/json", - "content-length": "760" - }, - "timeout": 30000 - }, - "options": {}, - "id": 52 - }, - "name": "elasticsearch-js", - "connection": { - "url": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "id": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "headers": {}, - "deadCount": 0, - "resurrectTimeout": 0, - "_openRequests": 0, - "status": "alive", - "roles": { - "master": true, - "data": true, - "ingest": true, - "ml": false - } - }, - "attempts": 0, - "aborted": false - } + "statusCode": 200 } \ No newline at end of file diff --git a/test/fixtures/query-9f19d064ee3b1e1742935b955354a702.json b/test/fixtures/query-9f19d064ee3b1e1742935b955354a702.json new file mode 100644 index 00000000..103272a1 --- /dev/null +++ b/test/fixtures/query-9f19d064ee3b1e1742935b955354a702.json @@ -0,0 +1,954 @@ +{ + "body": { + "took": 96, + "timed_out": false, + "_shards": { + "total": 3, + "successful": 3, + "failed": 0 + }, + "hits": { + "total": 1, + "max_score": 30.021303, + "hits": [ + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b22144813", + "_score": 30.021303, + "_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" + ], + "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" + ] + }, + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 2, + "max_score": null, + "hits": [ + { + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "enumerationChronology": [ + "v.1" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mall1", + "label": "Schwarzman Building - Main Reading Room 315 - Reference" + } + ], + "holdingLocation_packed": [ + "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" + ], + "idBarcode": [ + "3333333333" + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "urn:barcode:3333333333" + ], + "identifierV2": [ + { + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "type": "bf:ShelfMark" + }, + { + "value": "3333333333", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "requestable": [ + false + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", + "status": [ + { + "id": "status:k", + "label": "Check with staff" + } + ], + "status_packed": [ + "status:k||Check with staff" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ], + "uri": "i37857771" + }, + "sort": [ + " 1-" + ] + }, + { + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "enumerationChronology": [ + "nothing" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmf2", + "label": "Offsite" + } + ], + "holdingLocation_packed": [ + "loc:rcmf2||Offsite" + ], + "idBarcode": [ + "44455533322211" + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "urn:barcode:44455533322211" + ], + "identifierV2": [ + { + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "type": "bf:ShelfMark" + }, + { + "value": "44455533322211", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "requestable": [ + true + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i37857772" + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-9f9765f0884a0885bf4b24ee413334e5.json b/test/fixtures/query-9f9765f0884a0885bf4b24ee413334e5.json new file mode 100644 index 00000000..63e186dc --- /dev/null +++ b/test/fixtures/query-9f9765f0884a0885bf4b24ee413334e5.json @@ -0,0 +1,954 @@ +{ + "body": { + "took": 127, + "timed_out": false, + "_shards": { + "total": 3, + "successful": 3, + "failed": 0 + }, + "hits": { + "total": 1, + "max_score": 14.980111, + "hits": [ + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b22144813", + "_score": 14.980111, + "_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" + ], + "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" + ] + }, + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 2, + "max_score": null, + "hits": [ + { + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "enumerationChronology": [ + "v.1" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mall1", + "label": "Schwarzman Building - Main Reading Room 315 - Reference" + } + ], + "holdingLocation_packed": [ + "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" + ], + "idBarcode": [ + "3333333333" + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "urn:barcode:3333333333" + ], + "identifierV2": [ + { + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "type": "bf:ShelfMark" + }, + { + "value": "3333333333", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "requestable": [ + false + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", + "status": [ + { + "id": "status:k", + "label": "Check with staff" + } + ], + "status_packed": [ + "status:k||Check with staff" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ], + "uri": "i37857771" + }, + "sort": [ + " 1-" + ] + }, + { + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "enumerationChronology": [ + "nothing" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmf2", + "label": "Offsite" + } + ], + "holdingLocation_packed": [ + "loc:rcmf2||Offsite" + ], + "idBarcode": [ + "44455533322211" + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "urn:barcode:44455533322211" + ], + "identifierV2": [ + { + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "type": "bf:ShelfMark" + }, + { + "value": "44455533322211", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "requestable": [ + true + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i37857772" + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-a0e4b5292f813a1a98d1fe8459106211.json b/test/fixtures/query-a0e4b5292f813a1a98d1fe8459106211.json deleted file mode 100644 index f9b1355e..00000000 --- a/test/fixtures/query-a0e4b5292f813a1a98d1fe8459106211.json +++ /dev/null @@ -1,999 +0,0 @@ -{ - "body": { - "took": 161, - "timed_out": false, - "_shards": { - "total": 3, - "successful": 3, - "failed": 0 - }, - "hits": { - "total": 1, - "max_score": 15.007645, - "hits": [ - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b22144813", - "_score": 15.007645, - "_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": 1697570720189, - "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" - ], - "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" - ] - }, - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 2, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "enumerationChronology": [ - "v.1" - ], - "enumerationChronology_sort": [ - " 1-" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mall1", - "label": "Schwarzman Building - Main Reading Room 315 - Reference" - } - ], - "holdingLocation_packed": [ - "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" - ], - "idBarcode": [ - "3333333333" - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", - "urn:barcode:3333333333" - ], - "identifierV2": [ - { - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", - "type": "bf:ShelfMark" - }, - { - "value": "3333333333", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1101", - "label": "General Research Division" - } - ], - "owner_packed": [ - "orgs:1101||General Research Division" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "requestable": [ - false - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", - "status": [ - { - "id": "status:k", - "label": "Check with staff" - } - ], - "status_packed": [ - "status:k||Check with staff" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 1, - "lte": 1 - } - ], - "uri": "i37857771" - }, - "sort": [ - " 1-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "enumerationChronology": [ - "nothing" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmf2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmf2||Offsite" - ], - "idBarcode": [ - "44455533322211" - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "urn:barcode:44455533322211" - ], - "identifierV2": [ - { - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "type": "bf:ShelfMark" - }, - { - "value": "44455533322211", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1103", - "label": "Dorot Jewish Division" - } - ], - "owner_packed": [ - "orgs:1103||Dorot Jewish Division" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "requestable": [ - true - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i37857772" - }, - "sort": [ - null - ] - } - ] - } - } - } - } - ] - } - }, - "statusCode": 200, - "headers": { - "date": "Mon, 11 Mar 2024 15:37:12 GMT", - "content-type": "application/json; charset=UTF-8", - "content-length": "19778", - "connection": "keep-alive", - "access-control-allow-origin": "*" - }, - "meta": { - "context": null, - "request": { - "params": { - "method": "POST", - "path": "/resources-2018-04-09/_search", - "body": "{\"from\":0,\"size\":50,\"query\":{\"function_score\":{\"query\":{\"bool\":{\"must\":[{\"bool\":{\"should\":[{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"\\\"Report number. \\\\-\\\\- 027\\\"\",\"default_operator\":\"AND\"}},{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"\\\"\\\"Report number. \\\\-\\\\- 027\\\"\\\"\",\"default_operator\":\"AND\"}},{\"nested\":{\"path\":\"items\",\"query\":{\"query_string\":{\"fields\":[\"items.shelfMark\"],\"query\":\"\\\"Report number. \\\\-\\\\- 027\\\"\",\"default_operator\":\"AND\"}}}}]}}],\"filter\":[{\"bool\":{\"should\":[{\"nested\":{\"path\":\"items\",\"query\":{\"bool\":{\"must_not\":[{\"exists\":{\"field\":\"items.electronicLocator\"}}]}},\"inner_hits\":{\"sort\":[{\"items.enumerationChronology_sort\":\"desc\"}],\"size\":\"100\",\"from\":0,\"name\":\"items\"}}},{\"nested\":{\"path\":\"items\",\"query\":{\"exists\":{\"field\":\"items.electronicLocator\"}},\"inner_hits\":{\"name\":\"electronicResources\"}}},{\"match_all\":{}}]}}]}}}},\"min_score\":0.65,\"sort\":[\"_score\"],\"_source\":{\"excludes\":[\"uris\",\"*_packed\",\"*_sort\",\"items.*_packed\",\"contentsTitle\",\"items\"]}}", - "querystring": "", - "headers": { - "user-agent": "elasticsearch-js/7.12.0 (darwin 21.6.0-x64; Node.js v18.12.1)", - "x-elastic-client-meta": "es=7.12.0,js=18.12.1,t=7.12.0,hc=18.12.1", - "content-type": "application/json", - "content-length": "1093" - }, - "timeout": 30000 - }, - "options": {}, - "id": 70 - }, - "name": "elasticsearch-js", - "connection": { - "url": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "id": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "headers": {}, - "deadCount": 0, - "resurrectTimeout": 0, - "_openRequests": 0, - "status": "alive", - "roles": { - "master": true, - "data": true, - "ingest": true, - "ml": false - } - }, - "attempts": 0, - "aborted": false - } -} \ No newline at end of file diff --git a/test/fixtures/query-242ac555d052117964fb4bd1f94d5db7.json b/test/fixtures/query-a4ab3ad1485e3b6b5c3c82db6277a8ac.json similarity index 55% rename from test/fixtures/query-242ac555d052117964fb4bd1f94d5db7.json rename to test/fixtures/query-a4ab3ad1485e3b6b5c3c82db6277a8ac.json index 9ad5c719..df766172 100644 --- a/test/fixtures/query-242ac555d052117964fb4bd1f94d5db7.json +++ b/test/fixtures/query-a4ab3ad1485e3b6b5c3c82db6277a8ac.json @@ -1,6 +1,6 @@ { "body": { - "took": 1100, + "took": 1058, "timed_out": false, "_shards": { "total": 3, @@ -8,7 +8,7 @@ "failed": 0 }, "hits": { - "total": 6250343, + "total": 5951679, "max_score": null, "hits": [ { @@ -138,7 +138,7 @@ "value": "(OCoLC)184821618" } ], - "updatedAt": 1709334898828, + "updatedAt": 1711529073455, "publicationStatement": [ "New York : Columbia University Press, c2008." ], @@ -455,8 +455,11 @@ "Geomorphology", "Geomorphology -- Libya" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "al-Jāmiʻah al-Lībīyah, Kullīyat al-Ādāb," + "al-Jāmiʻah al-Lībīyah, Kullīyat al-Ādāb" ], "language": [ { @@ -464,33 +467,45 @@ "label": "Arabic" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 2 ], "createdYear": [ 1973 ], - "type": [ - "nypl:Item" + "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" ], - "creatorLiteral": [ - "Jawdah, Jawdah Ḥasanayn." + "numItemVolumesParsed": [ + 2 ], "createdString": [ "1973" ], + "creatorLiteral": [ + "Jawdah, Jawdah Ḥasanayn." + ], "idLccn": [ "75960642" ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1973 ], + "idOclc": [ + "NYPG002000748-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -500,6 +515,10 @@ "type": "nypl:Bnumber", "value": "10001333" }, + { + "type": "nypl:Oclc", + "value": "NYPG002000748-B" + }, { "type": "bf:Lccn", "value": "75960642" @@ -516,15 +535,20 @@ "dateEndYear": [ 9999 ], - "updatedAt": 1636070536203, + "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:undefined:NNSZ00201348", - "urn:undefined:(WaOLN)nyp0201331" + "urn:identifier:NNSZ00201348", + "urn:identifier:(WaOLN)nyp0201331" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -557,14 +581,8 @@ "lccClassification": [ "GB440.L5 J38" ], - "numItems": [ - 2 - ], - "numAvailable": [ - 2 - ], "placeOfPublication": [ - "[Binghāzī] :" + "[Binghāzī]" ], "issuance": [ { @@ -595,181 +613,213 @@ { "_nested": { "field": "items", - "offset": 1 + "offset": 0 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433005586197" - ], - "physicalLocation": [ - "*OFO 82-5116 al-Juzʼān 1-2." + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "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" - } + "enumerationChronology": [ + "v. 2" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 2-" ], - "uri": "i10000872", - "shelfMark": [ - "*OFO 82-5116 al-Juzʼān 1-2. v. 2" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OFO 82-5116 al-Juzʼān 1-2. v. 2" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433005586197" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "enumerationChronology": [ - "v. 2" - ], "idBarcode": [ "33433005586197" ], + "identifier": [ + "urn:shelfmark:*OFO 82-5116 al-Juzʼān 1-2. v. 2", + "urn:barcode:33433005586197" + ], + "identifierV2": [ + { + "value": "*OFO 82-5116 al-Juzʼān 1-2. v. 2", + "type": "bf:ShelfMark" + }, + { + "value": "33433005586197", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OFO 82-5116 al-Juzʼān 1-2." + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OFO 82-5116 al-Juzʼān 1-2. v. 2" ], + "shelfMark_sort": "a*OFO 82-5116 al-Juzʼān 1-2. v. 000002", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 2, + "lte": 2 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10000872" }, "sort": [ - null + " 2-" ] }, { "_nested": { "field": "items", - "offset": 0 + "offset": 1 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433005586189" - ], - "physicalLocation": [ - "*OFO 82-5116 al-Juzʼān 1-2." + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "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" - } + "enumerationChronology": [ + "v. 1" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 1-" ], - "uri": "i10000871", - "shelfMark": [ - "*OFO 82-5116 al-Juzʼān 1-2. v. 1" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OFO 82-5116 al-Juzʼān 1-2. v. 1" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433005586189" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "enumerationChronology": [ - "v. 1" - ], "idBarcode": [ "33433005586189" ], + "identifier": [ + "urn:shelfmark:*OFO 82-5116 al-Juzʼān 1-2. v. 1", + "urn:barcode:33433005586189" + ], + "identifierV2": [ + { + "value": "*OFO 82-5116 al-Juzʼān 1-2. v. 1", + "type": "bf:ShelfMark" + }, + { + "value": "33433005586189", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OFO 82-5116 al-Juzʼān 1-2." + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OFO 82-5116 al-Juzʼān 1-2. v. 1" ], + "shelfMark_sort": "a*OFO 82-5116 al-Juzʼān 1-2. v. 000001", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 1, + "lte": 1 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10000871" }, "sort": [ - null + " 1-" ] } ] @@ -825,36 +875,39 @@ "createdYear": [ 2007 ], - "type": [ - "nypl:Item" - ], "title": [ "Choralimprovisation auf Orgeln Gottfried Silbermanns" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 09-710" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Wagler, Dietrich, 1940-" - ], "createdString": [ "2007" ], - "seriesStatement": [ - "Freiberger Studien zur Orgel ; 10" + "creatorLiteral": [ + "Wagler, Dietrich, 1940-" ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Freiberger Studien zur Orgel ; 10" + ], "contributorLiteral": [ "Gottfried-Silbermann-Gesellschaft." ], "dateStartYear": [ 2007 ], + "idOclc": [ + "439765611" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -876,32 +929,26 @@ "type": "nypl:Oclc", "value": "439765611" }, - { - "type": "nypl:Oclc", - "value": "439765611" - }, { "type": "bf:Identifier", "value": "(OCoLC)439765611" } ], - "idOclc": [ - "439765611" - ], - "updatedAt": 1689717163363, + "updatedAt": 1710995527321, "publicationStatement": [ "[Altenburg] : Verlag Klaus-Jürgen Kamprad, c2007." ], + "idIsbn": [ + "9783930550494 (pbk.)", + "3930550490 (pbk.)" + ], "identifier": [ + "urn:shelfmark:JMG 09-710", "urn:bnum:10001377", "urn:isbn:9783930550494 (pbk.)", "urn:isbn:3930550490 (pbk.)", "urn:oclc:439765611", - "urn:undefined:(OCoLC)439765611" - ], - "idIsbn": [ - "9783930550494 (pbk.)", - "3930550490 (pbk.)" + "urn:identifier:(OCoLC)439765611" ], "numCheckinCardItems": [ 0 @@ -938,12 +985,6 @@ "Choralimprovisation auf Orgeln Gottfried Silbermanns / Dietrich Wagler ; [Hrsg.: Gottfried-Silbermann-Gesellschaft]." ], "uri": "b10001377", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Altenburg]" ], @@ -953,12 +994,12 @@ "label": "monograph/item" } ], + "dimensions": [ + "30 cm." + ], "idIsbn_clean": [ "9783930550494", "3930550490" - ], - "dimensions": [ - "30 cm." ] }, "sort": [ @@ -984,24 +1025,14 @@ }, "_score": null, "_source": { - "uri": "i24299761", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -1012,6 +1043,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -1021,8 +1055,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 09-710" + "idBarcode": [ + "33433089337251" + ], + "identifier": [ + "urn:shelfmark:JMG 09-710", + "urn:barcode:33433089337251" ], "identifierV2": [ { @@ -1030,41 +1068,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433089337251" + "value": "33433089337251", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 09-710" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433089337251" - ], - "idBarcode": [ - "33433089337251" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 09-710" + ], + "shelfMark_sort": "aJMG 09-000710", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aJMG 09-000710" + "uri": "i24299761" }, "sort": [ null @@ -1105,14 +1147,17 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Iran", - "Iran -- Gazetteers", "Villages", "Villages -- Iran", - "Villages -- Iran -- Statistics" + "Villages -- Iran -- Statistics", + "Iran", + "Iran -- Gazetteers" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Markaz-i Āmār-i Īrān," + "Markaz-i Āmār-i Īrān" ], "language": [ { @@ -1120,33 +1165,45 @@ "label": "Persian" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 11 ], "createdYear": [ 1969 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ "Farhang-i ābādīhā-yi kishvar." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "Map Div. 84-146" ], - "creatorLiteral": [ - "Markaz-i Āmār-i Īrān." + "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", @@ -1156,6 +1213,10 @@ "type": "nypl:Bnumber", "value": "10001657" }, + { + "type": "nypl:Oclc", + "value": "NYPG002001092-B" + }, { "type": "bf:Lccn", "value": "81464564" @@ -1172,15 +1233,20 @@ "dateEndYear": [ 9999 ], - "updatedAt": 1636095534719, + "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:undefined:NNSZ00201692", - "urn:undefined:(WaOLN)nyp0201655" + "urn:identifier:NNSZ00201692", + "urn:identifier:(WaOLN)nyp0201655" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -1204,8 +1270,8 @@ } ], "subjectLiteral": [ - "Iran -- Gazetteers.", - "Villages -- Iran -- Statistics." + "Villages -- Iran -- Statistics.", + "Iran -- Gazetteers." ], "titleDisplay": [ "Farhang-i ābādīhā-yi kishvar." @@ -1214,14 +1280,8 @@ "lccClassification": [ "DS253 .M37" ], - "numItems": [ - 11 - ], - "numAvailable": [ - 11 - ], "placeOfPublication": [ - "Tihrān :" + "Tihrān" ], "issuance": [ { @@ -1258,991 +1318,1419 @@ { "_nested": { "field": "items", - "offset": 10 + "offset": 0 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1106", - "label": "Lionel Pincus and Princess Firyal Map Division" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433057030870" - ], - "physicalLocation": [ - "Map Div. 84-146" + "catalogItemType": [ + { + "id": "catalogItemType:25", + "label": "atlas" + } ], - "shelfMark_sort": "aMap Div. 84-146 v. 000017", "catalogItemType_packed": [ "catalogItemType:25||atlas" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 17" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 17-" ], - "uri": "i13784147", - "shelfMark": [ - "Map Div. 84-146 v. 17" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Map Div. 84-146 v. 17" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433057030870" + "id": "loc:rcmp2", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rcmp2||Offsite" ], - "enumerationChronology": [ - "v. 17" - ], "idBarcode": [ "33433057030870" ], + "identifier": [ + "urn:shelfmark:Map Div. 84-146 v. 17", + "urn:barcode:33433057030870" + ], + "identifierV2": [ + { + "value": "Map Div. 84-146 v. 17", + "type": "bf:ShelfMark" + }, + { + "value": "33433057030870", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1106", + "label": "Lionel Pincus and Princess Firyal Map Division" + } + ], "owner_packed": [ "orgs:1106||Lionel Pincus and Princess Firyal Map Division" ], + "physicalLocation": [ + "Map Div. 84-146" + ], + "recapCustomerCode": [ + "NL" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:25", - "label": "atlas" - } + "shelfMark": [ + "Map Div. 84-146 v. 17" ], + "shelfMark_sort": "aMap Div. 84-146 v. 000017", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rcmp2", - "label": "Offsite" + "gte": 17, + "lte": 17 } ], - "recapCustomerCode": [ - "NL" - ] + "uri": "i13784147" }, "sort": [ - null + " 17-" ] }, { "_nested": { "field": "items", - "offset": 9 + "offset": 1 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1106", - "label": "Lionel Pincus and Princess Firyal Map Division" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433057030862" - ], - "physicalLocation": [ - "Map Div. 84-146" + "catalogItemType": [ + { + "id": "catalogItemType:25", + "label": "atlas" + } ], - "shelfMark_sort": "aMap Div. 84-146 v. 000015", "catalogItemType_packed": [ "catalogItemType:25||atlas" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 15" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 15-" ], - "uri": "i13784146", - "shelfMark": [ - "Map Div. 84-146 v. 15" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Map Div. 84-146 v. 15" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433057030862" + "id": "loc:rcmp2", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rcmp2||Offsite" ], - "enumerationChronology": [ - "v. 15" - ], "idBarcode": [ "33433057030862" ], - "owner_packed": [ - "orgs:1106||Lionel Pincus and Princess Firyal Map Division" - ], - "requestable": [ - true + "identifier": [ + "urn:shelfmark:Map Div. 84-146 v. 15", + "urn:barcode:33433057030862" ], - "catalogItemType": [ + "identifierV2": [ { - "id": "catalogItemType:25", - "label": "atlas" + "value": "Map Div. 84-146 v. 15", + "type": "bf:ShelfMark" + }, + { + "value": "33433057030862", + "type": "bf:Barcode" } ], - "status": [ + "owner": [ { - "id": "status:a", - "label": "Available" + "id": "orgs:1106", + "label": "Lionel Pincus and Princess Firyal Map Division" } ], - "holdingLocation": [ - { - "id": "loc:rcmp2", - "label": "Offsite" - } - ], - "recapCustomerCode": [ - "NL" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 8 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1106", - "label": "Lionel Pincus and Princess Firyal Map Division" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433057030854" + "owner_packed": [ + "orgs:1106||Lionel Pincus and Princess Firyal Map Division" ], "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" - ], - "uri": "i13784145", - "shelfMark": [ - "Map Div. 84-146 v. 14" - ], - "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" + "recapCustomerCode": [ + "NL" ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:25", - "label": "atlas" - } + "shelfMark": [ + "Map Div. 84-146 v. 15" ], + "shelfMark_sort": "aMap Div. 84-146 v. 000015", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rcmp2", - "label": "Offsite" + "gte": 15, + "lte": 15 } ], - "recapCustomerCode": [ - "NL" - ] + "uri": "i13784146" }, "sort": [ - null + " 15-" ] }, { "_nested": { "field": "items", - "offset": 7 + "offset": 2 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1106", - "label": "Lionel Pincus and Princess Firyal Map Division" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433057030847" - ], - "physicalLocation": [ - "Map Div. 84-146" + "catalogItemType": [ + { + "id": "catalogItemType:25", + "label": "atlas" + } ], - "shelfMark_sort": "aMap Div. 84-146 v. 000010", "catalogItemType_packed": [ "catalogItemType:25||atlas" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 14" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 14-" ], - "uri": "i13784144", - "shelfMark": [ - "Map Div. 84-146 v. 10" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Map Div. 84-146 v. 10" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433057030847" + "id": "loc:rcmp2", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rcmp2||Offsite" ], - "enumerationChronology": [ - "v. 10" - ], "idBarcode": [ - "33433057030847" - ], - "owner_packed": [ - "orgs:1106||Lionel Pincus and Princess Firyal Map Division" - ], - "requestable": [ - true + "33433057030854" ], - "catalogItemType": [ - { - "id": "catalogItemType:25", - "label": "atlas" - } + "identifier": [ + "urn:shelfmark:Map Div. 84-146 v. 14", + "urn:barcode:33433057030854" ], - "status": [ + "identifierV2": [ { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ + "value": "Map Div. 84-146 v. 14", + "type": "bf:ShelfMark" + }, { - "id": "loc:rcmp2", - "label": "Offsite" + "value": "33433057030854", + "type": "bf:Barcode" } ], - "recapCustomerCode": [ - "NL" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 6 - }, - "_score": null, - "_source": { "owner": [ { "id": "orgs:1106", "label": "Lionel Pincus and Princess Firyal Map Division" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433057030839" + "owner_packed": [ + "orgs:1106||Lionel Pincus and Princess Firyal Map Division" ], "physicalLocation": [ "Map Div. 84-146" ], - "shelfMark_sort": "aMap Div. 84-146 v. 000009", - "catalogItemType_packed": [ - "catalogItemType:25||atlas" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i13784143", - "shelfMark": [ - "Map Div. 84-146 v. 9" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Map Div. 84-146 v. 9" - }, - { - "type": "bf:Barcode", - "value": "33433057030839" - } - ], - "holdingLocation_packed": [ - "loc:rcmp2||Offsite" - ], - "enumerationChronology": [ - "v. 9" - ], - "idBarcode": [ - "33433057030839" - ], - "owner_packed": [ - "orgs:1106||Lionel Pincus and Princess Firyal Map Division" + "recapCustomerCode": [ + "NL" ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:25", - "label": "atlas" - } + "shelfMark": [ + "Map Div. 84-146 v. 14" ], + "shelfMark_sort": "aMap Div. 84-146 v. 000014", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rcmp2", - "label": "Offsite" + "gte": 14, + "lte": 14 } ], - "recapCustomerCode": [ - "NL" - ] + "uri": "i13784145" }, "sort": [ - null + " 14-" ] - }, - { - "_nested": { - "field": "items", - "offset": 5 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1106", - "label": "Lionel Pincus and Princess Firyal Map Division" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433057030821" - ], - "physicalLocation": [ - "Map Div. 84-146" - ], - "shelfMark_sort": "aMap Div. 84-146 v. 000006", - "catalogItemType_packed": [ - "catalogItemType:25||atlas" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i13784142", - "shelfMark": [ - "Map Div. 84-146 v. 6" + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10001844", + "_score": null, + "_source": { + "extent": [ + "v." + ], + "note": [ + { + "noteType": "Note", + "label": "Added t.p.: The Brahmasūtra Śāṅkarbhāṣya.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Sanskrit.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "subjectLiteral_exploded": [ + "Vedanta", + "Hindu philosophy" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Chaukhambā Vidyābhavana" + ], + "language": [ + { + "id": "lang:san", + "label": "Sanskrit" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1964 + ], + "dateEndString": [ + "9999" + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Brahmasūtraśāṅkarabhāṣyam. 'Brahmatatvavimarśinī' Hindīvyākhyāsahitam." + ], + "shelfMark": [ + "*OKN 82-2276" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "1964" + ], + "creatorLiteral": [ + "Bādarāyaṇa." + ], + "idLccn": [ + "sa 65007118" + ], + "seriesStatement": [ + "Vidyābhavara Saṃskrta granthamālā, 124" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Śaṅkarācārya.", + "Sastri, Hanumanadas, Swami." + ], + "dateStartYear": [ + 1964 + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OKN 82-2276" + }, + { + "type": "nypl:Bnumber", + "value": "10001844" + }, + { + "type": "nypl:Oclc", + "value": "NYPG002001282-B" + }, + { + "type": "bf:Lccn", + "value": "sa 65007118" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00201882" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0201842" + } + ], + "idOclc": [ + "NYPG002001282-B" + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711114546305, + "publicationStatement": [ + "Vārāṇasī, Chaukhambā Vidyābhavana [1964-" + ], + "identifier": [ + "urn:shelfmark:*OKN 82-2276", + "urn:bnum:10001844", + "urn:oclc:NYPG002001282-B", + "urn:lccn:sa 65007118", + "urn:identifier:NNSZ00201882", + "urn:identifier:(WaOLN)nyp0201842" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1964" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Vedanta.", + "Hindu philosophy." + ], + "titleDisplay": [ + "Brahmasūtraśāṅkarabhāṣyam. 'Brahmatatvavimarśinī' Hindīvyākhyāsahitam. Vyākhyākāra [sic] Svāmī Hanumānadāsa Shaṭśāstrī. Bhūmikā-lekhaka Vīramaṇi Prasāda Upādhyāya." + ], + "uri": "b10001844", + "lccClassification": [ + "B132.V3 B22" + ], + "placeOfPublication": [ + "Vārāṇasī" + ], + "titleAlt": [ + "Brahmasūtra Śaṅkarbhāṣya." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "23 cm." + ] + }, + "sort": [ + "b10001844" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 1, + "max_score": null, + "hits": [ + { + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } ], - "identifierV2": [ + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType": [ { - "type": "bf:ShelfMark", - "value": "Map Div. 84-146 v. 6" - }, + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433057030821" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ - "loc:rcmp2||Offsite" - ], - "enumerationChronology": [ - "v. 6" + "loc:rc2ma||Offsite" ], "idBarcode": [ - "33433057030821" - ], - "owner_packed": [ - "orgs:1106||Lionel Pincus and Princess Firyal Map Division" + "33433058617816" ], - "requestable": [ - true + "identifier": [ + "urn:shelfmark:*OKN 82-2276", + "urn:barcode:33433058617816" ], - "catalogItemType": [ + "identifierV2": [ { - "id": "catalogItemType:25", - "label": "atlas" - } - ], - "status": [ + "value": "*OKN 82-2276", + "type": "bf:ShelfMark" + }, { - "id": "status:a", - "label": "Available" + "value": "33433058617816", + "type": "bf:Barcode" } ], - "holdingLocation": [ + "owner": [ { - "id": "loc:rcmp2", - "label": "Offsite" + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ + "*OKN 82-2276" + ], "recapCustomerCode": [ - "NL" - ] + "NA" + ], + "requestable": [ + true + ], + "shelfMark": [ + "*OKN 82-2276" + ], + "shelfMark_sort": "a*OKN 82-002276", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i13784177" }, "sort": [ null ] - }, + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10003410", + "_score": null, + "_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": [ + "b10003410" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 1, + "max_score": null, + "hits": [ { "_nested": { "field": "items", - "offset": 4 + "offset": 0 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1106", - "label": "Lionel Pincus and Princess Firyal Map Division" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433057030813" - ], - "physicalLocation": [ - "Map Div. 84-146" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "aMap Div. 84-146 v. 000005", "catalogItemType_packed": [ - "catalogItemType:25||atlas" + "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i13784141", - "shelfMark": [ - "Map Div. 84-146 v. 5" + "idBarcode": [ + "33433001944960" + ], + "identifier": [ + "urn:shelfmark:*OGM 84-702", + "urn:barcode:33433001944960" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "Map Div. 84-146 v. 5" + "value": "*OGM 84-702", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433057030813" + "value": "33433001944960", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rcmp2||Offsite" - ], - "enumerationChronology": [ - "v. 5" - ], - "idBarcode": [ - "33433057030813" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ - "orgs:1106||Lionel Pincus and Princess Firyal Map Division" + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ + "*OGM 84-702" + ], + "recapCustomerCode": [ + "NA" ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:25", - "label": "atlas" - } + "shelfMark": [ + "*OGM 84-702" ], + "shelfMark_sort": "a*OGM 84-000702", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rcmp2", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NL" - ] + "type": [ + "bf:Item" + ], + "uri": "i10002358" }, "sort": [ null ] - }, + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10003414", + "_score": null, + "_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": [ + "b10003414" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 6, + "max_score": null, + "hits": [ { "_nested": { "field": "items", - "offset": 3 + "offset": 1 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1106", - "label": "Lionel Pincus and Princess Firyal Map Division" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433057030805" - ], - "physicalLocation": [ - "Map Div. 84-146" - ], - "shelfMark_sort": "aMap Div. 84-146 v. 000004", - "catalogItemType_packed": [ - "catalogItemType:25||atlas" - ], - "accessMessage": [ + "catalogItemType": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], - "status_packed": [ - "status:a||Available" + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" ], - "uri": "i13784140", - "shelfMark": [ - "Map Div. 84-146 v. 4" + "enumerationChronology": [ + "v. 5 pt 1" + ], + "enumerationChronology_sort": [ + " 5-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433013221415" + ], + "identifier": [ + "urn:shelfmark:*OKOK 84-641 v. 5 pt 1", + "urn:barcode:33433013221415" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "Map Div. 84-146 v. 4" + "value": "*OKOK 84-641 v. 5 pt 1", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433057030805" + "value": "33433013221415", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rcmp2||Offsite" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], - "enumerationChronology": [ - "v. 4" + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], - "idBarcode": [ - "33433057030805" + "physicalLocation": [ + "*OKOK 84-641" ], - "owner_packed": [ - "orgs:1106||Lionel Pincus and Princess Firyal Map Division" + "recapCustomerCode": [ + "NA" ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:25", - "label": "atlas" - } + "shelfMark": [ + "*OKOK 84-641 v. 5 pt 1" ], + "shelfMark_sort": "a*OKOK 84-641 v. 000005 pt 1", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rcmp2", - "label": "Offsite" + "gte": 5, + "lte": 5 } ], - "recapCustomerCode": [ - "NL" - ] + "uri": "i10002363" }, "sort": [ - null + " 5-" ] }, { "_nested": { "field": "items", - "offset": 2 + "offset": 0 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1106", - "label": "Lionel Pincus and Princess Firyal Map Division" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433057030797" - ], - "physicalLocation": [ - "Map Div. 84-146" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "aMap Div. 84-146 v. 000003", "catalogItemType_packed": [ - "catalogItemType:25||atlas" + "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "enumerationChronology": [ + "v. 5 pt 2" + ], + "enumerationChronology_sort": [ + " 5-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i13784139", - "shelfMark": [ - "Map Div. 84-146 v. 3" + "idBarcode": [ + "33433013221423" + ], + "identifier": [ + "urn:shelfmark:*OKOK 84-641 v. 5 pt 2", + "urn:barcode:33433013221423" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "Map Div. 84-146 v. 3" + "value": "*OKOK 84-641 v. 5 pt 2", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433057030797" + "value": "33433013221423", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rcmp2||Offsite" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], - "enumerationChronology": [ - "v. 3" + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], - "idBarcode": [ - "33433057030797" + "physicalLocation": [ + "*OKOK 84-641" ], - "owner_packed": [ - "orgs:1106||Lionel Pincus and Princess Firyal Map Division" + "recapCustomerCode": [ + "NA" ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:25", - "label": "atlas" - } + "shelfMark": [ + "*OKOK 84-641 v. 5 pt 2" ], + "shelfMark_sort": "a*OKOK 84-641 v. 000005 pt 2", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rcmp2", - "label": "Offsite" + "gte": 5, + "lte": 5 } ], - "recapCustomerCode": [ - "NL" - ] + "uri": "i10002364" }, "sort": [ - null + " 5-" ] }, { "_nested": { "field": "items", - "offset": 1 + "offset": 2 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1106", - "label": "Lionel Pincus and Princess Firyal Map Division" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433057030789" - ], - "physicalLocation": [ - "Map Div. 84-146" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "aMap Div. 84-146 v. 000002", "catalogItemType_packed": [ - "catalogItemType:25||atlas" + "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "enumerationChronology": [ + "v. 4" + ], + "enumerationChronology_sort": [ + " 4-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i13784138", - "shelfMark": [ - "Map Div. 84-146 v. 2" + "idBarcode": [ + "33433013221407" + ], + "identifier": [ + "urn:shelfmark:*OKOK 84-641 v. 4", + "urn:barcode:33433013221407" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "Map Div. 84-146 v. 2" + "value": "*OKOK 84-641 v. 4", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433057030789" + "value": "33433013221407", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rcmp2||Offsite" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], - "enumerationChronology": [ - "v. 2" + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], - "idBarcode": [ - "33433057030789" + "physicalLocation": [ + "*OKOK 84-641" ], - "owner_packed": [ - "orgs:1106||Lionel Pincus and Princess Firyal Map Division" + "recapCustomerCode": [ + "NA" ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:25", - "label": "atlas" - } + "shelfMark": [ + "*OKOK 84-641 v. 4" ], + "shelfMark_sort": "a*OKOK 84-641 v. 000004", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rcmp2", - "label": "Offsite" + "gte": 4, + "lte": 4 } ], - "recapCustomerCode": [ - "NL" - ] + "uri": "i10002362" }, "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1106", - "label": "Lionel Pincus and Princess Firyal Map Division" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433057030771" - ], - "physicalLocation": [ - "Map Div. 84-146" - ], - "shelfMark_sort": "aMap Div. 84-146 v. 000001", - "catalogItemType_packed": [ - "catalogItemType:25||atlas" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i13784137", - "shelfMark": [ - "Map Div. 84-146 v. 1" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Map Div. 84-146 v. 1" - }, - { - "type": "bf:Barcode", - "value": "33433057030771" - } - ], - "holdingLocation_packed": [ - "loc:rcmp2||Offsite" - ], - "enumerationChronology": [ - "v. 1" - ], - "idBarcode": [ - "33433057030771" - ], - "owner_packed": [ - "orgs:1106||Lionel Pincus and Princess Firyal Map Division" - ], - "requestable": [ - true - ], - "catalogItemType": [ - { - "id": "catalogItemType:25", - "label": "atlas" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ - { - "id": "loc:rcmp2", - "label": "Offsite" - } - ], - "recapCustomerCode": [ - "NL" - ] - }, - "sort": [ - null + " 4-" ] } ] @@ -2253,108 +2741,116 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10001844", + "_id": "b10003502", "_score": null, "_source": { "extent": [ - "v." + "v. : port. ;" ], "note": [ { "noteType": "Note", - "label": "Added t.p.: The Brahmasūtra Śāṅkarbhāṣya.", + "label": "Partly translations from German poetry (with German texts included).", "type": "bf:Note" }, { - "noteType": "Language", - "label": "In Sanskrit.", + "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" ], - "subjectLiteral_exploded": [ - "Hindu philosophy", - "Vedanta" + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Chaukhambā Vidyābhavana" + "Liesma" ], "language": [ { - "id": "lang:san", - "label": "Sanskrit" + "id": "lang:lav", + "label": "Latvian" } ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1981 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1964 + "title": [ + "Dziesmiņas" ], "type": [ "nypl:Item" ], - "title": [ - "Brahmasūtraśāṅkarabhāṣyam. 'Brahmatatvavimarśinī' Hindīvyākhyāsahitam." - ], "shelfMark": [ - "*OKN 82-2276" + "*QYN 82-2046" ], - "creatorLiteral": [ - "Bādarāyaṇa." + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1964" + "1981" ], - "idLccn": [ - "sa 65007118" + "creatorLiteral": [ + "Alunāns, Juris, 1832-1864." ], - "seriesStatement": [ - "Vidyābhavara Saṃskrta granthamālā, 124" + "numElectronicResources": [ + 0 ], - "contributorLiteral": [ - "Sastri, Hanumanadas, Swami.", - "Śaṅkarācārya." + "seriesStatement": [ + "Literārā mantojuma mazā bibliotēka" ], "dateStartYear": [ - 1964 + 1981 + ], + "idOclc": [ + "NYPG003000961-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OKN 82-2276" + "value": "*QYN 82-2046" }, { "type": "nypl:Bnumber", - "value": "10001844" + "value": "10003502" }, { - "type": "bf:Lccn", - "value": "sa 65007118" + "type": "nypl:Oclc", + "value": "NYPG003000961-B" }, { "type": "bf:Identifier", - "value": "NNSZ00201882" + "value": "NNSZ00303857" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0201842" + "value": "(WaOLN)nyp0203494" } ], "dateEndYear": [ 9999 ], - "updatedAt": 1636079011965, + "updatedAt": 1711148692635, "publicationStatement": [ - "Vārāṇasī, Chaukhambā Vidyābhavana [1964-" + "Riga : Liesma, 1981-" ], "identifier": [ - "urn:bnum:10001844", - "urn:lccn:sa 65007118", - "urn:undefined:NNSZ00201882", - "urn:undefined:(WaOLN)nyp0201842" + "urn:shelfmark:*QYN 82-2046", + "urn:bnum:10003502", + "urn:oclc:NYPG003000961-B", + "urn:identifier:NNSZ00303857", + "urn:identifier:(WaOLN)nyp0203494" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -2369,7 +2865,7 @@ } ], "dateString": [ - "1964" + "1981" ], "mediaType": [ { @@ -2377,25 +2873,12 @@ "label": "unmediated" } ], - "subjectLiteral": [ - "Hindu philosophy.", - "Vedanta." - ], "titleDisplay": [ - "Brahmasūtraśāṅkarabhāṣyam. 'Brahmatatvavimarśinī' Hindīvyākhyāsahitam. Vyākhyākāra [sic] Svāmī Hanumānadāsa Shaṭśāstrī. Bhūmikā-lekhaka Vīramaṇi Prasāda Upādhyāya." - ], - "uri": "b10001844", - "lccClassification": [ - "B132.V3 B22" - ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "Dziesmiņas / Juris Alunāns." ], + "uri": "b10003502", "placeOfPublication": [ - "Vārāṇasī," + "Riga" ], "issuance": [ { @@ -2403,15 +2886,12 @@ "label": "monograph/item" } ], - "titleAlt": [ - "Brahmasūtra Śaṅkarbhāṣya." - ], "dimensions": [ - "23 cm." + "17 cm." ] }, "sort": [ - "b10001844" + "b10003502" ], "inner_hits": { "electronicResources": { @@ -2433,81 +2913,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433058617816" - ], - "physicalLocation": [ - "*OKN 82-2276" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OKN 82-002276", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i13784177", - "shelfMark": [ - "*OKN 82-2276" + "idBarcode": [ + "33433013501782" + ], + "identifier": [ + "urn:shelfmark:*QYN 82-2046 Dala 1.", + "urn:barcode:33433013501782" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OKN 82-2276" + "value": "*QYN 82-2046 Dala 1.", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058617816" + "value": "33433013501782", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433058617816" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*QYN 82-2046 Dala 1." + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*QYN 82-2046 Dala 1." ], + "shelfMark_sort": "a*QYN 82-2046 Dala 1.", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10002421" }, "sort": [ null @@ -2521,26 +3008,21 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10003410", + "_id": "b10003671", "_score": null, "_source": { "extent": [ - "v. facsims." + "v." ], "note": [ { - "noteType": "Note", - "label": "Added t.p.: Imam Ṭaḥāwī's Disagreement of jurists (Ikhtilāf al-fuqahāʼ)", + "noteType": "Bibliography", + "label": "Includes bibliographical references.", "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.", + "noteType": "Language", + "label": "In Arabic.", "type": "bf:Note" } ], @@ -2548,7 +3030,15 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Islamic law" + "Egypt", + "Egypt -- Politics and government", + "Egypt -- Politics and government -- 640-1882" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Maktabat al-Anjlū al-Miṣrīyah" ], "language": [ { @@ -2556,76 +3046,88 @@ "label": "Arabic" } ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1973 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1971 + "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" ], - "title": [ - "Ikhtilāf al-fuqahāʼ," - ], "shelfMark": [ - "*OGM 84-702" + "*OFP 82-1931" ], - "creatorLiteral": [ - "Ṭaḥāwī, Aḥmad ibn Muḥammad, 852?-933." + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1971" + "1973" ], - "idLccn": [ - "72930954" + "creatorLiteral": [ + "Mājid, ʻAbd al-Munʻim." ], - "seriesStatement": [ - "Maṭbūʻāt Maʻhad al-Abḥāth al-Islāmīyāh. Publication no. 23" + "idLccn": [ + "73960873" ], - "contributorLiteral": [ - "Maʻṣūmī, M. Ṣaghīr Ḥasan (Muḥammad Ṣaghīr Ḥasan)" + "numElectronicResources": [ + 0 ], "dateStartYear": [ - 1971 + 1973 + ], + "idOclc": [ + "NYPG003001133-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OGM 84-702" + "value": "*OFP 82-1931" }, { "type": "nypl:Bnumber", - "value": "10003410" + "value": "10003671" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003001133-B" }, { "type": "bf:Lccn", - "value": "72930954" + "value": "73960873" }, { "type": "bf:Identifier", - "value": "NNSZ00303765" + "value": "NNSZ00304029" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0203402" + "value": "(WaOLN)nyp0203663" } ], - "uniformTitle": [ - "Publication (Islamic Research Institute (Pakistan)) ; \\no.23." - ], "dateEndYear": [ 9999 ], - "updatedAt": 1636104747880, + "updatedAt": 1711655786383, "publicationStatement": [ - "Islām Ābād [1971-" + "al-Qāhirah, Maktabat al-Anjlū al-Miṣrīyah, 1973-" ], "identifier": [ - "urn:bnum:10003410", - "urn:lccn:72930954", - "urn:undefined:NNSZ00303765", - "urn:undefined:(WaOLN)nyp0203402" + "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": [ { @@ -2640,7 +3142,7 @@ } ], "dateString": [ - "1971" + "1973" ], "mediaType": [ { @@ -2649,20 +3151,17 @@ } ], "subjectLiteral": [ - "Islamic law." + "Egypt -- Politics and government -- 640-1882." ], "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", - "numItems": [ - 1 + "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." ], - "numAvailable": [ - 1 + "uri": "b10003671", + "lccClassification": [ + "JQ3824 .M34 1973" ], "placeOfPublication": [ - "Islām Ābād" + "al-Qāhirah" ], "issuance": [ { @@ -2670,12 +3169,15 @@ "label": "monograph/item" } ], + "titleAlt": [ + "Institutions et cérémonial des Fatimides en Égypte." + ], "dimensions": [ "25 cm." ] }, "sort": [ - "b10003410" + "b10003671" ], "inner_hits": { "electronicResources": { @@ -2697,81 +3199,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433001944960" - ], - "physicalLocation": [ - "*OGM 84-702" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OGM 84-000702", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10002358", - "shelfMark": [ - "*OGM 84-702" + "idBarcode": [ + "33433001937121" + ], + "identifier": [ + "urn:shelfmark:*OFP 82-1931", + "urn:barcode:33433001937121" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OGM 84-702" + "value": "*OFP 82-1931", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001944960" + "value": "33433001937121", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433001944960" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OFP 82-1931" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OFP 82-1931" ], + "shelfMark_sort": "a*OFP 82-001931", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10002566" }, "sort": [ null @@ -2785,111 +3294,130 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10003414", + "_id": "b10003719", "_score": null, "_source": { "extent": [ - "v. ;" + "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.", + "label": "Vols. 2 & 4: pariṣkarta Puripanda.", "type": "bf:Note" }, { "noteType": "Language", - "label": "In Sanskrit; introductory matter in Hindi or Sanskrit.", + "label": "In Telugu.", "type": "bf:Note" } ], "nyplSource": [ "sierra-nypl" ], + "subjectLiteral_exploded": [ + "Telugu literature", + "Telugu literature -- History and criticism" + ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Manasukharāya Mora," + "Āndhrapradēś Sāhitya Akāḍami" ], "language": [ { - "id": "lang:san", - "label": "Sanskrit" + "id": "lang:tel", + "label": "Telugu" } ], + "numItemsTotal": [ + 5 + ], + "createdYear": [ + 1969 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1960 + "title": [ + "Sārasvata vyāsamulu; Telumgu kavitvapu tīru tennulu." ], "type": [ "nypl:Item" ], - "title": [ - "Skandamahāpurāṇam" - ], "shelfMark": [ - "*OKOK 84-641" + "*OLC 83-35" + ], + "numItemVolumesParsed": [ + 5 ], "createdString": [ - "1960" + "1969" + ], + "creatorLiteral": [ + "Subrahmanyam, G. V., 1935-" ], "idLccn": [ - "73902099" + "71912553" ], - "seriesStatement": [ - "Gurumaṇḍalagranthamālāyāḥ ; puṣpam 20" + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Appalaswamy, Puripanda, 1904-", + "Āndhra Pradēśa Sāhitya Akāḍami." ], "dateStartYear": [ - 1960 + 1969 + ], + "idOclc": [ + "NYPG003001182-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OKOK 84-641" + "value": "*OLC 83-35" }, { "type": "nypl:Bnumber", - "value": "10003414" + "value": "10003719" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003001182-B" }, { "type": "bf:Lccn", - "value": "73902099" + "value": "71912553" }, { "type": "bf:Identifier", - "value": "NNSZ00303769" + "value": "NNSZ00304078" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0203406" + "value": "(WaOLN)nyp0203711" } ], - "uniformTitle": [ - "Puranas Skanda Purāṇa." - ], "dateEndYear": [ 9999 ], - "updatedAt": 1636124303127, + "updatedAt": 1711406997144, "publicationStatement": [ - "Kalakattā : Manasukharāya Mora, 1960-" + "Haidrābādu, Āndhrapradēś Sāhitya Akāḍami [1969-" ], "identifier": [ - "urn:bnum:10003414", - "urn:lccn:73902099", - "urn:undefined:NNSZ00303769", - "urn:undefined:(WaOLN)nyp0203406" - ], + "urn:shelfmark:*OLC 83-35", + "urn:bnum:10003719", + "urn:oclc:NYPG003001182-B", + "urn:lccn:71912553", + "urn:identifier:NNSZ00304078", + "urn:identifier:(WaOLN)nyp0203711" + ], + "numCheckinCardItems": [ + 0 + ], "materialType": [ { "id": "resourcetypes:txt", @@ -2903,7 +3431,7 @@ } ], "dateString": [ - "1960" + "1969" ], "mediaType": [ { @@ -2911,21 +3439,18 @@ "label": "unmediated" } ], + "subjectLiteral": [ + "Telugu literature -- History and criticism." + ], "titleDisplay": [ - "Skandamahāpurāṇam / Śrāmanmaharṣikrṣṇadvaipāyanavyāsaviracitam." + "Sārasvata vyāsamulu; Telumgu kavitvapu tīru tennulu. Saṅkalanakarta Ji. Vi. Subrahmaṇyaṃ." ], - "uri": "b10003414", + "uri": "b10003719", "lccClassification": [ - "PK3621 .S5 1960" - ], - "numItems": [ - 6 - ], - "numAvailable": [ - 6 + "PL4780.05 S79" ], "placeOfPublication": [ - "Kalakattā :" + "Haidrābādu" ], "issuance": [ { @@ -2933,18 +3458,12 @@ "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." + "22 cm." ] }, "sort": [ - "b10003414" + "b10003719" ], "inner_hits": { "electronicResources": { @@ -2956,547 +3475,325 @@ }, "items": { "hits": { - "total": 6, + "total": 5, "max_score": null, "hits": [ { "_nested": { "field": "items", - "offset": 5 + "offset": 0 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433013221423" - ], - "physicalLocation": [ - "*OKOK 84-641" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OKOK 84-641 v. 000005 pt 2", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "enumerationChronology": [ + "v. 5" + ], + "enumerationChronology_sort": [ + " 5-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10002364", - "shelfMark": [ - "*OKOK 84-641 v. 5 pt 2" + "idBarcode": [ + "33433011197476" + ], + "identifier": [ + "urn:shelfmark:*OLC 83-35 v. 5", + "urn:barcode:33433011197476" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OKOK 84-641 v. 5 pt 2" + "value": "*OLC 83-35 v. 5", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433013221423" + "value": "33433011197476", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 5 pt 2" - ], - "idBarcode": [ - "33433013221423" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLC 83-35" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLC 83-35 v. 5" ], + "shelfMark_sort": "a*OLC 83-35 v. 000005", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 5, + "lte": 5 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10002605" }, "sort": [ - null + " 5-" ] }, { "_nested": { "field": "items", - "offset": 4 + "offset": 1 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433013221415" - ], - "physicalLocation": [ - "*OKOK 84-641" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OKOK 84-641 v. 000005 pt 1", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "enumerationChronology": [ + "v. 4" + ], + "enumerationChronology_sort": [ + " 4-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10002363", - "shelfMark": [ - "*OKOK 84-641 v. 5 pt 1" + "idBarcode": [ + "33433011197468" + ], + "identifier": [ + "urn:shelfmark:*OLC 83-35 v. 4", + "urn:barcode:33433011197468" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OKOK 84-641 v. 5 pt 1" + "value": "*OLC 83-35 v. 4", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433013221415" + "value": "33433011197468", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 5 pt 1" - ], - "idBarcode": [ - "33433013221415" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLC 83-35" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLC 83-35 v. 4" ], + "shelfMark_sort": "a*OLC 83-35 v. 000004", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 4, + "lte": 4 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10002604" }, "sort": [ - null + " 4-" ] }, { "_nested": { "field": "items", - "offset": 3 + "offset": 2 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433013221407" - ], - "physicalLocation": [ - "*OKOK 84-641" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OKOK 84-641 v. 000004", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 3" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 3-" ], - "uri": "i10002362", - "shelfMark": [ - "*OKOK 84-641 v. 4" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OKOK 84-641 v. 4" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433013221407" + "id": "loc:rc2ma", + "label": "Offsite" } ], "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" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "recapCustomerCode": [ - "NA" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 2 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "33433011197450" ], "identifier": [ - "urn:barcode:33433013221399" - ], - "physicalLocation": [ - "*OKOK 84-641" - ], - "shelfMark_sort": "a*OKOK 84-641 v. 000003", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i10002365", - "shelfMark": [ - "*OKOK 84-641 v. 3" + "urn:shelfmark:*OLC 83-35 v. 3", + "urn:barcode:33433011197450" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OKOK 84-641 v. 3" + "value": "*OLC 83-35 v. 3", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433013221399" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 3" - ], - "idBarcode": [ - "33433013221399" - ], - "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" + "value": "33433011197450", + "type": "bf:Barcode" } ], - "recapCustomerCode": [ - "NA" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { "owner": [ { "id": "orgs:1000", "label": "Stephen A. Schwarzman Building" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433013221381" + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ - "*OKOK 84-641" - ], - "shelfMark_sort": "a*OKOK 84-641 v. 000002", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i10002361", - "shelfMark": [ - "*OKOK 84-641 v. 2" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OKOK 84-641 v. 2" - }, - { - "type": "bf:Barcode", - "value": "33433013221381" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 2" - ], - "idBarcode": [ - "33433013221381" + "*OLC 83-35" ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "recapCustomerCode": [ + "NA" ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLC 83-35 v. 3" ], + "shelfMark_sort": "a*OLC 83-35 v. 000003", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "recapCustomerCode": [ - "NA" - ] - }, - "sort": [ - null - ] - }, - { - "_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:33433013221373" - ], - "physicalLocation": [ - "*OKOK 84-641" - ], - "shelfMark_sort": "a*OKOK 84-641 v. 000001", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], "status_packed": [ "status:a||Available" ], - "uri": "i10002360", - "shelfMark": [ - "*OKOK 84-641 v. 1" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OKOK 84-641 v. 1" - }, - { - "type": "bf:Barcode", - "value": "33433013221373" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 1" - ], - "idBarcode": [ - "33433013221373" - ], - "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" - } + "type": [ + "bf:Item" ], - "holdingLocation": [ + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 3, + "lte": 3 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10002603" }, "sort": [ - null + " 3-" ] } ] @@ -3507,92 +3804,129 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10003502", + "_id": "b10004373", "_score": null, "_source": { "extent": [ - "v. : port. ;" + "v. ;" ], "note": [ { "noteType": "Note", - "label": "Partly translations from German poetry (with German texts included).", + "label": "Vols. 3- have imprint: Mysore : Sahyādri Prakāśana.", "type": "bf:Note" }, { - "noteType": "Note", - "label": "Originally published in 1856, under title: Dziesmiņas latviešu valodai pārtulkotas; original t.p. included.", + "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": [ - "Liesma," + "Karnāṭaka Sahakārī Prakāśana Mandira" ], "language": [ { - "id": "lang:lav", - "label": "Latvian" + "id": "lang:kan", + "label": "Kannada" } ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1971 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1981 + "title": [ + "Kuvempu sāhitya: Kelavu adhyayanagaḷu." ], "type": [ "nypl:Item" ], - "title": [ - "Dziesmiņas" - ], "shelfMark": [ - "*QYN 82-2046" + "*OLA 83-3417" ], - "creatorLiteral": [ - "Alunāns, Juris, 1832-1864." + "numItemVolumesParsed": [ + 1 ], "createdString": [ - "1981" + "1971" ], - "seriesStatement": [ - "Literārā mantojuma mazā bibliotēka" + "creatorLiteral": [ + "Javare Gowda, Deve Gowda, 1918-" + ], + "idLccn": [ + "72902119" + ], + "numElectronicResources": [ + 0 ], "dateStartYear": [ - 1981 + 1971 + ], + "idOclc": [ + "NYPG003001842-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*QYN 82-2046" + "value": "*OLA 83-3417" }, { "type": "nypl:Bnumber", - "value": "10003502" + "value": "10004373" + }, + { + "type": "nypl:Oclc", + "value": "NYPG003001842-B" + }, + { + "type": "bf:Lccn", + "value": "72902119" }, { "type": "bf:Identifier", - "value": "NNSZ00303857" + "value": "NNSZ00304738" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0203494" + "value": "(WaOLN)nyp0204365" } ], "dateEndYear": [ 9999 ], - "updatedAt": 1636091475285, + "updatedAt": 1711471583691, "publicationStatement": [ - "Riga : Liesma, 1981-" + "Beṅgaḷūru] Karnāṭaka Sahakārī Prakāśana Mandira [1971]-" ], "identifier": [ - "urn:bnum:10003502", - "urn:undefined:NNSZ00303857", - "urn:undefined:(WaOLN)nyp0203494" + "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": [ { @@ -3607,7 +3941,7 @@ } ], "dateString": [ - "1981" + "1971" ], "mediaType": [ { @@ -3615,18 +3949,18 @@ "label": "unmediated" } ], - "titleDisplay": [ - "Dziesmiņas / Juris Alunāns." + "subjectLiteral": [ + "Kuvempu, 1904-1994." ], - "uri": "b10003502", - "numItems": [ - 1 + "titleDisplay": [ + "Kuvempu sāhitya: Kelavu adhyayanagaḷu. [Lēkhaka] Dējagau." ], - "numAvailable": [ - 1 + "uri": "b10004373", + "lccClassification": [ + "PL4659.P797 S7934" ], "placeOfPublication": [ - "Riga :" + "Beṅgaḷūru]" ], "issuance": [ { @@ -3635,11 +3969,11 @@ } ], "dimensions": [ - "17 cm." + "22 cm." ] }, "sort": [ - "b10003502" + "b10004373" ], "inner_hits": { "electronicResources": { @@ -3651,96 +3985,209 @@ }, "items": { "hits": { - "total": 1, + "total": 2, "max_score": null, "hits": [ { "_nested": { "field": "items", - "offset": 0 + "offset": 1 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433013501782" - ], - "physicalLocation": [ - "*QYN 82-2046 Dala 1." + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*QYN 82-2046 Dala 1.", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "enumerationChronology": [ + "v. 3" + ], + "enumerationChronology_sort": [ + " 3-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10002421", - "shelfMark": [ - "*QYN 82-2046 Dala 1." + "idBarcode": [ + "33433057523718" + ], + "identifier": [ + "urn:shelfmark:*OLA 83-341 v. 3", + "urn:barcode:33433057523718" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*QYN 82-2046 Dala 1." + "value": "*OLA 83-341 v. 3", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433013501782" + "value": "33433057523718", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433013501782" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLA 83-341" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLA 83-341 v. 3" ], + "shelfMark_sort": "a*OLA 83-341 v. 000003", "status": [ { "id": "status:a", "label": "Available" } ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ], + "uri": "i12858227" + }, + "sort": [ + " 3-" + ] + }, + { + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", "label": "Offsite" } ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433001707623" + ], + "identifier": [ + "urn:shelfmark:*OLA 83-3417 Library has: Vol. 1, 3.", + "urn:barcode:33433001707623" + ], + "identifierV2": [ + { + "value": "*OLA 83-3417 Library has: Vol. 1, 3.", + "type": "bf:ShelfMark" + }, + { + "value": "33433001707623", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ + "*OLA 83-3417 Library has: Vol. 1, 3." + ], "recapCustomerCode": [ "NA" - ] - }, - "sort": [ - null - ] - } + ], + "requestable": [ + true + ], + "shelfMark": [ + "*OLA 83-3417 Library has: Vol. 1, 3." + ], + "shelfMark_sort": "a*OLA 83-3417 Library has: Vol. 1, 3.", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i10003188" + }, + "sort": [ + null + ] + } ] } } @@ -3749,102 +4196,107 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10003671", + "_id": "b10004816", "_score": null, "_source": { "extent": [ - "v." - ], - "note": [ - { - "noteType": "Bibliography", - "label": "Includes bibliographical references.", - "type": "bf:Note" - }, - { - "noteType": "Language", - "label": "In Arabic.", - "type": "bf:Note" - } + "v. ;" ], "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," + "Martins Livreiro-Editor" ], "language": [ { - "id": "lang:ara", - "label": "Arabic" + "id": "lang:por", + "label": "Portuguese" } ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1983 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1973 + "title": [ + "A outra face de J. Simões Lopes Neto" ], "type": [ "nypl:Item" ], - "title": [ - "Nuẓum al-Fāṭimīyīn wa-rusūmuhum fī Miṣr. Institutions et cérémonial des Faṭimides en Égypte." - ], "shelfMark": [ - "*OFP 82-1931" + "JFK 84-291" ], - "creatorLiteral": [ - "Mājid, ʻAbd al-Munʻim." + "numItemVolumesParsed": [ + 1 ], "createdString": [ - "1973" + "1983" + ], + "creatorLiteral": [ + "Lopes Neto, J. Simões (João Simões), 1865-1916." ], "idLccn": [ - "73960873" + "84227211" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Moreira, Angelo Pires." ], "dateStartYear": [ - 1973 + 1983 + ], + "idOclc": [ + "NYPG004000178-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OFP 82-1931" + "value": "JFK 84-291" }, { "type": "nypl:Bnumber", - "value": "10003671" + "value": "10004816" }, { - "type": "bf:Lccn", - "value": "73960873" + "type": "nypl:Oclc", + "value": "NYPG004000178-B" }, { - "type": "bf:Identifier", - "value": "NNSZ00304029" + "type": "bf:Lccn", + "value": "84227211" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0203663" + "value": "(WaOLN)nyp0204806" } ], "dateEndYear": [ 9999 ], - "updatedAt": 1636119319155, + "updatedAt": 1710969866000, "publicationStatement": [ - "al-Qāhirah, Maktabat al-Anjlū al-Miṣrīyah, 1973-" + "Porto Alegre, RGSul [i.e. Rio Grande do Sul], Brasil : Martins Livreiro-Editor, 1983-" ], "identifier": [ - "urn:bnum:10003671", - "urn:lccn:73960873", - "urn:undefined:NNSZ00304029", - "urn:undefined:(WaOLN)nyp0203663" + "urn:shelfmark:JFK 84-291", + "urn:bnum:10004816", + "urn:oclc:NYPG004000178-B", + "urn:lccn:84227211", + "urn:identifier:(WaOLN)nyp0204806" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -3859,7 +4311,7 @@ } ], "dateString": [ - "1973" + "1983" ], "mediaType": [ { @@ -3867,24 +4319,15 @@ "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." + "A outra face de J. Simões Lopes Neto / [editor] Angelo Pires Moreira." ], - "uri": "b10003671", + "uri": "b10004816", "lccClassification": [ - "JQ3824 .M34 1973" - ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "PQ9697.L7223 A6 1983" ], "placeOfPublication": [ - "al-Qāhirah," + "Porto Alegre, RGSul [i.e. Rio Grande do Sul], Brasil" ], "issuance": [ { @@ -3892,15 +4335,12 @@ "label": "monograph/item" } ], - "titleAlt": [ - "Institutions et cérémonial des Fatimides en Égypte." - ], "dimensions": [ - "25 cm." + "22 cm." ] }, "sort": [ - "b10003671" + "b10004816" ], "inner_hits": { "electronicResources": { @@ -3922,84 +4362,103 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433001937121" - ], - "physicalLocation": [ - "*OFP 82-1931" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OFP 82-001931", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "enumerationChronology": [ + "v. 1" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10002566", - "shelfMark": [ - "*OFP 82-1931" + "idBarcode": [ + "33433003418559" + ], + "identifier": [ + "urn:shelfmark:JFK 84-291 v. 1", + "urn:barcode:33433003418559" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OFP 82-1931" + "value": "JFK 84-291 v. 1", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001937121" + "value": "33433003418559", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433001937121" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "JFK 84-291" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "JFK 84-291 v. 1" ], + "shelfMark_sort": "aJFK 84-291 v. 000001", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 1, + "lte": 1 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10003383" }, "sort": [ - null + " 1-" ] } ] @@ -4010,21 +4469,31 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10003719", + "_id": "b10004947", "_score": null, "_source": { "extent": [ - "v." + "v. : ill. ;" ], "note": [ { "noteType": "Note", - "label": "Vols. 2 & 4: pariṣkarta Puripanda.", + "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 Telugu.", + "label": "In Azerbaijani.", "type": "bf:Note" } ], @@ -4032,83 +4501,97 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Telugu literature", - "Telugu literature -- History and criticism" + "Geography", + "Geography -- Textbooks", + "Azerbaijani language", + "Azerbaijani language -- Texts" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Āndhrapradēś Sāhitya Akāḍami" + "Azärnäshr" ], "language": [ { - "id": "lang:tel", - "label": "Telugu" + "id": "lang:aze", + "label": "Azerbaijani" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 1 ], "createdYear": [ - 1969 + 1926 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ - "Sārasvata vyāsamulu; Telumgu kavitvapu tīru tennulu." + "Cografija" + ], + "type": [ + "nypl:Item" ], "shelfMark": [ - "*OLC 83-35" + "*ZO-221 no. 8" ], - "creatorLiteral": [ - "Subrahmanyam, G. V., 1935-" + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1969" + "1926" ], - "idLccn": [ - "71912553" + "creatorLiteral": [ + "Räshad, Gafyr." ], - "contributorLiteral": [ - "Appalaswamy, Puripanda, 1904-", - "Āndhra Pradēśa Sāhitya Akāḍami." + "numElectronicResources": [ + 0 ], "dateStartYear": [ - 1969 + 1926 + ], + "idOclc": [ + "NYPG004000308-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OLC 83-35" + "value": "*ZO-221 no. 8" }, { "type": "nypl:Bnumber", - "value": "10003719" + "value": "10004947" }, { - "type": "bf:Lccn", - "value": "71912553" + "type": "nypl:Oclc", + "value": "NYPG004000308-B" }, { "type": "bf:Identifier", - "value": "NNSZ00304078" + "value": "NNSZ00406058" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0203711" + "value": "(WaOLN)nyp0204937" } ], "dateEndYear": [ 9999 ], - "updatedAt": 1636132209400, + "updatedAt": 1711120882081, "publicationStatement": [ - "Haidrābādu, Āndhrapradēś Sāhitya Akāḍami [1969-" + "Baqï : Azärnäshr, 1926-" ], "identifier": [ - "urn:bnum:10003719", - "urn:lccn:71912553", - "urn:undefined:NNSZ00304078", - "urn:undefined:(WaOLN)nyp0203711" + "urn:shelfmark:*ZO-221 no. 8", + "urn:bnum:10004947", + "urn:oclc:NYPG004000308-B", + "urn:identifier:NNSZ00406058", + "urn:identifier:(WaOLN)nyp0204937" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -4123,7 +4606,7 @@ } ], "dateString": [ - "1969" + "1926" ], "mediaType": [ { @@ -4132,23 +4615,15 @@ } ], "subjectLiteral": [ - "Telugu literature -- History and criticism." + "Geography -- Textbooks.", + "Azerbaijani language -- Texts." ], "titleDisplay": [ - "Sārasvata vyāsamulu; Telumgu kavitvapu tīru tennulu. Saṅkalanakarta Ji. Vi. Subrahmaṇyaṃ." - ], - "uri": "b10003719", - "lccClassification": [ - "PL4780.05 S79" - ], - "numItems": [ - 5 - ], - "numAvailable": [ - 5 + "Cografija [microform] / Gafyr Räshad." ], + "uri": "b10004947", "placeOfPublication": [ - "Haidrābādu," + "Baqï" ], "issuance": [ { @@ -4156,12 +4631,15 @@ "label": "monograph/item" } ], + "titleAlt": [ + "Geografi︠i︡a." + ], "dimensions": [ - "22 cm." + "26 cm." ] }, "sort": [ - "b10003719" + "b10004947" ], "inner_hits": { "electronicResources": { @@ -4173,454 +4651,101 @@ }, "items": { "hits": { - "total": 5, + "total": 1, "max_score": null, "hits": [ { "_nested": { "field": "items", - "offset": 4 + "offset": 0 }, "_score": null, "_source": { - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433011197476" - ], - "physicalLocation": [ - "*OLC 83-35" - ], - "shelfMark_sort": "a*OLC 83-35 v. 000005", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], "accessMessage": [ { "id": "accessMessage:2", "label": "Request in advance" } ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i10002605", - "shelfMark": [ - "*OLC 83-35 v. 5" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLC 83-35 v. 5" - }, + "catalogItemType": [ { - "type": "bf:Barcode", - "value": "33433011197476" + "id": "catalogItemType:6", + "label": "microfilm service copy" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" ], "enumerationChronology": [ - "v. 5" - ], - "idBarcode": [ - "33433011197476" - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "requestable": [ - true - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "11 Azerbaijani monographs" ], - "status": [ - { - "id": "status:a", - "label": "Available" - } + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:rc2ma", + "id": "loc:rcmi2", "label": "Offsite" } ], - "recapCustomerCode": [ - "NA" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 3 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } + "holdingLocation_packed": [ + "loc:rcmi2||Offsite" ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "idBarcode": [ + "33433105673499" ], "identifier": [ - "urn:barcode:33433011197468" - ], - "physicalLocation": [ - "*OLC 83-35" - ], - "shelfMark_sort": "a*OLC 83-35 v. 000004", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i10002604", - "shelfMark": [ - "*OLC 83-35 v. 4" + "urn:shelfmark:*ZO-221 11 Azerbaijani monographs", + "urn:barcode:33433105673499" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLC 83-35 v. 4" + "value": "*ZO-221 11 Azerbaijani monographs", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011197468" + "value": "33433105673499", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 4" - ], - "idBarcode": [ - "33433011197468" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*ZO-221" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*ZO-221 11 Azerbaijani monographs" ], + "shelfMark_sort": "a*ZO-221 11 Azerbaijani monographs", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 2 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433011197450" - ], - "physicalLocation": [ - "*OLC 83-35" - ], - "shelfMark_sort": "a*OLC 83-35 v. 000003", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i10002603", - "shelfMark": [ - "*OLC 83-35 v. 3" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLC 83-35 v. 3" - }, - { - "type": "bf:Barcode", - "value": "33433011197450" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 3" - ], - "idBarcode": [ - "33433011197450" - ], - "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" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433011197443" - ], - "physicalLocation": [ - "*OLC 83-35" - ], - "shelfMark_sort": "a*OLC 83-35 v. 000002", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i10002602", - "shelfMark": [ - "*OLC 83-35 v. 2" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLC 83-35 v. 2" - }, - { - "type": "bf:Barcode", - "value": "33433011197443" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 2" - ], - "idBarcode": [ - "33433011197443" - ], - "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" - ] - }, - "sort": [ - null - ] - }, - { - "_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:33433011197435" - ], - "physicalLocation": [ - "*OLC 83-35" - ], - "shelfMark_sort": "a*OLC 83-35 v. 000001", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i10002601", - "shelfMark": [ - "*OLC 83-35 v. 1" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLC 83-35 v. 1" - }, - { - "type": "bf:Barcode", - "value": "33433011197435" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 1" - ], - "idBarcode": [ - "33433011197435" - ], - "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" - ] + "type": [ + "bf:Item" + ], + "uri": "i30081242" }, "sort": [ null @@ -4634,26 +4759,36 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10004373", + "_id": "b10005127", "_score": null, "_source": { "extent": [ - "v. ;" + "v. : ill. ;" ], "note": [ { "noteType": "Note", - "label": "Vols. 3- have imprint: Mysore : Sahyādri Prakāśana.", + "label": "At head of cover title: Zähmät mäqtäbläri uçun tädris vä pedagozhi qitablarï.", "type": "bf:Note" }, { - "noteType": "Bibliography", - "label": "Includes bibliographical references.", + "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 Kannada.", + "label": "In Azerbaijani.", "type": "bf:Note" } ], @@ -4661,78 +4796,97 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Kuvempu, 1904-1994" + "Geography", + "Geography -- Textbooks", + "Azerbaijani language", + "Azerbaijani language -- Texts" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Karnāṭaka Sahakārī Prakāśana Mandira" + "Azärnäshr" ], "language": [ { - "id": "lang:kan", - "label": "Kannada" + "id": "lang:aze", + "label": "Azerbaijani" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 0 ], "createdYear": [ - 1971 + 1928 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ - "Kuvempu sāhitya: Kelavu adhyayanagaḷu." + "Cografija" + ], + "type": [ + "nypl:Item" ], "shelfMark": [ - "*OLA 83-3417" + "*ZO-216 no. 15" ], - "creatorLiteral": [ - "Javare Gowda, Deve Gowda, 1918-" + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1971" + "1928" ], - "idLccn": [ - "72902119" + "creatorLiteral": [ + "Ivanov, G." + ], + "numElectronicResources": [ + 0 ], "dateStartYear": [ - 1971 + 1928 + ], + "idOclc": [ + "NYPG004000493-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OLA 83-3417" + "value": "*ZO-216 no. 15" }, { "type": "nypl:Bnumber", - "value": "10004373" + "value": "10005127" }, { - "type": "bf:Lccn", - "value": "72902119" + "type": "nypl:Oclc", + "value": "NYPG004000493-B" }, { "type": "bf:Identifier", - "value": "NNSZ00304738" + "value": "NNSZ00406243" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0204365" + "value": "(WaOLN)nyp0205116" } ], "dateEndYear": [ 9999 ], - "updatedAt": 1636109940889, + "updatedAt": 1711120882081, "publicationStatement": [ - "Beṅgaḷūru] Karnāṭaka Sahakārī Prakāśana Mandira [1971]-" + "Baqï : Azärnäshr, 1928-" ], "identifier": [ - "urn:bnum:10004373", - "urn:lccn:72902119", - "urn:undefined:NNSZ00304738", - "urn:undefined:(WaOLN)nyp0204365" + "urn:shelfmark:*ZO-216 no. 15", + "urn:bnum:10005127", + "urn:oclc:NYPG004000493-B", + "urn:identifier:NNSZ00406243", + "urn:identifier:(WaOLN)nyp0205116" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -4747,7 +4901,7 @@ } ], "dateString": [ - "1971" + "1928" ], "mediaType": [ { @@ -4756,23 +4910,204 @@ } ], "subjectLiteral": [ - "Kuvempu, 1904-1994." + "Geography -- Textbooks.", + "Azerbaijani language -- Texts." ], "titleDisplay": [ - "Kuvempu sāhitya: Kelavu adhyayanagaḷu. [Lēkhaka] Dējagau." + "Cografija [microform] / Ivanof ; çäviräni Äsädylla Äbdurrähim-zadä." ], - "uri": "b10004373", - "lccClassification": [ - "PL4659.P797 S7934" + "uri": "b10005127", + "placeOfPublication": [ + "Baqï" ], - "numItems": [ - 2 + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } ], - "numAvailable": [ - 2 + "titleAlt": [ + "Nachalʹnyĭ kurs geografii." + ], + "dimensions": [ + "23cm." + ] + }, + "sort": [ + "b10005127" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10005211", + "_score": null, + "_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": [ - "Beṅgaḷūru]" + "Bagï" ], "issuance": [ { @@ -4780,12 +5115,15 @@ "label": "monograph/item" } ], + "titleAlt": [ + "Khaos." + ], "dimensions": [ - "22 cm." + "23cm." ] }, "sort": [ - "b10004373" + "b10005211" ], "inner_hits": { "electronicResources": { @@ -4797,181 +5135,101 @@ }, "items": { "hits": { - "total": 2, + "total": 1, "max_score": null, "hits": [ { "_nested": { "field": "items", - "offset": 1 + "offset": 0 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "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": [ + "catalogItemType": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "catalogItemType:6", + "label": "microfilm service copy" } ], - "status_packed": [ - "status:a||Available" + "catalogItemType_packed": [ + "catalogItemType:6||microfilm service copy" ], - "uri": "i10003188", - "shelfMark": [ - "*OLA 83-3417 Library has: Vol. 1, 3." + "enumerationChronology": [ + "collection of 10 titles (monographs)" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA 83-3417 Library has: Vol. 1, 3." - }, + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433001707623" + "id": "loc:rcmi2", + "label": "Offsite" } ], "holdingLocation_packed": [ - "loc:rc2ma||Offsite" + "loc:rcmi2||Offsite" ], "idBarcode": [ - "33433001707623" - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "requestable": [ - true + "33433105674059" ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "identifier": [ + "urn:shelfmark:*ZO-220 collection of 10 titles (monographs)", + "urn:barcode:33433105674059" ], - "status": [ + "identifierV2": [ { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ + "value": "*ZO-220 collection of 10 titles (monographs)", + "type": "bf:ShelfMark" + }, { - "id": "loc:rc2ma", - "label": "Offsite" + "value": "33433105674059", + "type": "bf:Barcode" } ], - "recapCustomerCode": [ - "NA" - ] - }, - "sort": [ - null - ] - }, - { - "_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:33433057523718" + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "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" - ], - "uri": "i12858227", - "shelfMark": [ - "*OLA 83-341 v. 3" - ], - "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" + "*ZO-220" ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "recapCustomerCode": [ + "NA" ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*ZO-220 collection of 10 titles (monographs)" ], + "shelfMark_sort": "a*ZO-220 collection of 10 titles (monographs)", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i30087469" }, "sort": [ null @@ -4985,83 +5243,117 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10004816", + "_id": "b10005860", "_score": null, "_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": [ - "Martins Livreiro-Editor," + "s.n." ], "language": [ { - "id": "lang:por", - "label": "Portuguese" + "id": "lang:swa", + "label": "Swahili" } ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1980 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1983 + "title": [ + "Mfuatano wa muundo na kazi za vyombo vya Serikali ya mapinduzi ya Zanzibar." ], "type": [ "nypl:Item" ], - "title": [ - "A outra face de J. Simões Lopes Neto" - ], "shelfMark": [ - "JFK 84-291" + "Sc Ser.-N .Z288" ], - "creatorLiteral": [ - "Lopes Neto, J. Simões (João Simões), 1865-1916." + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1983" + "1980" ], - "idLccn": [ - "84227211" + "creatorLiteral": [ + "Zanzibar." ], - "contributorLiteral": [ - "Moreira, Angelo Pires." + "numElectronicResources": [ + 0 ], "dateStartYear": [ - 1983 + 1980 + ], + "idOclc": [ + "NYPG005000002-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "JFK 84-291" + "value": "Sc Ser.-N .Z288" }, { "type": "nypl:Bnumber", - "value": "10004816" + "value": "10005860" }, { - "type": "bf:Lccn", - "value": "84227211" + "type": "nypl:Oclc", + "value": "NYPG005000002-B" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0204806" + "value": "NNSZ00507074" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0205850" } ], "dateEndYear": [ 9999 ], - "updatedAt": 1636069640817, + "updatedAt": 1711530704245, "publicationStatement": [ - "Porto Alegre, RGSul [i.e. Rio Grande do Sul], Brasil : Martins Livreiro-Editor, 1983-" + "[Zanzibar : s.n., 1980- ]" ], "identifier": [ - "urn:bnum:10004816", - "urn:lccn:84227211", - "urn:undefined:(WaOLN)nyp0204806" + "urn:shelfmark:Sc Ser.-N .Z288", + "urn:bnum:10005860", + "urn:oclc:NYPG005000002-B", + "urn:identifier:NNSZ00507074", + "urn:identifier:(WaOLN)nyp0205850" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -5076,7 +5368,7 @@ } ], "dateString": [ - "1983" + "1980" ], "mediaType": [ { @@ -5084,21 +5376,15 @@ "label": "unmediated" } ], - "titleDisplay": [ - "A outra face de J. Simões Lopes Neto / [editor] Angelo Pires Moreira." - ], - "uri": "b10004816", - "lccClassification": [ - "PQ9697.L7223 A6 1983" - ], - "numItems": [ - 1 + "subjectLiteral": [ + "Swahili language -- Texts." ], - "numAvailable": [ - 1 + "titleDisplay": [ + "Mfuatano wa muundo na kazi za vyombo vya Serikali ya mapinduzi ya Zanzibar." ], + "uri": "b10005860", "placeOfPublication": [ - "Porto Alegre, RGSul [i.e. Rio Grande do Sul], Brasil :" + "[Zanzibar" ], "issuance": [ { @@ -5106,12 +5392,15 @@ "label": "monograph/item" } ], + "tableOfContents": [ + "Kitabu cha 1-9." + ], "dimensions": [ - "22 cm." + "13-31 cm." ] }, "sort": [ - "b10004816" + "b10005860" ], "inner_hits": { "electronicResources": { @@ -5133,84 +5422,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:1", + "label": "Use in library" } ], "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433003418559" + "accessMessage:1||Use in library" ], - "physicalLocation": [ - "JFK 84-291" + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } ], - "shelfMark_sort": "aJFK 84-291 v. 000001", "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" + "catalogItemType:3||serial" ], - "accessMessage": [ + "enumerationChronology": [ + "Kituba cha 1-9" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" ], - "uri": "i10003383", - "shelfMark": [ - "JFK 84-291 v. 1" + "idBarcode": [ + "33433030859007" + ], + "identifier": [ + "urn:shelfmark:Sc Ser.-N .Z288 Kituba cha 1-9", + "urn:barcode:33433030859007" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "JFK 84-291 v. 1" + "value": "Sc Ser.-N .Z288 Kituba cha 1-9", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433003418559" + "value": "33433030859007", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 1" - ], - "idBarcode": [ - "33433003418559" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "physicalLocation": [ + "Sc Ser.-N .Z288" ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "Sc Ser.-N .Z288 Kituba cha 1-9" ], + "shelfMark_sort": "aSc Ser.-N .Z288 Kituba cha 1-000009", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i10942241" }, "sort": [ null @@ -5224,31 +5517,21 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10004947", + "_id": "b10005862", "_score": null, "_source": { "extent": [ - "v. : ill. ;" + "v. ;" ], "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.", + "label": "Editor: Gerald A. McWorter.", "type": "bf:Note" }, { - "noteType": "Language", - "label": "In Azerbaijani.", + "noteType": "Bibliography", + "label": "Includes bibliographies.", "type": "bf:Note" } ], @@ -5256,73 +5539,128 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Azerbaijani language", - "Azerbaijani language -- Texts", - "Geography", - "Geography -- Textbooks" + "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": [ - "Azärnäshr," + "Afro-American Studies and Research Program, University of Illinois" ], "language": [ { - "id": "lang:aze", - "label": "Azerbaijani" + "id": "lang:eng", + "label": "English" } ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1983 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1926 + "title": [ + "Proceedings" ], "type": [ "nypl:Item" ], - "title": [ - "Cografija [microform]" - ], "shelfMark": [ - "*ZO-221 no. 8" + "Sc Ser.-M .N3674" ], - "creatorLiteral": [ - "Räshad, Gafyr." + "numItemVolumesParsed": [ + 2 ], "createdString": [ - "1926" + "1983" + ], + "creatorLiteral": [ + "National Council for Black Studies (U.S.). Conference (6th : 1982 : Chicago, Ill.)" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "McWorter, Gerald A." ], "dateStartYear": [ - 1926 + 1983 + ], + "idOclc": [ + "NYPG005000004-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*ZO-221 no. 8" + "value": "Sc Ser.-M .N3674" }, { "type": "nypl:Bnumber", - "value": "10004947" + "value": "10005862" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000004-B" }, { "type": "bf:Identifier", - "value": "NNSZ00406058" + "value": "NNSZ00507076" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0204937" + "value": "(WaOLN)nyp0205852" } ], "dateEndYear": [ 9999 ], - "updatedAt": 1636082403668, + "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": [ - "Baqï : Azärnäshr, 1926-" + "Urbana, Ill. : Afro-American Studies and Research Program, University of Illinois, [1983?-]" ], "identifier": [ - "urn:bnum:10004947", - "urn:undefined:NNSZ00406058", - "urn:undefined:(WaOLN)nyp0204937" + "urn:shelfmark:Sc Ser.-M .N3674", + "urn:bnum:10005862", + "urn:oclc:NYPG005000004-B", + "urn:identifier:NNSZ00507076", + "urn:identifier:(WaOLN)nyp0205852" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -5337,7 +5675,7 @@ } ], "dateString": [ - "1926" + "1983" ], "mediaType": [ { @@ -5346,21 +5684,15 @@ } ], "subjectLiteral": [ - "Azerbaijani language -- Texts.", - "Geography -- Textbooks." + "African Americans -- Study and teaching -- Congresses.", + "Black people -- Study and teaching -- Congresses." ], "titleDisplay": [ - "Cografija [microform] / Gafyr Räshad." - ], - "uri": "b10004947", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "Proceedings / National Council for Black Studies, 6th annual national conference." ], + "uri": "b10005862", "placeOfPublication": [ - "Baqï :" + "Urbana, Ill." ], "issuance": [ { @@ -5368,15 +5700,15 @@ "label": "monograph/item" } ], - "titleAlt": [ - "Geografi︠i︡a." + "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": [ - "26 cm." + "28 cm." ] }, "sort": [ - "b10004947" + "b10005862" ], "inner_hits": { "electronicResources": { @@ -5388,7 +5720,7 @@ }, "items": { "hits": { - "total": 1, + "total": 2, "max_score": null, "hits": [ { @@ -5398,87 +5730,203 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:1", + "label": "Use in library" } ], "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433105673499" + "accessMessage:1||Use in library" ], - "physicalLocation": [ - "*ZO-221" + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } ], - "shelfMark_sort": "a*ZO-221 11 Azerbaijani monographs", "catalogItemType_packed": [ - "catalogItemType:6||microfilm service copy" + "catalogItemType:3||serial" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "no. 3-5" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 3-" ], - "uri": "i30081242", - "shelfMark": [ - "*ZO-221 11 Azerbaijani monographs" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*ZO-221 11 Azerbaijani monographs" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433105673499" + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" } ], "holdingLocation_packed": [ - "loc:rcmi2||Offsite" - ], - "enumerationChronology": [ - "11 Azerbaijani monographs" + "loc:scff2||Schomburg Center - Research & Reference" ], "idBarcode": [ - "33433105673499" + "33433072219805" + ], + "identifier": [ + "urn:shelfmark:Sc Ser.-M .N3674: 6th. 1982 no. 3-5", + "urn:barcode:33433072219805" + ], + "identifierV2": [ + { + "value": "Sc Ser.-M .N3674: 6th. 1982 no. 3-5", + "type": "bf:ShelfMark" + }, + { + "value": "33433072219805", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "physicalLocation": [ + "Sc Ser.-M .N3674: 6th. 1982" ], "requestable": [ true ], + "shelfMark": [ + "Sc Ser.-M .N3674: 6th. 1982 no. 3-5" + ], + "shelfMark_sort": "aSc Ser.-M .N3674: 6th. 1982 no. 000003-5", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 5 + } + ], + "uri": "i17447316" + }, + "sort": [ + " 3-" + ] + }, + { + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], "catalogItemType": [ { - "id": "catalogItemType:6", - "label": "microfilm service copy" + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "enumerationChronology": [ + "no. 1-2" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" + } + ], + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" + ], + "idBarcode": [ + "33433072219797" + ], + "identifier": [ + "urn:shelfmark:Sc Ser.-M .N3674: 6th. 1982 no. 1-2", + "urn:barcode:33433072219797" + ], + "identifierV2": [ + { + "value": "Sc Ser.-M .N3674: 6th. 1982 no. 1-2", + "type": "bf:ShelfMark" + }, + { + "value": "33433072219797", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" } ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "physicalLocation": [ + "Sc Ser.-M .N3674: 6th. 1982" + ], + "requestable": [ + true + ], + "shelfMark": [ + "Sc Ser.-M .N3674: 6th. 1982 no. 1-2" + ], + "shelfMark_sort": "aSc Ser.-M .N3674: 6th. 1982 no. 000001-2", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rcmi2", - "label": "Offsite" + "gte": 1, + "lte": 2 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i14746590" }, "sort": [ - null + " 1-" ] } ] @@ -5489,125 +5937,155 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10005127", + "_id": "b10005898", "_score": null, "_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": [ - "Azerbaijani language", - "Azerbaijani language -- Texts", - "Geography", - "Geography -- Textbooks" + "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": [ - "Azärnäshr," + "I.L.A. de Port-au-Prince" ], "language": [ { - "id": "lang:aze", - "label": "Azerbaijani" + "id": "lang:crp", + "label": "Creoles and Pidgins (Other)" } ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1984 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1928 + "title": [ + "Leson kreyòl pou etranje ki pale franse \\" ], "type": [ "nypl:Item" ], - "title": [ - "Cografija [microform]" - ], "shelfMark": [ - "*ZO-216 no. 15" + "Sc Ser.-M .M468" ], - "creatorLiteral": [ - "Ivanov, G." + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1928" + "1984" + ], + "creatorLiteral": [ + "Mirville, Ernst." + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Siwolin; \\t.2", + "Collection Coucoville" + ], + "contributorLiteral": [ + "Institut de linguistique appliquée de Port-au-Prince." ], "dateStartYear": [ - 1928 + 1984 + ], + "idOclc": [ + "NYPG005000041-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*ZO-216 no. 15" + "value": "Sc Ser.-M .M468" }, { "type": "nypl:Bnumber", - "value": "10005127" + "value": "10005898" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000041-B" }, { "type": "bf:Identifier", - "value": "NNSZ00406243" + "value": "NNSZ00507113" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0205116" + "value": "(WaOLN)nyp0205888" } ], "dateEndYear": [ 9999 ], - "updatedAt": 1636082403606, - "publicationStatement": [ - "Baqï : Azärnäshr, 1928-" - ], - "identifier": [ - "urn:bnum:10005127", - "urn:undefined:NNSZ00406243", - "urn:undefined:(WaOLN)nyp0205116" - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ + "holdings": [ { - "id": "carriertypes:nc", - "label": "volume" - } - ], + "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": [ - "1928" + "1984" ], "mediaType": [ { @@ -5616,21 +6094,14 @@ } ], "subjectLiteral": [ - "Azerbaijani language -- Texts.", - "Geography -- Textbooks." + "Creole dialects, French -- Haiti -- Textbooks for foreign speakers -- French." ], "titleDisplay": [ - "Cografija [microform] / Ivanof ; çäviräni Äsädylla Äbdurrähim-zadä." - ], - "uri": "b10005127", - "numItems": [ - 0 - ], - "numAvailable": [ - 0 + "Leson kreyòl pou etranje ki pale franse \\ Ernst Mirville." ], + "uri": "b10005898", "placeOfPublication": [ - "Baqï :" + "Port-au-Prince" ], "issuance": [ { @@ -5638,15 +6109,12 @@ "label": "monograph/item" } ], - "titleAlt": [ - "Nachalʹnyĭ kurs geografii." - ], "dimensions": [ - "23cm." + "28 cm." ] }, "sort": [ - "b10005127" + "b10005898" ], "inner_hits": { "electronicResources": { @@ -5658,9 +6126,104 @@ }, "items": { "hits": { - "total": 0, + "total": 1, "max_score": null, - "hits": [] + "hits": [ + { + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "enumerationChronology": [ + "t. 2, ptie 1" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" + } + ], + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" + ], + "idBarcode": [ + "33433017863220" + ], + "identifier": [ + "urn:shelfmark:Sc Ser.-M .M468 t. 2, ptie 1", + "urn:barcode:33433017863220" + ], + "identifierV2": [ + { + "value": "Sc Ser.-M .M468 t. 2, ptie 1", + "type": "bf:ShelfMark" + }, + { + "value": "33433017863220", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } + ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "physicalLocation": [ + "Sc Ser.-M .M468" + ], + "requestable": [ + true + ], + "shelfMark": [ + "Sc Ser.-M .M468 t. 2, ptie 1" + ], + "shelfMark_sort": "aSc Ser.-M .M468 t. 2, ptie 000001", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i11900486" + }, + "sort": [ + null + ] + } + ] } } } @@ -5668,31 +6231,16 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10005211", + "_id": "b10005907", "_score": null, "_source": { "extent": [ - "v. ;" + "v. : ill. ;" ], "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.", + "noteType": "Bibliography", + "label": "Discography: p. 115-122.", "type": "bf:Note" } ], @@ -5700,71 +6248,95 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Azerbaijani language", - "Azerbaijani language -- Texts" + "Jazz", + "Jazz -- History and criticism" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Azärnäshr," + "Producciones Don Pedro" ], "language": [ { - "id": "lang:aze", - "label": "Azerbaijani" + "id": "lang:spa", + "label": "Spanish" } ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1978 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1929 + "title": [ + "En torno al jazz" ], "type": [ "nypl:Item" ], - "title": [ - "Xaos [microform]" - ], "shelfMark": [ - "*ZO-220 no. 9" + "Sc Ser.-L .V354" ], - "creatorLiteral": [ - "Shirvanzade, 1858-1935." + "numItemVolumesParsed": [ + 2 ], "createdString": [ - "1929" + "1978" + ], + "creatorLiteral": [ + "Vélez, Ana." + ], + "numElectronicResources": [ + 0 ], "dateStartYear": [ - 1929 + 1978 + ], + "idOclc": [ + "NYPG005000050-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*ZO-220 no. 9" + "value": "Sc Ser.-L .V354" }, { "type": "nypl:Bnumber", - "value": "10005211" + "value": "10005907" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000050-B" }, { "type": "bf:Identifier", - "value": "NNSZ00406328" + "value": "NNSZ00507122" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0205200" + "value": "(WaOLN)nyp0205897" } ], "dateEndYear": [ 9999 ], - "updatedAt": 1636144501921, + "updatedAt": 1711168238383, "publicationStatement": [ - "Bagï : Azärnäshr, 1929" + "San Juan, P.R. : Producciones Don Pedro, 1978-" ], "identifier": [ - "urn:bnum:10005211", - "urn:undefined:NNSZ00406328", - "urn:undefined:(WaOLN)nyp0205200" + "urn:shelfmark:Sc Ser.-L .V354", + "urn:bnum:10005907", + "urn:oclc:NYPG005000050-B", + "urn:identifier:NNSZ00507122", + "urn:identifier:(WaOLN)nyp0205897" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -5779,7 +6351,7 @@ } ], "dateString": [ - "1929" + "1978" ], "mediaType": [ { @@ -5788,20 +6360,14 @@ } ], "subjectLiteral": [ - "Azerbaijani language -- Texts." + "Jazz -- History and criticism." ], "titleDisplay": [ - "Xaos [microform] / Shirvanzada ; ermeni dilinden ceviräni F. Ismixanov ; tärcimäsinin redaktory Säid Mirkasïmzada." - ], - "uri": "b10005211", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "En torno al jazz / Ana Vélez." ], + "uri": "b10005907", "placeOfPublication": [ - "Bagï :" + "San Juan, P.R." ], "issuance": [ { @@ -5809,15 +6375,15 @@ "label": "monograph/item" } ], - "titleAlt": [ - "Khaos." + "tableOfContents": [ + "v. 1. Musica de nuestro siglo -- v. 2. Impacto social y trascendencia." ], "dimensions": [ - "23cm." + "25 cm." ] }, "sort": [ - "b10005211" + "b10005907" ], "inner_hits": { "electronicResources": { @@ -5829,7 +6395,7 @@ }, "items": { "hits": { - "total": 1, + "total": 2, "max_score": null, "hits": [ { @@ -5839,87 +6405,203 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:1", + "label": "Use in library" } ], "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "accessMessage:1||Use in library" + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "enumerationChronology": [ + "v. 2" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" + } + ], + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" + ], + "idBarcode": [ + "33433017895651" ], "identifier": [ - "urn:barcode:33433105674059" + "urn:shelfmark:Sc Ser.-L .V354 v. 2", + "urn:barcode:33433017895651" + ], + "identifierV2": [ + { + "value": "Sc Ser.-L .V354 v. 2", + "type": "bf:ShelfMark" + }, + { + "value": "33433017895651", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } + ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], "physicalLocation": [ - "*ZO-220" + "Sc Ser.-L .V354" ], - "shelfMark_sort": "a*ZO-220 collection of 10 titles (monographs)", - "catalogItemType_packed": [ - "catalogItemType:6||microfilm service copy" + "requestable": [ + true ], - "accessMessage": [ + "shelfMark": [ + "Sc Ser.-L .V354 v. 2" + ], + "shelfMark_sort": "aSc Ser.-L .V354 v. 000002", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], "status_packed": [ "status:a||Available" ], - "uri": "i30087469", - "shelfMark": [ - "*ZO-220 collection of 10 titles (monographs)" + "type": [ + "bf:Item" ], - "identifierV2": [ + "volumeRange": [ { - "type": "bf:ShelfMark", - "value": "*ZO-220 collection of 10 titles (monographs)" - }, + "gte": 2, + "lte": 2 + } + ], + "uri": "i11900496" + }, + "sort": [ + " 2-" + ] + }, + { + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage": [ { - "type": "bf:Barcode", - "value": "33433105674059" + "id": "accessMessage:1", + "label": "Use in library" } ], - "holdingLocation_packed": [ - "loc:rcmi2||Offsite" + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" ], "enumerationChronology": [ - "collection of 10 titles (monographs)" + "v. 1" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" + } + ], + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" ], "idBarcode": [ - "33433105674059" + "33433030890481" + ], + "identifier": [ + "urn:shelfmark:Sc Ser.-L .V354 v. 1", + "urn:barcode:33433030890481" + ], + "identifierV2": [ + { + "value": "Sc Ser.-L .V354 v. 1", + "type": "bf:ShelfMark" + }, + { + "value": "33433030890481", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "physicalLocation": [ + "Sc Ser.-L .V354" ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:6", - "label": "microfilm service copy" - } + "shelfMark": [ + "Sc Ser.-L .V354 v. 1" ], + "shelfMark_sort": "aSc Ser.-L .V354 v. 000001", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rcmi2", - "label": "Offsite" + "gte": 1, + "lte": 1 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i11900495" }, "sort": [ - null + " 1-" ] } ] @@ -5930,96 +6612,110 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10005860", + "_id": "b10006011", "_score": null, "_source": { "extent": [ - "v. ;" - ], - "note": [ - { - "noteType": "Note", - "label": "Cover title.", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "In Swahili.", - "type": "bf:Note" - } + "v. : ill. ;" ], "nyplSource": [ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Swahili language", - "Swahili language -- Texts" + "Tem language" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "s.n.," + "Experiment in International Living" ], "language": [ { - "id": "lang:swa", - "label": "Swahili" + "id": "lang:eng", + "label": "English" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 1 ], "createdYear": [ 1980 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ - "Mfuatano wa muundo na kazi za vyombo vya Serikali ya mapinduzi ya Zanzibar." + "Tem" + ], + "type": [ + "nypl:Item" ], "shelfMark": [ - "Sc Ser.-N .Z288" + "Sc Ser.-M .T425" ], - "creatorLiteral": [ - "Zanzibar." + "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.-N .Z288" + "value": "Sc Ser.-M .T425" }, { "type": "nypl:Bnumber", - "value": "10005860" + "value": "10006011" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000158-B" }, { "type": "bf:Identifier", - "value": "NNSZ00507074" + "value": "NNSZ00507231" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0205850" + "value": "(WaOLN)nyp0206003" } ], "dateEndYear": [ 9999 ], - "updatedAt": 1636116169694, + "updatedAt": 1711330931258, "publicationStatement": [ - "[Zanzibar : s.n., 1980- ]" + "Brattleboro, vt. : Experiment in International Living, 1980-" ], "identifier": [ - "urn:bnum:10005860", - "urn:undefined:NNSZ00507074", - "urn:undefined:(WaOLN)nyp0205850" + "urn:shelfmark:Sc Ser.-M .T425", + "urn:bnum:10006011", + "urn:oclc:NYPG005000158-B", + "urn:identifier:NNSZ00507231", + "urn:identifier:(WaOLN)nyp0206003" ], - "materialType": [ - { + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { "id": "resourcetypes:txt", "label": "Text" } @@ -6040,20 +6736,14 @@ } ], "subjectLiteral": [ - "Swahili language -- Texts." + "Tem language." ], "titleDisplay": [ - "Mfuatano wa muundo na kazi za vyombo vya Serikali ya mapinduzi ya Zanzibar." - ], - "uri": "b10005860", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "Tem / developed by the Experiment in International Living...for ACTION/Peace Corps." ], + "uri": "b10006011", "placeOfPublication": [ - "[Zanzibar :" + "Brattleboro, vt." ], "issuance": [ { @@ -6062,14 +6752,14 @@ } ], "tableOfContents": [ - "Kitabu cha 1-9." + "Communication and culture handbook/by Haig Der-Houssikian.--" ], "dimensions": [ - "13-31 cm." + "28 cm." ] }, "sort": [ - "b10005860" + "b10006011" ], "inner_hits": { "electronicResources": { @@ -6091,24 +6781,14 @@ }, "_score": null, "_source": { - "uri": "i10942241", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -6119,6 +6799,9 @@ "catalogItemType_packed": [ "catalogItemType:3||serial" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:scff2", @@ -6128,44 +6811,55 @@ "holdingLocation_packed": [ "loc:scff2||Schomburg Center - Research & Reference" ], - "shelfMark": [ - "Sc Ser.-N .Z288 Kituba cha 1-9" + "idBarcode": [ + "33433076233265" + ], + "identifier": [ + "urn:shelfmark:Sc Ser.-M .T425", + "urn:barcode:33433076233265" ], "identifierV2": [ { - "value": "Sc Ser.-N .Z288 Kituba cha 1-9", + "value": "Sc Ser.-M .T425", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433030859007" + "value": "33433076233265", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc Ser.-N .Z288" - ], - "enumerationChronology": [ - "Kituba cha 1-9" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], - "identifier": [ - "urn:barcode:33433030859007" + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], - "idBarcode": [ - "33433030859007" + "physicalLocation": [ + "Sc Ser.-M .T425" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "Sc Ser.-M .T425" + ], + "shelfMark_sort": "aSc Ser.-M .T000425", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], - "shelfMark_sort": "aSc Ser.-N .Z288 Kituba cha 1-000009" + "uri": "i23169346" }, "sort": [ null @@ -6179,40 +6873,23 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10005862", + "_id": "b10006012", "_score": null, "_source": { "extent": [ - "v. ;" - ], - "note": [ - { - "noteType": "Note", - "label": "Editor: Gerald A. McWorter.", - "type": "bf:Note" - }, - { - "noteType": "Bibliography", - "label": "Includes bibliographies.", - "type": "bf:Note" - } + "v. : ill. ;" ], "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" + "Kabre language" ], "numItemDatesParsed": [ 0 ], "publisherLiteral": [ - "Afro-American Studies and Research Program, University of Illinois" + "Experiment in International Living" ], "language": [ { @@ -6221,105 +6898,81 @@ } ], "numItemsTotal": [ - 2 + 1 ], "createdYear": [ - 1983 + 1980 ], "dateEndString": [ "9999" ], "title": [ - "Proceedings" + "Kabiye" ], "type": [ "nypl:Item" ], "shelfMark": [ - "Sc Ser.-M .N3674" + "Sc F 84-135" ], "numItemVolumesParsed": [ - 2 + 0 ], "createdString": [ - "1983" - ], - "creatorLiteral": [ - "National Council for Black Studies (U.S.). Conference (6th : 1982 : Chicago, Ill.)" + "1980" ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Peace Corps language handbook series" + ], "contributorLiteral": [ - "McWorter, Gerald A." + "Sedlak, Philip Alan Stephen, 1939-", + "Jassor, Essogoye.", + "Experiment in International Living." ], "dateStartYear": [ - 1983 + 1980 ], "idOclc": [ - "NYPG005000004-B" + "NYPG005000159-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "Sc Ser.-M .N3674" + "value": "Sc F 84-135" }, { "type": "nypl:Bnumber", - "value": "10005862" + "value": "10006012" }, { "type": "nypl:Oclc", - "value": "NYPG005000004-B" + "value": "NYPG005000159-B" }, { "type": "bf:Identifier", - "value": "NNSZ00507076" + "value": "NNSZ00507232" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0205852" + "value": "(WaOLN)nyp0206004" } ], "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": 1709752718868, + "updatedAt": 1711544432253, "publicationStatement": [ - "Urbana, Ill. : Afro-American Studies and Research Program, University of Illinois, [1983?-]" + "Brattleboro, Vt. : Experiment in International Living, 1980-" ], "identifier": [ - "urn:shelfmark:Sc Ser.-M .N3674", - "urn:bnum:10005862", - "urn:oclc:NYPG005000004-B", - "urn:identifier:NNSZ00507076", - "urn:identifier:(WaOLN)nyp0205852" + "urn:shelfmark:Sc F 84-135", + "urn:bnum:10006012", + "urn:oclc:NYPG005000159-B", + "urn:identifier:NNSZ00507232", + "urn:identifier:(WaOLN)nyp0206004" ], "numCheckinCardItems": [ 0 @@ -6337,7 +6990,7 @@ } ], "dateString": [ - "1983" + "1980" ], "mediaType": [ { @@ -6346,15 +6999,14 @@ } ], "subjectLiteral": [ - "African Americans -- Study and teaching -- Congresses.", - "Black people -- Study and teaching -- Congresses." + "Kabre language." ], "titleDisplay": [ - "Proceedings / National Council for Black Studies, 6th annual national conference." + "Kabiye / developed by the Experiment in International Living...for ACTION/Peace Corps." ], - "uri": "b10005862", + "uri": "b10006012", "placeOfPublication": [ - "Urbana, Ill." + "Brattleboro, Vt." ], "issuance": [ { @@ -6363,14 +7015,14 @@ } ], "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." + "Special skills handbook/compiled by Philip A.S. Sedlak; assisted by Essogoye Jassor.--" ], "dimensions": [ "28 cm." ] }, "sort": [ - "b10005862" + "b10006012" ], "inner_hits": { "electronicResources": { @@ -6382,7 +7034,7 @@ }, "items": { "hits": { - "total": 2, + "total": 1, "max_score": null, "hits": [ { @@ -6403,18 +7055,12 @@ ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "enumerationChronology": [ - "no. 3-5" - ], - "enumerationChronology_sort": [ - " 3-" + "catalogItemType:55||book, limited circ, MaRLI" ], "formatLiteral": [ "Text" @@ -6429,19 +7075,19 @@ "loc:scff2||Schomburg Center - Research & Reference" ], "idBarcode": [ - "33433072219805" + "33433036872368" ], "identifier": [ - "urn:shelfmark:Sc Ser.-M .N3674: 6th. 1982 no. 3-5", - "urn:barcode:33433072219805" + "urn:shelfmark:Sc F 84-135", + "urn:barcode:33433036872368" ], "identifierV2": [ { - "value": "Sc Ser.-M .N3674: 6th. 1982 no. 3-5", + "value": "Sc F 84-135", "type": "bf:ShelfMark" }, { - "value": "33433072219805", + "value": "33433036872368", "type": "bf:Barcode" } ], @@ -6455,15 +7101,15 @@ "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], "physicalLocation": [ - "Sc Ser.-M .N3674: 6th. 1982" + "Sc F 84-135" ], "requestable": [ true ], "shelfMark": [ - "Sc Ser.-M .N3674: 6th. 1982 no. 3-5" + "Sc F 84-135" ], - "shelfMark_sort": "aSc Ser.-M .N3674: 6th. 1982 no. 000003-5", + "shelfMark_sort": "aSc F 84-000135", "status": [ { "id": "status:a", @@ -6476,119 +7122,10 @@ "type": [ "bf:Item" ], - "volumeRange": [ - { - "gte": 3, - "lte": 5 - } - ], - "uri": "i17447316" + "uri": "i11900585" }, "sort": [ - " 3-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "enumerationChronology": [ - "no. 1-2" - ], - "enumerationChronology_sort": [ - " 1-" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:scff2", - "label": "Schomburg Center - Research & Reference" - } - ], - "holdingLocation_packed": [ - "loc:scff2||Schomburg Center - Research & Reference" - ], - "idBarcode": [ - "33433072219797" - ], - "identifier": [ - "urn:shelfmark:Sc Ser.-M .N3674: 6th. 1982 no. 1-2", - "urn:barcode:33433072219797" - ], - "identifierV2": [ - { - "value": "Sc Ser.-M .N3674: 6th. 1982 no. 1-2", - "type": "bf:ShelfMark" - }, - { - "value": "33433072219797", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" - } - ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" - ], - "physicalLocation": [ - "Sc Ser.-M .N3674: 6th. 1982" - ], - "requestable": [ - true - ], - "shelfMark": [ - "Sc Ser.-M .N3674: 6th. 1982 no. 1-2" - ], - "shelfMark_sort": "aSc Ser.-M .N3674: 6th. 1982 no. 000001-2", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 1, - "lte": 2 - } - ], - "uri": "i14746590" - }, - "sort": [ - " 1-" + null ] } ] @@ -6599,77 +7136,94 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10005898", + "_id": "b10006018", "_score": null, "_source": { "extent": [ - "v. : ill. ;" + "v. : ports. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"Corrections to volume I\": v. 2, p. 69.", + "type": "bf:Note" + } ], "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" + "Iota Phi Lambda" + ], + "numItemDatesParsed": [ + 1 ], "publisherLiteral": [ - "I.L.A. de Port-au-Prince," + "The Sorority" ], "language": [ { - "id": "lang:crp", - "label": "Creoles and Pidgins (Other)" + "id": "lang:eng", + "label": "English" } ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1959 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1984 + "title": [ + "A History of Iota Phi Lambda Sorority." ], "type": [ "nypl:Item" ], - "title": [ - "Leson kreyòl pou etranje ki pale franse \\" - ], "shelfMark": [ - "Sc Ser.-M .M468" + "Sc Ser.-M .H592" ], - "creatorLiteral": [ - "Mirville, Ernst." + "numItemVolumesParsed": [ + 1 ], "createdString": [ - "1984" + "1959" ], - "seriesStatement": [ - "Collection Coucoville", - "Siwolin; \\t.2" + "numElectronicResources": [ + 0 ], "contributorLiteral": [ - "Institut de linguistique appliquée de Port-au-Prince." + "Greene, Ethel K.", + "Sims, Sarah B." ], "dateStartYear": [ - 1984 + 1959 + ], + "idOclc": [ + "NYPG005000165-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "Sc Ser.-M .M468" + "value": "Sc Ser.-M .H592" }, { "type": "nypl:Bnumber", - "value": "10005898" + "value": "10006018" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000165-B" }, { "type": "bf:Identifier", - "value": "NNSZ00507113" + "value": "NNSZ00507238" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0205888" + "value": "(WaOLN)nyp0206010" } ], "dateEndYear": [ @@ -6677,6 +7231,15 @@ ], "holdings": [ { + "identifier": [ + { + "type": "bf:shelfMark", + "value": "Sc Ser.-M .H592" + } + ], + "physicalLocation": [ + "Sc Ser.-M .H592" + ], "format": [ "PRINT" ], @@ -6686,20 +7249,25 @@ "label": "Schomburg Center - Research & Reference" } ], - "uri": "h1144290", "shelfMark": [ - "Sc Ser.-M .M468" - ] + "Sc Ser.-M .H592" + ], + "uri": "h1142937" } ], - "updatedAt": 1636113236627, + "updatedAt": 1711089650715, "publicationStatement": [ - "Port-au-Prince : I.L.A. de Port-au-Prince, 1984-" + "Washington : The Sorority, 1959-" ], "identifier": [ - "urn:bnum:10005898", - "urn:undefined:NNSZ00507113", - "urn:undefined:(WaOLN)nyp0205888" + "urn:shelfmark:Sc Ser.-M .H592", + "urn:bnum:10006018", + "urn:oclc:NYPG005000165-B", + "urn:identifier:NNSZ00507238", + "urn:identifier:(WaOLN)nyp0206010" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -6714,7 +7282,7 @@ } ], "dateString": [ - "1984" + "1959" ], "mediaType": [ { @@ -6723,20 +7291,14 @@ } ], "subjectLiteral": [ - "Creole dialects, French -- Haiti -- Textbooks for foreign speakers -- French." + "Iota Phi Lambda." ], "titleDisplay": [ - "Leson kreyòl pou etranje ki pale franse \\ Ernst Mirville." - ], - "uri": "b10005898", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "A History of Iota Phi Lambda Sorority." ], + "uri": "b10006018", "placeOfPublication": [ - "Port-au-Prince :" + "Washington" ], "issuance": [ { @@ -6744,12 +7306,15 @@ "label": "monograph/item" } ], + "tableOfContents": [ + "1929-1958/Ethel K. Greene.--1959-1969/Sarah B. Sims." + ], "dimensions": [ "28 cm." ] }, "sort": [ - "b10005898" + "b10006018" ], "inner_hits": { "electronicResources": { @@ -6771,24 +7336,14 @@ }, "_score": null, "_source": { - "uri": "i11900486", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -6799,6 +7354,21 @@ "catalogItemType_packed": [ "catalogItemType:3||serial" ], + "dateRange": [ + { + "gte": "1928", + "lte": "1969" + } + ], + "enumerationChronology": [ + "v. 1, 2 (1928-19, 1959-69)" + ], + "enumerationChronology_sort": [ + " 1-1928" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:scff2", @@ -6808,48 +7378,65 @@ "holdingLocation_packed": [ "loc:scff2||Schomburg Center - Research & Reference" ], - "shelfMark": [ - "Sc Ser.-M .M468 t. 2, ptie 1" + "idBarcode": [ + "33433061038323" + ], + "identifier": [ + "urn:shelfmark:Sc Ser.-M .H592 v. 1, 2 (1928-19, 1959-69)", + "urn:barcode:33433061038323" ], "identifierV2": [ { - "value": "Sc Ser.-M .M468 t. 2, ptie 1", + "value": "Sc Ser.-M .H592 v. 1, 2 (1928-19, 1959-69)", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433017863220" + "value": "33433061038323", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc Ser.-M .M468" - ], - "enumerationChronology": [ - "t. 2, ptie 1" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], - "identifier": [ - "urn:barcode:33433017863220" + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], - "idBarcode": [ - "33433017863220" + "physicalLocation": [ + "Sc Ser.-M .H592" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "Sc Ser.-M .H592 v. 1, 2 (1928-19, 1959-69)" + ], + "shelfMark_sort": "aSc Ser.-M .H592 v. 000001, 2 (1928-19, 1959-69)", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], - "shelfMark_sort": "aSc Ser.-M .M468 t. 2, ptie 000001" - }, - "sort": [ - null - ] + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ], + "uri": "i14746595" + }, + "sort": [ + " 1-1928" + ] } ] } @@ -6859,16 +7446,26 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10005907", + "_id": "b10006159", "_score": null, "_source": { "extent": [ - "v. : ill. ;" + "v. ;" ], "note": [ + { + "noteType": "Note", + "label": "Cover title.", + "type": "bf:Note" + }, { "noteType": "Bibliography", - "label": "Discography: p. 115-122.", + "label": "Includes bibliographical references.", + "type": "bf:Note" + }, + { + "noteType": "Reproduction", + "label": "Microfilm.", "type": "bf:Note" } ], @@ -6876,71 +7473,99 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Jazz", - "Jazz -- History and criticism" + "Civil rights", + "Civil rights -- United States", + "Violence", + "Violence -- United States", + "African Americans", + "African Americans -- Civil rights" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Producciones Don Pedro," + "American Foundation for Negro Affairs" ], "language": [ { - "id": "lang:spa", - "label": "Spanish" + "id": "lang:eng", + "label": "English" } ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1978 + "title": [ + "Law and disorder a research position paper" ], "type": [ "nypl:Item" ], - "title": [ - "En torno al jazz" - ], "shelfMark": [ - "Sc Ser.-L .V354" + "Sc Micro R-4202, no. 16" ], - "creatorLiteral": [ - "Vélez, Ana." + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1978" + "1970" + ], + "creatorLiteral": [ + "American Foundation for Negro Affairs. Commission on Judiciary and Law. Subcommittee on National Goals." + ], + "numElectronicResources": [ + 0 ], "dateStartYear": [ - 1978 + 1970 + ], + "idOclc": [ + "NYPG005000311-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "Sc Ser.-L .V354" + "value": "Sc Micro R-4202, no. 16" }, { "type": "nypl:Bnumber", - "value": "10005907" + "value": "10006159" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000311-B" }, { "type": "bf:Identifier", - "value": "NNSZ00507122" + "value": "NNSZ00507384" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0205897" + "value": "(WaOLN)nyp0206150" } ], "dateEndYear": [ 9999 ], - "updatedAt": 1636093384929, + "updatedAt": 1711305889023, "publicationStatement": [ - "San Juan, P.R. : Producciones Don Pedro, 1978-" + "Philadelphia, Pa. : American Foundation for Negro Affairs, 1970-" ], "identifier": [ - "urn:bnum:10005907", - "urn:undefined:NNSZ00507122", - "urn:undefined:(WaOLN)nyp0205897" + "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": [ { @@ -6955,7 +7580,7 @@ } ], "dateString": [ - "1978" + "1970" ], "mediaType": [ { @@ -6964,20 +7589,16 @@ } ], "subjectLiteral": [ - "Jazz -- History and criticism." + "Civil rights -- United States.", + "Violence -- United States.", + "African Americans -- Civil rights." ], "titleDisplay": [ - "En torno al jazz / Ana Vélez." - ], - "uri": "b10005907", - "numItems": [ - 2 - ], - "numAvailable": [ - 2 + "Law and disorder [microform] : a research position paper / [Commission on Judiciary and Law, Subcommittee on National Goals]." ], + "uri": "b10006159", "placeOfPublication": [ - "San Juan, P.R. :" + "Philadelphia, Pa." ], "issuance": [ { @@ -6985,15 +7606,12 @@ "label": "monograph/item" } ], - "tableOfContents": [ - "v. 1. Musica de nuestro siglo -- v. 2. Impacto social y trascendencia." - ], "dimensions": [ - "25 cm." + "22 x 28 cm." ] }, "sort": [ - "b10005907" + "b10006159" ], "inner_hits": { "electronicResources": { @@ -7005,43 +7623,36 @@ }, "items": { "hits": { - "total": 2, + "total": 1, "max_score": null, "hits": [ { "_nested": { "field": "items", - "offset": 1 + "offset": 0 }, "_score": null, "_source": { - "uri": "i11900496", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { - "id": "catalogItemType:2", - "label": "book non-circ" + "id": "catalogItemType:6", + "label": "microfilm service copy" } ], "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" + "catalogItemType:6||microfilm service copy" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { @@ -7052,66 +7663,23 @@ "holdingLocation_packed": [ "loc:scff2||Schomburg Center - Research & Reference" ], - "shelfMark": [ - "Sc Ser.-L .V354 v. 2" + "idBarcode": [ + "33433059035760" + ], + "identifier": [ + "urn:shelfmark:Sc Micro R-4202", + "urn:barcode:33433059035760" ], "identifierV2": [ { - "value": "Sc Ser.-L .V354 v. 2", + "value": "Sc Micro R-4202", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433017895651" - } - ], - "physicalLocation": [ - "Sc Ser.-L .V354" - ], - "enumerationChronology": [ - "v. 2" - ], - "identifier": [ - "urn:barcode:33433017895651" - ], - "idBarcode": [ - "33433017895651" - ], - "requestable": [ - false - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "shelfMark_sort": "aSc Ser.-L .V354 v. 000002" - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i11900495", - "status": [ - { - "id": "status:a", - "label": "Available" + "value": "33433059035760", + "type": "bf:Barcode" } ], - "status_packed": [ - "status:a||Available" - ], "owner": [ { "id": "orgs:1114", @@ -7121,62 +7689,29 @@ "owner_packed": [ "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "holdingLocation": [ - { - "id": "loc:scff2", - "label": "Schomburg Center - Research & Reference" - } + "physicalLocation": [ + "Sc Micro R-4202" ], - "holdingLocation_packed": [ - "loc:scff2||Schomburg Center - Research & Reference" + "requestable": [ + true ], "shelfMark": [ - "Sc Ser.-L .V354 v. 1" + "Sc Micro R-4202" ], - "identifierV2": [ - { - "value": "Sc Ser.-L .V354 v. 1", - "type": "bf:ShelfMark" - }, + "shelfMark_sort": "aSc Micro R-004202", + "status": [ { - "type": "bf:Barcode", - "value": "33433030890481" + "id": "status:a", + "label": "Available" } ], - "physicalLocation": [ - "Sc Ser.-L .V354" - ], - "enumerationChronology": [ - "v. 1" - ], - "identifier": [ - "urn:barcode:33433030890481" - ], - "idBarcode": [ - "33433030890481" + "status_packed": [ + "status:a||Available" ], - "requestable": [ - false + "type": [ + "bf:Item" ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "shelfMark_sort": "aSc Ser.-L .V354 v. 000001" + "uri": "i24023455" }, "sort": [ null @@ -7190,83 +7725,124 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10006011", + "_id": "b10006540", "_score": null, "_source": { "extent": [ - "v. : ill. ;" + "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": [ - "Tem language" + "World War, 1939-1945", + "World War, 1939-1945 -- Germany", + "Germany", + "Germany -- History", + "Germany -- History -- Allied occupation, 1945-" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Experiment in International Living," + "Selbstverlag" ], "language": [ { - "id": "lang:eng", - "label": "English" + "id": "lang:ger", + "label": "German" } ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1970 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1980 + "title": [ + "Was geschah nach 1945?" ], "type": [ "nypl:Item" ], - "title": [ - "Tem" - ], "shelfMark": [ - "Sc Ser.-M .T425" + "JFK 84-184" + ], + "numItemVolumesParsed": [ + 1 ], "createdString": [ - "1980" + "1970" ], - "seriesStatement": [ - "Peace Corps language handbook series" + "creatorLiteral": [ + "Roth, Heinz." ], - "contributorLiteral": [ - "Der-Houssikian, Haig." + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Auf der Suche nach der Wahrheit / Heinz Roth ; Bd. 4-5", + "Roth, Heinz. Auf der Suche nach der Wahrheit ; \\Bd. 4-5." ], "dateStartYear": [ - 1980 + 1970 + ], + "idOclc": [ + "NYPG005000697-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "Sc Ser.-M .T425" + "value": "JFK 84-184" }, { "type": "nypl:Bnumber", - "value": "10006011" + "value": "10006540" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000697-B" }, { "type": "bf:Identifier", - "value": "NNSZ00507231" + "value": "NNSZ00507771" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0206003" + "value": "(WaOLN)nyp0206529" } ], "dateEndYear": [ 9999 ], - "updatedAt": 1636132578775, + "updatedAt": 1711622113152, "publicationStatement": [ - "Brattleboro, vt. : Experiment in International Living, 1980-" + "Odenhausen/Lumda : Selbstverlag, [197-?-" ], "identifier": [ - "urn:bnum:10006011", - "urn:undefined:NNSZ00507231", - "urn:undefined:(WaOLN)nyp0206003" + "urn:shelfmark:JFK 84-184", + "urn:bnum:10006540", + "urn:oclc:NYPG005000697-B", + "urn:identifier:NNSZ00507771", + "urn:identifier:(WaOLN)nyp0206529" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -7281,7 +7857,7 @@ } ], "dateString": [ - "1980" + "1970" ], "mediaType": [ { @@ -7290,20 +7866,15 @@ } ], "subjectLiteral": [ - "Tem language." + "World War, 1939-1945 -- Germany.", + "Germany -- History -- Allied occupation, 1945-" ], "titleDisplay": [ - "Tem / developed by the Experiment in International Living...for ACTION/Peace Corps." - ], - "uri": "b10006011", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "Was geschah nach 1945? / Heinz Roth." ], + "uri": "b10006540", "placeOfPublication": [ - "Brattleboro, vt. :" + "Odenhausen/Lumda" ], "issuance": [ { @@ -7311,15 +7882,18 @@ "label": "monograph/item" } ], + "titleAlt": [ + "Was geschah nach neunzehnhundertfünfundvierzig." + ], "tableOfContents": [ - "Communication and culture handbook/by Haig Der-Houssikian.--" + "T.1. Der Zusammenbruch -- T.2. Kriegsverbrecherprozesse u.a." ], "dimensions": [ - "28 cm." + "21 cm." ] }, "sort": [ - "b10006011" + "b10006540" ], "inner_hits": { "electronicResources": { @@ -7341,81 +7915,103 @@ }, "_score": null, "_source": { - "uri": "i23169346", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" + "catalogItemType:55||book, limited circ, MaRLI" + ], + "enumerationChronology": [ + "v. 1-2" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:scff2", - "label": "Schomburg Center - Research & Reference" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ - "loc:scff2||Schomburg Center - Research & Reference" + "loc:rc2ma||Offsite" ], - "shelfMark": [ - "Sc Ser.-M .T425" + "idBarcode": [ + "33433003841073" + ], + "identifier": [ + "urn:shelfmark:JFK 84-184 v. 1-2", + "urn:barcode:33433003841073" ], "identifierV2": [ { - "value": "Sc Ser.-M .T425", + "value": "JFK 84-184 v. 1-2", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433076233265" + "value": "33433003841073", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc Ser.-M .T425" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], - "identifier": [ - "urn:barcode:33433076233265" + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], - "idBarcode": [ - "33433076233265" + "physicalLocation": [ + "JFK 84-184" + ], + "recapCustomerCode": [ + "NA" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "JFK 84-184 v. 1-2" + ], + "shelfMark_sort": "aJFK 84-184 v. 000001-2", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], - "shelfMark_sort": "aSc Ser.-M .T000425" + "volumeRange": [ + { + "gte": 1, + "lte": 2 + } + ], + "uri": "i10003927" }, "sort": [ - null + " 1-" ] } ] @@ -7426,85 +8022,112 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10006012", + "_id": "b10006622", "_score": null, "_source": { "extent": [ - "v. : ill. ;" + "v. ;" + ], + "note": [ + { + "noteType": "Bibliography", + "label": "Includes bibliographical references.", + "type": "bf:Note" + } ], "nyplSource": [ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Kabre language" + "Caldas (Colombia : Department)", + "Caldas (Colombia : Department) -- History" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Experiment in International Living," + "Biblioteca de Escritores Caldenses" ], "language": [ { - "id": "lang:eng", - "label": "English" + "id": "lang:spa", + "label": "Spanish" } ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1983 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1980 + "title": [ + "Historia del Gran Caldas" ], "type": [ "nypl:Item" ], - "title": [ - "Kabiye" - ], "shelfMark": [ - "Sc F 84-135" + "HDK 84-1693" + ], + "numItemVolumesParsed": [ + 1 ], "createdString": [ - "1980" + "1983" ], - "seriesStatement": [ - "Peace Corps language handbook series" + "creatorLiteral": [ + "Ríos Tobón, Ricardo de los." ], - "contributorLiteral": [ - "Experiment in International Living.", - "Jassor, Essogoye.", - "Sedlak, Philip Alan Stephen, 1939-" + "numElectronicResources": [ + 0 ], "dateStartYear": [ - 1980 + 1983 + ], + "idOclc": [ + "NYPG005000779-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "Sc F 84-135" + "value": "HDK 84-1693" }, { "type": "nypl:Bnumber", - "value": "10006012" + "value": "10006622" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000779-B" }, { "type": "bf:Identifier", - "value": "NNSZ00507232" + "value": "NNSZ00507853" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0206004" + "value": "(WaOLN)nyp0206611" } ], "dateEndYear": [ 9999 ], - "updatedAt": 1636108841395, + "updatedAt": 1711247601615, "publicationStatement": [ - "Brattleboro, Vt. : Experiment in International Living, 1980-" + "Manizales, Colombia : Biblioteca de Escritores Caldenses, 1933-" ], "identifier": [ - "urn:bnum:10006012", - "urn:undefined:NNSZ00507232", - "urn:undefined:(WaOLN)nyp0206004" + "urn:shelfmark:HDK 84-1693", + "urn:bnum:10006622", + "urn:oclc:NYPG005000779-B", + "urn:identifier:NNSZ00507853", + "urn:identifier:(WaOLN)nyp0206611" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -7519,7 +8142,7 @@ } ], "dateString": [ - "1980" + "1983" ], "mediaType": [ { @@ -7528,20 +8151,14 @@ } ], "subjectLiteral": [ - "Kabre language." + "Caldas (Colombia : Department) -- History." ], "titleDisplay": [ - "Kabiye / developed by the Experiment in International Living...for ACTION/Peace Corps." - ], - "uri": "b10006012", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "Historia del Gran Caldas / Ricardo de los Ríos Tobón." ], + "uri": "b10006622", "placeOfPublication": [ - "Brattleboro, Vt. :" + "Manizales, Colombia" ], "issuance": [ { @@ -7550,14 +8167,14 @@ } ], "tableOfContents": [ - "Special skills handbook/compiled by Philip A.S. Sedlak; assisted by Essogoye Jassor.--" + "v. 1. Origenes y colonización hasta 1850." ], "dimensions": [ - "28 cm." + "21 cm." ] }, "sort": [ - "b10006012" + "b10006622" ], "inner_hits": { "electronicResources": { @@ -7579,81 +8196,94 @@ }, "_score": null, "_source": { - "uri": "i11900585", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" + "id": "catalogItemType:32", + "label": "google project, book" } ], "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" + "catalogItemType:32||google project, book" + ], + "enumerationChronology": [ + "v. 1" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:scff2", - "label": "Schomburg Center - Research & Reference" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], "holdingLocation_packed": [ - "loc:scff2||Schomburg Center - Research & Reference" + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "shelfMark": [ - "Sc F 84-135" + "idBarcode": [ + "33433097665214" + ], + "identifier": [ + "urn:shelfmark:HDK 84-1693 v. 1", + "urn:barcode:33433097665214" ], "identifierV2": [ { - "value": "Sc F 84-135", + "value": "HDK 84-1693 v. 1", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433036872368" + "value": "33433097665214", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc F 84-135" - ], - "identifier": [ - "urn:barcode:33433036872368" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433036872368" + "physicalLocation": [ + "HDK 84-1693" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "HDK 84-1693 v. 1" + ], + "shelfMark_sort": "aHDK 84-1693 v. 000001", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } ], - "shelfMark_sort": "aSc F 84-000135" + "uri": "i14746647" }, "sort": [ - null + " 1-" ] } ] @@ -7664,105 +8294,105 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10006018", + "_id": "b10006687", "_score": null, "_source": { "extent": [ - "v. : ports. ;" - ], - "note": [ - { - "noteType": "Note", - "label": "\"Corrections to volume I\": v. 2, p. 69.", - "type": "bf:Note" - } + "v. : ill., ports, ;" ], "nyplSource": [ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Iota Phi Lambda" + "Skiđuhreppur (Iceland)", + "Öxnadalshreppur (Iceland)" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "The Sorority," + "Bókaútgáfan Skjaldborg" ], "language": [ { - "id": "lang:eng", - "label": "English" + "id": "lang:ice", + "label": "Icelandic" } ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1982 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1959 + "title": [ + "Ritsafn" ], "type": [ "nypl:Item" ], - "title": [ - "A History of Iota Phi Lambda Sorority." - ], "shelfMark": [ - "Sc Ser.-M .H592" + "JFL 84-217" + ], + "numItemVolumesParsed": [ + 2 ], "createdString": [ - "1959" + "1982" ], - "contributorLiteral": [ - "Greene, Ethel K.", - "Sims, Sarah B." + "creatorLiteral": [ + "Eiður Guðmundsson, 1888-1984." + ], + "numElectronicResources": [ + 0 ], "dateStartYear": [ - 1959 + 1982 + ], + "idOclc": [ + "NYPG005000846-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "Sc Ser.-M .H592" + "value": "JFL 84-217" }, { "type": "nypl:Bnumber", - "value": "10006018" + "value": "10006687" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005000846-B" }, { "type": "bf:Identifier", - "value": "NNSZ00507238" + "value": "NNSZ00507920" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0206010" + "value": "(WaOLN)nyp0206676" } ], "dateEndYear": [ 9999 ], - "holdings": [ - { - "format": [ - "PRINT" - ], - "location": [ - { - "code": "loc:scf", - "label": "Schomburg Center - Research & Reference" - } - ], - "uri": "h1142937", - "shelfMark": [ - "Sc Ser.-M .H592" - ] - } - ], - "updatedAt": 1636069378411, + "updatedAt": 1711080489345, "publicationStatement": [ - "Washington : The Sorority, 1959-" + "Akureyri : Bókaútgáfan Skjaldborg, 1982-" ], "identifier": [ - "urn:bnum:10006018", - "urn:undefined:NNSZ00507238", - "urn:undefined:(WaOLN)nyp0206010" + "urn:shelfmark:JFL 84-217", + "urn:bnum:10006687", + "urn:oclc:NYPG005000846-B", + "urn:identifier:NNSZ00507920", + "urn:identifier:(WaOLN)nyp0206676" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -7777,7 +8407,7 @@ } ], "dateString": [ - "1959" + "1982" ], "mediaType": [ { @@ -7786,20 +8416,15 @@ } ], "subjectLiteral": [ - "Iota Phi Lambda." + "Skiđuhreppur (Iceland)", + "Öxnadalshreppur (Iceland)" ], "titleDisplay": [ - "A History of Iota Phi Lambda Sorority." - ], - "uri": "b10006018", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "Ritsafn / Eidur Gudmundsson Púfnav;ollum." ], + "uri": "b10006687", "placeOfPublication": [ - "Washington :" + "Akureyri" ], "issuance": [ { @@ -7808,14 +8433,14 @@ } ], "tableOfContents": [ - "1929-1958/Ethel K. Greene.--1959-1969/Sarah B. Sims." + "1. Mannfelliviun mikli -- 2. Búskaparsaga i Skriđuhreppi forna." ], "dimensions": [ - "28 cm." + "24 cm." ] }, "sort": [ - "b10006018" + "b10006687" ], "inner_hits": { "electronicResources": { @@ -7827,7 +8452,7 @@ }, "items": { "hits": { - "total": 1, + "total": 2, "max_score": null, "hits": [ { @@ -7837,84 +8462,209 @@ }, "_score": null, "_source": { - "uri": "i14746595", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" + "catalogItemType:55||book, limited circ, MaRLI" + ], + "enumerationChronology": [ + "v. 2" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:scff2", - "label": "Schomburg Center - Research & Reference" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ - "loc:scff2||Schomburg Center - Research & Reference" + "loc:rc2ma||Offsite" ], - "shelfMark": [ - "Sc Ser.-M .H592 v. 1, 2 (1928-19, 1959-69)" + "idBarcode": [ + "33433004069567" + ], + "identifier": [ + "urn:shelfmark:JFL 84-217 v. 2", + "urn:barcode:33433004069567" ], "identifierV2": [ { - "value": "Sc Ser.-M .H592 v. 1, 2 (1928-19, 1959-69)", + "value": "JFL 84-217 v. 2", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061038323" + "value": "33433004069567", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ - "Sc Ser.-M .H592" + "JFL 84-217" + ], + "recapCustomerCode": [ + "NA" + ], + "requestable": [ + true + ], + "shelfMark": [ + "JFL 84-217 v. 2" + ], + "shelfMark_sort": "aJFL 84-217 v. 000002", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ], + "uri": "i10003946" + }, + "sort": [ + " 2-" + ] + }, + { + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" ], "enumerationChronology": [ - "v. 1, 2 (1928-19, 1959-69)" + "v. 1" ], - "identifier": [ - "urn:barcode:33433061038323" + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], "idBarcode": [ - "33433061038323" + "33433004069559" + ], + "identifier": [ + "urn:shelfmark:JFL 84-217 v. 1", + "urn:barcode:33433004069559" + ], + "identifierV2": [ + { + "value": "JFL 84-217 v. 1", + "type": "bf:ShelfMark" + }, + { + "value": "33433004069559", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ + "JFL 84-217" + ], + "recapCustomerCode": [ + "NA" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "JFL 84-217 v. 1" + ], + "shelfMark_sort": "aJFL 84-217 v. 000001", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], - "shelfMark_sort": "aSc Ser.-M .H592 v. 000001, 2 (1928-19, 1959-69)" + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ], + "uri": "i10003945" }, "sort": [ - null + " 1-" ] } ] @@ -7925,122 +8675,111 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10006159", + "_id": "b10006688", "_score": null, "_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" + "Iceland", + "Iceland -- History", + "Iceland -- Economic conditions", + "Iceland -- Social conditions" ], "numItemDatesParsed": [ 0 ], "publisherLiteral": [ - "American Foundation for Negro Affairs" + "Mál og Menning" ], "language": [ { - "id": "lang:eng", - "label": "English" + "id": "lang:ice", + "label": "Icelandic" } ], "numItemsTotal": [ - 1 + 2 + ], + "createdYear": [ + 1981 ], "dateEndString": [ "9999" ], - "createdYear": [ - 1970 + "title": [ + "Ritsafn" ], "type": [ "nypl:Item" ], - "title": [ - "Law and disorder a research position paper" - ], "shelfMark": [ - "Sc Micro R-4202, no. 16" + "JFL 84-216" ], "numItemVolumesParsed": [ - 0 - ], - "creatorLiteral": [ - "American Foundation for Negro Affairs. Commission on Judiciary and Law. Subcommittee on National Goals." + 2 ], "createdString": [ - "1970" + "1981" + ], + "creatorLiteral": [ + "Sverrir Kristjánsson, 1908-" ], "numElectronicResources": [ 0 ], "dateStartYear": [ - 1970 + 1981 + ], + "idOclc": [ + "NYPG005000847-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "Sc Micro R-4202, no. 16" + "value": "JFL 84-216" }, { "type": "nypl:Bnumber", - "value": "10006159" + "value": "10006688" }, { "type": "nypl:Oclc", - "value": "NYPG005000311-B" + "value": "NYPG005000847-B" }, { "type": "bf:Identifier", - "value": "NNSZ00507384" + "value": "NNSZ00507921" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0206150" + "value": "(WaOLN)nyp0206677" } ], - "idOclc": [ - "NYPG005000311-B" - ], "dateEndYear": [ 9999 ], - "updatedAt": 1689883301321, + "updatedAt": 1711080489345, "publicationStatement": [ - "Philadelphia, Pa. : American Foundation for Negro Affairs, 1970-" + "Reykjavík : Mál og Menning, 1981-" ], "identifier": [ - "urn:bnum:10006159", - "urn:oclc:NYPG005000311-B", - "urn:undefined:NNSZ00507384", - "urn:undefined:(WaOLN)nyp0206150" + "urn:shelfmark:JFL 84-216", + "urn:bnum:10006688", + "urn:oclc:NYPG005000847-B", + "urn:identifier:NNSZ00507921", + "urn:identifier:(WaOLN)nyp0206677" ], "numCheckinCardItems": [ 0 @@ -8058,7 +8797,7 @@ } ], "dateString": [ - "1970" + "1981" ], "mediaType": [ { @@ -8067,22 +8806,16 @@ } ], "subjectLiteral": [ - "Civil rights -- United States.", - "Violence -- United States.", - "African Americans -- Civil rights." + "Iceland -- History.", + "Iceland -- Economic conditions.", + "Iceland -- Social conditions." ], "titleDisplay": [ - "Law and disorder [microform] : a research position paper / [Commission on Judiciary and Law, Subcommittee on National Goals]." - ], - "uri": "b10006159", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "Ritsafn / Sverrir Kristjánsson." ], + "uri": "b10006688", "placeOfPublication": [ - "Philadelphia, Pa." + "Reykjavík" ], "issuance": [ { @@ -8091,11 +8824,11 @@ } ], "dimensions": [ - "22 x 28 cm." + "22 cm." ] }, "sort": [ - "b10006159" + "b10006688" ], "inner_hits": { "electronicResources": { @@ -8107,7 +8840,7 @@ }, "items": { "hits": { - "total": 1, + "total": 2, "max_score": null, "hits": [ { @@ -8117,7 +8850,81 @@ }, "_score": null, "_source": { - "uri": "i24023455", + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "enumerationChronology": [ + "v. 2" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433004069542" + ], + "identifier": [ + "urn:shelfmark:JFL 84-216 v. 2", + "urn:barcode:33433004069542" + ], + "identifierV2": [ + { + "value": "JFL 84-216 v. 2", + "type": "bf:ShelfMark" + }, + { + "value": "33433004069542", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ + "JFL 84-216" + ], + "recapCustomerCode": [ + "NA" + ], + "requestable": [ + true + ], + "shelfMark": [ + "JFL 84-216 v. 2" + ], + "shelfMark_sort": "aJFL 84-216 v. 000002", "status": [ { "id": "status:a", @@ -8127,77 +8934,125 @@ "status_packed": [ "status:a||Available" ], - "owner": [ + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "gte": 2, + "lte": 2 } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "uri": "i10003948" + }, + "sort": [ + " 2-" + ] + }, + { + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { - "id": "catalogItemType:6", - "label": "microfilm service copy" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:6||microfilm service copy" + "catalogItemType:55||book, limited circ, MaRLI" + ], + "enumerationChronology": [ + "v. 1" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:scff2", - "label": "Schomburg Center - Research & Reference" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ - "loc:scff2||Schomburg Center - Research & Reference" + "loc:rc2ma||Offsite" ], - "shelfMark": [ - "Sc Micro R-4202" + "idBarcode": [ + "33433004069534" + ], + "identifier": [ + "urn:shelfmark:JFL 84-216 v. 1", + "urn:barcode:33433004069534" ], "identifierV2": [ { - "value": "Sc Micro R-4202", + "value": "JFL 84-216 v. 1", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433059035760" + "value": "33433004069534", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc Micro R-4202" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], - "identifier": [ - "urn:barcode:33433059035760" + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], - "idBarcode": [ - "33433059035760" + "physicalLocation": [ + "JFL 84-216" + ], + "recapCustomerCode": [ + "NA" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "JFL 84-216 v. 1" + ], + "shelfMark_sort": "aJFL 84-216 v. 000001", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } ], - "shelfMark_sort": "aSc Micro R-004202" + "uri": "i10003947" }, "sort": [ - null + " 1-" ] } ] @@ -8208,21 +9063,21 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10006540", + "_id": "b10006705", "_score": null, "_source": { "extent": [ - "v. ;" + "v. : ill. (some col.);" ], "note": [ { "noteType": "Note", - "label": "Vol. 2 issued without edition statement has imprint date 1972.", + "label": "Includes indexes.", "type": "bf:Note" }, { "noteType": "Bibliography", - "label": "Includes bibliographies and indexes.", + "label": "Includes bibliographical references.", "type": "bf:Note" } ], @@ -8230,78 +9085,100 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Germany", - "Germany -- History", - "Germany -- History -- Allied occupation, 1945-", - "World War, 1939-1945", - "World War, 1939-1945 -- Germany" + "Vernacular architecture", + "Vernacular architecture -- Greece", + "Architecture, Domestic", + "Architecture, Domestic -- Greece" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Selbstverlag," + "Ekdot. Oikos \"Melissa,\"" ], "language": [ { - "id": "lang:ger", - "label": "German" + "id": "lang:gre", + "label": "Greek, Modern (1453- )" } ], + "numItemsTotal": [ + 7 + ], + "createdYear": [ + 1982 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1970 + "title": [ + "Hellēnikē paradosiakē architektonikē" ], "type": [ "nypl:Item" ], - "title": [ - "Was geschah nach 1945?" - ], "shelfMark": [ - "JFK 84-184" + "3-MQW+ 84-2551" ], - "creatorLiteral": [ - "Roth, Heinz." + "numItemVolumesParsed": [ + 7 ], "createdString": [ - "1970" + "1982" ], - "seriesStatement": [ - "Auf der Suche nach der Wahrheit / Heinz Roth ; Bd. 4-5", - "Roth, Heinz. Auf der Suche nach der Wahrheit ; \\Bd. 4-5." + "idLccn": [ + "83177376" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Philippidēs, Dēmētrēs." ], "dateStartYear": [ - 1970 + 1982 + ], + "idOclc": [ + "NYPG005000864-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "JFK 84-184" + "value": "3-MQW+ 84-2551" }, { "type": "nypl:Bnumber", - "value": "10006540" + "value": "10006705" }, { - "type": "bf:Identifier", - "value": "NNSZ00507771" + "type": "nypl:Oclc", + "value": "NYPG005000864-B" + }, + { + "type": "bf:Lccn", + "value": "83177376" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0206529" + "value": "(WaOLN)nyp0206694" } ], "dateEndYear": [ 9999 ], - "updatedAt": 1636143161690, + "updatedAt": 1711246816335, "publicationStatement": [ - "Odenhausen/Lumda : Selbstverlag, [197-?-" + "Athēna : Ekdot. Oikos \"Melissa,\" c1982-" ], "identifier": [ - "urn:bnum:10006540", - "urn:undefined:NNSZ00507771", - "urn:undefined:(WaOLN)nyp0206529" + "urn:shelfmark:3-MQW+ 84-2551", + "urn:bnum:10006705", + "urn:oclc:NYPG005000864-B", + "urn:lccn:83177376", + "urn:identifier:(WaOLN)nyp0206694" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -8316,7 +9193,7 @@ } ], "dateString": [ - "1970" + "1982" ], "mediaType": [ { @@ -8325,21 +9202,18 @@ } ], "subjectLiteral": [ - "Germany -- History -- Allied occupation, 1945-", - "World War, 1939-1945 -- Germany." + "Vernacular architecture -- Greece.", + "Architecture, Domestic -- Greece." ], "titleDisplay": [ - "Was geschah nach 1945? / Heinz Roth." - ], - "uri": "b10006540", - "numItems": [ - 1 + "Hellēnikē paradosiakē architektonikē / symvoulos kai syntonistēs tēs ekdosēs, Dēmētrēs Philippidēs ; [phōtographies, V. Voutsas]." ], - "numAvailable": [ - 1 + "uri": "b10006705", + "lccClassification": [ + "NA1091 .H44 1982" ], "placeOfPublication": [ - "Odenhausen/Lumda :" + "Athēna" ], "issuance": [ { @@ -8347,18 +9221,15 @@ "label": "monograph/item" } ], - "titleAlt": [ - "Was geschah nach neunzehnhundertfünfundvierzig." - ], "tableOfContents": [ - "T.1. Der Zusammenbruch -- T.2. Kriegsverbrecherprozesse u.a." + "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": [ - "21 cm." + "31 cm." ] }, "sort": [ - "b10006540" + "b10006705" ], "inner_hits": { "electronicResources": { @@ -8370,7 +9241,7 @@ }, "items": { "hits": { - "total": 1, + "total": 7, "max_score": null, "hits": [ { @@ -8380,199 +9251,396 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:1", + "label": "Use in library" } ], "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "accessMessage:1||Use in library" + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "enumerationChronology": [ + "v. 7" + ], + "enumerationChronology_sort": [ + " 7-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mab98", + "label": "Schwarzman Building M2 - Art and Architecture Room 300" + } + ], + "holdingLocation_packed": [ + "loc:mab98||Schwarzman Building M2 - Art and Architecture Room 300" + ], + "idBarcode": [ + "33433105160679" ], "identifier": [ - "urn:barcode:33433003841073" + "urn:shelfmark:3-MQW+ 84-2551 v. 7", + "urn:barcode:33433105160679" + ], + "identifierV2": [ + { + "value": "3-MQW+ 84-2551 v. 7", + "type": "bf:ShelfMark" + }, + { + "value": "33433105160679", + "type": "bf:Barcode" + } ], "physicalLocation": [ - "JFK 84-184" + "3-MQW+ 84-2551" ], - "shelfMark_sort": "aJFK 84-184 v. 000001-2", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" + "requestable": [ + true ], - "accessMessage": [ + "shelfMark": [ + "3-MQW+ 84-2551 v. 7" + ], + "shelfMark_sort": "a3-MQW+ 84-2551 v. 000007", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], "status_packed": [ "status:a||Available" ], - "uri": "i10003927", - "shelfMark": [ - "JFK 84-184 v. 1-2" + "type": [ + "bf:Item" ], - "identifierV2": [ + "volumeRange": [ { - "type": "bf:ShelfMark", - "value": "JFK 84-184 v. 1-2" - }, + "gte": 7, + "lte": 7 + } + ], + "uri": "i14746675" + }, + "sort": [ + " 7-" + ] + }, + { + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage": [ { - "type": "bf:Barcode", - "value": "33433003841073" + "id": "accessMessage:1", + "label": "Use in library" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" ], "enumerationChronology": [ - "v. 1-2" + "v. 6" + ], + "enumerationChronology_sort": [ + " 6-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mab98", + "label": "Schwarzman Building M2 - Art and Architecture Room 300" + } + ], + "holdingLocation_packed": [ + "loc:mab98||Schwarzman Building M2 - Art and Architecture Room 300" ], "idBarcode": [ - "33433003841073" + "33433105160661" ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "identifier": [ + "urn:shelfmark:3-MQW+ 84-2551 v. 6", + "urn:barcode:33433105160661" + ], + "identifierV2": [ + { + "value": "3-MQW+ 84-2551 v. 6", + "type": "bf:ShelfMark" + }, + { + "value": "33433105160661", + "type": "bf:Barcode" + } + ], + "physicalLocation": [ + "3-MQW+ 84-2551" ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "3-MQW+ 84-2551 v. 6" ], + "shelfMark_sort": "a3-MQW+ 84-2551 v. 000006", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 6, + "lte": 6 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i14746674" }, "sort": [ - null + " 6-" ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10006622", - "_score": null, - "_source": { - "extent": [ - "v. ;" - ], - "note": [ - { - "noteType": "Bibliography", - "label": "Includes bibliographical references.", - "type": "bf:Note" - } - ], - "nyplSource": [ - "sierra-nypl" - ], - "subjectLiteral_exploded": [ - "Caldas (Colombia : Department)", - "Caldas (Colombia : Department) -- History" - ], - "numItemDatesParsed": [ - 0 - ], - "publisherLiteral": [ - "Biblioteca de Escritores Caldenses" - ], - "language": [ - { - "id": "lang:spa", - "label": "Spanish" - } - ], - "numItemsTotal": [ - 1 - ], - "dateEndString": [ - "9999" - ], - "createdYear": [ - 1983 - ], - "type": [ - "nypl:Item" - ], - "title": [ - "Historia del Gran Caldas" - ], - "shelfMark": [ - "HDK 84-1693" + }, + { + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "enumerationChronology": [ + "v. 5" + ], + "enumerationChronology_sort": [ + " 5-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mab98", + "label": "Schwarzman Building M2 - Art and Architecture Room 300" + } + ], + "holdingLocation_packed": [ + "loc:mab98||Schwarzman Building M2 - Art and Architecture Room 300" + ], + "idBarcode": [ + "33433105160653" + ], + "identifier": [ + "urn:shelfmark:3-MQW+ 84-2551 v. 5", + "urn:barcode:33433105160653" + ], + "identifierV2": [ + { + "value": "3-MQW+ 84-2551 v. 5", + "type": "bf:ShelfMark" + }, + { + "value": "33433105160653", + "type": "bf:Barcode" + } + ], + "physicalLocation": [ + "3-MQW+ 84-2551" + ], + "requestable": [ + true + ], + "shelfMark": [ + "3-MQW+ 84-2551 v. 5" + ], + "shelfMark_sort": "a3-MQW+ 84-2551 v. 000005", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 5 + } + ], + "uri": "i14746673" + }, + "sort": [ + " 5-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10006715", + "_score": null, + "_source": { + "extent": [ + "v. : ill. (some ed.);" ], - "numItemVolumesParsed": [ + "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 ], - "creatorLiteral": [ - "Ríos Tobón, Ricardo de los." + "createdYear": [ + 1970 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Quadruple 2" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "ICM (Austria) 85-584" + ], + "numItemVolumesParsed": [ + 1 ], "createdString": [ - "1983" + "1970" + ], + "creatorLiteral": [ + "Humes, John P." ], "numElectronicResources": [ 0 ], "dateStartYear": [ - 1983 + 1970 + ], + "idOclc": [ + "NYPG005000874-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "HDK 84-1693" + "value": "ICM (Austria) 85-584" }, { "type": "nypl:Bnumber", - "value": "10006622" + "value": "10006715" }, { "type": "nypl:Oclc", - "value": "NYPG005000779-B" + "value": "NYPG005000874-B" }, { "type": "bf:Identifier", - "value": "NNSZ00507853" + "value": "NNSZ00507948" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0206611" + "value": "(WaOLN)nyp0206704" } ], - "idOclc": [ - "NYPG005000779-B" - ], "dateEndYear": [ 9999 ], - "updatedAt": 1682562721628, + "updatedAt": 1711051162341, "publicationStatement": [ - "Manizales, Colombia : Biblioteca de Escritores Caldenses, 1933-" + "[S.l. : The author, 197-]" ], "identifier": [ - "urn:bnum:10006622", - "urn:oclc:NYPG005000779-B", - "urn:undefined:NNSZ00507853", - "urn:undefined:(WaOLN)nyp0206611" + "urn:shelfmark:ICM (Austria) 85-584", + "urn:bnum:10006715", + "urn:oclc:NYPG005000874-B", + "urn:identifier:NNSZ00507948", + "urn:identifier:(WaOLN)nyp0206704" ], "numCheckinCardItems": [ 0 @@ -8590,7 +9658,7 @@ } ], "dateString": [ - "1983" + "1970" ], "mediaType": [ { @@ -8599,20 +9667,15 @@ } ], "subjectLiteral": [ - "Caldas (Colombia : Department) -- History." + "United States -- Relations -- Austria.", + "Austria -- Relations -- United States." ], "titleDisplay": [ - "Historia del Gran Caldas / Ricardo de los Ríos Tobón." - ], - "uri": "b10006622", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "Quadruple 2 / by John P. Humes." ], + "uri": "b10006715", "placeOfPublication": [ - "Manizales, Colombia" + "[S.l." ], "issuance": [ { @@ -8620,15 +9683,16 @@ "label": "monograph/item" } ], - "tableOfContents": [ - "v. 1. Origenes y colonización hasta 1850." + "titleAlt": [ + "Quadruple two.", + "2222." ], "dimensions": [ - "21 cm." + "28 cm." ] }, "sort": [ - "b10006622" + "b10006715" ], "inner_hits": { "electronicResources": { @@ -8650,93 +9714,94 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433097665214" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "physicalLocation": [ - "HDK 84-1693" + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" ], - "m2CustomerCode": [ - "XA" + "enumerationChronology": [ + "v. 2" ], - "shelfMark_sort": "aHDK 84-1693 v. 000001", - "catalogItemType_packed": [ - "catalogItemType:32||google project, book" + "enumerationChronology_sort": [ + " 2-" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mag92", + "label": "Schwarzman Building M2 - Milstein Division Room 121" } ], - "status_packed": [ - "status:a||Available" - ], - "enumerationChronology_sort": [ - " 1-" + "holdingLocation_packed": [ + "loc:mag92||Schwarzman Building M2 - Milstein Division Room 121" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433090390752" ], - "uri": "i14746647", - "shelfMark": [ - "HDK 84-1693 v. 1" + "identifier": [ + "urn:shelfmark:ICM (Austria) 85-584 v. 2", + "urn:barcode:33433090390752" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "HDK 84-1693 v. 1" + "value": "ICM (Austria) 85-584 v. 2", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433097665214" + "value": "33433090390752", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" - ], - "enumerationChronology": [ - "v. 1" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433097665214" + "physicalLocation": [ + "ICM (Austria) 85-584" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:32", - "label": "google project, book" - } + "shelfMark": [ + "ICM (Austria) 85-584 v. 2" ], + "shelfMark_sort": "aICM (Austria) 85-584 v. 000002", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], "volumeRange": [ { - "gte": 1, - "lte": 1 + "gte": 2, + "lte": 2 } ], - "formatLiteral": [ - "Text" - ] + "uri": "i14746681" }, "sort": [ - " 1-" + " 2-" ] } ] @@ -8747,81 +9812,133 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10006687", + "_id": "b10007240", "_score": null, "_source": { "extent": [ - "v. : ill., ports, ;" + "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": [ - "Skiđuhreppur (Iceland)", - "Öxnadalshreppur (Iceland)" + "Tamil language", + "Tamil language -- Glossaries, vocabularies, etc" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Bókaútgáfan Skjaldborg," + "Tañcai Caracuvati Makāl Nūl Nilaiya Nirvākak Kuḻu" ], "language": [ { - "id": "lang:ice", - "label": "Icelandic" + "id": "lang:tam", + "label": "Tamil" } ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1975 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1982 + "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" ], - "title": [ - "Ritsafn" - ], "shelfMark": [ - "JFL 84-217" + "*OLB 84-3259" ], - "creatorLiteral": [ - "Eiður Guðmundsson, 1888-1984." + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1982" + "1975" + ], + "idLccn": [ + "77902870" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Tañcai Caracuvati Makāl veḷiyīṭu; 156" + ], + "contributorLiteral": [ + "Chokkalingam." ], "dateStartYear": [ - 1982 + 1975 + ], + "idOclc": [ + "NYPG005001408-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "JFL 84-217" + "value": "*OLB 84-3259" }, { "type": "nypl:Bnumber", - "value": "10006687" + "value": "10007240" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005001408-B" + }, + { + "type": "bf:Lccn", + "value": "77902870" }, { "type": "bf:Identifier", - "value": "NNSZ00507920" + "value": "NNSZ00508482" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0206676" + "value": "(WaOLN)nyp0207225" } ], "dateEndYear": [ 9999 ], - "updatedAt": 1636127047675, + "updatedAt": 1711654884681, "publicationStatement": [ - "Akureyri : Bókaútgáfan Skjaldborg, 1982-" + "[Tañcāvūr] : Tañcai Caracuvati Makāl Nūl Nilaiya Nirvākak Kuḻu, 1975." ], "identifier": [ - "urn:bnum:10006687", - "urn:undefined:NNSZ00507920", - "urn:undefined:(WaOLN)nyp0206676" + "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": [ { @@ -8836,7 +9953,7 @@ } ], "dateString": [ - "1982" + "1975" ], "mediaType": [ { @@ -8845,21 +9962,17 @@ } ], "subjectLiteral": [ - "Skiđuhreppur (Iceland)", - "Öxnadalshreppur (Iceland)" + "Tamil language -- Glossaries, vocabularies, etc." ], "titleDisplay": [ - "Ritsafn / Eidur Gudmundsson Púfnav;ollum." - ], - "uri": "b10006687", - "numItems": [ - 2 + "Ā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." ], - "numAvailable": [ - 2 + "uri": "b10007240", + "lccClassification": [ + "PL4757 .A5" ], "placeOfPublication": [ - "Akureyri :" + "[Tañcāvūr]" ], "issuance": [ { @@ -8867,15 +9980,12 @@ "label": "monograph/item" } ], - "tableOfContents": [ - "1. Mannfelliviun mikli -- 2. Búskaparsaga i Skriđuhreppi forna." - ], "dimensions": [ - "24 cm." + "23 cm." ] }, "sort": [ - "b10006687" + "b10007240" ], "inner_hits": { "electronicResources": { @@ -8897,84 +10007,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433004069567" - ], - "physicalLocation": [ - "JFL 84-217" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "aJFL 84-217 v. 000002", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10003946", - "shelfMark": [ - "JFL 84-217 v. 2" + "idBarcode": [ + "33433061354662" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-3259", + "urn:barcode:33433061354662" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "JFL 84-217 v. 2" + "value": "*OLB 84-3259", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433004069567" + "value": "33433061354662", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 2" - ], - "idBarcode": [ - "33433004069567" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLB 84-3259" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLB 84-3259" ], + "shelfMark_sort": "a*OLB 84-003259", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i13785014" }, "sort": [ null @@ -8987,84 +10101,88 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433004069559" - ], - "physicalLocation": [ - "JFL 84-217" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "aJFL 84-217 v. 000001", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i10003945", - "shelfMark": [ - "JFL 84-217 v. 1" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433061303693" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-3259", + "urn:barcode:33433061303693" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "JFL 84-217 v. 1" + "value": "*OLB 84-3259", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433004069559" + "value": "33433061303693", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 1" - ], - "idBarcode": [ - "33433004069559" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OLB 84-3259" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLB 84-3259" ], + "shelfMark_sort": "a*OLB 84-003259", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i13785013" }, "sort": [ null @@ -9078,7 +10196,7 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10006688", + "_id": "b10007516", "_score": null, "_source": { "extent": [ @@ -9087,7 +10205,12 @@ "note": [ { "noteType": "Bibliography", - "label": "Includes bibliographical references.", + "label": "Includes bibliographies.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic.", "type": "bf:Note" } ], @@ -9095,73 +10218,104 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Iceland", - "Iceland -- Economic conditions", - "Iceland -- History", - "Iceland -- Social conditions" + "Egypt", + "Egypt -- History", + "Egypt -- History -- 20th century" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Mál og Menning," + "al-Mu'assasah al-Àrabīyah lil-Dirāsāt wa-al-Nashr" ], "language": [ { - "id": "lang:ice", - "label": "Icelandic" + "id": "lang:ara", + "label": "Arabic" } ], + "numItemsTotal": [ + 5 + ], + "createdYear": [ + 1974 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1981 + "title": [ + "Qiṣṣat thawrat 23 Yūliyū" ], "type": [ "nypl:Item" ], - "title": [ - "Ritsafn" - ], "shelfMark": [ - "JFL 84-216" + "*OFP 84-3195" ], - "creatorLiteral": [ - "Sverrir Kristjánsson, 1908-" + "numItemVolumesParsed": [ + 5 ], "createdString": [ - "1981" + "1974" + ], + "creatorLiteral": [ + "Ḥamrūsh, Aḥmad." + ], + "idLccn": [ + "76960179" + ], + "numElectronicResources": [ + 0 ], "dateStartYear": [ - 1981 + 1974 + ], + "idOclc": [ + "NYPG005001687-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "JFL 84-216" + "value": "*OFP 84-3195" }, { "type": "nypl:Bnumber", - "value": "10006688" + "value": "10007516" + }, + { + "type": "nypl:Oclc", + "value": "NYPG005001687-B" + }, + { + "type": "bf:Lccn", + "value": "76960179" }, { "type": "bf:Identifier", - "value": "NNSZ00507921" + "value": "NNSZ00508761" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0206677" + "value": "(WaOLN)nyp0207500" } ], "dateEndYear": [ 9999 ], - "updatedAt": 1636127047675, + "updatedAt": 1711609218928, "publicationStatement": [ - "Reykjavík : Mál og Menning, 1981-" + "Bayrūt : al-Mu'assasah al-Àrabīyah lil-Dirāsāt wa-al-Nashr, 1974-" ], "identifier": [ - "urn:bnum:10006688", - "urn:undefined:NNSZ00507921", - "urn:undefined:(WaOLN)nyp0206677" + "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": [ { @@ -9176,7 +10330,7 @@ } ], "dateString": [ - "1981" + "1974" ], "mediaType": [ { @@ -9185,22 +10339,17 @@ } ], "subjectLiteral": [ - "Iceland -- Economic conditions.", - "Iceland -- History.", - "Iceland -- Social conditions." + "Egypt -- History -- 20th century." ], "titleDisplay": [ - "Ritsafn / Sverrir Kristjánsson." - ], - "uri": "b10006688", - "numItems": [ - 2 + "Qiṣṣat thawrat 23 Yūliyū / Aḥmad Ḥamrūsh." ], - "numAvailable": [ - 2 + "uri": "b10007516", + "lccClassification": [ + "DT107.825 .H35" ], "placeOfPublication": [ - "Reykjavík :" + "Bayrūt" ], "issuance": [ { @@ -9208,12 +10357,15 @@ "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": [ - "22 cm." + "24 cm." ] }, "sort": [ - "b10006688" + "b10007516" ], "inner_hits": { "electronicResources": { @@ -9225,187 +10377,325 @@ }, "items": { "hits": { - "total": 2, + "total": 5, "max_score": null, "hits": [ { "_nested": { "field": "items", - "offset": 1 + "offset": 0 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433004069542" - ], - "physicalLocation": [ - "JFL 84-216" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "aJFL 84-216 v. 000002", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "enumerationChronology": [ + "v. 5" + ], + "enumerationChronology_sort": [ + " 5-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10003948", - "shelfMark": [ - "JFL 84-216 v. 2" + "idBarcode": [ + "33433005566249" + ], + "identifier": [ + "urn:shelfmark:*OFP 84-3195 v. 5", + "urn:barcode:33433005566249" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "JFL 84-216 v. 2" + "value": "*OFP 84-3195 v. 5", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433004069542" + "value": "33433005566249", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 2" - ], - "idBarcode": [ - "33433004069542" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OFP 84-3195" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OFP 84-3195 v. 5" ], + "shelfMark_sort": "a*OFP 84-3195 v. 000005", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 5, + "lte": 5 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i10004361" }, "sort": [ - null + " 5-" ] }, { "_nested": { "field": "items", - "offset": 0 + "offset": 1 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433004069534" - ], - "physicalLocation": [ - "JFL 84-216" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "aJFL 84-216 v. 000001", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "enumerationChronology": [ + "v. 4" + ], + "enumerationChronology_sort": [ + " 4-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10003947", - "shelfMark": [ - "JFL 84-216 v. 1" + "idBarcode": [ + "33433005566231" + ], + "identifier": [ + "urn:shelfmark:*OFP 84-3195 v. 4", + "urn:barcode:33433005566231" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "JFL 84-216 v. 1" + "value": "*OFP 84-3195 v. 4", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433004069534" + "value": "33433005566231", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 1" - ], - "idBarcode": [ - "33433004069534" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*OFP 84-3195" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OFP 84-3195 v. 4" ], + "shelfMark_sort": "a*OFP 84-3195 v. 000004", "status": [ { "id": "status:a", "label": "Available" } ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 4, + "lte": 4 + } + ], + "uri": "i10004360" + }, + "sort": [ + " 4-" + ] + }, + { + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "enumerationChronology": [ + "v. 3" + ], + "enumerationChronology_sort": [ + " 3-" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", "label": "Offsite" } ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433005566223" + ], + "identifier": [ + "urn:shelfmark:*OFP 84-3195 v. 3", + "urn:barcode:33433005566223" + ], + "identifierV2": [ + { + "value": "*OFP 84-3195 v. 3", + "type": "bf:ShelfMark" + }, + { + "value": "33433005566223", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ + "*OFP 84-3195" + ], "recapCustomerCode": [ "NA" - ] + ], + "requestable": [ + true + ], + "shelfMark": [ + "*OFP 84-3195 v. 3" + ], + "shelfMark_sort": "a*OFP 84-3195 v. 000003", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ], + "uri": "i10004359" }, "sort": [ - null + " 3-" ] } ] @@ -9416,21 +10706,16 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10006705", + "_id": "b10007874", "_score": null, "_source": { "extent": [ - "v. : ill. (some col.);" + "v. : ports. ;" ], "note": [ { "noteType": "Note", - "label": "Includes indexes.", - "type": "bf:Note" - }, - { - "noteType": "Bibliography", - "label": "Includes bibliographical references.", + "label": "Translation of: Towards one Nigeria.", "type": "bf:Note" } ], @@ -9438,96 +10723,92 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Vernacular architecture", - "Vernacular architecture -- Greece", - "Architecture, Domestic", - "Architecture, Domestic -- Greece" + "Nigeria", + "Nigeria -- History", + "Nigeria -- History -- Civil War, 1967-1970", + "Nigeria -- History -- Civil War, 1967-1970 -- Sources" ], "numItemDatesParsed": [ 0 ], "publisherLiteral": [ - "Ekdot. Oikos \"Melissa,\"" + "Federal Ministry of Information" ], "language": [ { - "id": "lang:gre", - "label": "Greek, Modern (1453- )" + "id": "lang:fre", + "label": "French" } ], "numItemsTotal": [ - 7 + 1 ], "createdYear": [ - 1982 + 1967 ], "dateEndString": [ "9999" ], + "title": [ + "Vers l'unité du Nigèria." + ], "type": [ "nypl:Item" ], - "title": [ - "Hellēnikē paradosiakē architektonikē" - ], "shelfMark": [ - "3-MQW+ 84-2551" + "Sc Ser.-L .V377" ], "numItemVolumesParsed": [ - 7 + 1 ], "createdString": [ - "1982" - ], - "idLccn": [ - "83177376" + "1967" ], "numElectronicResources": [ 0 ], "contributorLiteral": [ - "Philippidēs, Dēmētrēs." + "Nigeria. Federal Ministry of Information." ], "dateStartYear": [ - 1982 + 1967 + ], + "idOclc": [ + "NYPG006000125-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "3-MQW+ 84-2551" + "value": "Sc Ser.-L .V377" }, { "type": "nypl:Bnumber", - "value": "10006705" - }, - { - "type": "bf:Lccn", - "value": "83177376" + "value": "10007874" }, { "type": "nypl:Oclc", - "value": "NYPG005000864-B" + "value": "NYPG006000125-B" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0206694" + "value": "(WaOLN)nyp0207856" } ], - "idOclc": [ - "NYPG005000864-B" + "uniformTitle": [ + "Towards one Nigeria. French" ], "dateEndYear": [ 9999 ], - "updatedAt": 1683688426081, + "updatedAt": 1711609351859, "publicationStatement": [ - "Athēna : Ekdot. Oikos \"Melissa,\" c1982-" + "[Lagos : Federal Ministry of Information, [1967?-]" ], "identifier": [ - "urn:bnum:10006705", - "urn:lccn:83177376", - "urn:oclc:NYPG005000864-B", - "urn:undefined:(WaOLN)nyp0206694" + "urn:shelfmark:Sc Ser.-L .V377", + "urn:bnum:10007874", + "urn:oclc:NYPG006000125-B", + "urn:identifier:(WaOLN)nyp0207856" ], "numCheckinCardItems": [ 0 @@ -9545,7 +10826,7 @@ } ], "dateString": [ - "1982" + "1967" ], "mediaType": [ { @@ -9554,24 +10835,14 @@ } ], "subjectLiteral": [ - "Vernacular architecture -- Greece.", - "Architecture, Domestic -- Greece." + "Nigeria -- History -- Civil War, 1967-1970 -- Sources." ], "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" - ], - "numItems": [ - 7 - ], - "numAvailable": [ - 7 + "Vers l'unité du Nigèria." ], + "uri": "b10007874", "placeOfPublication": [ - "Athēna" + "[Lagos" ], "issuance": [ { @@ -9579,15 +10850,15 @@ "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." + "titleAlt": [ + "Towards one Nigeria." ], "dimensions": [ - "31 cm." + "21 cm." ] }, "sort": [ - "b10006705" + "b10007874" ], "inner_hits": { "electronicResources": { @@ -9599,72 +10870,24 @@ }, "items": { "hits": { - "total": 7, + "total": 1, "max_score": null, "hits": [ { "_nested": { "field": "items", - "offset": 6 + "offset": 0 }, "_score": null, "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "identifier": [ - "urn:barcode:33433105160679" - ], - "physicalLocation": [ - "3-MQW+ 84-2551" - ], - "shelfMark_sort": "a3-MQW+ 84-2551 v. 000007", - "m2CustomerCode": [ - "XG" - ], - "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" - ], - "uri": "i14746675", - "shelfMark": [ - "3-MQW+ 84-2551 v. 7" - ], - "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": [ - false + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -9672,315 +10895,384 @@ "label": "book non-circ" } ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ - { - "id": "loc:mab98", - "label": "Schwarzman Building M2 - Art and Architecture Room 300" - } - ], - "volumeRange": [ - { - "gte": 7, - "lte": 7 - } - ], - "formatLiteral": [ - "Text" - ] - }, - "sort": [ - " 7-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 5 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "identifier": [ - "urn:barcode:33433105160661" - ], - "physicalLocation": [ - "3-MQW+ 84-2551" - ], - "shelfMark_sort": "a3-MQW+ 84-2551 v. 000006", - "m2CustomerCode": [ - "XG" - ], "catalogItemType_packed": [ "catalogItemType:2||book non-circ" ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "status_packed": [ - "status:a||Available" + "enumerationChronology": [ + "v. 3" ], "enumerationChronology_sort": [ - " 6-" - ], - "type": [ - "bf:Item" + " 3-" ], - "uri": "i14746674", - "shelfMark": [ - "3-MQW+ 84-2551 v. 6" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "3-MQW+ 84-2551 v. 6" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433105160661" + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" } ], "holdingLocation_packed": [ - "loc:mab98||Schwarzman Building M2 - Art and Architecture Room 300" - ], - "enumerationChronology": [ - "v. 6" + "loc:scff2||Schomburg Center - Research & Reference" ], "idBarcode": [ - "33433105160661" - ], - "requestable": [ - false + "33433034815294" ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } + "identifier": [ + "urn:shelfmark:Sc Ser.-L .V377 v. 3", + "urn:barcode:33433034815294" ], - "status": [ + "identifierV2": [ { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ + "value": "Sc Ser.-L .V377 v. 3", + "type": "bf:ShelfMark" + }, { - "id": "loc:mab98", - "label": "Schwarzman Building M2 - Art and Architecture Room 300" + "value": "33433034815294", + "type": "bf:Barcode" } ], - "volumeRange": [ + "owner": [ { - "gte": 6, - "lte": 6 + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" } ], - "formatLiteral": [ - "Text" - ] - }, - "sort": [ - " 6-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 4 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "identifier": [ - "urn:barcode:33433105160653" + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], "physicalLocation": [ - "3-MQW+ 84-2551" + "Sc Ser.-L .V377" ], - "shelfMark_sort": "a3-MQW+ 84-2551 v. 000005", - "m2CustomerCode": [ - "XG" + "requestable": [ + true ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" + "shelfMark": [ + "Sc Ser.-L .V377 v. 3" ], - "accessMessage": [ + "shelfMark_sort": "aSc Ser.-L .V377 v. 000003", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], "status_packed": [ "status:a||Available" ], - "enumerationChronology_sort": [ - " 5-" - ], "type": [ "bf:Item" ], - "uri": "i14746673", - "shelfMark": [ - "3-MQW+ 84-2551 v. 5" - ], - "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": [ - false - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ - { - "id": "loc:mab98", - "label": "Schwarzman Building M2 - Art and Architecture Room 300" - } - ], "volumeRange": [ { - "gte": 5, - "lte": 5 + "gte": 3, + "lte": 3 } ], - "formatLiteral": [ - "Text" - ] + "uri": "i11900848" }, "sort": [ - " 5-" + " 3-" ] - }, + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10008327", + "_score": null, + "_source": { + "extent": [ + "v. : ill ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Editors vary.", + "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": [ + "Folk literature, Kannada", + "Folk literature, Kannada -- History and criticism" + ], + "numItemDatesParsed": [ + 0 + ], + "publisherLiteral": [ + "Kannaḍa Adhyayana Pīṭha, Karnāṭaka Viśvavidyālaya" + ], + "language": [ + { + "id": "lang:kan", + "label": "Kannada" + } + ], + "numItemsTotal": [ + 3 + ], + "createdYear": [ + 1974 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Jānapada sāhityadarśana" + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLA 83-2636" + ], + "numItemVolumesParsed": [ + 3 + ], + "createdString": [ + "1974" + ], + "idLccn": [ + "75904046" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Jānapada sammēḷana smaraṇe ; 1-2, 4" + ], + "contributorLiteral": [ + "Hiremath, Rudrayya Chandrayya, 1922-" + ], + "dateStartYear": [ + 1974 + ], + "idOclc": [ + "NYPG006000585-B" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "*OLA 83-2636" + }, + { + "type": "nypl:Bnumber", + "value": "10008327" + }, + { + "type": "nypl:Oclc", + "value": "NYPG006000585-B" + }, + { + "type": "bf:Lccn", + "value": "75904046" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00609733" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0208308" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711285077417, + "publicationStatement": [ + "Dhāravāḍa : Kannaḍa Adhyayana Pīṭha, Karnāṭaka Viśvavidyālaya, 1974-" + ], + "identifier": [ + "urn:shelfmark:*OLA 83-2636", + "urn:bnum:10008327", + "urn:oclc:NYPG006000585-B", + "urn:lccn:75904046", + "urn:identifier:NNSZ00609733", + "urn:identifier:(WaOLN)nyp0208308" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1974" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Folk literature, Kannada -- History and criticism." + ], + "titleDisplay": [ + "Jānapada sāhityadarśana / sampādakaru Ār. Si. Hirēmaṭha." + ], + "uri": "b10008327", + "lccClassification": [ + "PL4654 .J3" + ], + "placeOfPublication": [ + "Dhāravāḍa" + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "dimensions": [ + "22 cm." + ] + }, + "sort": [ + "b10008327" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 3, + "max_score": null, + "hits": [ { "_nested": { "field": "items", - "offset": 3 + "offset": 0 }, "_score": null, "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "identifier": [ - "urn:barcode:33433105160646" - ], - "physicalLocation": [ - "3-MQW+ 84-2551" - ], - "shelfMark_sort": "a3-MQW+ 84-2551 v. 000004", - "m2CustomerCode": [ - "XG" + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], - "accessMessage": [ + "catalogItemType": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], - "status_packed": [ - "status:a||Available" + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "enumerationChronology": [ + "v. 4" ], "enumerationChronology_sort": [ " 4-" ], - "type": [ - "bf:Item" - ], - "uri": "i14746672", - "shelfMark": [ - "3-MQW+ 84-2551 v. 4" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "3-MQW+ 84-2551 v. 4" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433105160646" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ - "loc:mab98||Schwarzman Building M2 - Art and Architecture Room 300" - ], - "enumerationChronology": [ - "v. 4" + "loc:rc2ma||Offsite" ], "idBarcode": [ - "33433105160646" + "33433013119130" ], - "requestable": [ - false + "identifier": [ + "urn:shelfmark:*OLA 83-2636 v. 4", + "urn:barcode:33433013119130" ], - "catalogItemType": [ + "identifierV2": [ { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "status": [ + "value": "*OLA 83-2636 v. 4", + "type": "bf:ShelfMark" + }, { - "id": "status:a", - "label": "Available" + "value": "33433013119130", + "type": "bf:Barcode" } ], - "holdingLocation": [ + "owner": [ { - "id": "loc:mab98", - "label": "Schwarzman Building M2 - Art and Architecture Room 300" + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ + "*OLA 83-2636" + ], + "recapCustomerCode": [ + "NA" + ], + "requestable": [ + true + ], + "shelfMark": [ + "*OLA 83-2636 v. 4" + ], + "shelfMark_sort": "a*OLA 83-2636 v. 000004", + "status": [ + { + "id": "status:a", + "label": "Available" } ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], "volumeRange": [ { "gte": 4, "lte": 4 } ], - "formatLiteral": [ - "Text" - ] + "uri": "i10004641" }, "sort": [ " 4-" @@ -9989,289 +11281,213 @@ { "_nested": { "field": "items", - "offset": 2 + "offset": 1 }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], "accessMessage_packed": [ - "accessMessage:1||Use in library" + "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433105160638" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "physicalLocation": [ - "3-MQW+ 84-2551" + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" ], - "shelfMark_sort": "a3-MQW+ 84-2551 v. 000003", - "m2CustomerCode": [ - "XG" + "enumerationChronology": [ + "v. 2" ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" + "enumerationChronology_sort": [ + " 2-" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" - ], - "enumerationChronology_sort": [ - " 3-" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433005544246" ], - "uri": "i14746671", - "shelfMark": [ - "3-MQW+ 84-2551 v. 3" + "identifier": [ + "urn:shelfmark:*OLA 83-2636 v. 2", + "urn:barcode:33433005544246" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "3-MQW+ 84-2551 v. 3" + "value": "*OLA 83-2636 v. 2", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433105160638" + "value": "33433005544246", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mab98||Schwarzman Building M2 - Art and Architecture Room 300" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], - "enumerationChronology": [ - "v. 3" + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], - "idBarcode": [ - "33433105160638" + "physicalLocation": [ + "*OLA 83-2636" + ], + "recapCustomerCode": [ + "NA" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } + "shelfMark": [ + "*OLA 83-2636 v. 2" ], + "shelfMark_sort": "a*OLA 83-2636 v. 000002", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mab98", - "label": "Schwarzman Building M2 - Art and Architecture Room 300" - } + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], "volumeRange": [ { - "gte": 3, - "lte": 3 + "gte": 2, + "lte": 2 } ], - "formatLiteral": [ - "Text" - ] + "uri": "i10004640" }, "sort": [ - " 3-" + " 2-" ] }, { "_nested": { "field": "items", - "offset": 1 + "offset": 2 }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], "accessMessage_packed": [ - "accessMessage:1||Use in library" + "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433105160620" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "physicalLocation": [ - "3-MQW+ 84-2551" + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" ], - "shelfMark_sort": "a3-MQW+ 84-2551 v. 000002", - "m2CustomerCode": [ - "XG" + "enumerationChronology": [ + "v. 1" ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" + "enumerationChronology_sort": [ + " 1-" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" - ], - "enumerationChronology_sort": [ - " 2-" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433005544238" ], - "uri": "i14746670", - "shelfMark": [ - "3-MQW+ 84-2551 v. 2" + "identifier": [ + "urn:shelfmark:*OLA 83-2636 v. 1", + "urn:barcode:33433005544238" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "3-MQW+ 84-2551 v. 2" + "value": "*OLA 83-2636 v. 1", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433105160620" + "value": "33433005544238", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], - "holdingLocation_packed": [ - "loc:mab98||Schwarzman Building M2 - Art and Architecture Room 300" + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], - "enumerationChronology": [ - "v. 2" + "physicalLocation": [ + "*OLA 83-2636" ], - "idBarcode": [ - "33433105160620" + "recapCustomerCode": [ + "NA" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } + "shelfMark": [ + "*OLA 83-2636 v. 1" ], + "shelfMark_sort": "a*OLA 83-2636 v. 000001", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mab98", - "label": "Schwarzman Building M2 - Art and Architecture Room 300" - } + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], "volumeRange": [ { - "gte": 2, - "lte": 2 + "gte": 1, + "lte": 1 } ], - "formatLiteral": [ - "Text" - ] + "uri": "i10004639" }, "sort": [ - " 2-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "identifier": [ - "urn:barcode:33433105160612" - ], - "physicalLocation": [ - "3-MQW+ 84-2551" - ], - "shelfMark_sort": "a3-MQW+ 84-2551 v. 000001", - "m2CustomerCode": [ - "XG" - ], - "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" - ], - "uri": "i14746669", - "shelfMark": [ - "3-MQW+ 84-2551 v. 1" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "3-MQW+ 84-2551 v. 1" - }, - { - "type": "bf:Barcode", - "value": "33433105160612" - } - ], - "holdingLocation_packed": [ - "loc:mab98||Schwarzman Building M2 - Art and Architecture Room 300" - ], - "enumerationChronology": [ - "v. 1" - ], - "idBarcode": [ - "33433105160612" - ], - "requestable": [ - false - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ - { - "id": "loc:mab98", - "label": "Schwarzman Building M2 - Art and Architecture Room 300" - } - ], - "volumeRange": [ - { - "gte": 1, - "lte": 1 - } - ], - "formatLiteral": [ - "Text" - ] - }, - "sort": [ - " 1-" + " 1-" ] } ] @@ -10282,16 +11498,21 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10006715", + "_id": "b10008347", "_score": null, "_source": { "extent": [ - "v. : ill. (some ed.);" + "v. ;" ], "note": [ { - "noteType": "Note", - "label": "Title on spine: 2222.", + "noteType": "Bibliography", + "label": "Bibliography: v.2, p. 375.", + "type": "bf:Note" + }, + { + "noteType": "Language", + "label": "In Arabic", "type": "bf:Note" } ], @@ -10299,75 +11520,95 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Austria", - "Austria -- Relations", - "Austria -- Relations -- United States", - "United States", - "United States -- Relations", - "United States -- Relations -- Austria" + "Qurʼan", + "Qurʼan -- Commentaries" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "The author," + "[s. n.]" ], "language": [ { - "id": "lang:eng", - "label": "English" + "id": "lang:ara", + "label": "Arabic" } ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1969 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1970 + "title": [ + "Aḍwāʼ ʻalá mutashābihāt al-Qurʼān ; yaḥtawī ʻalá 1600 suʼāl wa-jawāb" ], "type": [ "nypl:Item" ], - "title": [ - "Quadruple 2" - ], "shelfMark": [ - "ICM (Austria) 85-584" + "*OGDM 82-3193" ], - "creatorLiteral": [ - "Humes, John P." + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1970" + "1969" + ], + "creatorLiteral": [ + "Yāsīn, Khalīl." + ], + "numElectronicResources": [ + 0 ], "dateStartYear": [ - 1970 + 1969 + ], + "idOclc": [ + "NYPG006000606-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "ICM (Austria) 85-584" + "value": "*OGDM 82-3193" }, { "type": "nypl:Bnumber", - "value": "10006715" + "value": "10008347" + }, + { + "type": "nypl:Oclc", + "value": "NYPG006000606-B" }, { "type": "bf:Identifier", - "value": "NNSZ00507948" + "value": "NNSZ00609754" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0206704" + "value": "(WaOLN)nyp0208328" } ], "dateEndYear": [ 9999 ], - "updatedAt": 1636124417162, + "updatedAt": 1711463418061, "publicationStatement": [ - "[S.l. : The author, 197-]" + "Bayrūt : [s. n.], 1969-" ], "identifier": [ - "urn:bnum:10006715", - "urn:undefined:NNSZ00507948", - "urn:undefined:(WaOLN)nyp0206704" + "urn:shelfmark:*OGDM 82-3193", + "urn:bnum:10008347", + "urn:oclc:NYPG006000606-B", + "urn:identifier:NNSZ00609754", + "urn:identifier:(WaOLN)nyp0208328" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -10382,7 +11623,7 @@ } ], "dateString": [ - "1970" + "1969" ], "mediaType": [ { @@ -10391,21 +11632,14 @@ } ], "subjectLiteral": [ - "Austria -- Relations -- United States.", - "United States -- Relations -- Austria." + "Qurʼan -- Commentaries." ], "titleDisplay": [ - "Quadruple 2 / by John P. Humes." - ], - "uri": "b10006715", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "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": [ - "[S.l. :" + "Bayrūt" ], "issuance": [ { @@ -10413,16 +11647,12 @@ "label": "monograph/item" } ], - "titleAlt": [ - "2222.", - "Quadruple two." - ], "dimensions": [ - "28 cm." + "24 cm." ] }, "sort": [ - "b10006715" + "b10008347" ], "inner_hits": { "electronicResources": { @@ -10444,75 +11674,88 @@ }, "_score": null, "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "identifier": [ - "urn:barcode:33433090390752" + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } ], - "physicalLocation": [ - "ICM (Austria) 85-584" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], - "shelfMark_sort": "aICM (Austria) 85-584 v. 000002", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i14746681", - "shelfMark": [ - "ICM (Austria) 85-584 v. 2" + "idBarcode": [ + "33433005577105" + ], + "identifier": [ + "urn:shelfmark:*OGDM 82-3193", + "urn:barcode:33433005577105" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "ICM (Austria) 85-584 v. 2" + "value": "*OGDM 82-3193", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433090390752" + "value": "33433005577105", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mag92||Schwarzman Building M2 - Milstein Division Room 121" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], - "enumerationChronology": [ - "v. 2" + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], - "idBarcode": [ - "33433090390752" + "physicalLocation": [ + "*OGDM 82-3193" + ], + "recapCustomerCode": [ + "NA" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OGDM 82-3193" ], + "shelfMark_sort": "a*OGDM 82-003193", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mag92", - "label": "Schwarzman Building M2 - Milstein Division Room 121" - } - ] + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i10004653" }, "sort": [ null @@ -10526,109 +11769,186 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10007240", + "_id": "b10008408", "_score": null, "_source": { "extent": [ - "v. ;" + "v. 1-5 : ill., maps ;" ], "note": [ { "noteType": "Note", - "label": "Imprint on cover: Tañcāvūr Mahārājā Carapōjiyiṉ Caracuvati Makāl Nūl Nilaiyam.", + "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": "Includes indexes.", + "label": "10 folded maps accompany atlas; issued together in a case.", "type": "bf:Note" }, { - "noteType": "Language", - "label": "In Tamil.", - "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": [ - "Tamil language", - "Tamil language -- Glossaries, vocabularies, etc" + "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": [ - "Tañcai Caracuvati Makāl Nūl Nilaiya Nirvākak Kuḻu" + "Institut de recherches en sciences humaines" ], "language": [ { - "id": "lang:tam", - "label": "Tamil" + "id": "lang:fre", + "label": "French" } ], + "numItemsTotal": [ + 5 + ], + "createdYear": [ + 1983 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1975 + "title": [ + "La Région d'In Gall--Tegidda n Tesemt (Niger) : programme archéologique d'urgence, 1977-1981." ], "type": [ "nypl:Item" ], - "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ṉ" - ], "shelfMark": [ - "*OLB 84-3259" + "Sc F 87-35" + ], + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1975" + "1983" ], "idLccn": [ - "77902870" + "84121246" + ], + "numElectronicResources": [ + 0 ], "seriesStatement": [ - "Tañcai Caracuvati Makāl veḷiyīṭu; 156" + "Etudes nigériennes ; no 47-52" ], "contributorLiteral": [ - "Chokkalingam." + "Grébénart, Danilo.", + "Paris, François, 1946-", + "Poncet, Yveline.", + "Université de Niamey. Institut de recherches en sciences humaines." ], "dateStartYear": [ - 1975 + 1983 + ], + "idOclc": [ + "12840091" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OLB 84-3259" + "value": "Sc F 87-35" }, { "type": "nypl:Bnumber", - "value": "10007240" + "value": "10008408" }, { - "type": "bf:Lccn", - "value": "77902870" + "type": "bf:Isbn", + "value": "2859210601 (v. 4)" }, { - "type": "bf:Identifier", - "value": "NNSZ00508482" + "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": "(WaOLN)nyp0207225" + "value": "(OCoLC)12840091" } ], "dateEndYear": [ 9999 ], - "updatedAt": 1653404639464, + "updatedAt": 1711097301102, "publicationStatement": [ - "[Tañcāvūr] : Tañcai Caracuvati Makāl Nūl Nilaiya Nirvākak Kuḻu, 1975." + "Niamey : Institut de recherches en sciences humaines, 1983-<1992>" + ], + "idIsbn": [ + "2859210601 (v. 4)", + "9782859210601 (v. 4)" ], "identifier": [ - "urn:bnum:10007240", - "urn:lccn:77902870", - "urn:undefined:NNSZ00508482", - "urn:undefined:(WaOLN)nyp0207225" + "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": [ { @@ -10643,7 +11963,7 @@ } ], "dateString": [ - "1975" + "1983" ], "mediaType": [ { @@ -10652,23 +11972,20 @@ } ], "subjectLiteral": [ - "Tamil language -- Glossaries, vocabularies, etc." + "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": [ - "Ā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" - ], - "numItems": [ - 2 - ], - "numAvailable": [ - 2 + "La Région d'In Gall--Tegidda n Tesemt (Niger) : programme archéologique d'urgence, 1977-1981." ], + "uri": "b10008408", "placeOfPublication": [ - "[Tañcāvūr]" + "Niamey" ], "issuance": [ { @@ -10676,12 +11993,19 @@ "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": [ - "23 cm." + "24 cm. +" + ], + "idIsbn_clean": [ + "28592106014", + "97828592106014" ] }, "sort": [ - "b10007240" + "b10008408" ], "inner_hits": { "electronicResources": { @@ -10693,84 +12017,98 @@ }, "items": { "hits": { - "total": 2, + "total": 5, "max_score": null, "hits": [ { "_nested": { "field": "items", - "offset": 1 + "offset": 4 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:1", + "label": "Use in library" } ], "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433061354662" + "catalogItemType": [ + { + "id": "catalogItemType:25", + "label": "atlas" + } ], - "shelfMark_sort": "a*OLB 84-003259", "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" + "catalogItemType:25||atlas" ], - "accessMessage": [ + "enumerationChronology": [ + "Atlas" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" ], - "uri": "i13785014", - "shelfMark": [ - "*OLB 84-3259" + "idBarcode": [ + "33433036872814" + ], + "identifier": [ + "urn:shelfmark:Sc F 87-35 Atlas", + "urn:barcode:33433036872814" ], "identifierV2": [ { - "type": "bf:Barcode", - "value": "33433061354662" + "value": "Sc F 87-35 Atlas", + "type": "bf:ShelfMark" + }, + { + "value": "33433036872814", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433061354662" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "physicalLocation": [ + "Sc F 87-35" ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "Sc F 87-35 Atlas" ], + "shelfMark_sort": "aSc F 87-35 Atlas", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i17447322" }, "sort": [ null @@ -10779,85 +12117,186 @@ { "_nested": { "field": "items", - "offset": 0 + "offset": 3 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:1", + "label": "Use in library" } ], "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433061303693" + "accessMessage:1||Use in library" ], - "physicalLocation": [ - "*OLB 84-3259" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OLB 84-003259", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "enumerationChronology": [ + "t. 1" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" ], - "uri": "i13785013", - "shelfMark": [ - "*OLB 84-3259" + "idBarcode": [ + "33433057875217" + ], + "identifier": [ + "urn:shelfmark:Sc F 87-35 t. 1", + "urn:barcode:33433057875217" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLB 84-3259" + "value": "Sc F 87-35 t. 1", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061303693" + "value": "33433057875217", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433061303693" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "physicalLocation": [ + "Sc F 87-35" ], "requestable": [ true ], + "shelfMark": [ + "Sc F 87-35 t. 1" + ], + "shelfMark_sort": "aSc F 87-35 t. 000001", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i11900890" + }, + "sort": [ + null + ] + }, + { + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], "catalogItemType": [ { "id": "catalogItemType:55", "label": "book, limited circ, MaRLI" } ], + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "enumerationChronology": [ + "t. 2" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" + } + ], + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" + ], + "idBarcode": [ + "33433057875050" + ], + "identifier": [ + "urn:shelfmark:Sc F 87-35 t. 2", + "urn:barcode:33433057875050" + ], + "identifierV2": [ + { + "value": "Sc F 87-35 t. 2", + "type": "bf:ShelfMark" + }, + { + "value": "33433057875050", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } + ], + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "physicalLocation": [ + "Sc F 87-35" + ], + "requestable": [ + true + ], + "shelfMark": [ + "Sc F 87-35 t. 2" + ], + "shelfMark_sort": "aSc F 87-35 t. 000002", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i12540451" }, "sort": [ null @@ -10871,21 +12310,21 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10007516", + "_id": "b10008416", "_score": null, "_source": { "extent": [ - "v. ;" + "v. : ill. ;" ], "note": [ { - "noteType": "Bibliography", - "label": "Includes bibliographies.", + "noteType": "Note", + "label": "\"No 71.\"", "type": "bf:Note" }, { - "noteType": "Language", - "label": "In Arabic.", + "noteType": "Bibliography", + "label": "Bibliography: t. 1, p. 288.", "type": "bf:Note" } ], @@ -10893,100 +12332,128 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Egypt", - "Egypt -- History", - "Egypt -- History -- 20th century" + "French language", + "French language -- Study and teaching", + "French language -- Study and teaching -- Senegal" ], "numItemDatesParsed": [ - 0 + 1 ], "publisherLiteral": [ - "al-Mu'assasah al-Àrabīyah lil-Dirāsāt wa-al-Nashr" + "Centre de linguistique appliquée de Dakar" ], "language": [ { - "id": "lang:ara", - "label": "Arabic" + "id": "lang:fre", + "label": "French" } ], "numItemsTotal": [ - 5 + 1 ], "createdYear": [ - 1974 + 1978 ], "dateEndString": [ "9999" ], + "title": [ + "La grammaire en question" + ], "type": [ "nypl:Item" ], - "title": [ - "Qiṣṣat thawrat 23 Yūliyū" - ], "shelfMark": [ - "*OFP 84-3195" + "Sc Ser.-M .B575" ], "numItemVolumesParsed": [ - 5 - ], - "creatorLiteral": [ - "Ḥamrūsh, Aḥmad." + 0 ], "createdString": [ - "1974" + "1978" ], - "idLccn": [ - "76960179" + "creatorLiteral": [ + "Blondé, Jacques." ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "L'Enseignement du français au Sénégal" + ], + "contributorLiteral": [ + "Centre de linguistique appliquée de Dakar." + ], "dateStartYear": [ - 1974 + 1978 + ], + "idOclc": [ + "NYPG007000024-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OFP 84-3195" + "value": "Sc Ser.-M .B575" }, { "type": "nypl:Bnumber", - "value": "10007516" - }, - { - "type": "bf:Lccn", - "value": "76960179" + "value": "10008416" }, { "type": "nypl:Oclc", - "value": "NYPG005001687-B" + "value": "NYPG007000024-B" }, { "type": "bf:Identifier", - "value": "NNSZ00508761" + "value": "NNSZ00709824" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0207500" + "value": "(WaOLN)nyp0208396" } ], - "idOclc": [ - "NYPG005001687-B" + "uniformTitle": [ + "Enseignement du français au Sénégal." ], "dateEndYear": [ 9999 ], - "updatedAt": 1675263928305, + "holdings": [ + { + "identifier": [ + { + "type": "bf:shelfMark", + "value": "Sc Ser.-M .B575" + } + ], + "physicalLocation": [ + "Sc Ser.-M .B575" + ], + "format": [ + "PRINT" + ], + "location": [ + { + "code": "loc:scf", + "label": "Schomburg Center - Research & Reference" + } + ], + "shelfMark": [ + "Sc Ser.-M .B575" + ], + "uri": "h1141798" + } + ], + "updatedAt": 1711619870122, "publicationStatement": [ - "Bayrūt : al-Mu'assasah al-Àrabīyah lil-Dirāsāt wa-al-Nashr, 1974-" + "[Dakar] : Centre de linguistique appliquée de Dakar, 1978-" ], "identifier": [ - "urn:bnum:10007516", - "urn:lccn:76960179", - "urn:oclc:NYPG005001687-B", - "urn:undefined:NNSZ00508761", - "urn:undefined:(WaOLN)nyp0207500" + "urn:shelfmark:Sc Ser.-M .B575", + "urn:bnum:10008416", + "urn:oclc:NYPG007000024-B", + "urn:identifier:NNSZ00709824", + "urn:identifier:(WaOLN)nyp0208396" ], "numCheckinCardItems": [ 0 @@ -11004,7 +12471,7 @@ } ], "dateString": [ - "1974" + "1978" ], "mediaType": [ { @@ -11013,23 +12480,14 @@ } ], "subjectLiteral": [ - "Egypt -- History -- 20th century." + "French language -- Study and teaching -- Senegal." ], "titleDisplay": [ - "Qiṣṣat thawrat 23 Yūliyū / Aḥmad Ḥamrūsh." - ], - "uri": "b10007516", - "lccClassification": [ - "DT107.825 .H35" - ], - "numItems": [ - 5 - ], - "numAvailable": [ - 5 + "La grammaire en question / par Jacques Blondé." ], + "uri": "b10008416", "placeOfPublication": [ - "Bayrūt" + "[Dakar]" ], "issuance": [ { @@ -11037,15 +12495,12 @@ "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." + "27 cm." ] }, "sort": [ - "b10007516" + "b10008416" ], "inner_hits": { "electronicResources": { @@ -11057,227 +12512,94 @@ }, "items": { "hits": { - "total": 5, + "total": 1, "max_score": null, "hits": [ { "_nested": { "field": "items", - "offset": 4 + "offset": 0 }, "_score": null, "_source": { - "uri": "i10004361", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:1", + "label": "Use in library" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" + "id": "catalogItemType:3", + "label": "serial" } ], "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OFP 84-3195 v. 5" + "catalogItemType:3||serial" ], - "identifierV2": [ - { - "value": "*OFP 84-3195 v. 5", - "type": "bf:ShelfMark" - }, + "dateRange": [ { - "type": "bf:Barcode", - "value": "33433005566249" + "gte": "1978", + "lte": "1978" } ], "enumerationChronology": [ - "v. 5" - ], - "physicalLocation": [ - "*OFP 84-3195" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433005566249" - ], - "idBarcode": [ - "33433005566249" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 5, - "lte": 5 - } + "t. 1 (1978)" ], "enumerationChronology_sort": [ - " 5-" - ], - "type": [ - "bf:Item" + " -1978" ], "formatLiteral": [ "Text" ], - "shelfMark_sort": "a*OFP 84-3195 v. 000005" - }, - "sort": [ - " 5-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 3 - }, - "_score": null, - "_source": { - "uri": "i10004360", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], "holdingLocation": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" } ], "holdingLocation_packed": [ - "loc:rc2ma||Offsite" + "loc:scff2||Schomburg Center - Research & Reference" ], - "shelfMark": [ - "*OFP 84-3195 v. 4" + "idBarcode": [ + "33433021653690" + ], + "identifier": [ + "urn:shelfmark:Sc Ser.-M .B575 t. 1 (1978)", + "urn:barcode:33433021653690" ], "identifierV2": [ { - "value": "*OFP 84-3195 v. 4", + "value": "Sc Ser.-M .B575 t. 1 (1978)", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433005566231" + "value": "33433021653690", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "v. 4" - ], - "physicalLocation": [ - "*OFP 84-3195" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433005566231" - ], - "idBarcode": [ - "33433005566231" - ], - "requestable": [ - true - ], - "accessMessage": [ + "owner": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 4, - "lte": 4 - } + "owner_packed": [ + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" ], - "enumerationChronology_sort": [ - " 4-" + "physicalLocation": [ + "Sc Ser.-M .B575" ], - "type": [ - "bf:Item" + "requestable": [ + true ], - "formatLiteral": [ - "Text" + "shelfMark": [ + "Sc Ser.-M .B575 t. 1 (1978)" ], - "shelfMark_sort": "a*OFP 84-3195 v. 000004" - }, - "sort": [ - " 4-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 2 - }, - "_score": null, - "_source": { - "uri": "i10004359", + "shelfMark_sort": "aSc Ser.-M .B575 t. 1 (1978)", "status": [ { "id": "status:a", @@ -11287,302 +12609,13 @@ "status_packed": [ "status:a||Available" ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OFP 84-3195 v. 3" + "type": [ + "bf:Item" ], - "identifierV2": [ - { - "value": "*OFP 84-3195 v. 3", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433005566223" - } - ], - "enumerationChronology": [ - "v. 3" - ], - "physicalLocation": [ - "*OFP 84-3195" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433005566223" - ], - "idBarcode": [ - "33433005566223" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 3, - "lte": 3 - } - ], - "enumerationChronology_sort": [ - " 3-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFP 84-3195 v. 000003" - }, - "sort": [ - " 3-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "uri": "i10004358", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OFP 84-3195 v. 2" - ], - "identifierV2": [ - { - "value": "*OFP 84-3195 v. 2", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433005566215" - } - ], - "enumerationChronology": [ - "v. 2" - ], - "physicalLocation": [ - "*OFP 84-3195" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433005566215" - ], - "idBarcode": [ - "33433005566215" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 2, - "lte": 2 - } - ], - "enumerationChronology_sort": [ - " 2-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFP 84-3195 v. 000002" - }, - "sort": [ - " 2-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i10004357", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "shelfMark": [ - "*OFP 84-3195 v. 1" - ], - "identifierV2": [ - { - "value": "*OFP 84-3195 v. 1", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433005566207" - } - ], - "enumerationChronology": [ - "v. 1" - ], - "physicalLocation": [ - "*OFP 84-3195" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433005566207" - ], - "idBarcode": [ - "33433005566207" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 1, - "lte": 1 - } - ], - "enumerationChronology_sort": [ - " 1-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFP 84-3195 v. 000001" + "uri": "i13785304" }, "sort": [ - " 1-" + " -1978" ] } ] @@ -11593,16 +12626,16 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10007874", + "_id": "b10008989", "_score": null, "_source": { "extent": [ - "v. : ports. ;" + "v. ;" ], "note": [ { "noteType": "Note", - "label": "Translation of: Towards one Nigeria.", + "label": "At head of title: Florentina Studiorum Universitas.", "type": "bf:Note" } ], @@ -11610,71 +12643,103 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Nigeria", - "Nigeria -- History", - "Nigeria -- History -- Civil War, 1967-1970", - "Nigeria -- History -- Civil War, 1967-1970 -- Sources" + "Novellae constitutiones" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Federal Ministry of Information," + "Cisalpino-Goliardica" ], "language": [ { - "id": "lang:fre", - "label": "French" + "id": "lang:grc", + "label": "Greek, Ancient (to 1453)" } ], + "numItemsTotal": [ + 5 + ], + "createdYear": [ + 1986 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1967 + "title": [ + "Novellae : pars graeca" ], "type": [ "nypl:Item" ], - "title": [ - "Vers l'unité du Nigèria." - ], "shelfMark": [ - "Sc Ser.-L .V377" + "JLN 88-42" + ], + "numItemVolumesParsed": [ + 4 ], "createdString": [ - "1967" + "1986" + ], + "creatorLiteral": [ + "Bartoletti Colombo, Anna Maria." + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Legum Iustiniani imperatoris vocabularium" ], "contributorLiteral": [ - "Nigeria. Federal Ministry of Information." + "Archi, Gian Gualberto." ], "dateStartYear": [ - 1967 + 1986 + ], + "idOclc": [ + "NYPG008000116-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "Sc Ser.-L .V377" + "value": "JLN 88-42" }, { "type": "nypl:Bnumber", - "value": "10007874" + "value": "10008989" + }, + { + "type": "bf:Isbn", + "value": "8820505517 (v. 1)" + }, + { + "type": "nypl:Oclc", + "value": "NYPG008000116-B" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0207856" + "value": "(WaOLN)nyp0208964" } ], - "uniformTitle": [ - "Towards one Nigeria. French" - ], "dateEndYear": [ 9999 ], - "updatedAt": 1636140076962, + "updatedAt": 1711665022417, "publicationStatement": [ - "[Lagos : Federal Ministry of Information, [1967?-]" + "Milano : Cisalpino-Goliardica, c1986-" + ], + "idIsbn": [ + "8820505517 (v. 1)" ], "identifier": [ - "urn:bnum:10007874", - "urn:undefined:(WaOLN)nyp0207856" + "urn:shelfmark:JLN 88-42", + "urn:bnum:10008989", + "urn:isbn:8820505517 (v. 1)", + "urn:oclc:NYPG008000116-B", + "urn:identifier:(WaOLN)nyp0208964" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -11689,7 +12754,7 @@ } ], "dateString": [ - "1967" + "1986" ], "mediaType": [ { @@ -11698,20 +12763,14 @@ } ], "subjectLiteral": [ - "Nigeria -- History -- Civil War, 1967-1970 -- Sources." + "Novellae constitutiones." ], "titleDisplay": [ - "Vers l'unité du Nigèria." - ], - "uri": "b10007874", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "Novellae : pars graeca / Iohanne Gualberto Archi moderante, curavit Anna Maria Bartoletti Colombo." ], + "uri": "b10008989", "placeOfPublication": [ - "[Lagos :" + "Milano" ], "issuance": [ { @@ -11719,15 +12778,15 @@ "label": "monograph/item" } ], - "titleAlt": [ - "Towards one Nigeria." - ], "dimensions": [ - "21 cm." + "35 cm." + ], + "idIsbn_clean": [ + "88205055171" ] }, "sort": [ - "b10007874" + "b10008989" ], "inner_hits": { "electronicResources": { @@ -11739,7 +12798,7 @@ }, "items": { "hits": { - "total": 1, + "total": 5, "max_score": null, "hits": [ { @@ -11749,7 +12808,81 @@ }, "_score": null, "_source": { - "uri": "i11900848", + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "enumerationChronology": [ + "v. 5" + ], + "enumerationChronology_sort": [ + " 5-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433079237768" + ], + "identifier": [ + "urn:shelfmark:JLN 88-42 v. 5", + "urn:barcode:33433079237768" + ], + "identifierV2": [ + { + "value": "JLN 88-42 v. 5", + "type": "bf:ShelfMark" + }, + { + "value": "33433079237768", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ + "JLN 88-42" + ], + "recapCustomerCode": [ + "NA" + ], + "requestable": [ + true + ], + "shelfMark": [ + "JLN 88-42 v. 5" + ], + "shelfMark_sort": "aJLN 88-42 v. 000005", "status": [ { "id": "status:a", @@ -11759,74 +12892,231 @@ "status_packed": [ "status:a||Available" ], - "owner": [ + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "gte": 5, + "lte": 5 } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "uri": "i17447326" + }, + "sort": [ + " 5-" + ] + }, + { + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { - "id": "catalogItemType:2", - "label": "book non-circ" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" + "catalogItemType:55||book, limited circ, MaRLI" + ], + "enumerationChronology": [ + "v. 3" + ], + "enumerationChronology_sort": [ + " 3-" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:scff2", - "label": "Schomburg Center - Research & Reference" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ - "loc:scff2||Schomburg Center - Research & Reference" + "loc:rc2ma||Offsite" ], - "shelfMark": [ - "Sc Ser.-L .V377 v. 3" + "idBarcode": [ + "33433079237776" + ], + "identifier": [ + "urn:shelfmark:JLN 88-42 v. 3", + "urn:barcode:33433079237776" ], "identifierV2": [ { - "value": "Sc Ser.-L .V377 v. 3", + "value": "JLN 88-42 v. 3", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433034815294" + "value": "33433079237776", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc Ser.-L .V377" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], - "enumerationChronology": [ - "v. 3" + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], - "identifier": [ - "urn:barcode:33433034815294" + "physicalLocation": [ + "JLN 88-42" ], - "idBarcode": [ - "33433034815294" + "recapCustomerCode": [ + "NA" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "JLN 88-42 v. 3" + ], + "shelfMark_sort": "aJLN 88-42 v. 000003", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } ], - "shelfMark_sort": "aSc Ser.-L .V377 v. 000003" + "uri": "i17447327" }, "sort": [ - null + " 3-" + ] + }, + { + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "enumerationChronology": [ + "v. 2" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433079237784" + ], + "identifier": [ + "urn:shelfmark:JLN 88-42 v. 2", + "urn:barcode:33433079237784" + ], + "identifierV2": [ + { + "value": "JLN 88-42 v. 2", + "type": "bf:ShelfMark" + }, + { + "value": "33433079237784", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ + "JLN 88-42" + ], + "recapCustomerCode": [ + "NA" + ], + "requestable": [ + true + ], + "shelfMark": [ + "JLN 88-42 v. 2" + ], + "shelfMark_sort": "aJLN 88-42 v. 000002", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ], + "uri": "i17447328" + }, + "sort": [ + " 2-" ] } ] @@ -11837,26 +13127,21 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10008327", + "_id": "b10009049", "_score": null, "_source": { "extent": [ - "v. : ill ;" + "3 v. (loose-leaf) : ill. ;" ], "note": [ { "noteType": "Note", - "label": "Editors vary.", - "type": "bf:Note" - }, - { - "noteType": "Bibliography", - "label": "Includes bibliographical references.", + "label": "Loose-leaves for updating.", "type": "bf:Note" }, { - "noteType": "Language", - "label": "In Kannada.", + "noteType": "Note", + "label": "Includes index.", "type": "bf:Note" } ], @@ -11864,82 +13149,98 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Folk literature, Kannada", - "Folk literature, Kannada -- History and criticism" + "Computers", + "Computers -- Catalogs", + "Computer industry", + "Computer industry -- Technological innovations" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Kannaḍa Adhyayana Pīṭha, Karnāṭaka Viśvavidyālaya," + "Datapro Research Corp. ;" ], "language": [ { - "id": "lang:kan", - "label": "Kannada" + "id": "lang:eng", + "label": "English" } ], + "numItemsTotal": [ + 3 + ], + "createdYear": [ + 1985 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1974 + "title": [ + "Datapro reports on minicomputers" ], "type": [ "nypl:Item" ], - "title": [ - "Jānapada sāhityadarśana" - ], "shelfMark": [ - "*OLA 83-2636" + "JSF 85-437" ], - "createdString": [ - "1974" + "numItemVolumesParsed": [ + 3 ], - "idLccn": [ - "75904046" + "createdString": [ + "1985" ], - "seriesStatement": [ - "Jānapada sammēḷana smaraṇe ; 1-2, 4" + "numElectronicResources": [ + 0 ], "contributorLiteral": [ - "Hiremath, Rudrayya Chandrayya, 1922-" + "Heminway, Mary C.", + "Datapro Research Corporation." ], "dateStartYear": [ - 1974 + 1985 + ], + "idOclc": [ + "NYPG008000179-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OLA 83-2636" + "value": "JSF 85-437" }, { "type": "nypl:Bnumber", - "value": "10008327" + "value": "10009049" }, { - "type": "bf:Lccn", - "value": "75904046" + "type": "nypl:Oclc", + "value": "NYPG008000179-B" }, { "type": "bf:Identifier", - "value": "NNSZ00609733" + "value": "NNSZ00810570" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0208308" + "value": "(WaOLN)nyp0209024" } ], "dateEndYear": [ 9999 ], - "updatedAt": 1636108824394, + "updatedAt": 1711128284975, "publicationStatement": [ - "Dhāravāḍa : Kannaḍa Adhyayana Pīṭha, Karnāṭaka Viśvavidyālaya, 1974-" + "Delran, N.J. : Datapro Research Corp. ; c1985-" ], "identifier": [ - "urn:bnum:10008327", - "urn:lccn:75904046", - "urn:undefined:NNSZ00609733", - "urn:undefined:(WaOLN)nyp0208308" + "urn:shelfmark:JSF 85-437", + "urn:bnum:10009049", + "urn:oclc:NYPG008000179-B", + "urn:identifier:NNSZ00810570", + "urn:identifier:(WaOLN)nyp0209024" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -11954,7 +13255,7 @@ } ], "dateString": [ - "1974" + "1985" ], "mediaType": [ { @@ -11963,23 +13264,15 @@ } ], "subjectLiteral": [ - "Folk literature, Kannada -- History and criticism." + "Computers -- Catalogs.", + "Computer industry -- Technological innovations." ], "titleDisplay": [ - "Jānapada sāhityadarśana / sampādakaru Ār. Si. Hirēmaṭha." - ], - "uri": "b10008327", - "lccClassification": [ - "PL4654 .J3" - ], - "numItems": [ - 3 - ], - "numAvailable": [ - 3 + "Datapro reports on minicomputers / group managing editor, Mary C. Heminway." ], + "uri": "b10009049", "placeOfPublication": [ - "Dhāravāḍa :" + "Delran, N.J." ], "issuance": [ { @@ -11987,12 +13280,15 @@ "label": "monograph/item" } ], + "titleAlt": [ + "Reports on minicomputers." + ], "dimensions": [ - "22 cm." + "30 cm." ] }, "sort": [ - "b10008327" + "b10009049" ], "inner_hits": { "electronicResources": { @@ -12010,91 +13306,107 @@ { "_nested": { "field": "items", - "offset": 2 + "offset": 0 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433013119130" - ], - "physicalLocation": [ - "*OLA 83-2636" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OLA 83-2636 v. 000004", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "v. 3" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 3-" ], - "uri": "i10004641", - "shelfMark": [ - "*OLA 83-2636 v. 4" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLA 83-2636 v. 4" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433013119130" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "enumerationChronology": [ - "v. 4" - ], "idBarcode": [ - "33433013119130" + "33433059486757" + ], + "identifier": [ + "urn:shelfmark:JSF 85-437 v. 3", + "urn:barcode:33433059486757" + ], + "identifierV2": [ + { + "value": "JSF 85-437 v. 3", + "type": "bf:ShelfMark" + }, + { + "value": "33433059486757", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "JSF 85-437" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "JSF 85-437 v. 3" ], + "shelfMark_sort": "aJSF 85-437 v. 000003", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 3, + "lte": 3 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i13785402" }, "sort": [ - null + " 3-" ] }, { @@ -12104,177 +13416,209 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433005544246" - ], - "physicalLocation": [ - "*OLA 83-2636" + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } ], - "shelfMark_sort": "a*OLA 83-2636 v. 000002", "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" + "catalogItemType:2||book non-circ" ], - "accessMessage": [ + "enumerationChronology": [ + "v. 2" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10004640", - "shelfMark": [ - "*OLA 83-2636 v. 2" + "idBarcode": [ + "33433059486500" + ], + "identifier": [ + "urn:shelfmark:JSF 85-437 v. 2", + "urn:barcode:33433059486500" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLA 83-2636 v. 2" + "value": "JSF 85-437 v. 2", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433005544246" + "value": "33433059486500", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 2" - ], - "idBarcode": [ - "33433005544246" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "JSF 85-437" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "JSF 85-437 v. 2" ], + "shelfMark_sort": "aJSF 85-437 v. 000002", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 2, + "lte": 2 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i13785401" }, "sort": [ - null + " 2-" ] }, { "_nested": { "field": "items", - "offset": 0 + "offset": 2 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433005544238" - ], - "physicalLocation": [ - "*OLA 83-2636" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OLA 83-2636 v. 000001", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "enumerationChronology": [ + "v. 1" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10004639", - "shelfMark": [ - "*OLA 83-2636 v. 1" + "idBarcode": [ + "33433037693862" + ], + "identifier": [ + "urn:shelfmark:JSF 85-437 v. 1", + "urn:barcode:33433037693862" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLA 83-2636 v. 1" + "value": "JSF 85-437 v. 1", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433005544238" + "value": "33433037693862", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 1" - ], - "idBarcode": [ - "33433005544238" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "JSF 85-437" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "JSF 85-437 v. 1" ], + "shelfMark_sort": "aJSF 85-437 v. 000001", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "gte": 1, + "lte": 1 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i12540492" }, "sort": [ - null + " 1-" ] } ] @@ -12285,21 +13629,21 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10008347", + "_id": "b10009050", "_score": null, "_source": { "extent": [ - "v. ;" + "3 v. (loose-leaf) : ill. ;" ], "note": [ { - "noteType": "Bibliography", - "label": "Bibliography: v.2, p. 375.", + "noteType": "Note", + "label": "Loose-leaves for updating.", "type": "bf:Note" }, { - "noteType": "Language", - "label": "In Arabic", + "noteType": "Note", + "label": "Includes indexes.", "type": "bf:Note" } ], @@ -12307,71 +13651,101 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Qurʼan", - "Qurʼan -- Commentaries" + "Microcomputers", + "Microcomputers -- Programming", + "Microcomputers -- Programming -- Directories", + "Programming languages (Electronic computers)", + "Programming languages (Electronic computers) -- Directories", + "Computer programs", + "Computer programs -- Directories" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "[s. n.]," + "Datapro Research Corp." ], "language": [ { - "id": "lang:ara", - "label": "Arabic" + "id": "lang:eng", + "label": "English" } ], + "numItemsTotal": [ + 3 + ], + "createdYear": [ + 1985 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1969 + "title": [ + "Datapro directory of microcomputer software" ], "type": [ "nypl:Item" ], - "title": [ - "Aḍwāʼ ʻalá mutashābihāt al-Qurʼān ; yaḥtawī ʻalá 1600 suʼāl wa-jawāb" - ], "shelfMark": [ - "*OGDM 82-3193" + "JSF 85-438" ], - "creatorLiteral": [ - "Yāsīn, Khalīl." + "numItemVolumesParsed": [ + 3 ], "createdString": [ - "1969" + "1985" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Muldowney, William J.", + "Datapro Research Corporation." ], "dateStartYear": [ - 1969 + 1985 + ], + "idOclc": [ + "NYPG008000180-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OGDM 82-3193" + "value": "JSF 85-438" }, { "type": "nypl:Bnumber", - "value": "10008347" + "value": "10009050" + }, + { + "type": "nypl:Oclc", + "value": "NYPG008000180-B" }, { "type": "bf:Identifier", - "value": "NNSZ00609754" + "value": "NNSZ00810571" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0208328" + "value": "(WaOLN)nyp0209025" } ], "dateEndYear": [ 9999 ], - "updatedAt": 1636071205334, + "updatedAt": 1711221582765, "publicationStatement": [ - "Bayrūt : [s. n.], 1969-" + "Delran, N.J. : Datapro Research Corp., c1985-" ], "identifier": [ - "urn:bnum:10008347", - "urn:undefined:NNSZ00609754", - "urn:undefined:(WaOLN)nyp0208328" + "urn:shelfmark:JSF 85-438", + "urn:bnum:10009050", + "urn:oclc:NYPG008000180-B", + "urn:identifier:NNSZ00810571", + "urn:identifier:(WaOLN)nyp0209025" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -12386,7 +13760,7 @@ } ], "dateString": [ - "1969" + "1985" ], "mediaType": [ { @@ -12395,20 +13769,16 @@ } ], "subjectLiteral": [ - "Qurʼan -- Commentaries." + "Microcomputers -- Programming -- Directories.", + "Programming languages (Electronic computers) -- Directories.", + "Computer programs -- Directories." ], "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", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "Datapro directory of microcomputer software / managing editor, William J. Muldowney." ], + "uri": "b10009050", "placeOfPublication": [ - "Bayrūt :" + "Delran, N.J." ], "issuance": [ { @@ -12416,12 +13786,16 @@ "label": "monograph/item" } ], + "titleAlt": [ + "Directory of microcomputer software.", + "Microcomputer software." + ], "dimensions": [ - "24 cm." + "28 cm." ] }, "sort": [ - "b10008347" + "b10009050" ], "inner_hits": { "electronicResources": { @@ -12433,7 +13807,7 @@ }, "items": { "hits": { - "total": 1, + "total": 3, "max_score": null, "hits": [ { @@ -12443,119 +13817,340 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433005577105" - ], - "physicalLocation": [ - "*OGDM 82-3193" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "a*OGDM 82-003193", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "enumerationChronology": [ + "v. 3" + ], + "enumerationChronology_sort": [ + " 3-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:rc2ma", + "label": "Offsite" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" ], - "uri": "i10004653", - "shelfMark": [ - "*OGDM 82-3193" + "idBarcode": [ + "33433059486724" + ], + "identifier": [ + "urn:shelfmark:JSF 85-438 v. 3", + "urn:barcode:33433059486724" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OGDM 82-3193" + "value": "JSF 85-438 v. 3", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433005577105" + "value": "33433059486724", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433005577105" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "JSF 85-438" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "JSF 85-438 v. 3" ], + "shelfMark_sort": "aJSF 85-438 v. 000003", "status": [ { "id": "status:a", "label": "Available" } ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 3, + "lte": 3 + } + ], + "uri": "i13785404" + }, + "sort": [ + " 3-" + ] + }, + { + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "enumerationChronology": [ + "v. 2" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", "label": "Offsite" } ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433059486450" + ], + "identifier": [ + "urn:shelfmark:JSF 85-438 v. 2", + "urn:barcode:33433059486450" + ], + "identifierV2": [ + { + "value": "JSF 85-438 v. 2", + "type": "bf:ShelfMark" + }, + { + "value": "33433059486450", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ + "JSF 85-438" + ], "recapCustomerCode": [ "NA" - ] + ], + "requestable": [ + true + ], + "shelfMark": [ + "JSF 85-438 v. 2" + ], + "shelfMark_sort": "aJSF 85-438 v. 000002", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 2, + "lte": 2 + } + ], + "uri": "i13785403" }, "sort": [ - null + " 2-" ] - } - ] - } - } + }, + { + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "enumerationChronology": [ + "v. 1" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rc2ma", + "label": "Offsite" + } + ], + "holdingLocation_packed": [ + "loc:rc2ma||Offsite" + ], + "idBarcode": [ + "33433037693870" + ], + "identifier": [ + "urn:shelfmark:JSF 85-438 v. 1", + "urn:barcode:33433037693870" + ], + "identifierV2": [ + { + "value": "JSF 85-438 v. 1", + "type": "bf:ShelfMark" + }, + { + "value": "33433037693870", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ + "JSF 85-438" + ], + "recapCustomerCode": [ + "NA" + ], + "requestable": [ + true + ], + "shelfMark": [ + "JSF 85-438 v. 1" + ], + "shelfMark_sort": "aJSF 85-438 v. 000001", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ], + "uri": "i12540493" + }, + "sort": [ + " 1-" + ] + } + ] + } + } } }, { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10008408", + "_id": "b10009141", "_score": null, "_source": { "extent": [ - "v. 1-5 : ill., maps ;" + "v." ], "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.", + "noteType": "Bibliography", + "label": "Includes bibliographical references.", "type": "bf:Note" }, { - "noteType": "Bibliography", - "label": "Includes bibliographies and index.", + "noteType": "Language", + "label": "In Tamil.", "type": "bf:Note" } ], @@ -12563,141 +14158,103 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Excavations (Archaeology)", - "Excavations (Archaeology) -- 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" + "Tamil language", + "Tamil language -- Grammar" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Institut de recherches en sciences humaines" + "viṟpaṉai urimai: Pāri Nilaiyam" ], "language": [ { - "id": "lang:fre", - "label": "French" + "id": "lang:tam", + "label": "Tamil" } ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1967 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1983 + "title": [ + "Ilakkaṇat tokai." ], "type": [ "nypl:Item" ], - "title": [ - "La Région d'In Gall--Tegidda n Tesemt (Niger) : programme archéologique d'urgence, 1977-1981." - ], "shelfMark": [ - "Sc F 87-35" + "*OLB 85-879" + ], + "numItemVolumesParsed": [ + 2 ], "createdString": [ - "1983" + "1967" ], - "idLccn": [ - "84121246" + "creatorLiteral": [ + "Subramanian, S. V." ], - "seriesStatement": [ - "Etudes nigériennes ; no 47-52" + "idLccn": [ + "75910470" ], - "contributorLiteral": [ - "Grébénart, Danilo.", - "Paris, François, 1946-", - "Poncet, Yveline.", - "Université de Niamey. Institut de recherches en sciences humaines." + "numElectronicResources": [ + 0 ], "dateStartYear": [ - 1983 + 1967 + ], + "idOclc": [ + "NYPG008000273-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "Sc F 87-35" + "value": "*OLB 85-879" }, { "type": "nypl:Bnumber", - "value": "10008408" - }, - { - "type": "bf:Isbn", - "value": "2859210601 (v. 4)" + "value": "10009141" }, { - "type": "bf:Isbn", - "value": "9782859210601 (v. 4)" + "type": "nypl:Oclc", + "value": "NYPG008000273-B" }, { "type": "bf:Lccn", - "value": "84121246" - }, - { - "type": "nypl:Oclc", - "value": "12840091" + "value": "75910470" }, { "type": "bf:Identifier", - "value": "(OCoLC)12840091" - }, - { - "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)" + "value": "NNSZ00810664" }, { - "type": "bf:Isbn", - "identifierStatus": "canceled/invalid", - "value": "285921061X (v. 5)" + "type": "bf:Identifier", + "value": "(WaOLN)nyp0209116" } ], - "idOclc": [ - "12840091" - ], "dateEndYear": [ 9999 ], - "updatedAt": 1652373102187, + "updatedAt": 1711250187702, "publicationStatement": [ - "Niamey : Institut de recherches en sciences humaines, 1983-<1992>" + "Ceṉṉai, viṟpaṉai urimai: Pāri Nilaiyam, 1967-" ], "identifier": [ - "urn:bnum:10008408", - "urn:isbn:2859210601 (v. 4)", - "urn:isbn:9782859210601 (v. 4)", - "urn:lccn:84121246", - "urn:oclc:12840091", - "urn:undefined:(OCoLC)12840091", - "b10008408#1.0004", - "b10008408#1.0005", - "b10008408#1.0006", - "b10008408#1.0007", - "urn:isbn:285920482 (v. 1)", - "urn:isbn:285920490 (v. 2)", - "urn:isbn:285920504 (v. 3)", - "urn:isbn:285921061X (v. 5)" + "urn:shelfmark:*OLB 85-879", + "urn:bnum:10009141", + "urn:oclc:NYPG008000273-B", + "urn:lccn:75910470", + "urn:identifier:NNSZ00810664", + "urn:identifier:(WaOLN)nyp0209116" ], - "idIsbn": [ - "2859210601 (v. 4)", - "9782859210601 (v. 4)" + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -12712,7 +14269,7 @@ } ], "dateString": [ - "1983" + "1967" ], "mediaType": [ { @@ -12721,26 +14278,17 @@ } ], "subjectLiteral": [ - "Excavations (Archaeology) -- 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." + "Tamil language -- Grammar." ], "titleDisplay": [ - "La Région d'In Gall--Tegidda n Tesemt (Niger) : programme archéologique d'urgence, 1977-1981." - ], - "uri": "b10008408", - "numItems": [ - 5 + "Ilakkaṇat tokai. [Tokuppāciriyar] Ca. Vē. Cuppiramaṇiyaṉ." ], - "numAvailable": [ - 5 + "uri": "b10009141", + "lccClassification": [ + "PL4754 .S78" ], "placeOfPublication": [ - "Niamey" + "Ceṉṉai" ], "issuance": [ { @@ -12749,18 +14297,14 @@ } ], "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." - ], - "idIsbn_clean": [ - "28592106014", - "97828592106014" + "1. Eḻuttu. -- 2. Col." ], "dimensions": [ - "24 cm. +" + "19 cm." ] }, "sort": [ - "b10008408" + "b10009141" ], "inner_hits": { "electronicResources": { @@ -12772,34 +14316,24 @@ }, "items": { "hits": { - "total": 5, + "total": 2, "max_score": null, "hits": [ { "_nested": { "field": "items", - "offset": 4 + "offset": 0 }, "_score": null, "_source": { - "uri": "i12540453", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -12810,66 +14344,63 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "enumerationChronology": [ + "v. 2" + ], + "enumerationChronology_sort": [ + " 2-" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { - "id": "loc:scff2", - "label": "Schomburg Center - Research & Reference" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ - "loc:scff2||Schomburg Center - Research & Reference" + "loc:rc2ma||Offsite" ], - "shelfMark": [ - "Sc F 87-35 t. 4-5" + "idBarcode": [ + "33433061304865" + ], + "identifier": [ + "urn:shelfmark:*OLB 85-879 v. 2", + "urn:barcode:33433061304865" ], "identifierV2": [ { - "value": "Sc F 87-35 t. 4-5", + "value": "*OLB 85-879 v. 2", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433057875258" + "value": "33433061304865", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc F 87-35" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], - "enumerationChronology": [ - "t. 4-5" + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], - "identifier": [ - "urn:barcode:33433057875258" + "physicalLocation": [ + "*OLB 85-879" ], - "idBarcode": [ - "33433057875258" + "recapCustomerCode": [ + "NA" ], "requestable": [ - false - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } + true ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "shelfMark": [ + "*OLB 85-879 v. 2" ], - "shelfMark_sort": "aSc F 87-35 t. 4-000005" - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 3 - }, - "_score": null, - "_source": { - "uri": "i12540452", + "shelfMark_sort": "a*OLB 85-879 v. 000002", "status": [ { "id": "status:a", @@ -12879,101 +14410,36 @@ "status_packed": [ "status:a||Available" ], - "owner": [ - { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" - } - ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:scff2", - "label": "Schomburg Center - Research & Reference" - } - ], - "holdingLocation_packed": [ - "loc:scff2||Schomburg Center - Research & Reference" - ], - "shelfMark": [ - "Sc F 87-35 t. 3" - ], - "identifierV2": [ - { - "value": "Sc F 87-35 t. 3", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433057875068" - } - ], - "physicalLocation": [ - "Sc F 87-35" - ], - "enumerationChronology": [ - "t. 3" - ], - "identifier": [ - "urn:barcode:33433057875068" - ], - "idBarcode": [ - "33433057875068" - ], - "requestable": [ - false + "type": [ + "bf:Item" ], - "accessMessage": [ + "volumeRange": [ { - "id": "accessMessage:1", - "label": "Use in library" + "gte": 2, + "lte": 2 } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "shelfMark_sort": "aSc F 87-35 t. 000003" + "uri": "i13785411" }, "sort": [ - null + " 2-" ] }, { "_nested": { "field": "items", - "offset": 2 + "offset": 1 }, "_score": null, "_source": { - "uri": "i12540451", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -12984,230 +14450,85 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "enumerationChronology": [ + "v. 1" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { - "id": "loc:scff2", - "label": "Schomburg Center - Research & Reference" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ - "loc:scff2||Schomburg Center - Research & Reference" + "loc:rc2ma||Offsite" ], - "shelfMark": [ - "Sc F 87-35 t. 2" + "idBarcode": [ + "33433061304857" + ], + "identifier": [ + "urn:shelfmark:*OLB 85-879 v. 1", + "urn:barcode:33433061304857" ], "identifierV2": [ { - "value": "Sc F 87-35 t. 2", + "value": "*OLB 85-879 v. 1", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433057875050" + "value": "33433061304857", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "Sc F 87-35" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], - "enumerationChronology": [ - "t. 2" + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], - "identifier": [ - "urn:barcode:33433057875050" + "physicalLocation": [ + "*OLB 85-879" ], - "idBarcode": [ - "33433057875050" + "recapCustomerCode": [ + "NA" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 85-879 v. 1" + ], + "shelfMark_sort": "a*OLB 85-879 v. 000001", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], - "shelfMark_sort": "aSc F 87-35 t. 000002" - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "uri": "i11900890", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" - } - ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "holdingLocation": [ - { - "id": "loc:scff2", - "label": "Schomburg Center - Research & Reference" - } - ], - "holdingLocation_packed": [ - "loc:scff2||Schomburg Center - Research & Reference" - ], - "shelfMark": [ - "Sc F 87-35 t. 1" - ], - "identifierV2": [ - { - "value": "Sc F 87-35 t. 1", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433057875217" - } - ], - "physicalLocation": [ - "Sc F 87-35" - ], - "enumerationChronology": [ - "t. 1" - ], - "identifier": [ - "urn:barcode:33433057875217" - ], - "idBarcode": [ - "33433057875217" - ], - "requestable": [ - false - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "shelfMark_sort": "aSc F 87-35 t. 000001" - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i17447322", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" - } - ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" - ], - "catalogItemType": [ - { - "id": "catalogItemType:25", - "label": "atlas" - } - ], - "catalogItemType_packed": [ - "catalogItemType:25||atlas" - ], - "holdingLocation": [ - { - "id": "loc:scff2", - "label": "Schomburg Center - Research & Reference" - } - ], - "holdingLocation_packed": [ - "loc:scff2||Schomburg Center - Research & Reference" - ], - "shelfMark": [ - "Sc F 87-35 Atlas" - ], - "identifierV2": [ - { - "value": "Sc F 87-35 Atlas", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433036872814" - } - ], - "physicalLocation": [ - "Sc F 87-35" - ], - "enumerationChronology": [ - "Atlas" - ], - "identifier": [ - "urn:barcode:33433036872814" - ], - "idBarcode": [ - "33433036872814" - ], - "requestable": [ - false + "type": [ + "bf:Item" ], - "accessMessage": [ + "volumeRange": [ { - "id": "accessMessage:1", - "label": "Use in library" + "gte": 1, + "lte": 1 } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "shelfMark_sort": "aSc F 87-35 Atlas" + "uri": "i13785410" }, "sort": [ - null + " 1-" ] } ] @@ -13218,120 +14539,117 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10008416", + "_id": "b10009318", "_score": null, "_source": { "extent": [ - "v. : ill. ;" + "10 v. in 7." ], "note": [ { - "noteType": "Note", - "label": "\"No 71.\"", - "type": "bf:Note" - }, - { - "noteType": "Bibliography", - "label": "Bibliography: t. 1, p. 288.", + "noteType": "Language", + "label": "In Tamil.", "type": "bf:Note" } ], "nyplSource": [ "sierra-nypl" ], - "subjectLiteral_exploded": [ - "French language", - "French language -- Study and teaching", - "French language -- Study and teaching -- Senegal" - ], - "publisherLiteral": [ - "Centre de linguistique appliquée de Dakar," + "numItemDatesParsed": [ + 0 ], "language": [ { - "id": "lang:fre", - "label": "French" + "id": "lang:tam", + "label": "Tamil" } ], + "numItemsTotal": [ + 7 + ], + "createdYear": [ + 1960 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1978 + "title": [ + "Villiputtūrār iyaṟṟiya Makāpāratam; Vai. Mu. Kōpālakiruṣṇamācāriyar iyaṟṟiya uraiyuṭaṉ." ], "type": [ "nypl:Item" ], - "title": [ - "La grammaire en question" - ], "shelfMark": [ - "Sc Ser.-M .B575" + "*OLY 87-5294" ], - "creatorLiteral": [ - "Blondé, Jacques." + "numItemVolumesParsed": [ + 7 ], "createdString": [ - "1978" + "1960" ], - "seriesStatement": [ - "L'Enseignement du français au Sénégal" + "creatorLiteral": [ + "Kōpāla Kiruṣṇamācāryar, Vai. Mu., 1882-1956." + ], + "idLccn": [ + "76909632" + ], + "numElectronicResources": [ + 0 ], "contributorLiteral": [ - "Centre de linguistique appliquée de Dakar." + "Kiruṣṇamācāriyar, C.", + "Villiputtūrāḻvār." ], "dateStartYear": [ - 1978 + 1960 + ], + "idOclc": [ + "NYPG009000066-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "Sc Ser.-M .B575" + "value": "*OLY 87-5294" }, { "type": "nypl:Bnumber", - "value": "10008416" + "value": "10009318" + }, + { + "type": "nypl:Oclc", + "value": "NYPG009000066-B" + }, + { + "type": "bf:Lccn", + "value": "76909632" }, { "type": "bf:Identifier", - "value": "NNSZ00709824" + "value": "NNSZ00910847" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0208396" + "value": "(WaOLN)nyp0209293" } ], - "uniformTitle": [ - "Enseignement du français au Sénégal." - ], "dateEndYear": [ 9999 ], - "holdings": [ - { - "format": [ - "PRINT" - ], - "location": [ - { - "code": "loc:scf", - "label": "Schomburg Center - Research & Reference" - } - ], - "uri": "h1141798", - "shelfMark": [ - "Sc Ser.-M .B575" - ] - } - ], - "updatedAt": 1636111100976, + "updatedAt": 1711611806023, "publicationStatement": [ - "[Dakar] : Centre de linguistique appliquée de Dakar, 1978-" + "Ceṉṉai, 1960-1968 [v.1. 1963]" ], "identifier": [ - "urn:bnum:10008416", - "urn:undefined:NNSZ00709824", - "urn:undefined:(WaOLN)nyp0208396" + "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": [ { @@ -13346,7 +14664,7 @@ } ], "dateString": [ - "1978" + "1960" ], "mediaType": [ { @@ -13354,21 +14672,15 @@ "label": "unmediated" } ], - "subjectLiteral": [ - "French language -- Study and teaching -- Senegal." - ], "titleDisplay": [ - "La grammaire en question / par Jacques Blondé." - ], - "uri": "b10008416", - "numItems": [ - 1 + "Villiputtūrār iyaṟṟiya Makāpāratam; Vai. Mu. Kōpālakiruṣṇamācāriyar iyaṟṟiya uraiyuṭaṉ." ], - "numAvailable": [ - 1 + "uri": "b10009318", + "lccClassification": [ + "PL4758.9.V492 V534 1960" ], "placeOfPublication": [ - "[Dakar] :" + "Ceṉṉai" ], "issuance": [ { @@ -13377,11 +14689,11 @@ } ], "dimensions": [ - "27 cm." + "21 cm." ] }, "sort": [ - "b10008416" + "b10009318" ], "inner_hits": { "electronicResources": { @@ -13393,7 +14705,7 @@ }, "items": { "hits": { - "total": 1, + "total": 7, "max_score": null, "hits": [ { @@ -13403,7 +14715,72 @@ }, "_score": null, "_source": { - "uri": "i13785304", + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "enumerationChronology": [ + "v. 9-10" + ], + "enumerationChronology_sort": [ + " 9-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433059585376" + ], + "identifier": [ + "urn:shelfmark:*OLY 87-5294 v. 9-10", + "urn:barcode:33433059585376" + ], + "identifierV2": [ + { + "value": "*OLY 87-5294 v. 9-10", + "type": "bf:ShelfMark" + }, + { + "value": "33433059585376", + "type": "bf:Barcode" + } + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 87-5294" + ], + "requestable": [ + true + ], + "shelfMark": [ + "*OLY 87-5294 v. 9-10" + ], + "shelfMark_sort": "a*OLY 87-5294 v. 000009-10", "status": [ { "id": "status:a", @@ -13413,61 +14790,125 @@ "status_packed": [ "status:a||Available" ], - "owner": [ + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "gte": 9, + "lte": 10 } ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + "uri": "i13785440" + }, + "sort": [ + " 9-" + ] + }, + { + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { - "id": "catalogItemType:3", - "label": "serial" + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" } ], "catalogItemType_packed": [ - "catalogItemType:3||serial" + "catalogItemType:55||book, limited circ, MaRLI" + ], + "enumerationChronology": [ + "v. 6-8" + ], + "enumerationChronology_sort": [ + " 6-" + ], + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:scff2", - "label": "Schomburg Center - Research & Reference" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], "holdingLocation_packed": [ - "loc:scff2||Schomburg Center - Research & Reference" + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "shelfMark": [ - "Sc Ser.-M .B575 t. 1 (1978)" + "idBarcode": [ + "33433059585368" + ], + "identifier": [ + "urn:shelfmark:*OLY 87-5294 v. 6-8", + "urn:barcode:33433059585368" ], "identifierV2": [ { - "value": "Sc Ser.-M .B575 t. 1 (1978)", + "value": "*OLY 87-5294 v. 6-8", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433021653690" + "value": "33433059585368", + "type": "bf:Barcode" } ], + "m2CustomerCode": [ + "XA" + ], "physicalLocation": [ - "Sc Ser.-M .B575" + "*OLY 87-5294" ], - "enumerationChronology": [ - "t. 1 (1978)" + "requestable": [ + true ], - "identifier": [ - "urn:barcode:33433021653690" + "shelfMark": [ + "*OLY 87-5294 v. 6-8" ], - "idBarcode": [ - "33433021653690" + "shelfMark_sort": "a*OLY 87-5294 v. 000006-8", + "status": [ + { + "id": "status:a", + "label": "Available" + } ], - "requestable": [ - false + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 6, + "lte": 8 + } ], + "uri": "i13785439" + }, + "sort": [ + " 6-" + ] + }, + { + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { "accessMessage": [ { "id": "accessMessage:1", @@ -13477,110 +14918,218 @@ "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "shelfMark_sort": "aSc Ser.-M .B575 t. 1 (1978)" - }, - "sort": [ - null - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10008989", - "_score": null, - "_source": { - "extent": [ - "v. ;" - ], - "note": [ - { - "noteType": "Note", - "label": "At head of title: Florentina Studiorum Universitas.", - "type": "bf:Note" - } - ], - "nyplSource": [ - "sierra-nypl" - ], - "subjectLiteral_exploded": [ - "Novellae constitutiones" - ], - "publisherLiteral": [ - "Cisalpino-Goliardica" - ], - "language": [ - { - "id": "lang:grc", - "label": "Greek, Ancient (to 1453)" - } - ], - "dateEndString": [ - "9999" - ], - "createdYear": [ - 1986 - ], - "type": [ - "nypl:Item" - ], - "title": [ - "Novellae : pars graeca" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } + ], + "catalogItemType_packed": [ + "catalogItemType:55||book, limited circ, MaRLI" + ], + "enumerationChronology": [ + "v. 5" + ], + "enumerationChronology_sort": [ + " 5-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" + } + ], + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" + ], + "idBarcode": [ + "33433059585350" + ], + "identifier": [ + "urn:shelfmark:*OLY 87-5294 v. 5", + "urn:barcode:33433059585350" + ], + "identifierV2": [ + { + "value": "*OLY 87-5294 v. 5", + "type": "bf:ShelfMark" + }, + { + "value": "33433059585350", + "type": "bf:Barcode" + } + ], + "m2CustomerCode": [ + "XA" + ], + "physicalLocation": [ + "*OLY 87-5294" + ], + "requestable": [ + true + ], + "shelfMark": [ + "*OLY 87-5294 v. 5" + ], + "shelfMark_sort": "a*OLY 87-5294 v. 000005", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 5, + "lte": 5 + } + ], + "uri": "i13785438" + }, + "sort": [ + " 5-" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10009600", + "_score": null, + "_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": [ - "JLN 88-42" + "*ZO-258 no. 1" ], - "creatorLiteral": [ - "Bartoletti Colombo, Anna Maria." + "numItemVolumesParsed": [ + 1 ], "createdString": [ - "1986" + "1930" ], - "seriesStatement": [ - "Legum Iustiniani imperatoris vocabularium" + "creatorLiteral": [ + "Çangïbajuluu, M." ], - "contributorLiteral": [ - "Archi, Gian Gualberto." + "numElectronicResources": [ + 0 ], "dateStartYear": [ - 1986 + 1930 + ], + "idOclc": [ + "NYPG009000291-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "JLN 88-42" + "value": "*ZO-258 no. 1" }, { "type": "nypl:Bnumber", - "value": "10008989" + "value": "10009600" }, { - "type": "bf:Isbn", - "value": "8820505517 (v. 1)" + "type": "nypl:Oclc", + "value": "NYPG009000291-B" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0208964" + "value": "NNSZ00911072" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)nyp0209576" } ], "dateEndYear": [ 9999 ], - "updatedAt": 1652373994811, + "updatedAt": 1710969224096, "publicationStatement": [ - "Milano : Cisalpino-Goliardica, c1986-" + "Prunza : Qïrghïzïstan Memleket Basmasï, 1930-" ], "identifier": [ - "urn:bnum:10008989", - "urn:isbn:8820505517 (v. 1)", - "urn:undefined:(WaOLN)nyp0208964" + "urn:shelfmark:*ZO-258 no. 1", + "urn:bnum:10009600", + "urn:oclc:NYPG009000291-B", + "urn:identifier:NNSZ00911072", + "urn:identifier:(WaOLN)nyp0209576" ], - "idIsbn": [ - "8820505517 (v. 1)" + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -13595,7 +15144,7 @@ } ], "dateString": [ - "1986" + "1930" ], "mediaType": [ { @@ -13604,20 +15153,15 @@ } ], "subjectLiteral": [ - "Novellae constitutiones." + "Kyrgyz language -- Texts.", + "Kyrgyz language -- Textbooks for foreign speakers -- Russian." ], "titleDisplay": [ - "Novellae : pars graeca / Iohanne Gualberto Archi moderante, curavit Anna Maria Bartoletti Colombo." - ], - "uri": "b10008989", - "numItems": [ - 5 - ], - "numAvailable": [ - 5 + "Orus emgek mektebteri ycyn qïrghïz tilinin oquu kitebi [microform] / M. Çangïbaj uluu." ], + "uri": "b10009600", "placeOfPublication": [ - "Milano" + "Prunza" ], "issuance": [ { @@ -13625,15 +15169,15 @@ "label": "monograph/item" } ], - "idIsbn_clean": [ - "88205055171" + "titleAlt": [ + "Uchebnik kirgizskogo ︠i︡azyka dl︠i︡a trudovykh shkol." ], "dimensions": [ - "35 cm." + "24 cm." ] }, "sort": [ - "b10008989" + "b10009600" ], "inner_hits": { "electronicResources": { @@ -13645,457 +15189,113 @@ }, "items": { "hits": { - "total": 5, + "total": 1, "max_score": null, "hits": [ { "_nested": { "field": "items", - "offset": 4 + "offset": 0 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433079237768" - ], - "physicalLocation": [ - "JLN 88-42" + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } ], - "shelfMark_sort": "aJLN 88-42 v. 000005", "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" + "catalogItemType:6||microfilm service copy" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "no. 1-22" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 1-" ], - "uri": "i17447326", - "shelfMark": [ - "JLN 88-42 v. 5" + "formatLiteral": [ + "Text" ], - "identifierV2": [ + "holdingLocation": [ { - "type": "bf:ShelfMark", - "value": "JLN 88-42 v. 5" - }, - { - "type": "bf:Barcode", - "value": "33433079237768" + "id": "loc:rcmi2", + "label": "Offsite" } ], "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 5" + "loc:rcmi2||Offsite" ], "idBarcode": [ - "33433079237768" - ], - "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" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 3 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "33433105667400" ], "identifier": [ - "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" - ], - "uri": "i17447327", - "shelfMark": [ - "JLN 88-42 v. 3" + "urn:shelfmark:*ZO-258, no. 1 no. 1-22", + "urn:barcode:33433105667400" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "JLN 88-42 v. 3" + "value": "*ZO-258, no. 1 no. 1-22", + "type": "bf:ShelfMark" }, { - "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" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" + "value": "33433105667400", + "type": "bf:Barcode" } ], - "recapCustomerCode": [ - "NA" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 2 - }, - "_score": null, - "_source": { "owner": [ { "id": "orgs:1000", "label": "Stephen A. Schwarzman Building" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433079237784" + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "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" - ], - "uri": "i17447328", - "shelfMark": [ - "JLN 88-42 v. 2" - ], - "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" + "*ZO-258, no. 1" ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "recapCustomerCode": [ + "NA" ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*ZO-258, no. 1 no. 1-22" ], + "shelfMark_sort": "a*ZO-258, no. 000001 no. 1-22", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "recapCustomerCode": [ - "NA" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433079237792" - ], - "physicalLocation": [ - "JLN 88-42" - ], - "shelfMark_sort": "aJLN 88-42 v. 000001", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], "status_packed": [ "status:a||Available" ], - "uri": "i17447325", - "shelfMark": [ - "JLN 88-42 v. 1" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "JLN 88-42 v. 1" - }, - { - "type": "bf:Barcode", - "value": "33433079237792" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 1" - ], - "idBarcode": [ - "33433079237792" - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "requestable": [ - true + "type": [ + "bf:Item" ], - "catalogItemType": [ + "volumeRange": [ { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" + "gte": 1, + "lte": 22 } ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "recapCustomerCode": [ - "NA" - ] - }, - "sort": [ - null - ] - }, - { - "_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:33433033482716" - ], - "physicalLocation": [ - "JLN 88-42 Library has: t. 1-6." - ], - "shelfMark_sort": "aJLN 88-42 Library has: t. 1-6. T. 000006", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i12540484", - "shelfMark": [ - "JLN 88-42 Library has: t. 1-6. T. 6" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "JLN 88-42 Library has: t. 1-6. T. 6" - }, - { - "type": "bf:Barcode", - "value": "33433033482716" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "T. 6" - ], - "idBarcode": [ - "33433033482716" - ], - "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" - ] + "uri": "i30068355" }, "sort": [ - null + " 1-" ] } ] @@ -14106,21 +15306,21 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10009049", + "_id": "b10009763", "_score": null, "_source": { "extent": [ - "3 v. (loose-leaf) : ill. ;" + "v. : ill., facsims., ports. ;" ], "note": [ { "noteType": "Note", - "label": "Loose-leaves for updating.", + "label": "Includes indexes.", "type": "bf:Note" }, { "noteType": "Note", - "label": "Includes index.", + "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" } ], @@ -14128,13 +15328,15 @@ "sierra-nypl" ], "subjectLiteral_exploded": [ - "Computer industry", - "Computer industry -- Technological innovations", - "Computers", - "Computers -- Catalogs" + "Jared family", + "Jared, John, 1737-1805", + "Jared, John, 1737-1805 -- Family" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Datapro Research Corp. ;" + "E. M. Hall" ], "language": [ { @@ -14142,60 +15344,80 @@ "label": "English" } ], + "numItemsTotal": [ + 3 + ], + "createdYear": [ + 1981 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1985 + "title": [ + "The book of Jared supplement[s] : a family record showing descendants of John Jared, 1737-1805, Hannah Whitacre, Rachel Palmer" ], "type": [ "nypl:Item" ], - "title": [ - "Datapro reports on minicomputers" - ], "shelfMark": [ - "JSF 85-437" + "APV (Jared) 85-2860 Suppl." + ], + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1985" + "1981" ], - "contributorLiteral": [ - "Datapro Research Corporation.", - "Heminway, Mary C." + "creatorLiteral": [ + "Hall, Eleanor McAllister, 1910-" + ], + "numElectronicResources": [ + 0 ], "dateStartYear": [ - 1985 + 1981 + ], + "idOclc": [ + "NYPG009000458-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "JSF 85-437" + "value": "APV (Jared) 85-2860 Suppl." }, { "type": "nypl:Bnumber", - "value": "10009049" + "value": "10009763" + }, + { + "type": "nypl:Oclc", + "value": "NYPG009000458-B" }, { "type": "bf:Identifier", - "value": "NNSZ00810570" + "value": "NNSZ00911239" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0209024" + "value": "(WaOLN)nyp0209739" } ], "dateEndYear": [ 9999 ], - "updatedAt": 1644359525726, + "updatedAt": 1711438959019, "publicationStatement": [ - "Delran, N.J. : Datapro Research Corp. ; c1985-" + "Salt Lake City, Utah (7234 So. 2825 East, Salt Lake City 84121) : E. M. Hall, c1981-" ], "identifier": [ - "urn:bnum:10009049", - "urn:undefined:NNSZ00810570", - "urn:undefined:(WaOLN)nyp0209024" + "urn:shelfmark:APV (Jared) 85-2860 Suppl.", + "urn:bnum:10009763", + "urn:oclc:NYPG009000458-B", + "urn:identifier:NNSZ00911239", + "urn:identifier:(WaOLN)nyp0209739" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -14210,7 +15432,7 @@ } ], "dateString": [ - "1985" + "1981" ], "mediaType": [ { @@ -14219,21 +15441,15 @@ } ], "subjectLiteral": [ - "Computer industry -- Technological innovations.", - "Computers -- Catalogs." + "Jared family.", + "Jared, John, 1737-1805 -- Family." ], "titleDisplay": [ - "Datapro reports on minicomputers / group managing editor, Mary C. Heminway." - ], - "uri": "b10009049", - "numItems": [ - 3 - ], - "numAvailable": [ - 3 + "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": [ - "Delran, N.J. :" + "Salt Lake City, Utah (7234 So. 2825 East, Salt Lake City 84121)" ], "issuance": [ { @@ -14241,15 +15457,12 @@ "label": "monograph/item" } ], - "titleAlt": [ - "Reports on minicomputers." - ], "dimensions": [ - "30 cm." + "29 cm." ] }, "sort": [ - "b10009049" + "b10009763" ], "inner_hits": { "electronicResources": { @@ -14271,85 +15484,83 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:1", + "label": "Use in library" } ], "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433059486757" + "accessMessage:1||Use in library" ], - "physicalLocation": [ - "JSF 85-437" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], - "shelfMark_sort": "aJSF 85-437 v. 000003", "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "enumerationChronology": [ + "Suppl. " + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:mag92", + "label": "Schwarzman Building M2 - Milstein Division Room 121" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mag92||Schwarzman Building M2 - Milstein Division Room 121" ], - "uri": "i13785402", - "shelfMark": [ - "JSF 85-437 v. 3" + "idBarcode": [ + "33433093160137" + ], + "identifier": [ + "urn:shelfmark:APV (Jared) 85-2860 Suppl. Suppl. 1-2 Suppl. ", + "urn:barcode:33433093160137" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "JSF 85-437 v. 3" + "value": "APV (Jared) 85-2860 Suppl. Suppl. 1-2 Suppl. ", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433059486757" + "value": "33433093160137", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 3" - ], - "idBarcode": [ - "33433059486757" + "m2CustomerCode": [ + "XA" ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "physicalLocation": [ + "APV (Jared) 85-2860 Suppl. Suppl. 1-2" ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "APV (Jared) 85-2860 Suppl. Suppl. 1-2 Suppl. " ], + "shelfMark_sort": "aAPV (Jared) 85-2860 Suppl. Suppl. 1-2 Suppl. ", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] - }, + "type": [ + "bf:Item" + ], + "uri": "i14747026" + }, "sort": [ null ] @@ -14361,84 +15572,82 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:1", + "label": "Use in library" } ], "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433059486500" + "accessMessage:1||Use in library" ], - "physicalLocation": [ - "JSF 85-437" + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } ], - "shelfMark_sort": "aJSF 85-437 v. 000002", "catalogItemType_packed": [ "catalogItemType:2||book non-circ" ], - "accessMessage": [ + "enumerationChronology": [ + "Suppl. 1" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:mag92", + "label": "Schwarzman Building M2 - Milstein Division Room 121" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mag92||Schwarzman Building M2 - Milstein Division Room 121" ], - "uri": "i13785401", - "shelfMark": [ - "JSF 85-437 v. 2" + "idBarcode": [ + "33433093160145" + ], + "identifier": [ + "urn:shelfmark:APV (Jared) 85-2860 Suppl. Suppl. 1-2. Suppl. 1", + "urn:barcode:33433093160145" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "JSF 85-437 v. 2" + "value": "APV (Jared) 85-2860 Suppl. Suppl. 1-2. Suppl. 1", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433059486500" + "value": "33433093160145", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 2" - ], - "idBarcode": [ - "33433059486500" + "m2CustomerCode": [ + "XA" ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "physicalLocation": [ + "APV (Jared) 85-2860 Suppl. Suppl. 1-2." ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } + "shelfMark": [ + "APV (Jared) 85-2860 Suppl. Suppl. 1-2. Suppl. 1" ], + "shelfMark_sort": "aAPV (Jared) 85-2860 Suppl. Suppl. 1-2. Suppl. 000001", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i27564640" }, "sort": [ null @@ -14451,84 +15660,82 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:1", + "label": "Use in library" } ], "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433037693862" + "accessMessage:1||Use in library" ], - "physicalLocation": [ - "JSF 85-437" + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } ], - "shelfMark_sort": "aJSF 85-437 v. 000001", "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" + "catalogItemType:2||book non-circ" ], - "accessMessage": [ + "enumerationChronology": [ + "Suppl. 2" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "loc:mag92", + "label": "Schwarzman Building M2 - Milstein Division Room 121" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mag92||Schwarzman Building M2 - Milstein Division Room 121" ], - "uri": "i12540492", - "shelfMark": [ - "JSF 85-437 v. 1" + "idBarcode": [ + "33433093160152" + ], + "identifier": [ + "urn:shelfmark:APV (Jared) 85-2860 Suppl. Suppl. 1-2. Suppl. 2", + "urn:barcode:33433093160152" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "JSF 85-437 v. 1" + "value": "APV (Jared) 85-2860 Suppl. Suppl. 1-2. Suppl. 2", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433037693862" + "value": "33433093160152", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 1" - ], - "idBarcode": [ - "33433037693862" + "m2CustomerCode": [ + "XA" ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "physicalLocation": [ + "APV (Jared) 85-2860 Suppl. Suppl. 1-2." ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "APV (Jared) 85-2860 Suppl. Suppl. 1-2. Suppl. 2" ], + "shelfMark_sort": "aAPV (Jared) 85-2860 Suppl. Suppl. 1-2. Suppl. 000002", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i27564651" }, "sort": [ null @@ -14542,38 +15749,27 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10009050", + "_id": "b10009901", "_score": null, "_source": { "extent": [ - "3 v. (loose-leaf) : ill. ;" + "v. : port. ;" ], "note": [ { "noteType": "Note", - "label": "Loose-leaves for updating.", - "type": "bf:Note" - }, - { - "noteType": "Note", - "label": "Includes indexes.", + "label": "Paging in reverse.", "type": "bf:Note" } ], "nyplSource": [ "sierra-nypl" ], - "subjectLiteral_exploded": [ - "Computer programs", - "Computer programs -- Directories", - "Microcomputers", - "Microcomputers -- Programming", - "Microcomputers -- Programming -- Directories", - "Programming languages (Electronic computers)", - "Programming languages (Electronic computers) -- Directories" + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Datapro Research Corp.," + "Ansaru Allah Community]" ], "language": [ { @@ -14581,60 +15777,108 @@ "label": "English" } ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 1977 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1985 + "title": [ + "The holy Qur'an : the last testament" ], "type": [ "nypl:Item" ], - "title": [ - "Datapro directory of microcomputer software" - ], "shelfMark": [ - "JSF 85-438" + "Sc Ser.-M .K786" + ], + "numItemVolumesParsed": [ + 1 ], "createdString": [ - "1985" + "1977" + ], + "numElectronicResources": [ + 0 + ], + "seriesStatement": [ + "Edition; 41-", + "Nubian Islamic Hebrews. Edition 41-" ], "contributorLiteral": [ - "Datapro Research Corporation.", - "Muldowney, William J." + "ʻIsá Abd Allāh Muḥammad al-Mahdī, 1945-" ], "dateStartYear": [ - 1985 + 1977 + ], + "idOclc": [ + "NYPG009000597-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "JSF 85-438" + "value": "Sc Ser.-M .K786" }, { "type": "nypl:Bnumber", - "value": "10009050" + "value": "10009901" }, { - "type": "bf:Identifier", - "value": "NNSZ00810571" + "type": "nypl:Oclc", + "value": "NYPG009000597-B" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0209025" + "value": "(WaOLN)nyp0209877" } ], + "uniformTitle": [ + "Qurʼan. English & Arabic." + ], "dateEndYear": [ 9999 ], - "updatedAt": 1636086399858, + "holdings": [ + { + "identifier": [ + { + "type": "bf:shelfMark", + "value": "Sc Ser.-M .K786" + } + ], + "physicalLocation": [ + "Sc Ser.-M .K786" + ], + "format": [ + "PRINT" + ], + "location": [ + { + "code": "loc:scf", + "label": "Schomburg Center - Research & Reference" + } + ], + "shelfMark": [ + "Sc Ser.-M .K786" + ], + "uri": "h1143677" + } + ], + "updatedAt": 1711057480813, "publicationStatement": [ - "Delran, N.J. : Datapro Research Corp., c1985-" + "[Brooklyn, N.Y.] : Ansaru Allah Community], 1977-" ], "identifier": [ - "urn:bnum:10009050", - "urn:undefined:NNSZ00810571", - "urn:undefined:(WaOLN)nyp0209025" + "urn:shelfmark:Sc Ser.-M .K786", + "urn:bnum:10009901", + "urn:oclc:NYPG009000597-B", + "urn:identifier:(WaOLN)nyp0209877" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -14649,7 +15893,7 @@ } ], "dateString": [ - "1985" + "1977" ], "mediaType": [ { @@ -14657,23 +15901,12 @@ "label": "unmediated" } ], - "subjectLiteral": [ - "Computer programs -- Directories.", - "Microcomputers -- Programming -- Directories.", - "Programming languages (Electronic computers) -- Directories." - ], "titleDisplay": [ - "Datapro directory of microcomputer software / managing editor, William J. Muldowney." - ], - "uri": "b10009050", - "numItems": [ - 3 - ], - "numAvailable": [ - 3 + "The holy Qur'an : the last testament / English translation and commentary by Al Hajj Al Imam Isa Abd'Allah Muhammad al Mahdi." ], + "uri": "b10009901", "placeOfPublication": [ - "Delran, N.J. :" + "[Brooklyn, N.Y.]" ], "issuance": [ { @@ -14681,16 +15914,12 @@ "label": "monograph/item" } ], - "titleAlt": [ - "Directory of microcomputer software.", - "Microcomputer software." - ], "dimensions": [ - "28 cm." + "27 cm." ] }, "sort": [ - "b10009050" + "b10009901" ], "inner_hits": { "electronicResources": { @@ -14702,277 +15931,110 @@ }, "items": { "hits": { - "total": 3, + "total": 1, "max_score": null, "hits": [ { "_nested": { "field": "items", - "offset": 2 + "offset": 0 }, "_score": null, "_source": { - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "identifier": [ - "urn:barcode:33433059486724" - ], - "physicalLocation": [ - "JSF 85-438" - ], - "shelfMark_sort": "aJSF 85-438 v. 000003", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], "accessMessage": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "accessMessage:1", + "label": "Use in library" } ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i13785404", - "shelfMark": [ - "JSF 85-438 v. 3" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "JSF 85-438 v. 3" - }, + "catalogItemType": [ { - "type": "bf:Barcode", - "value": "33433059486724" + "id": "catalogItemType:2", + "label": "book non-circ" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" ], "enumerationChronology": [ - "v. 3" - ], - "idBarcode": [ - "33433059486724" - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "requestable": [ - true + "v. 1-3" ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "enumerationChronology_sort": [ + " 1-" ], - "status": [ - { - "id": "status:a", - "label": "Available" - } + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:rc2ma", - "label": "Offsite" + "id": "loc:scff2", + "label": "Schomburg Center - Research & Reference" } ], - "recapCustomerCode": [ - "NA" - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } + "holdingLocation_packed": [ + "loc:scff2||Schomburg Center - Research & Reference" ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "idBarcode": [ + "33433070348341" ], "identifier": [ - "urn:barcode:33433059486450" - ], - "physicalLocation": [ - "JSF 85-438" - ], - "shelfMark_sort": "aJSF 85-438 v. 000002", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i13785403", - "shelfMark": [ - "JSF 85-438 v. 2" + "urn:shelfmark:Sc Ser.-M .K786 v. 1-3", + "urn:barcode:33433070348341" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "JSF 85-438 v. 2" + "value": "Sc Ser.-M .K786 v. 1-3", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433059486450" + "value": "33433070348341", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 2" - ], - "idBarcode": [ - "33433059486450" + "owner": [ + { + "id": "orgs:1114", + "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + } ], "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" + ], + "physicalLocation": [ + "Sc Ser.-M .K786" ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "Sc Ser.-M .K786 v. 1-3" ], + "shelfMark_sort": "aSc Ser.-M .K786 v. 000001-3", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "recapCustomerCode": [ - "NA" - ] - }, - "sort": [ - null - ] - }, - { - "_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:33433037693870" - ], - "physicalLocation": [ - "JSF 85-438" - ], - "shelfMark_sort": "aJSF 85-438 v. 000001", - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], "status_packed": [ "status:a||Available" ], - "uri": "i12540493", - "shelfMark": [ - "JSF 85-438 v. 1" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "JSF 85-438 v. 1" - }, - { - "type": "bf:Barcode", - "value": "33433037693870" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "enumerationChronology": [ - "v. 1" - ], - "idBarcode": [ - "33433037693870" - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "requestable": [ - true + "type": [ + "bf:Item" ], - "catalogItemType": [ + "volumeRange": [ { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" + "gte": 1, + "lte": 3 } ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i14747080" }, "sort": [ - null + " 1-" ] } ] @@ -14983,101 +16045,150 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10009141", + "_id": "b10010070", "_score": null, "_source": { "extent": [ - "v." + "v. : ill. ;" ], "note": [ { - "noteType": "Bibliography", - "label": "Includes bibliographical references.", + "noteType": "Supplement", + "label": "Issues for 1968-69 include supplement: Quality.", "type": "bf:Note" }, { - "noteType": "Language", - "label": "In Tamil.", + "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": [ - "Tamil language", - "Tamil language -- Grammar" + "Industries", + "Industries -- Italy", + "Industries -- Italy -- Periodicals", + "Italy", + "Italy -- Commerce", + "Italy -- Commerce -- Periodicals" + ], + "numItemDatesParsed": [ + 2 ], "publisherLiteral": [ - "viṟpaṉai urimai: Pāri Nilaiyam," + "Istituto Nazionale per il Commercio Estero" ], "language": [ { - "id": "lang:tam", - "label": "Tamil" + "id": "lang:eng", + "label": "English" } ], + "numItemsTotal": [ + 2 + ], + "createdYear": [ + 1958 + ], "dateEndString": [ "9999" ], - "createdYear": [ - 1967 + "title": [ + "Italy presents." ], "type": [ "nypl:Item" ], - "title": [ - "Ilakkaṇat tokai." - ], "shelfMark": [ - "*OLB 85-879" + "JLM 81-304" ], - "creatorLiteral": [ - "Subramanian, S. V." + "numItemVolumesParsed": [ + 0 ], "createdString": [ - "1967" + "1958" ], "idLccn": [ - "75910470" + "63053813" + ], + "idIssn": [ + "0021-3160" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Istituto nazionale per il commercio estero (Italy)", + "Confederazione generale dell'industria italiana." ], "dateStartYear": [ - 1967 + 1958 + ], + "idOclc": [ + "1754066", + "NYPG010-S" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OLB 85-879" + "value": "JLM 81-304" }, { "type": "nypl:Bnumber", - "value": "10009141" + "value": "10010070" + }, + { + "type": "nypl:Oclc", + "value": "1754066" + }, + { + "type": "nypl:Oclc", + "value": "NYPG010-S" }, { "type": "bf:Lccn", - "value": "75910470" + "value": "63053813" + }, + { + "type": "bf:Issn", + "value": "0021-3160" }, { "type": "bf:Identifier", - "value": "NNSZ00810664" + "value": "(WaOLN)nyp0210046" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0209116" + "value": "(OCoLC)1754066" } ], + "uniformTitle": [ + "Quality." + ], "dateEndYear": [ 9999 ], - "updatedAt": 1636105084628, + "updatedAt": 1711197230682, "publicationStatement": [ - "Ceṉṉai, viṟpaṉai urimai: Pāri Nilaiyam, 1967-" + "Rome : Istituto Nazionale per il Commercio Estero, 1958-" ], "identifier": [ - "urn:bnum:10009141", - "urn:lccn:75910470", - "urn:undefined:NNSZ00810664", - "urn:undefined:(WaOLN)nyp0209116" + "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": [ { @@ -15092,7 +16203,7 @@ } ], "dateString": [ - "1967" + "1958" ], "mediaType": [ { @@ -15101,39 +16212,31 @@ } ], "subjectLiteral": [ - "Tamil language -- Grammar." + "Industries -- Italy -- Periodicals.", + "Italy -- Commerce -- Periodicals." ], "titleDisplay": [ - "Ilakkaṇat tokai. [Tokuppāciriyar] Ca. Vē. Cuppiramaṇiyaṉ." - ], - "uri": "b10009141", - "lccClassification": [ - "PL4754 .S78" - ], - "numItems": [ - 2 - ], - "numAvailable": [ - 2 + "Italy presents." ], + "uri": "b10010070", "placeOfPublication": [ - "Ceṉṉai," + "Rome" ], "issuance": [ { - "id": "urn:biblevel:m", - "label": "monograph/item" + "id": "urn:biblevel:s", + "label": "serial" } ], - "tableOfContents": [ - "1. Eḻuttu. -- 2. Col." + "titleAlt": [ + "Italian trade magazine." ], "dimensions": [ - "19 cm." + "29 cm." ] }, "sort": [ - "b10009141" + "b10010070" ], "inner_hits": { "electronicResources": { @@ -15151,181 +16254,216 @@ { "_nested": { "field": "items", - "offset": 1 + "offset": 0 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433061304865" - ], - "physicalLocation": [ - "*OLB 85-879" + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } ], - "shelfMark_sort": "a*OLB 85-879 v. 000002", "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" + "catalogItemType:3||serial" ], - "accessMessage": [ + "dateRange": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "gte": "1970", + "lte": "1972" } ], - "status_packed": [ - "status:a||Available" + "enumerationChronology": [ + "1970-1972" ], - "uri": "i13785411", - "shelfMark": [ - "*OLB 85-879 v. 2" + "enumerationChronology_sort": [ + " -1970" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLB 85-879 v. 2" - }, + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433061304865" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "enumerationChronology": [ - "v. 2" - ], "idBarcode": [ - "33433061304865" + "33433017526959" + ], + "identifier": [ + "urn:shelfmark:JLM 81-304 1970-1972", + "urn:barcode:33433017526959" + ], + "identifierV2": [ + { + "value": "JLM 81-304 1970-1972", + "type": "bf:ShelfMark" + }, + { + "value": "33433017526959", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "JLM 81-304" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "JLM 81-304 1970-1972" ], + "shelfMark_sort": "aJLM 81-304 1970-001972", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:a||Available" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i12540520" }, "sort": [ - null + " -1970" ] }, { "_nested": { "field": "items", - "offset": 0 + "offset": 1 }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433061304857" - ], - "physicalLocation": [ - "*OLB 85-879" + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } ], - "shelfMark_sort": "a*OLB 85-879 v. 000001", "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" + "catalogItemType:3||serial" ], - "accessMessage": [ + "dateRange": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "gte": "1967", + "lte": "1969" } ], - "status_packed": [ - "status:a||Available" + "dueDate": [ + "2024-11-02" ], - "uri": "i13785410", - "shelfMark": [ - "*OLB 85-879 v. 1" + "enumerationChronology": [ + "1967-1969" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLB 85-879 v. 1" - }, + "enumerationChronology_sort": [ + " -1967" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433061304857" + "id": "loc:rc2ma", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "enumerationChronology": [ - "v. 1" - ], "idBarcode": [ - "33433061304857" + "33433017526942" + ], + "identifier": [ + "urn:shelfmark:JLM 81-304 1967-1969", + "urn:barcode:33433017526942" + ], + "identifierV2": [ + { + "value": "JLM 81-304 1967-1969", + "type": "bf:ShelfMark" + }, + { + "value": "33433017526942", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "JLM 81-304" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ - true + false ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "JLM 81-304 1967-1969" ], + "shelfMark_sort": "aJLM 81-304 1967-001969", "status": [ { - "id": "status:a", - "label": "Available" + "id": "status:co", + "label": "Loaned" } ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } + "status_packed": [ + "status:co||Loaned" ], - "recapCustomerCode": [ - "NA" - ] + "type": [ + "bf:Item" + ], + "uri": "i12540519" }, "sort": [ - null + " -1967" ] } ] @@ -15336,168 +16474,314 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10009318", + "_id": "b10010482", "_score": null, "_source": { "extent": [ - "10 v. in 7." + "v. : ill., facsims., ports. ;" ], "note": [ { - "noteType": "Language", - "label": "In Tamil.", + "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": [ - 0 + 1 + ], + "publisherLiteral": [ + "J. Dye" ], "language": [ { - "id": "lang:tam", - "label": "Tamil" + "id": "lang:eng", + "label": "English" } ], "numItemsTotal": [ - 7 + 15 + ], + "createdYear": [ + 1982 ], "dateEndString": [ "9999" ], - "createdYear": [ - 1960 + "title": [ + "The K.A.R.D. files--Adamson ancestry" ], "type": [ "nypl:Item" ], - "title": [ - "Villiputtūrār iyaṟṟiya Makāpāratam; Vai. Mu. Kōpālakiruṣṇamācāriyar iyaṟṟiya uraiyuṭaṉ." - ], "shelfMark": [ - "*OLY 87-5294" + "APV (Adamson) 85-544" ], "numItemVolumesParsed": [ - 7 - ], - "creatorLiteral": [ - "Kōpāla Kiruṣṇamācāryar, Vai. Mu., 1882-1956." + 4 ], "createdString": [ - "1960" + "1982" ], - "idLccn": [ - "76909632" + "creatorLiteral": [ + "Dye, John." ], "numElectronicResources": [ 0 ], "contributorLiteral": [ - "Kiruṣṇamācāriyar, C.", - "Villiputtūrāḻvār." + "Dye, Judy." ], "dateStartYear": [ - 1960 + 1982 + ], + "idOclc": [ + "NYPG010000400-B" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*OLY 87-5294" + "value": "APV (Adamson) 85-544" }, { "type": "nypl:Bnumber", - "value": "10009318" - }, - { - "type": "bf:Lccn", - "value": "76909632" + "value": "10010482" }, { "type": "nypl:Oclc", - "value": "NYPG009000066-B" - }, - { - "type": "bf:Identifier", - "value": "NNSZ00910847" + "value": "NYPG010000400-B" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0209293" + "value": "(WaOLN)nyp0210458" } ], - "idOclc": [ - "NYPG009000066-B" - ], "dateEndYear": [ 9999 ], - "updatedAt": 1675264547472, - "publicationStatement": [ - "Ceṉṉai, 1960-1968 [v.1. 1963]" - ], - "identifier": [ - "urn:bnum:10009318", - "urn:lccn:76909632", - "urn:oclc:NYPG009000066-B", - "urn:undefined:NNSZ00910847", - "urn:undefined:(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" - ], - "numItems": [ - 7 - ], - "numAvailable": [ - 7 - ], - "placeOfPublication": [ - "Ceṉṉai" - ], - "issuance": [ + "holdings": [ { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "dimensions": [ - "21 cm." - ] - }, - "sort": [ - "b10009318" - ], - "inner_hits": { + "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." + ], + "issuance": [ + { + "id": "urn:biblevel:m", + "label": "monograph/item" + } + ], + "titleAlt": [ + "KARD files--Adamson ancestry." + ], + "dimensions": [ + "28 cm." + ] + }, + "sort": [ + "b10010482" + ], + "inner_hits": { "electronicResources": { "hits": { "total": 0, @@ -15507,570 +16791,550 @@ }, "items": { "hits": { - "total": 7, + "total": 15, "max_score": null, "hits": [ { "_nested": { "field": "items", - "offset": 6 + "offset": 14 }, "_score": null, "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "identifier": [ - "urn:barcode:33433059585376" - ], - "physicalLocation": [ - "*OLY 87-5294" - ], - "shelfMark_sort": "a*OLY 87-5294 v. 000009-10", - "m2CustomerCode": [ - "XA" - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], "accessMessage": [ { "id": "accessMessage:1", "label": "Use in library" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], - "enumerationChronology_sort": [ - " 9-" + "enumerationChronology": [ + "No. 13" ], - "type": [ - "bf:Item" + "enumerationChronology_sort": [ + " 13-" ], - "uri": "i13785440", - "shelfMark": [ - "*OLY 87-5294 v. 9-10" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLY 87-5294 v. 9-10" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433059585376" + "id": "loc:mag", + "label": "Schwarzman Building - Milstein Division Room 121" } ], "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" - ], - "enumerationChronology": [ - "v. 9-10" - ], - "idBarcode": [ - "33433059585376" - ], - "requestable": [ - false + "loc:mag||Schwarzman Building - Milstein Division Room 121" ], - "catalogItemType": [ + "identifierV2": [ { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" + "value": "APV (Adamson) 85-544 Library has: Vol. 1-13.", + "type": "bf:ShelfMark" } ], + "shelfMark": [ + "APV (Adamson) 85-544 Library has: Vol. 1-13." + ], + "shelfMark_sort": "aAPV (Adamson) 85-544 Library has: Vol. 1-13.", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" + ], + "type": [ + "nypl:CheckinCardItem" ], + "uri": "i-h1031668-0", "volumeRange": [ { - "gte": 9, - "lte": 10 + "gte": 13, + "lte": 13 } ], - "formatLiteral": [ - "Text" + "volumeRaw": [ + "No. 13" ] }, "sort": [ - " 9-" + " 13-" ] }, { "_nested": { "field": "items", - "offset": 5 + "offset": 0 }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433059585368" - ], - "physicalLocation": [ - "*OLY 87-5294" - ], - "shelfMark_sort": "a*OLY 87-5294 v. 000006-8", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "dateRange": [ { - "id": "accessMessage:1", - "label": "Use in library" + "gte": "1989", + "lte": "1996" } ], - "status_packed": [ - "status:a||Available" + "enumerationChronology": [ + "v. 10-13 (Mar. 1989-Sept. 1996)" ], "enumerationChronology_sort": [ - " 6-" + " 10-1989" ], - "type": [ - "bf:Item" + "formatLiteral": [ + "Text" ], - "uri": "i13785439", - "shelfMark": [ - "*OLY 87-5294 v. 6-8" + "holdingLocation": [ + { + "id": "loc:mag92", + "label": "Schwarzman Building M2 - Milstein Division Room 121" + } + ], + "holdingLocation_packed": [ + "loc:mag92||Schwarzman Building M2 - Milstein Division Room 121" + ], + "idBarcode": [ + "33433091335061" + ], + "identifier": [ + "urn:shelfmark:APV (Adamson) 85-544 v. 10-13 (Mar. 1989-Sept. 1996)", + "urn:barcode:33433091335061" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLY 87-5294 v. 6-8" + "value": "APV (Adamson) 85-544 v. 10-13 (Mar. 1989-Sept. 1996)", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433059585368" + "value": "33433091335061", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" - ], - "enumerationChronology": [ - "v. 6-8" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433059585368" + "physicalLocation": [ + "APV (Adamson) 85-544" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "APV (Adamson) 85-544 v. 10-13 (Mar. 1989-Sept. 1996)" ], + "shelfMark_sort": "aAPV (Adamson) 85-544 v. 000010-13 (Mar. 1989-Sept. 1996)", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], "volumeRange": [ { - "gte": 6, - "lte": 8 + "gte": 10, + "lte": 13 } ], - "formatLiteral": [ - "Text" - ] + "uri": "i26428980" }, "sort": [ - " 6-" + " 10-1989" ] }, { "_nested": { "field": "items", - "offset": 4 + "offset": 1 }, "_score": null, "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "identifier": [ - "urn:barcode:33433059585350" - ], - "physicalLocation": [ - "*OLY 87-5294" - ], - "shelfMark_sort": "a*OLY 87-5294 v. 000005", - "m2CustomerCode": [ - "XA" - ], - "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" - ], - "uri": "i13785438", - "shelfMark": [ - "*OLY 87-5294 v. 5" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLY 87-5294 v. 5" - }, + "catalogItemType": [ { - "type": "bf:Barcode", - "value": "33433059585350" + "id": "catalogItemType:2", + "label": "book non-circ" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" ], "enumerationChronology": [ - "v. 5" - ], - "idBarcode": [ - "33433059585350" - ], - "requestable": [ - false + "v. 4-9" ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "enumerationChronology_sort": [ + " 4-" ], - "status": [ - { - "id": "status:a", - "label": "Available" - } + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" + "id": "loc:mag92", + "label": "Schwarzman Building M2 - Milstein Division Room 121" } ], - "volumeRange": [ - { - "gte": 5, - "lte": 5 - } + "holdingLocation_packed": [ + "loc:mag92||Schwarzman Building M2 - Milstein Division Room 121" ], - "formatLiteral": [ - "Text" - ] - }, - "sort": [ - " 5-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 3 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "idBarcode": [ + "33433091335053" ], "identifier": [ - "urn:barcode:33433059585343" + "urn:shelfmark:APV (Adamson) 85-544 v. 4-9", + "urn:barcode:33433091335053" ], - "physicalLocation": [ - "*OLY 87-5294" + "identifierV2": [ + { + "value": "APV (Adamson) 85-544 v. 4-9", + "type": "bf:ShelfMark" + }, + { + "value": "33433091335053", + "type": "bf:Barcode" + } ], - "shelfMark_sort": "a*OLY 87-5294 v. 000004", "m2CustomerCode": [ "XA" ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" + "physicalLocation": [ + "APV (Adamson) 85-544 " ], - "accessMessage": [ + "requestable": [ + true + ], + "shelfMark": [ + "APV (Adamson) 85-544 v. 4-9" + ], + "shelfMark_sort": "aAPV (Adamson) 85-544 v. 000004-9", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], "status_packed": [ "status:a||Available" ], - "enumerationChronology_sort": [ - " 4-" - ], "type": [ "bf:Item" ], - "uri": "i13785437", - "shelfMark": [ - "*OLY 87-5294 v. 4" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLY 87-5294 v. 4" - }, + "volumeRange": [ { - "type": "bf:Barcode", - "value": "33433059585343" + "gte": 4, + "lte": 9 } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" - ], - "enumerationChronology": [ - "v. 4" - ], - "idBarcode": [ - "33433059585343" - ], - "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" - } - ], - "volumeRange": [ - { - "gte": 4, - "lte": 4 - } - ], - "formatLiteral": [ - "Text" - ] + "uri": "i26428927" }, "sort": [ " 4-" ] - }, + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b10010483", + "_score": null, + "_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": [ + "b10010483" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 2, + "max_score": null, + "hits": [ { "_nested": { "field": "items", - "offset": 2 + "offset": 0 }, "_score": null, "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "identifier": [ - "urn:barcode:33433059585335" - ], - "physicalLocation": [ - "*OLY 87-5294" - ], - "shelfMark_sort": "a*OLY 87-5294 v. 000003", - "m2CustomerCode": [ - "XA" - ], - "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" - ], - "uri": "i13785436", - "shelfMark": [ - "*OLY 87-5294 v. 3" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*OLY 87-5294 v. 3" - }, + "catalogItemType": [ { - "type": "bf:Barcode", - "value": "33433059585335" + "id": "catalogItemType:2", + "label": "book non-circ" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" ], "enumerationChronology": [ - "v. 3" + "v. 2" ], - "idBarcode": [ - "33433059585335" + "enumerationChronology_sort": [ + " 2-" ], - "requestable": [ - false - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } + "formatLiteral": [ + "Text" ], "holdingLocation": [ { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" + "id": "loc:mag92", + "label": "Schwarzman Building M2 - Milstein Division Room 121" } ], - "volumeRange": [ - { - "gte": 3, - "lte": 3 - } + "holdingLocation_packed": [ + "loc:mag92||Schwarzman Building M2 - Milstein Division Room 121" ], - "formatLiteral": [ - "Text" - ] - }, - "sort": [ - " 3-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "idBarcode": [ + "33433085274375" ], "identifier": [ - "urn:barcode:33433059585327" - ], - "physicalLocation": [ - "*OLY 87-5294" - ], - "shelfMark_sort": "a*OLY 87-5294 v. 000002", - "m2CustomerCode": [ - "XA" - ], - "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" - ], - "uri": "i13785435", - "shelfMark": [ - "*OLY 87-5294 v. 2" + "urn:shelfmark:APR (Herkimer, N.Y.) 85-424 Index v. 2", + "urn:barcode:33433085274375" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLY 87-5294 v. 2" + "value": "APR (Herkimer, N.Y.) 85-424 Index v. 2", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433059585327" + "value": "33433085274375", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" - ], - "enumerationChronology": [ - "v. 2" + "m2CustomerCode": [ + "XF" ], - "idBarcode": [ - "33433059585327" + "physicalLocation": [ + "APR (Herkimer, N.Y.) 85-424 Index" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "APR (Herkimer, N.Y.) 85-424 Index v. 2" ], + "shelfMark_sort": "aAPR (Herkimer, N.Y.) 85-424 Index v. 000002", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], "volumeRange": [ { @@ -16078,9 +17342,7 @@ "lte": 2 } ], - "formatLiteral": [ - "Text" - ] + "uri": "i24831672" }, "sort": [ " 2-" @@ -16089,94 +17351,101 @@ { "_nested": { "field": "items", - "offset": 0 + "offset": 1 }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433059585319" + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } ], - "physicalLocation": [ - "*OLY 87-5294" + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" ], - "shelfMark_sort": "a*OLY 87-5294 v. 000001", - "m2CustomerCode": [ - "XA" + "enumerationChronology": [ + "v. 1-2" ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" + "enumerationChronology_sort": [ + " 1-" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:magg2", + "label": "Schwarzman Building - Milstein Division Mezzanine Room 121" } ], - "status_packed": [ - "status:a||Available" - ], - "enumerationChronology_sort": [ - " 1-" + "holdingLocation_packed": [ + "loc:magg2||Schwarzman Building - Milstein Division Mezzanine Room 121" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433032068110" ], - "uri": "i13785434", - "shelfMark": [ - "*OLY 87-5294 v. 1" + "identifier": [ + "urn:shelfmark:APR (Herkimer, N.Y.) 85-424 Index v. 1-2", + "urn:barcode:33433032068110" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLY 87-5294 v. 1" + "value": "APR (Herkimer, N.Y.) 85-424 Index v. 1-2", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433059585319" + "value": "33433032068110", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "owner": [ + { + "id": "orgs:1105", + "label": "Irma and Paul Milstein Division of United States History, Local History and Genealogy" + } ], - "enumerationChronology": [ - "v. 1" + "owner_packed": [ + "orgs:1105||Irma and Paul Milstein Division of United States History, Local History and Genealogy" ], - "idBarcode": [ - "33433059585319" + "physicalLocation": [ + "APR (Herkimer, N.Y.) 85-424 Index" ], "requestable": [ false ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "APR (Herkimer, N.Y.) 85-424 Index v. 1-2" ], + "shelfMark_sort": "aAPR (Herkimer, N.Y.) 85-424 Index v. 000001-2", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], "volumeRange": [ { "gte": 1, - "lte": 1 + "lte": 2 } ], - "formatLiteral": [ - "Text" - ] + "uri": "i11901094" }, "sort": [ " 1-" @@ -16190,128 +17459,329 @@ { "_index": "resources-2018-04-09", "_type": "resource", - "_id": "b10009600", + "_id": "b10010674", "_score": null, "_source": { "extent": [ - "v. : ill." + "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.", + "label": "In Italian.", "type": "bf:Note" } ], "nyplSource": [ "sierra-nypl" ], + "serialPublicationDates": [ + "anno 1- magg./giugno 1977-" + ], "subjectLiteral_exploded": [ - "Kyrgyz language", - "Kyrgyz language -- Texts", - "Kyrgyz language -- Textbooks for foreign speakers", - "Kyrgyz language -- Textbooks for foreign speakers -- Russian" + "Music", + "Music -- Periodicals", + "Music -- Discography", + "Music -- Discography -- Periodicals", + "Sound recordings", + "Sound recordings -- Reviews" ], "numItemDatesParsed": [ - 0 + 92 ], "publisherLiteral": [ - "Qïrghïzïstan Memleket Basmasï" + "Ed. Diapason Milano]" ], "language": [ { - "id": "lang:kir", - "label": "Kyrgyz" + "id": "lang:ita", + "label": "Italian" } ], "numItemsTotal": [ - 1 + 92 + ], + "createdYear": [ + 1977 ], "dateEndString": [ "9999" ], - "createdYear": [ - 1930 + "title": [ + "Musica." ], "type": [ "nypl:Item" ], - "title": [ - "Orus emgek mektebteri ycyn qïrghïz tilinin oquu kitebi" - ], "shelfMark": [ - "*ZO-258 no. 1" + "*LA 81-296" ], "numItemVolumesParsed": [ - 1 - ], - "creatorLiteral": [ - "Çangïbajuluu, M." + 57 ], "createdString": [ - "1930" + "1977" ], - "numElectronicResources": [ - 0 + "idLccn": [ + "79649506 /MN" + ], + "idIssn": [ + "0392-5544" + ], + "numElectronicResources": [ + 0 ], "dateStartYear": [ - 1930 + 1977 + ], + "idOclc": [ + "5909505", + "NYPG011-S" ], "identifierV2": [ { "type": "bf:ShelfMark", - "value": "*ZO-258 no. 1" + "value": "*LA 81-296" }, { "type": "nypl:Bnumber", - "value": "10009600" + "value": "10010674" }, { "type": "nypl:Oclc", - "value": "NYPG009000291-B" + "value": "5909505" + }, + { + "type": "nypl:Oclc", + "value": "NYPG011-S" + }, + { + "type": "bf:Lccn", + "value": "79649506 /MN" + }, + { + "type": "bf:Issn", + "value": "0392-5544" }, { "type": "bf:Identifier", - "value": "NNSZ00911072" + "value": "(WaOLN)nyp0000035" }, { "type": "bf:Identifier", - "value": "(WaOLN)nyp0209576" + "value": "(OCoLC)5909505" } ], - "idOclc": [ - "NYPG009000291-B" + "uniformTitle": [ + "Musica (Milan, Italy)" ], "dateEndYear": [ 9999 ], - "updatedAt": 1689280548142, + "holdings": [ + { + "checkInBoxes": [ + { + "coverage": "Vol. 45 No. 344 (Mar. 2023)", + "position": 1, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*LA 81-296" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 45 No. 345 (Apr. 2023)", + "position": 2, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*LA 81-296" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 46 No. 346 (May. 2023)", + "position": 3, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*LA 81-296" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 46 No. 347 (Jun. 2023)", + "position": 4, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*LA 81-296" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 46 No. 348 (Jul. 2023)", + "position": 5, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*LA 81-296" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 46 No. 349 (Sep. 2023)", + "position": 6, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*LA 81-296" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 46 No. 350 (Oct. 2023)", + "position": 7, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*LA 81-296" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 46 No. 351 (Nov. 2023)", + "position": 8, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*LA 81-296" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 46 No. 352 (Dec. 2023)", + "position": 9, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*LA 81-296" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 46 No. 353 (Feb. 2024)", + "position": 10, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*LA 81-296" + ], + "status": "Arrived" + }, + { + "coverage": "Vol. 46 No. 354 (Feb. 2024)", + "position": 11, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*LA 81-296" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 46 No. 355 (Mar. 2024)", + "position": 12, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*LA 81-296" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 46 No. 356 (Apr. 2024)", + "position": 13, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*LA 81-296" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 46 No. 357 (May. 2024)", + "position": 14, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*LA 81-296" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 46 No. 358 (Jun. 2024)", + "position": 15, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*LA 81-296" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 46 No. 359 (Jul. 2024)", + "position": 16, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*LA 81-296" + ], + "status": "Expected" + }, + { + "coverage": "Vol. 46 No. 360 (Aug. 2024)", + "position": 17, + "type": "nypl:CheckInBox", + "shelfMark": [ + "*LA 81-296" + ], + "status": "Expected" + } + ], + "holdingStatement": [ + "1:1(May/Jun 1977)-12:53(Dec/Jan 1988/89),13:55(Apr/May 1989)-21:105(Oct/Dec 1997)-25:132(Dec 2001/Jan 2002),27:165(Apr 2005)-32:212(Dec/Jan 2010)", + "v. 32, no. 213 (2010-02) - v. 38, no. 269 (2015-09); v. 38, no. 271 (2015-11) - v. 40, no. 294 (2018-03); v. 41, no. 296 (2018-05) - v. 46, no. 353 (2024-02)" + ], + "identifier": [ + { + "type": "bf:shelfMark", + "value": "*LA 81-296" + } + ], + "notes": [ + "CURRENT ISSUES IN R&H ARCHIVES" + ], + "physicalLocation": [ + "*LA 81-296" + ], + "format": [ + "PRINT" + ], + "location": [ + { + "code": "loc:pah", + "label": "Performing Arts Research Collections - Recorded Sound" + } + ], + "shelfMark": [ + "*LA 81-296" + ], + "uri": "h1036576" + } + ], + "updatedAt": 1712852432516, "publicationStatement": [ - "Prunza : Qïrghïzïstan Memleket Basmasï, 1930-" + "[Milano, Ed. Diapason Milano]" ], "identifier": [ - "urn:bnum:10009600", - "urn:oclc:NYPG009000291-B", - "urn:undefined:NNSZ00911072", - "urn:undefined:(WaOLN)nyp0209576" + "urn:shelfmark:*LA 81-296", + "urn:bnum:10010674", + "urn:oclc:5909505", + "urn:oclc:NYPG011-S", + "urn:lccn:79649506 /MN", + "urn:issn:0392-5544", + "urn:identifier:(WaOLN)nyp0000035", + "urn:identifier:(OCoLC)5909505" ], "numCheckinCardItems": [ - 0 + 17 ], "materialType": [ { @@ -16326,7 +17796,7 @@ } ], "dateString": [ - "1930" + "1977" ], "mediaType": [ { @@ -16335,11590 +17805,50 @@ } ], "subjectLiteral": [ - "Kyrgyz language -- Texts.", - "Kyrgyz language -- Textbooks for foreign speakers -- Russian." + "Music -- Periodicals.", + "Music -- Discography -- Periodicals.", + "Sound recordings -- Reviews." ], "titleDisplay": [ - "Orus emgek mektebteri ycyn qïrghïz tilinin oquu kitebi [microform] / M. Çangïbaj uluu." - ], - "uri": "b10009600", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "Musica." ], - "placeOfPublication": [ - "Prunza" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "titleAlt": [ - "Uchebnik kirgizskogo ︠i︡azyka dl︠i︡a trudovykh shkol." - ], - "dimensions": [ - "24 cm." - ] - }, - "sort": [ - "b10009600" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 1, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i30068355", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "catalogItemType": [ - { - "id": "catalogItemType:6", - "label": "microfilm service copy" - } - ], - "catalogItemType_packed": [ - "catalogItemType:6||microfilm service copy" - ], - "holdingLocation": [ - { - "id": "loc:rcmi2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmi2||Offsite" - ], - "shelfMark": [ - "*ZO-258, no. 1 no. 1-22" - ], - "identifierV2": [ - { - "value": "*ZO-258, no. 1 no. 1-22", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433105667400" - } - ], - "enumerationChronology": [ - "no. 1-22" - ], - "physicalLocation": [ - "*ZO-258, no. 1" - ], - "recapCustomerCode": [ - "NA" - ], - "identifier": [ - "urn:barcode:33433105667400" - ], - "idBarcode": [ - "33433105667400" - ], - "requestable": [ - true - ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "volumeRange": [ - { - "gte": 1, - "lte": 22 - } - ], - "enumerationChronology_sort": [ - " 1-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*ZO-258, no. 000001 no. 1-22" - }, - "sort": [ - " 1-" - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10009763", - "_score": null, - "_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" - ], - "publisherLiteral": [ - "E. M. Hall," - ], - "language": [ - { - "id": "lang:eng", - "label": "English" - } - ], - "dateEndString": [ - "9999" - ], - "createdYear": [ - 1981 - ], - "type": [ - "nypl:Item" - ], - "title": [ - "The book of Jared supplement[s] : a family record showing descendants of John Jared, 1737-1805, Hannah Whitacre, Rachel Palmer" - ], - "shelfMark": [ - "APV (Jared) 85-2860 Suppl." - ], - "creatorLiteral": [ - "Hall, Eleanor McAllister, 1910-" - ], - "createdString": [ - "1981" - ], - "dateStartYear": [ - 1981 - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "APV (Jared) 85-2860 Suppl." - }, - { - "type": "nypl:Bnumber", - "value": "10009763" - }, - { - "type": "bf:Identifier", - "value": "NNSZ00911239" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0209739" - } - ], - "dateEndYear": [ - 9999 - ], - "updatedAt": 1636133579155, - "publicationStatement": [ - "Salt Lake City, Utah (7234 So. 2825 East, Salt Lake City 84121) : E. M. Hall, c1981-" - ], - "identifier": [ - "urn:bnum:10009763", - "urn:undefined:NNSZ00911239", - "urn:undefined:(WaOLN)nyp0209739" - ], - "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", - "numItems": [ - 3 - ], - "numAvailable": [ - 3 - ], - "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": [ - "b10009763" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 3, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 2 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "identifier": [ - "urn:barcode:33433093160152" - ], - "physicalLocation": [ - "APV (Jared) 85-2860 Suppl. Suppl. 1-2." - ], - "shelfMark_sort": "aAPV (Jared) 85-2860 Suppl. Suppl. 1-2. Suppl. 000002", - "m2CustomerCode": [ - "XA" - ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i27564651", - "shelfMark": [ - "APV (Jared) 85-2860 Suppl. Suppl. 1-2. Suppl. 2" - ], - "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": [ - false - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ - { - "id": "loc:mag92", - "label": "Schwarzman Building M2 - Milstein Division Room 121" - } - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "identifier": [ - "urn:barcode:33433093160145" - ], - "physicalLocation": [ - "APV (Jared) 85-2860 Suppl. Suppl. 1-2." - ], - "shelfMark_sort": "aAPV (Jared) 85-2860 Suppl. Suppl. 1-2. Suppl. 000001", - "m2CustomerCode": [ - "XA" - ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i27564640", - "shelfMark": [ - "APV (Jared) 85-2860 Suppl. Suppl. 1-2. Suppl. 1" - ], - "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": [ - false - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ - { - "id": "loc:mag92", - "label": "Schwarzman Building M2 - Milstein Division Room 121" - } - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "identifier": [ - "urn:barcode:33433093160137" - ], - "physicalLocation": [ - "APV (Jared) 85-2860 Suppl. Suppl. 1-2" - ], - "shelfMark_sort": "aAPV (Jared) 85-2860 Suppl. Suppl. 1-2 Suppl. ", - "m2CustomerCode": [ - "XA" - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i14747026", - "shelfMark": [ - "APV (Jared) 85-2860 Suppl. Suppl. 1-2 Suppl. " - ], - "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": [ - false - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ - { - "id": "loc:mag92", - "label": "Schwarzman Building M2 - Milstein Division Room 121" - } - ] - }, - "sort": [ - null - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10009901", - "_score": null, - "_source": { - "extent": [ - "v. : port. ;" - ], - "note": [ - { - "noteType": "Note", - "label": "Paging in reverse.", - "type": "bf:Note" - } - ], - "nyplSource": [ - "sierra-nypl" - ], - "numItemDatesParsed": [ - 0 - ], - "publisherLiteral": [ - "Ansaru Allah Community]" - ], - "language": [ - { - "id": "lang:eng", - "label": "English" - } - ], - "numItemsTotal": [ - 1 - ], - "dateEndString": [ - "9999" - ], - "createdYear": [ - 1977 - ], - "type": [ - "nypl:Item" - ], - "title": [ - "The holy Qur'an : the last testament" - ], - "shelfMark": [ - "Sc Ser.-M .K786" - ], - "numItemVolumesParsed": [ - 1 - ], - "createdString": [ - "1977" - ], - "seriesStatement": [ - "Edition; 41-", - "Nubian Islamic Hebrews. Edition 41-" - ], - "numElectronicResources": [ - 0 - ], - "contributorLiteral": [ - "ʻIsá Abd Allāh Muḥammad al-Mahdī, 1945-" - ], - "dateStartYear": [ - 1977 - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "Sc Ser.-M .K786" - }, - { - "type": "nypl:Bnumber", - "value": "10009901" - }, - { - "type": "nypl:Oclc", - "value": "NYPG009000597-B" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0209877" - } - ], - "idOclc": [ - "NYPG009000597-B" - ], - "uniformTitle": [ - "Qurʼan. English & Arabic." - ], - "dateEndYear": [ - 9999 - ], - "holdings": [ - { - "format": [ - "PRINT" - ], - "location": [ - { - "code": "loc:scf", - "label": "Schomburg Center - Research & Reference" - } - ], - "uri": "h1143677", - "shelfMark": [ - "Sc Ser.-M .K786" - ] - } - ], - "updatedAt": 1669058699563, - "publicationStatement": [ - "[Brooklyn, N.Y.] : Ansaru Allah Community], 1977-" - ], - "identifier": [ - "urn:bnum:10009901", - "urn:oclc:NYPG009000597-B", - "urn:undefined:(WaOLN)nyp0209877" - ], - "numCheckinCardItems": [ - 0 - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "1977" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "titleDisplay": [ - "The holy Qur'an : the last testament / English translation and commentary by Al Hajj Al Imam Isa Abd'Allah Muhammad al Mahdi." - ], - "uri": "b10009901", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], - "placeOfPublication": [ - "[Brooklyn, N.Y.]" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "dimensions": [ - "27 cm." - ] - }, - "sort": [ - "b10009901" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 1, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "uri": "i14747080", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1114", - "label": "Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" - } - ], - "owner_packed": [ - "orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division" - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "holdingLocation": [ - { - "id": "loc:scff2", - "label": "Schomburg Center - Research & Reference" - } - ], - "holdingLocation_packed": [ - "loc:scff2||Schomburg Center - Research & Reference" - ], - "shelfMark": [ - "Sc Ser.-M .K786 v. 1-3" - ], - "identifierV2": [ - { - "value": "Sc Ser.-M .K786 v. 1-3", - "type": "bf:ShelfMark" - }, - { - "type": "bf:Barcode", - "value": "33433070348341" - } - ], - "enumerationChronology": [ - "v. 1-3" - ], - "physicalLocation": [ - "Sc Ser.-M .K786" - ], - "identifier": [ - "urn:barcode:33433070348341" - ], - "idBarcode": [ - "33433070348341" - ], - "requestable": [ - false - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "volumeRange": [ - { - "gte": 1, - "lte": 3 - } - ], - "enumerationChronology_sort": [ - " 1-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aSc Ser.-M .K786 v. 000001-3" - }, - "sort": [ - " 1-" - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10010070", - "_score": null, - "_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": 1707236702090, - "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": [ - "b10010070" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 2, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1970", - "lte": "1972" - } - ], - "enumerationChronology": [ - "1970-1972" - ], - "enumerationChronology_sort": [ - " -1970" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433017526959" - ], - "identifier": [ - "urn:shelfmark:JLM 81-304 1970-1972", - "urn:barcode:33433017526959" - ], - "identifierV2": [ - { - "value": "JLM 81-304 1970-1972", - "type": "bf:ShelfMark" - }, - { - "value": "33433017526959", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "physicalLocation": [ - "JLM 81-304" - ], - "recapCustomerCode": [ - "NA" - ], - "requestable": [ - true - ], - "shelfMark": [ - "JLM 81-304 1970-1972" - ], - "shelfMark_sort": "aJLM 81-304 1970-001972", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i12540520" - }, - "sort": [ - " -1970" - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1967", - "lte": "1969" - } - ], - "dueDate": [ - "2024-11-02" - ], - "enumerationChronology": [ - "1967-1969" - ], - "enumerationChronology_sort": [ - " -1967" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rc2ma", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rc2ma||Offsite" - ], - "idBarcode": [ - "33433017526942" - ], - "identifier": [ - "urn:shelfmark:JLM 81-304 1967-1969", - "urn:barcode:33433017526942" - ], - "identifierV2": [ - { - "value": "JLM 81-304 1967-1969", - "type": "bf:ShelfMark" - }, - { - "value": "33433017526942", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" - ], - "physicalLocation": [ - "JLM 81-304" - ], - "recapCustomerCode": [ - "NA" - ], - "requestable": [ - false - ], - "shelfMark": [ - "JLM 81-304 1967-1969" - ], - "shelfMark_sort": "aJLM 81-304 1967-001969", - "status": [ - { - "id": "status:co", - "label": "Loaned" - } - ], - "status_packed": [ - "status:co||Loaned" - ], - "type": [ - "bf:Item" - ], - "uri": "i12540519" - }, - "sort": [ - " -1967" - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10010482", - "_score": null, - "_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" - ], - "title": [ - "The K.A.R.D. files--Adamson ancestry" - ], - "type": [ - "nypl:Item" - ], - "shelfMark": [ - "APV (Adamson) 85-544" - ], - "numItemVolumesParsed": [ - 4 - ], - "createdString": [ - "1982" - ], - "creatorLiteral": [ - "Dye, John." - ], - "numElectronicResources": [ - 0 - ], - "contributorLiteral": [ - "Dye, Judy." - ], - "dateStartYear": [ - 1982 - ], - "idOclc": [ - "NYPG010000400-B" - ], - "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" - } - ], - "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": 1699475310335, - "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." - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "titleAlt": [ - "KARD files--Adamson ancestry." - ], - "dimensions": [ - "28 cm." - ] - }, - "sort": [ - "b10010482" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 15, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 14 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "enumerationChronology": [ - "No. 13" - ], - "enumerationChronology_sort": [ - " 13-" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mag", - "label": "Schwarzman Building - Milstein Division Room 121" - } - ], - "holdingLocation_packed": [ - "loc:mag||Schwarzman Building - Milstein Division Room 121" - ], - "identifierV2": [ - { - "value": "APV (Adamson) 85-544 Library has: Vol. 1-13.", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "APV (Adamson) 85-544 Library has: Vol. 1-13." - ], - "shelfMark_sort": "aAPV (Adamson) 85-544 Library has: Vol. 1-13.", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1031668-0", - "volumeRange": [ - { - "gte": 13, - "lte": 13 - } - ], - "volumeRaw": [ - "No. 13" - ] - }, - "sort": [ - " 13-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "dateRange": [ - { - "gte": "1989", - "lte": "1996" - } - ], - "enumerationChronology": [ - "v. 10-13 (Mar. 1989-Sept. 1996)" - ], - "enumerationChronology_sort": [ - " 10-1989" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mag92", - "label": "Schwarzman Building M2 - Milstein Division Room 121" - } - ], - "holdingLocation_packed": [ - "loc:mag92||Schwarzman Building M2 - Milstein Division Room 121" - ], - "idBarcode": [ - "33433091335061" - ], - "identifier": [ - "urn:shelfmark:APV (Adamson) 85-544 v. 10-13 (Mar. 1989-Sept. 1996)", - "urn:barcode:33433091335061" - ], - "identifierV2": [ - { - "value": "APV (Adamson) 85-544 v. 10-13 (Mar. 1989-Sept. 1996)", - "type": "bf:ShelfMark" - }, - { - "value": "33433091335061", - "type": "bf:Barcode" - } - ], - "m2CustomerCode": [ - "XA" - ], - "physicalLocation": [ - "APV (Adamson) 85-544" - ], - "requestable": [ - true - ], - "shelfMark": [ - "APV (Adamson) 85-544 v. 10-13 (Mar. 1989-Sept. 1996)" - ], - "shelfMark_sort": "aAPV (Adamson) 85-544 v. 000010-13 (Mar. 1989-Sept. 1996)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 10, - "lte": 13 - } - ], - "uri": "i26428980" - }, - "sort": [ - " 10-1989" - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "enumerationChronology": [ - "v. 4-9" - ], - "enumerationChronology_sort": [ - " 4-" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mag92", - "label": "Schwarzman Building M2 - Milstein Division Room 121" - } - ], - "holdingLocation_packed": [ - "loc:mag92||Schwarzman Building M2 - Milstein Division Room 121" - ], - "idBarcode": [ - "33433091335053" - ], - "identifier": [ - "urn:shelfmark:APV (Adamson) 85-544 v. 4-9", - "urn:barcode:33433091335053" - ], - "identifierV2": [ - { - "value": "APV (Adamson) 85-544 v. 4-9", - "type": "bf:ShelfMark" - }, - { - "value": "33433091335053", - "type": "bf:Barcode" - } - ], - "m2CustomerCode": [ - "XA" - ], - "physicalLocation": [ - "APV (Adamson) 85-544 " - ], - "requestable": [ - true - ], - "shelfMark": [ - "APV (Adamson) 85-544 v. 4-9" - ], - "shelfMark_sort": "aAPV (Adamson) 85-544 v. 000004-9", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 4, - "lte": 9 - } - ], - "uri": "i26428927" - }, - "sort": [ - " 4-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 2 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } - ], - "catalogItemType_packed": [ - "catalogItemType:55||book, limited circ, MaRLI" - ], - "enumerationChronology": [ - "v. 1-3" - ], - "enumerationChronology_sort": [ - " 1-" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mag92", - "label": "Schwarzman Building M2 - Milstein Division Room 121" - } - ], - "holdingLocation_packed": [ - "loc:mag92||Schwarzman Building M2 - Milstein Division Room 121" - ], - "idBarcode": [ - "33433091335046" - ], - "identifier": [ - "urn:shelfmark:APV (Adamson) 85-544 v. 1-3", - "urn:barcode:33433091335046" - ], - "identifierV2": [ - { - "value": "APV (Adamson) 85-544 v. 1-3", - "type": "bf:ShelfMark" - }, - { - "value": "33433091335046", - "type": "bf:Barcode" - } - ], - "m2CustomerCode": [ - "XA" - ], - "physicalLocation": [ - "APV (Adamson) 85-544" - ], - "requestable": [ - true - ], - "shelfMark": [ - "APV (Adamson) 85-544 v. 1-3" - ], - "shelfMark_sort": "aAPV (Adamson) 85-544 v. 000001-3", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 1, - "lte": 3 - } - ], - "uri": "i14747104" - }, - "sort": [ - " 1-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 13 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "enumerationChronology": [ - "" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mag", - "label": "Schwarzman Building - Milstein Division Room 121" - } - ], - "holdingLocation_packed": [ - "loc:mag||Schwarzman Building - Milstein Division Room 121" - ], - "identifierV2": [ - { - "value": "APV (Adamson) 85-544 Library has: Vol. 1-13.", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "APV (Adamson) 85-544 Library has: Vol. 1-13." - ], - "shelfMark_sort": "aAPV (Adamson) 85-544 Library has: Vol. 1-13.", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1031668-1" - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 12 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "enumerationChronology": [ - "" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mag", - "label": "Schwarzman Building - Milstein Division Room 121" - } - ], - "holdingLocation_packed": [ - "loc:mag||Schwarzman Building - Milstein Division Room 121" - ], - "identifierV2": [ - { - "value": "APV (Adamson) 85-544 Library has: Vol. 1-13.", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "APV (Adamson) 85-544 Library has: Vol. 1-13." - ], - "shelfMark_sort": "aAPV (Adamson) 85-544 Library has: Vol. 1-13.", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1031668-2" - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 11 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "enumerationChronology": [ - "" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mag", - "label": "Schwarzman Building - Milstein Division Room 121" - } - ], - "holdingLocation_packed": [ - "loc:mag||Schwarzman Building - Milstein Division Room 121" - ], - "identifierV2": [ - { - "value": "APV (Adamson) 85-544 Library has: Vol. 1-13.", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "APV (Adamson) 85-544 Library has: Vol. 1-13." - ], - "shelfMark_sort": "aAPV (Adamson) 85-544 Library has: Vol. 1-13.", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1031668-3" - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 10 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "enumerationChronology": [ - "" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mag", - "label": "Schwarzman Building - Milstein Division Room 121" - } - ], - "holdingLocation_packed": [ - "loc:mag||Schwarzman Building - Milstein Division Room 121" - ], - "identifierV2": [ - { - "value": "APV (Adamson) 85-544 Library has: Vol. 1-13.", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "APV (Adamson) 85-544 Library has: Vol. 1-13." - ], - "shelfMark_sort": "aAPV (Adamson) 85-544 Library has: Vol. 1-13.", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1031668-4" - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 9 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "enumerationChronology": [ - "" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mag", - "label": "Schwarzman Building - Milstein Division Room 121" - } - ], - "holdingLocation_packed": [ - "loc:mag||Schwarzman Building - Milstein Division Room 121" - ], - "identifierV2": [ - { - "value": "APV (Adamson) 85-544 Library has: Vol. 1-13.", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "APV (Adamson) 85-544 Library has: Vol. 1-13." - ], - "shelfMark_sort": "aAPV (Adamson) 85-544 Library has: Vol. 1-13.", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1031668-5" - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 8 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "enumerationChronology": [ - "" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mag", - "label": "Schwarzman Building - Milstein Division Room 121" - } - ], - "holdingLocation_packed": [ - "loc:mag||Schwarzman Building - Milstein Division Room 121" - ], - "identifierV2": [ - { - "value": "APV (Adamson) 85-544 Library has: Vol. 1-13.", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "APV (Adamson) 85-544 Library has: Vol. 1-13." - ], - "shelfMark_sort": "aAPV (Adamson) 85-544 Library has: Vol. 1-13.", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1031668-6" - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 7 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "enumerationChronology": [ - "" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mag", - "label": "Schwarzman Building - Milstein Division Room 121" - } - ], - "holdingLocation_packed": [ - "loc:mag||Schwarzman Building - Milstein Division Room 121" - ], - "identifierV2": [ - { - "value": "APV (Adamson) 85-544 Library has: Vol. 1-13.", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "APV (Adamson) 85-544 Library has: Vol. 1-13." - ], - "shelfMark_sort": "aAPV (Adamson) 85-544 Library has: Vol. 1-13.", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1031668-7" - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 6 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "enumerationChronology": [ - "" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mag", - "label": "Schwarzman Building - Milstein Division Room 121" - } - ], - "holdingLocation_packed": [ - "loc:mag||Schwarzman Building - Milstein Division Room 121" - ], - "identifierV2": [ - { - "value": "APV (Adamson) 85-544 Library has: Vol. 1-13.", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "APV (Adamson) 85-544 Library has: Vol. 1-13." - ], - "shelfMark_sort": "aAPV (Adamson) 85-544 Library has: Vol. 1-13.", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1031668-8" - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 5 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "enumerationChronology": [ - "" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mag", - "label": "Schwarzman Building - Milstein Division Room 121" - } - ], - "holdingLocation_packed": [ - "loc:mag||Schwarzman Building - Milstein Division Room 121" - ], - "identifierV2": [ - { - "value": "APV (Adamson) 85-544 Library has: Vol. 1-13.", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "APV (Adamson) 85-544 Library has: Vol. 1-13." - ], - "shelfMark_sort": "aAPV (Adamson) 85-544 Library has: Vol. 1-13.", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1031668-9" - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 4 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "enumerationChronology": [ - "" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mag", - "label": "Schwarzman Building - Milstein Division Room 121" - } - ], - "holdingLocation_packed": [ - "loc:mag||Schwarzman Building - Milstein Division Room 121" - ], - "identifierV2": [ - { - "value": "APV (Adamson) 85-544 Library has: Vol. 1-13.", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "APV (Adamson) 85-544 Library has: Vol. 1-13." - ], - "shelfMark_sort": "aAPV (Adamson) 85-544 Library has: Vol. 1-13.", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1031668-10" - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 3 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "enumerationChronology": [ - "" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mag", - "label": "Schwarzman Building - Milstein Division Room 121" - } - ], - "holdingLocation_packed": [ - "loc:mag||Schwarzman Building - Milstein Division Room 121" - ], - "identifierV2": [ - { - "value": "APV (Adamson) 85-544 Library has: Vol. 1-13.", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "APV (Adamson) 85-544 Library has: Vol. 1-13." - ], - "shelfMark_sort": "aAPV (Adamson) 85-544 Library has: Vol. 1-13.", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1031668-11" - }, - "sort": [ - null - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10010483", - "_score": null, - "_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": [ - "Church records and registers", - "Church records and registers -- Herkimer", - "Church records and registers -- Herkimer -- Indexes", - "Herkimer (N.Y.)", - "Herkimer (N.Y.) -- Genealogy", - "Herkimer (N.Y.) -- Genealogy -- Indexes", - "Reformed Protestant Dutch Church (Herkimer, N.Y.)" - ], - "publisherLiteral": [ - "The Dept.]," - ], - "language": [ - { - "id": "lang:eng", - "label": "English" - } - ], - "dateEndString": [ - "9999" - ], - "createdYear": [ - 1941 - ], - "type": [ - "nypl:Item" - ], - "title": [ - "Index of records Reformed Protestant Dutch Church of Herkimer" - ], - "shelfMark": [ - "APR (Herkimer, N.Y.) 85-424 Index" - ], - "createdString": [ - "1941" - ], - "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 - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "APR (Herkimer, N.Y.) 85-424 Index" - }, - { - "type": "nypl:Bnumber", - "value": "10010483" - }, - { - "type": "bf:Identifier", - "value": "NNSZ01012132" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0210459" - } - ], - "dateEndYear": [ - 9999 - ], - "updatedAt": 1636105431482, - "publicationStatement": [ - "[New York : The Dept.], 1941-" - ], - "identifier": [ - "urn:bnum:10010483", - "urn:undefined:NNSZ01012132", - "urn:undefined:(WaOLN)nyp0210459" - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "1941" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Church records and registers -- Herkimer -- Indexes.", - "Herkimer (N.Y.) -- Genealogy -- Indexes.", - "Reformed Protestant Dutch Church (Herkimer, N.Y.)" - ], - "titleDisplay": [ - "Index of records Reformed Protestant Dutch Church of Herkimer / compiled by the Montgomery Department of History and Archives." - ], - "uri": "b10010483", - "numItems": [ - 2 - ], - "numAvailable": [ - 2 - ], - "placeOfPublication": [ - "[New York :" - ], - "issuance": [ - { - "id": "urn:biblevel:m", - "label": "monograph/item" - } - ], - "dimensions": [ - "33 cm." - ] - }, - "sort": [ - "b10010483" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 2, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "identifier": [ - "urn:barcode:33433085274375" - ], - "physicalLocation": [ - "APR (Herkimer, N.Y.) 85-424 Index" - ], - "shelfMark_sort": "aAPR (Herkimer, N.Y.) 85-424 Index v. 000002", - "m2CustomerCode": [ - "XF" - ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "status_packed": [ - "status:a||Available" - ], - "uri": "i24831672", - "shelfMark": [ - "APR (Herkimer, N.Y.) 85-424 Index v. 2" - ], - "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": [ - false - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ - { - "id": "loc:mag92", - "label": "Schwarzman Building M2 - Milstein Division Room 121" - } - ] - }, - "sort": [ - null - ] - }, - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "owner": [ - { - "id": "orgs:1105", - "label": "Irma and Paul Milstein Division of United States History, Local History and Genealogy" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "identifier": [ - "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" - ], - "uri": "i11901094", - "shelfMark": [ - "APR (Herkimer, N.Y.) 85-424 Index v. 1-2" - ], - "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" - } - ], - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "holdingLocation": [ - { - "id": "loc:magg2", - "label": "Schwarzman Building - Milstein Division Mezzanine Room 121" - } - ] - }, - "sort": [ - null - ] - } - ] - } - } - } - }, - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b10010674", - "_score": null, - "_source": { - "extent": [ - "v. ill." - ], - "note": [ - { - "noteType": "Language", - "label": "In Italian.", - "type": "bf:Note" - } - ], - "nyplSource": [ - "sierra-nypl" - ], - "serialPublicationDates": [ - "anno 1- magg./giugno 1977-" - ], - "subjectLiteral_exploded": [ - "Music", - "Music -- Periodicals", - "Music -- Discography", - "Music -- Discography -- Periodicals", - "Sound recordings", - "Sound recordings -- Reviews" - ], - "numItemDatesParsed": [ - 92 - ], - "publisherLiteral": [ - "Ed. Diapason Milano]" - ], - "language": [ - { - "id": "lang:ita", - "label": "Italian" - } - ], - "numItemsTotal": [ - 92 - ], - "createdYear": [ - 1977 - ], - "dateEndString": [ - "9999" - ], - "title": [ - "Musica." - ], - "type": [ - "nypl:Item" - ], - "shelfMark": [ - "*LA 81-296" - ], - "numItemVolumesParsed": [ - 57 - ], - "createdString": [ - "1977" - ], - "idLccn": [ - "79649506 /MN" - ], - "idIssn": [ - "0392-5544" - ], - "numElectronicResources": [ - 0 - ], - "dateStartYear": [ - 1977 - ], - "idOclc": [ - "5909505", - "NYPG011-S" - ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*LA 81-296" - }, - { - "type": "nypl:Bnumber", - "value": "10010674" - }, - { - "type": "nypl:Oclc", - "value": "5909505" - }, - { - "type": "nypl:Oclc", - "value": "NYPG011-S" - }, - { - "type": "bf:Lccn", - "value": "79649506 /MN" - }, - { - "type": "bf:Issn", - "value": "0392-5544" - }, - { - "type": "bf:Identifier", - "value": "(WaOLN)nyp0000035" - }, - { - "type": "bf:Identifier", - "value": "(OCoLC)5909505" - } - ], - "uniformTitle": [ - "Musica (Milan, Italy)" - ], - "dateEndYear": [ - 9999 - ], - "holdings": [ - { - "checkInBoxes": [ - { - "coverage": "Vol. 45 No. 344 (Mar. 2023)", - "position": 1, - "type": "nypl:CheckInBox", - "shelfMark": [ - "*LA 81-296" - ], - "status": "Arrived" - }, - { - "coverage": "Vol. 45 No. 345 (Apr. 2023)", - "position": 2, - "type": "nypl:CheckInBox", - "shelfMark": [ - "*LA 81-296" - ], - "status": "Arrived" - }, - { - "coverage": "Vol. 46 No. 346 (May. 2023)", - "position": 3, - "type": "nypl:CheckInBox", - "shelfMark": [ - "*LA 81-296" - ], - "status": "Arrived" - }, - { - "coverage": "Vol. 46 No. 347 (Jun. 2023)", - "position": 4, - "type": "nypl:CheckInBox", - "shelfMark": [ - "*LA 81-296" - ], - "status": "Arrived" - }, - { - "coverage": "Vol. 46 No. 348 (Jul. 2023)", - "position": 5, - "type": "nypl:CheckInBox", - "shelfMark": [ - "*LA 81-296" - ], - "status": "Arrived" - }, - { - "coverage": "Vol. 46 No. 349 (Sep. 2023)", - "position": 6, - "type": "nypl:CheckInBox", - "shelfMark": [ - "*LA 81-296" - ], - "status": "Arrived" - }, - { - "coverage": "Vol. 46 No. 350 (Oct. 2023)", - "position": 7, - "type": "nypl:CheckInBox", - "shelfMark": [ - "*LA 81-296" - ], - "status": "Arrived" - }, - { - "coverage": "Vol. 46 No. 351 (Nov. 2023)", - "position": 8, - "type": "nypl:CheckInBox", - "shelfMark": [ - "*LA 81-296" - ], - "status": "Arrived" - }, - { - "coverage": "Vol. 46 No. 352 (Dec. 2023)", - "position": 9, - "type": "nypl:CheckInBox", - "shelfMark": [ - "*LA 81-296" - ], - "status": "Expected" - }, - { - "coverage": "Vol. 46 No. 353 (Jan. 2024)", - "position": 10, - "type": "nypl:CheckInBox", - "shelfMark": [ - "*LA 81-296" - ], - "status": "Expected" - }, - { - "coverage": "Vol. 46 No. 354 (Feb. 2024)", - "position": 11, - "type": "nypl:CheckInBox", - "shelfMark": [ - "*LA 81-296" - ], - "status": "Expected" - }, - { - "coverage": "Vol. 46 No. 355 (Mar. 2024)", - "position": 12, - "type": "nypl:CheckInBox", - "shelfMark": [ - "*LA 81-296" - ], - "status": "Expected" - }, - { - "coverage": "Vol. 46 No. 356 (Apr. 2024)", - "position": 13, - "type": "nypl:CheckInBox", - "shelfMark": [ - "*LA 81-296" - ], - "status": "Expected" - }, - { - "coverage": "Vol. 46 No. 357 (May. 2024)", - "position": 14, - "type": "nypl:CheckInBox", - "shelfMark": [ - "*LA 81-296" - ], - "status": "Expected" - }, - { - "coverage": "Vol. 46 No. 358 (Jun. 2024)", - "position": 15, - "type": "nypl:CheckInBox", - "shelfMark": [ - "*LA 81-296" - ], - "status": "Expected" - }, - { - "coverage": "Vol. 46 No. 359 (Jul. 2024)", - "position": 16, - "type": "nypl:CheckInBox", - "shelfMark": [ - "*LA 81-296" - ], - "status": "Expected" - }, - { - "coverage": "Vol. 46 No. 360 (Aug. 2024)", - "position": 17, - "type": "nypl:CheckInBox", - "shelfMark": [ - "*LA 81-296" - ], - "status": "Expected" - } - ], - "holdingStatement": [ - "1:1(May/Jun 1977)-12:53(Dec/Jan 1988/89),13:55(Apr/May 1989)-21:105(Oct/Dec 1997)-25:132(Dec 2001/Jan 2002),27:165(Apr 2005)-32:212(Dec/Jan 2010)", - "v. 32, no. 213 (2010-02) - v. 38, no. 269 (2015-09); v. 38, no. 271 (2015-11) - v. 40, no. 294 (2018-03); v. 41, no. 296 (2018-05) - v. 46, no. 351 (2023-11)" - ], - "identifier": [ - { - "type": "bf:shelfMark", - "value": "*LA 81-296" - } - ], - "notes": [ - "CURRENT ISSUES IN R&H ARCHIVES" - ], - "physicalLocation": [ - "*LA 81-296" - ], - "format": [ - "PRINT" - ], - "location": [ - { - "code": "loc:pah", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "shelfMark": [ - "*LA 81-296" - ], - "uri": "h1036576" - } - ], - "updatedAt": 1706199645620, - "publicationStatement": [ - "[Milano, Ed. Diapason Milano]" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296", - "urn:bnum:10010674", - "urn:oclc:5909505", - "urn:oclc:NYPG011-S", - "urn:lccn:79649506 /MN", - "urn:issn:0392-5544", - "urn:identifier:(WaOLN)nyp0000035", - "urn:identifier:(OCoLC)5909505" - ], - "numCheckinCardItems": [ - 17 - ], - "materialType": [ - { - "id": "resourcetypes:txt", - "label": "Text" - } - ], - "carrierType": [ - { - "id": "carriertypes:nc", - "label": "volume" - } - ], - "dateString": [ - "1977" - ], - "mediaType": [ - { - "id": "mediatypes:n", - "label": "unmediated" - } - ], - "subjectLiteral": [ - "Music -- Periodicals.", - "Music -- Discography -- Periodicals.", - "Sound recordings -- Reviews." - ], - "titleDisplay": [ - "Musica." - ], - "uri": "b10010674", - "lccClassification": [ - "ML5 .M713595" - ], - "placeOfPublication": [ - "[Milano" - ], - "issuance": [ - { - "id": "urn:biblevel:s", - "label": "serial" - } - ], - "dimensions": [ - "30 cm." - ] - }, - "sort": [ - "b10010674" - ], - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 92, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 90 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2024-08-01", - "lte": "2024-08-01" - } - ], - "enumerationChronology": [ - "Vol. 46 No. 360 (Aug. 2024)" - ], - "enumerationChronology_sort": [ - " 46-2024-08-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah||Performing Arts Research Collections - Recorded Sound" - ], - "identifierV2": [ - { - "value": "*LA 81-296", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "*LA 81-296" - ], - "shelfMark_sort": "a*LA 81-000296", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1036576-1", - "volumeRange": [ - { - "gte": 46, - "lte": 46 - } - ], - "volumeRaw": [ - "Vol. 46 No. 360" - ] - }, - "sort": [ - " 46-2024-08-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 89 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2024-07-01", - "lte": "2024-07-01" - } - ], - "enumerationChronology": [ - "Vol. 46 No. 359 (Jul. 2024)" - ], - "enumerationChronology_sort": [ - " 46-2024-07-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah||Performing Arts Research Collections - Recorded Sound" - ], - "identifierV2": [ - { - "value": "*LA 81-296", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "*LA 81-296" - ], - "shelfMark_sort": "a*LA 81-000296", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1036576-2", - "volumeRange": [ - { - "gte": 46, - "lte": 46 - } - ], - "volumeRaw": [ - "Vol. 46 No. 359" - ] - }, - "sort": [ - " 46-2024-07-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 88 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2024-06-01", - "lte": "2024-06-01" - } - ], - "enumerationChronology": [ - "Vol. 46 No. 358 (Jun. 2024)" - ], - "enumerationChronology_sort": [ - " 46-2024-06-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah||Performing Arts Research Collections - Recorded Sound" - ], - "identifierV2": [ - { - "value": "*LA 81-296", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "*LA 81-296" - ], - "shelfMark_sort": "a*LA 81-000296", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1036576-3", - "volumeRange": [ - { - "gte": 46, - "lte": 46 - } - ], - "volumeRaw": [ - "Vol. 46 No. 358" - ] - }, - "sort": [ - " 46-2024-06-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 87 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2024-05-01", - "lte": "2024-05-01" - } - ], - "enumerationChronology": [ - "Vol. 46 No. 357 (May. 2024)" - ], - "enumerationChronology_sort": [ - " 46-2024-05-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah||Performing Arts Research Collections - Recorded Sound" - ], - "identifierV2": [ - { - "value": "*LA 81-296", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "*LA 81-296" - ], - "shelfMark_sort": "a*LA 81-000296", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1036576-4", - "volumeRange": [ - { - "gte": 46, - "lte": 46 - } - ], - "volumeRaw": [ - "Vol. 46 No. 357" - ] - }, - "sort": [ - " 46-2024-05-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 86 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2024-04-01", - "lte": "2024-04-01" - } - ], - "enumerationChronology": [ - "Vol. 46 No. 356 (Apr. 2024)" - ], - "enumerationChronology_sort": [ - " 46-2024-04-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah||Performing Arts Research Collections - Recorded Sound" - ], - "identifierV2": [ - { - "value": "*LA 81-296", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "*LA 81-296" - ], - "shelfMark_sort": "a*LA 81-000296", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1036576-5", - "volumeRange": [ - { - "gte": 46, - "lte": 46 - } - ], - "volumeRaw": [ - "Vol. 46 No. 356" - ] - }, - "sort": [ - " 46-2024-04-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 84 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2024-03-01", - "lte": "2024-03-01" - } - ], - "enumerationChronology": [ - "Vol. 46 No. 355 (Mar. 2024)" - ], - "enumerationChronology_sort": [ - " 46-2024-03-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah||Performing Arts Research Collections - Recorded Sound" - ], - "identifierV2": [ - { - "value": "*LA 81-296", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "*LA 81-296" - ], - "shelfMark_sort": "a*LA 81-000296", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1036576-7", - "volumeRange": [ - { - "gte": 46, - "lte": 46 - } - ], - "volumeRaw": [ - "Vol. 46 No. 355" - ] - }, - "sort": [ - " 46-2024-03-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 83 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2024-02-01", - "lte": "2024-02-01" - } - ], - "enumerationChronology": [ - "Vol. 46 No. 354 (Feb. 2024)" - ], - "enumerationChronology_sort": [ - " 46-2024-02-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah||Performing Arts Research Collections - Recorded Sound" - ], - "identifierV2": [ - { - "value": "*LA 81-296", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "*LA 81-296" - ], - "shelfMark_sort": "a*LA 81-000296", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1036576-8", - "volumeRange": [ - { - "gte": 46, - "lte": 46 - } - ], - "volumeRaw": [ - "Vol. 46 No. 354" - ] - }, - "sort": [ - " 46-2024-02-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 91 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2024-01-01", - "lte": "2024-01-01" - } - ], - "enumerationChronology": [ - "Vol. 46 No. 353 (Jan. 2024)" - ], - "enumerationChronology_sort": [ - " 46-2024-01-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah||Performing Arts Research Collections - Recorded Sound" - ], - "identifierV2": [ - { - "value": "*LA 81-296", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "*LA 81-296" - ], - "shelfMark_sort": "a*LA 81-000296", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1036576-0", - "volumeRange": [ - { - "gte": 46, - "lte": 46 - } - ], - "volumeRaw": [ - "Vol. 46 No. 353" - ] - }, - "sort": [ - " 46-2024-01-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 85 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2023-12-01", - "lte": "2023-12-01" - } - ], - "enumerationChronology": [ - "Vol. 46 No. 352 (Dec. 2023)" - ], - "enumerationChronology_sort": [ - " 46-2023-12-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah||Performing Arts Research Collections - Recorded Sound" - ], - "identifierV2": [ - { - "value": "*LA 81-296", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "*LA 81-296" - ], - "shelfMark_sort": "a*LA 81-000296", - "status": [ - { - "id": "status:na", - "label": "Not available" - } - ], - "status_packed": [ - "status:na||Not available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1036576-6", - "volumeRange": [ - { - "gte": 46, - "lte": 46 - } - ], - "volumeRaw": [ - "Vol. 46 No. 352" - ] - }, - "sort": [ - " 46-2023-12-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 77 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2023-11-01", - "lte": "2023-11-01" - } - ], - "enumerationChronology": [ - "Vol. 46 No. 351 (Nov. 2023)" - ], - "enumerationChronology_sort": [ - " 46-2023-11-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah||Performing Arts Research Collections - Recorded Sound" - ], - "identifierV2": [ - { - "value": "*LA 81-296", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "*LA 81-296" - ], - "shelfMark_sort": "a*LA 81-000296", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1036576-14", - "volumeRange": [ - { - "gte": 46, - "lte": 46 - } - ], - "volumeRaw": [ - "Vol. 46 No. 351" - ] - }, - "sort": [ - " 46-2023-11-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 76 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2023-10-01", - "lte": "2023-10-01" - } - ], - "enumerationChronology": [ - "Vol. 46 No. 350 (Oct. 2023)" - ], - "enumerationChronology_sort": [ - " 46-2023-10-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah||Performing Arts Research Collections - Recorded Sound" - ], - "identifierV2": [ - { - "value": "*LA 81-296", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "*LA 81-296" - ], - "shelfMark_sort": "a*LA 81-000296", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1036576-15", - "volumeRange": [ - { - "gte": 46, - "lte": 46 - } - ], - "volumeRaw": [ - "Vol. 46 No. 350" - ] - }, - "sort": [ - " 46-2023-10-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 75 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2023-09-01", - "lte": "2023-09-01" - } - ], - "enumerationChronology": [ - "Vol. 46 No. 349 (Sep. 2023)" - ], - "enumerationChronology_sort": [ - " 46-2023-09-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah||Performing Arts Research Collections - Recorded Sound" - ], - "identifierV2": [ - { - "value": "*LA 81-296", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "*LA 81-296" - ], - "shelfMark_sort": "a*LA 81-000296", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1036576-16", - "volumeRange": [ - { - "gte": 46, - "lte": 46 - } - ], - "volumeRaw": [ - "Vol. 46 No. 349" - ] - }, - "sort": [ - " 46-2023-09-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 82 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2023-07-01", - "lte": "2023-07-01" - } - ], - "enumerationChronology": [ - "Vol. 46 No. 348 (Jul. 2023)" - ], - "enumerationChronology_sort": [ - " 46-2023-07-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah||Performing Arts Research Collections - Recorded Sound" - ], - "identifierV2": [ - { - "value": "*LA 81-296", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "*LA 81-296" - ], - "shelfMark_sort": "a*LA 81-000296", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1036576-9", - "volumeRange": [ - { - "gte": 46, - "lte": 46 - } - ], - "volumeRaw": [ - "Vol. 46 No. 348" - ] - }, - "sort": [ - " 46-2023-07-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 81 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2023-06-01", - "lte": "2023-06-01" - } - ], - "enumerationChronology": [ - "Vol. 46 No. 347 (Jun. 2023)" - ], - "enumerationChronology_sort": [ - " 46-2023-06-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah||Performing Arts Research Collections - Recorded Sound" - ], - "identifierV2": [ - { - "value": "*LA 81-296", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "*LA 81-296" - ], - "shelfMark_sort": "a*LA 81-000296", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1036576-10", - "volumeRange": [ - { - "gte": 46, - "lte": 46 - } - ], - "volumeRaw": [ - "Vol. 46 No. 347" - ] - }, - "sort": [ - " 46-2023-06-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 78 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2023-05-01", - "lte": "2023-05-01" - } - ], - "enumerationChronology": [ - "Vol. 46 No. 346 (May. 2023)" - ], - "enumerationChronology_sort": [ - " 46-2023-05-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah||Performing Arts Research Collections - Recorded Sound" - ], - "identifierV2": [ - { - "value": "*LA 81-296", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "*LA 81-296" - ], - "shelfMark_sort": "a*LA 81-000296", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1036576-13", - "volumeRange": [ - { - "gte": 46, - "lte": 46 - } - ], - "volumeRaw": [ - "Vol. 46 No. 346" - ] - }, - "sort": [ - " 46-2023-05-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 79 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2023-04-01", - "lte": "2023-04-01" - } - ], - "enumerationChronology": [ - "Vol. 45 No. 345 (Apr. 2023)" - ], - "enumerationChronology_sort": [ - " 45-2023-04-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah||Performing Arts Research Collections - Recorded Sound" - ], - "identifierV2": [ - { - "value": "*LA 81-296", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "*LA 81-296" - ], - "shelfMark_sort": "a*LA 81-000296", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1036576-12", - "volumeRange": [ - { - "gte": 45, - "lte": 45 - } - ], - "volumeRaw": [ - "Vol. 45 No. 345" - ] - }, - "sort": [ - " 45-2023-04-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 80 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "dateRange": [ - { - "gte": "2023-03-01", - "lte": "2023-03-01" - } - ], - "enumerationChronology": [ - "Vol. 45 No. 344 (Mar. 2023)" - ], - "enumerationChronology_sort": [ - " 45-2023-03-01" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah||Performing Arts Research Collections - Recorded Sound" - ], - "identifierV2": [ - { - "value": "*LA 81-296", - "type": "bf:ShelfMark" - } - ], - "shelfMark": [ - "*LA 81-296" - ], - "shelfMark_sort": "a*LA 81-000296", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "nypl:CheckinCardItem" - ], - "uri": "i-h1036576-11", - "volumeRange": [ - { - "gte": 45, - "lte": 45 - } - ], - "volumeRaw": [ - "Vol. 45 No. 344" - ] - }, - "sort": [ - " 45-2023-03-01" - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2022", - "lte": "2023" - } - ], - "enumerationChronology": [ - "v. 45, nos. 339-343 (Sept. 2022-Feb. 2023)" - ], - "enumerationChronology_sort": [ - " 45-2022" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433109377063" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 45, nos. 339-343 (Sept. 2022-Feb. 2023)", - "urn:barcode:33433109377063" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 45, nos. 339-343 (Sept. 2022-Feb. 2023)", - "type": "bf:ShelfMark" - }, - { - "value": "33433109377063", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 45, nos. 339-343 (Sept. 2022-Feb. 2023)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000045, nos. 339-343 (Sept. 2022-Feb. 2023)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 45, - "lte": 45 - } - ], - "uri": "i40724649" - }, - "sort": [ - " 45-2022" - ] - }, - { - "_nested": { - "field": "items", - "offset": 2 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2022", - "lte": "2022" - } - ], - "enumerationChronology": [ - "v. 44-45, nos. 334-338 (Mar.-Aug. 2022)" - ], - "enumerationChronology_sort": [ - " 44-2022" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433109377055" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 44-45, nos. 334-338 (Mar.-Aug. 2022)", - "urn:barcode:33433109377055" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 44-45, nos. 334-338 (Mar.-Aug. 2022)", - "type": "bf:ShelfMark" - }, - { - "value": "33433109377055", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 44-45, nos. 334-338 (Mar.-Aug. 2022)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000044-45, nos. 334-338 (Mar.-Aug. 2022)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 44, - "lte": 45 - } - ], - "uri": "i40724642" - }, - "sort": [ - " 44-2022" - ] - }, - { - "_nested": { - "field": "items", - "offset": 3 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2021", - "lte": "2022" - } - ], - "enumerationChronology": [ - "v. 44, nos. 329-333 (Sept. 2021-Feb. 2022)" - ], - "enumerationChronology_sort": [ - " 44-2021" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433109377048" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 44, nos. 329-333 (Sept. 2021-Feb. 2022)", - "urn:barcode:33433109377048" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 44, nos. 329-333 (Sept. 2021-Feb. 2022)", - "type": "bf:ShelfMark" - }, - { - "value": "33433109377048", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 44, nos. 329-333 (Sept. 2021-Feb. 2022)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000044, nos. 329-333 (Sept. 2021-Feb. 2022)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 44, - "lte": 44 - } - ], - "uri": "i40724640" - }, - "sort": [ - " 44-2021" - ] - }, - { - "_nested": { - "field": "items", - "offset": 4 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2021", - "lte": "2021" - } - ], - "enumerationChronology": [ - "v. 43-44, nos. 324-328 (Mar.-Aug. 2021)" - ], - "enumerationChronology_sort": [ - " 43-2021" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433109377030" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 43-44, nos. 324-328 (Mar.-Aug. 2021)", - "urn:barcode:33433109377030" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 43-44, nos. 324-328 (Mar.-Aug. 2021)", - "type": "bf:ShelfMark" - }, - { - "value": "33433109377030", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 43-44, nos. 324-328 (Mar.-Aug. 2021)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000043-44, nos. 324-328 (Mar.-Aug. 2021)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 43, - "lte": 44 - } - ], - "uri": "i40724635" - }, - "sort": [ - " 43-2021" - ] - }, - { - "_nested": { - "field": "items", - "offset": 5 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2020", - "lte": "2021" - } - ], - "enumerationChronology": [ - "v. 43, nos. 319-323 (Sept. 2020-Feb.2021)" - ], - "enumerationChronology_sort": [ - " 43-2020" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433109377022" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 43, nos. 319-323 (Sept. 2020-Feb.2021)", - "urn:barcode:33433109377022" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 43, nos. 319-323 (Sept. 2020-Feb.2021)", - "type": "bf:ShelfMark" - }, - { - "value": "33433109377022", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 43, nos. 319-323 (Sept. 2020-Feb.2021)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000043, nos. 319-323 (Sept. 2020-Feb.2021)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 43, - "lte": 43 - } - ], - "uri": "i40724619" - }, - "sort": [ - " 43-2020" - ] - }, - { - "_nested": { - "field": "items", - "offset": 6 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2020", - "lte": "2020" - } - ], - "enumerationChronology": [ - "v. 42-43, nos. 314-318 (Mar.-Aug 2020)" - ], - "enumerationChronology_sort": [ - " 42-2020" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433109377014" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 42-43, nos. 314-318 (Mar.-Aug 2020)", - "urn:barcode:33433109377014" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 42-43, nos. 314-318 (Mar.-Aug 2020)", - "type": "bf:ShelfMark" - }, - { - "value": "33433109377014", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 42-43, nos. 314-318 (Mar.-Aug 2020)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000042-43, nos. 314-318 (Mar.-Aug 2020)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 42, - "lte": 43 - } - ], - "uri": "i40724609" - }, - "sort": [ - " 42-2020" - ] - }, - { - "_nested": { - "field": "items", - "offset": 7 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2019", - "lte": "2020" - } - ], - "enumerationChronology": [ - "v. 42, nos. 309-313 (Sept. 2019-Feb. 2020)" - ], - "enumerationChronology_sort": [ - " 42-2019" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433109375604" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 42, nos. 309-313 (Sept. 2019-Feb. 2020)", - "urn:barcode:33433109375604" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 42, nos. 309-313 (Sept. 2019-Feb. 2020)", - "type": "bf:ShelfMark" - }, - { - "value": "33433109375604", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 42, nos. 309-313 (Sept. 2019-Feb. 2020)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000042, nos. 309-313 (Sept. 2019-Feb. 2020)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 42, - "lte": 42 - } - ], - "uri": "i40724601" - }, - "sort": [ - " 42-2019" - ] - }, - { - "_nested": { - "field": "items", - "offset": 8 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2019", - "lte": "2019" - } - ], - "enumerationChronology": [ - "v. 41-42, nos. 304-308 (Mar.-Aug. 2019)" - ], - "enumerationChronology_sort": [ - " 41-2019" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433109375596" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 41-42, nos. 304-308 (Mar.-Aug. 2019)", - "urn:barcode:33433109375596" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 41-42, nos. 304-308 (Mar.-Aug. 2019)", - "type": "bf:ShelfMark" - }, - { - "value": "33433109375596", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 41-42, nos. 304-308 (Mar.-Aug. 2019)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000041-42, nos. 304-308 (Mar.-Aug. 2019)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 41, - "lte": 42 - } - ], - "uri": "i40724592" - }, - "sort": [ - " 41-2019" - ] - }, - { - "_nested": { - "field": "items", - "offset": 9 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2018", - "lte": "2019" - } - ], - "enumerationChronology": [ - "v. 41, nos. 299-303 (Sept. 2018-Feb. 2019)" - ], - "enumerationChronology_sort": [ - " 41-2018" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433108987573" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 41, nos. 299-303 (Sept. 2018-Feb. 2019)", - "urn:barcode:33433108987573" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 41, nos. 299-303 (Sept. 2018-Feb. 2019)", - "type": "bf:ShelfMark" - }, - { - "value": "33433108987573", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 41, nos. 299-303 (Sept. 2018-Feb. 2019)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000041, nos. 299-303 (Sept. 2018-Feb. 2019)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 41, - "lte": 41 - } - ], - "uri": "i37372229" - }, - "sort": [ - " 41-2018" - ] - }, - { - "_nested": { - "field": "items", - "offset": 10 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2018", - "lte": "2018" - } - ], - "enumerationChronology": [ - "v. 40, nos. 293-298, inc. (Feb.-Aug. 2018)" - ], - "enumerationChronology_sort": [ - " 40-2018" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433108987565" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 40, nos. 293-298, inc. (Feb.-Aug. 2018)", - "urn:barcode:33433108987565" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 40, nos. 293-298, inc. (Feb.-Aug. 2018)", - "type": "bf:ShelfMark" - }, - { - "value": "33433108987565", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 40, nos. 293-298, inc. (Feb.-Aug. 2018)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000040, nos. 293-298, inc. (Feb.-Aug. 2018)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 40, - "lte": 40 - } - ], - "uri": "i37372228" - }, - "sort": [ - " 40-2018" - ] - }, - { - "_nested": { - "field": "items", - "offset": 11 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2017", - "lte": "2018" - } - ], - "enumerationChronology": [ - "v. 40, nos. 288-292 (July 2017-Jan. 2018)" - ], - "enumerationChronology_sort": [ - " 40-2017" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433108987557" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 40, nos. 288-292 (July 2017-Jan. 2018)", - "urn:barcode:33433108987557" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 40, nos. 288-292 (July 2017-Jan. 2018)", - "type": "bf:ShelfMark" - }, - { - "value": "33433108987557", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 40, nos. 288-292 (July 2017-Jan. 2018)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000040, nos. 288-292 (July 2017-Jan. 2018)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 40, - "lte": 40 - } - ], - "uri": "i37369430" - }, - "sort": [ - " 40-2017" - ] - }, - { - "_nested": { - "field": "items", - "offset": 12 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2017", - "lte": "2017" - } - ], - "enumerationChronology": [ - "v. 39-40, nos. 283-287 (Feb.-June 2017)" - ], - "enumerationChronology_sort": [ - " 39-2017" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433108987540" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 39-40, nos. 283-287 (Feb.-June 2017)", - "urn:barcode:33433108987540" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 39-40, nos. 283-287 (Feb.-June 2017)", - "type": "bf:ShelfMark" - }, - { - "value": "33433108987540", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 39-40, nos. 283-287 (Feb.-June 2017)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000039-40, nos. 283-287 (Feb.-June 2017)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 39, - "lte": 40 - } - ], - "uri": "i37369426" - }, - "sort": [ - " 39-2017" - ] - }, - { - "_nested": { - "field": "items", - "offset": 13 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2016", - "lte": "2017" - } - ], - "enumerationChronology": [ - "v. 39, nos. 278-282 (July 2016-Jan. 2017)" - ], - "enumerationChronology_sort": [ - " 39-2016" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433108987532" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 39, nos. 278-282 (July 2016-Jan. 2017)", - "urn:barcode:33433108987532" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 39, nos. 278-282 (July 2016-Jan. 2017)", - "type": "bf:ShelfMark" - }, - { - "value": "33433108987532", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 39, nos. 278-282 (July 2016-Jan. 2017)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000039, nos. 278-282 (July 2016-Jan. 2017)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 39, - "lte": 39 - } - ], - "uri": "i37369420" - }, - "sort": [ - " 39-2016" - ] - }, - { - "_nested": { - "field": "items", - "offset": 14 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2016", - "lte": "2016" - } - ], - "enumerationChronology": [ - "v. 38-39, nos. 273-277 (Feb.-June 2016)" - ], - "enumerationChronology_sort": [ - " 38-2016" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433104416387" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 38-39, nos. 273-277 (Feb.-June 2016)", - "urn:barcode:33433104416387" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 38-39, nos. 273-277 (Feb.-June 2016)", - "type": "bf:ShelfMark" - }, - { - "value": "33433104416387", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 38-39, nos. 273-277 (Feb.-June 2016)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000038-39, nos. 273-277 (Feb.-June 2016)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 38, - "lte": 39 - } - ], - "uri": "i34627481" - }, - "sort": [ - " 38-2016" - ] - }, - { - "_nested": { - "field": "items", - "offset": 15 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2015", - "lte": "2016" - } - ], - "enumerationChronology": [ - "v. 38, nos. 268-272 (July 2015-Jan. 2016) (inc.)" - ], - "enumerationChronology_sort": [ - " 38-2015" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433104416379" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 38, nos. 268-272 (July 2015-Jan. 2016) (inc.)", - "urn:barcode:33433104416379" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 38, nos. 268-272 (July 2015-Jan. 2016) (inc.)", - "type": "bf:ShelfMark" - }, - { - "value": "33433104416379", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 38, nos. 268-272 (July 2015-Jan. 2016) (inc.)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000038, nos. 268-272 (July 2015-Jan. 2016) (inc.)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 38, - "lte": 38 - } - ], - "uri": "i34627460" - }, - "sort": [ - " 38-2015" - ] - }, - { - "_nested": { - "field": "items", - "offset": 16 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2015", - "lte": "2015" - } - ], - "enumerationChronology": [ - "v. 37-38, nos. 263-267 (Feb.-June 2015)" - ], - "enumerationChronology_sort": [ - " 37-2015" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433104416361" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 37-38, nos. 263-267 (Feb.-June 2015)", - "urn:barcode:33433104416361" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 37-38, nos. 263-267 (Feb.-June 2015)", - "type": "bf:ShelfMark" - }, - { - "value": "33433104416361", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 37-38, nos. 263-267 (Feb.-June 2015)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000037-38, nos. 263-267 (Feb.-June 2015)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 37, - "lte": 38 - } - ], - "uri": "i34627409" - }, - "sort": [ - " 37-2015" - ] - }, - { - "_nested": { - "field": "items", - "offset": 17 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:8", - "label": "Paperback" - } - ], - "accessMessage_packed": [ - "accessMessage:8||Paperback" - ], - "catalogItemType": [ - { - "id": "catalogItemType:102", - "label": "Book, paperback" - } - ], - "catalogItemType_packed": [ - "catalogItemType:102||Book, paperback" - ], - "dateRange": [ - { - "gte": "2014", - "lte": "2015" - } - ], - "enumerationChronology": [ - "v. 37, nos. 258-262 (July 2014-Jan. 2015)" - ], - "enumerationChronology_sort": [ - " 37-2014" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433064479821" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 37, nos. 258-262 (July 2014-Jan. 2015)", - "urn:barcode:33433064479821" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 37, nos. 258-262 (July 2014-Jan. 2015)", - "type": "bf:ShelfMark" - }, - { - "value": "33433064479821", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 37, nos. 258-262 (July 2014-Jan. 2015)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000037, nos. 258-262 (July 2014-Jan. 2015)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 37, - "lte": 37 - } - ], - "uri": "i32547828", - "aeonUrl": [ - "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&CallNumber=*LA+81-296&Date=1977&Form=30&Genre=Book%2C+paperback&ItemInfo1=Paperback&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db10010674&ItemISxN=i325478284&ItemNumber=33433064479821&ItemPlace=%5BMilano&ItemPublisher=Ed.+Diapason+Milano%5D&ItemVolume=v.+37%2C+nos.+258-262+%28July+2014-Jan.+2015%29&Location=Performing+Arts+Music+and+Recorded+Sound+Division&ReferenceNumber=b100106742&Site=LPAMR&Title=Musica." - ] - }, - "sort": [ - " 37-2014" - ] - }, - { - "_nested": { - "field": "items", - "offset": 18 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:8", - "label": "Paperback" - } - ], - "accessMessage_packed": [ - "accessMessage:8||Paperback" - ], - "catalogItemType": [ - { - "id": "catalogItemType:102", - "label": "Book, paperback" - } - ], - "catalogItemType_packed": [ - "catalogItemType:102||Book, paperback" - ], - "dateRange": [ - { - "gte": "2014", - "lte": "2014" - } - ], - "enumerationChronology": [ - "v. 36-37, nos. 253-257 (Feb.-June 2014)" - ], - "enumerationChronology_sort": [ - " 36-2014" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433064479813" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 36-37, nos. 253-257 (Feb.-June 2014)", - "urn:barcode:33433064479813" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 36-37, nos. 253-257 (Feb.-June 2014)", - "type": "bf:ShelfMark" - }, - { - "value": "33433064479813", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 36-37, nos. 253-257 (Feb.-June 2014)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000036-37, nos. 253-257 (Feb.-June 2014)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 36, - "lte": 37 - } - ], - "uri": "i32547826", - "aeonUrl": [ - "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&CallNumber=*LA+81-296&Date=1977&Form=30&Genre=Book%2C+paperback&ItemInfo1=Paperback&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db10010674&ItemISxN=i325478260&ItemNumber=33433064479813&ItemPlace=%5BMilano&ItemPublisher=Ed.+Diapason+Milano%5D&ItemVolume=v.+36-37%2C+nos.+253-257+%28Feb.-June+2014%29&Location=Performing+Arts+Music+and+Recorded+Sound+Division&ReferenceNumber=b100106742&Site=LPAMR&Title=Musica." - ] - }, - "sort": [ - " 36-2014" - ] - }, - { - "_nested": { - "field": "items", - "offset": 20 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:8", - "label": "Paperback" - } - ], - "accessMessage_packed": [ - "accessMessage:8||Paperback" - ], - "catalogItemType": [ - { - "id": "catalogItemType:102", - "label": "Book, paperback" - } - ], - "catalogItemType_packed": [ - "catalogItemType:102||Book, paperback" - ], - "dateRange": [ - { - "gte": "2013", - "lte": "2014" - } - ], - "enumerationChronology": [ - "v. 35, nos. 248-252 (July 2013-Jan. 2014)" - ], - "enumerationChronology_sort": [ - " 35-2013" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433064479805" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 35, nos. 248-252 (July 2013-Jan. 2014)", - "urn:barcode:33433064479805" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 35, nos. 248-252 (July 2013-Jan. 2014)", - "type": "bf:ShelfMark" - }, - { - "value": "33433064479805", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 35, nos. 248-252 (July 2013-Jan. 2014)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000035, nos. 248-252 (July 2013-Jan. 2014)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 35, - "lte": 35 - } - ], - "uri": "i32547819", - "aeonUrl": [ - "https://specialcollections.nypl.org/aeon/Aeon.dll?Action=10&CallNumber=*LA+81-296&Date=1977&Form=30&Genre=Book%2C+paperback&ItemInfo1=Paperback&ItemInfo3=https%3A%2F%2Fcatalog.nypl.org%2Frecord%3Db10010674&ItemISxN=i325478193&ItemNumber=33433064479805&ItemPlace=%5BMilano&ItemPublisher=Ed.+Diapason+Milano%5D&ItemVolume=v.+35%2C+nos.+248-252+%28July+2013-Jan.+2014%29&Location=Performing+Arts+Music+and+Recorded+Sound+Division&ReferenceNumber=b100106742&Site=LPAMR&Title=Musica." - ] - }, - "sort": [ - " 35-2013" - ] - }, - { - "_nested": { - "field": "items", - "offset": 19 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2013", - "lte": "2013" - } - ], - "enumerationChronology": [ - "v. 35-36, nos. 243-247 (Feb.-June 2013)" - ], - "enumerationChronology_sort": [ - " 35-2013" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433064468642" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 35-36, nos. 243-247 (Feb.-June 2013)", - "urn:barcode:33433064468642" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 35-36, nos. 243-247 (Feb.-June 2013)", - "type": "bf:ShelfMark" - }, - { - "value": "33433064468642", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 35-36, nos. 243-247 (Feb.-June 2013)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000035-36, nos. 243-247 (Feb.-June 2013)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 35, - "lte": 36 - } - ], - "uri": "i31163867" - }, - "sort": [ - " 35-2013" - ] - }, - { - "_nested": { - "field": "items", - "offset": 21 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2012", - "lte": "2013" - } - ], - "enumerationChronology": [ - "v. 35, nos. 238-242 (July 2012-Jan. 2013)" - ], - "enumerationChronology_sort": [ - " 35-2012" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433064468634" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 35, nos. 238-242 (July 2012-Jan. 2013)", - "urn:barcode:33433064468634" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 35, nos. 238-242 (July 2012-Jan. 2013)", - "type": "bf:ShelfMark" - }, - { - "value": "33433064468634", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 35, nos. 238-242 (July 2012-Jan. 2013)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000035, nos. 238-242 (July 2012-Jan. 2013)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 35, - "lte": 35 - } - ], - "uri": "i31163863" - }, - "sort": [ - " 35-2012" - ] - }, - { - "_nested": { - "field": "items", - "offset": 22 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2012", - "lte": "2012" - } - ], - "enumerationChronology": [ - "v. 34-35, nos. 233-237 (Feb.-June 2012)" - ], - "enumerationChronology_sort": [ - " 34-2012" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433064468626" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 34-35, nos. 233-237 (Feb.-June 2012)", - "urn:barcode:33433064468626" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 34-35, nos. 233-237 (Feb.-June 2012)", - "type": "bf:ShelfMark" - }, - { - "value": "33433064468626", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 34-35, nos. 233-237 (Feb.-June 2012)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000034-35, nos. 233-237 (Feb.-June 2012)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 34, - "lte": 35 - } - ], - "uri": "i31163859" - }, - "sort": [ - " 34-2012" - ] - }, - { - "_nested": { - "field": "items", - "offset": 23 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2011", - "lte": "2012" - } - ], - "enumerationChronology": [ - "v. 34, nos. 228-232 (July 2011-Jan. 2012)" - ], - "enumerationChronology_sort": [ - " 34-2011" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433064468618" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 34, nos. 228-232 (July 2011-Jan. 2012)", - "urn:barcode:33433064468618" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 34, nos. 228-232 (July 2011-Jan. 2012)", - "type": "bf:ShelfMark" - }, - { - "value": "33433064468618", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 34, nos. 228-232 (July 2011-Jan. 2012)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000034, nos. 228-232 (July 2011-Jan. 2012)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 34, - "lte": 34 - } - ], - "uri": "i31163856" - }, - "sort": [ - " 34-2011" - ] - }, - { - "_nested": { - "field": "items", - "offset": 24 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2011", - "lte": "2011" - } - ], - "enumerationChronology": [ - "v. 33-34, nos. 223-227 (Feb.-June 2011)" - ], - "enumerationChronology_sort": [ - " 33-2011" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433073091195" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 33-34, nos. 223-227 (Feb.-June 2011)", - "urn:barcode:33433073091195" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 33-34, nos. 223-227 (Feb.-June 2011)", - "type": "bf:ShelfMark" - }, - { - "value": "33433073091195", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 33-34, nos. 223-227 (Feb.-June 2011)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000033-34, nos. 223-227 (Feb.-June 2011)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 33, - "lte": 34 - } - ], - "uri": "i27799041" - }, - "sort": [ - " 33-2011" - ] - }, - { - "_nested": { - "field": "items", - "offset": 25 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2010", - "lte": "2011" - } - ], - "enumerationChronology": [ - "v. 33, nos. 218-222 (July 2010-Jan. 2011)" - ], - "enumerationChronology_sort": [ - " 33-2010" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433073091187" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 33, nos. 218-222 (July 2010-Jan. 2011)", - "urn:barcode:33433073091187" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 33, nos. 218-222 (July 2010-Jan. 2011)", - "type": "bf:ShelfMark" - }, - { - "value": "33433073091187", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 33, nos. 218-222 (July 2010-Jan. 2011)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000033, nos. 218-222 (July 2010-Jan. 2011)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 33, - "lte": 33 - } - ], - "uri": "i27799039" - }, - "sort": [ - " 33-2010" - ] - }, - { - "_nested": { - "field": "items", - "offset": 26 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2010", - "lte": "2010" - } - ], - "enumerationChronology": [ - "v. 32-33, nos. 213-217 (Feb.-June 2010)" - ], - "enumerationChronology_sort": [ - " 32-2010" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433073091179" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 32-33, nos. 213-217 (Feb.-June 2010)", - "urn:barcode:33433073091179" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 32-33, nos. 213-217 (Feb.-June 2010)", - "type": "bf:ShelfMark" - }, - { - "value": "33433073091179", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 32-33, nos. 213-217 (Feb.-June 2010)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000032-33, nos. 213-217 (Feb.-June 2010)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 32, - "lte": 33 - } - ], - "uri": "i27799032" - }, - "sort": [ - " 32-2010" - ] - }, - { - "_nested": { - "field": "items", - "offset": 27 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2009", - "lte": "2010" - } - ], - "enumerationChronology": [ - "v. 32, nos. 208-212 (July 2009-Jan. 2010)" - ], - "enumerationChronology_sort": [ - " 32-2009" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433073091161" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 32, nos. 208-212 (July 2009-Jan. 2010)", - "urn:barcode:33433073091161" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 32, nos. 208-212 (July 2009-Jan. 2010)", - "type": "bf:ShelfMark" - }, - { - "value": "33433073091161", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 32, nos. 208-212 (July 2009-Jan. 2010)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000032, nos. 208-212 (July 2009-Jan. 2010)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 32, - "lte": 32 - } - ], - "uri": "i27799021" - }, - "sort": [ - " 32-2009" - ] - }, - { - "_nested": { - "field": "items", - "offset": 28 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2009", - "lte": "2009" - } - ], - "enumerationChronology": [ - "v. 31-32, nos. 203-207 (Feb.-June 2009)" - ], - "enumerationChronology_sort": [ - " 31-2009" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433073091153" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 31-32, nos. 203-207 (Feb.-June 2009)", - "urn:barcode:33433073091153" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 31-32, nos. 203-207 (Feb.-June 2009)", - "type": "bf:ShelfMark" - }, - { - "value": "33433073091153", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 31-32, nos. 203-207 (Feb.-June 2009)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000031-32, nos. 203-207 (Feb.-June 2009)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 31, - "lte": 32 - } - ], - "uri": "i27799016" - }, - "sort": [ - " 31-2009" - ] - }, - { - "_nested": { - "field": "items", - "offset": 29 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:4", - "label": "serial, loose" - } - ], - "catalogItemType_packed": [ - "catalogItemType:4||serial, loose" - ], - "dateRange": [ - { - "gte": "2008", - "lte": "2009" - } - ], - "enumerationChronology": [ - "v. 31, nos. 198-202 (July 2008-Jan. 2009)" - ], - "enumerationChronology_sort": [ - " 31-2008" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433060824954" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 31, nos. 198-202 (July 2008-Jan. 2009)", - "urn:barcode:33433060824954" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 31, nos. 198-202 (July 2008-Jan. 2009)", - "type": "bf:ShelfMark" - }, - { - "value": "33433060824954", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 31, nos. 198-202 (July 2008-Jan. 2009)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000031, nos. 198-202 (July 2008-Jan. 2009)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 31, - "lte": 31 - } - ], - "uri": "i23189798" - }, - "sort": [ - " 31-2008" - ] - }, - { - "_nested": { - "field": "items", - "offset": 30 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:4", - "label": "serial, loose" - } - ], - "catalogItemType_packed": [ - "catalogItemType:4||serial, loose" - ], - "dateRange": [ - { - "gte": "2008", - "lte": "2008" - } - ], - "enumerationChronology": [ - "v. 30-31, nos. 193-197 (Feb.-June 2008)" - ], - "enumerationChronology_sort": [ - " 30-2008" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433060824947" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 30-31, nos. 193-197 (Feb.-June 2008)", - "urn:barcode:33433060824947" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 30-31, nos. 193-197 (Feb.-June 2008)", - "type": "bf:ShelfMark" - }, - { - "value": "33433060824947", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 30-31, nos. 193-197 (Feb.-June 2008)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000030-31, nos. 193-197 (Feb.-June 2008)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 30, - "lte": 31 - } - ], - "uri": "i23189797" - }, - "sort": [ - " 30-2008" - ] - }, - { - "_nested": { - "field": "items", - "offset": 31 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:4", - "label": "serial, loose" - } - ], - "catalogItemType_packed": [ - "catalogItemType:4||serial, loose" - ], - "dateRange": [ - { - "gte": "2007", - "lte": "2008" - } - ], - "enumerationChronology": [ - "v. 30, nos. 188-192 (July 2007-Jan. 2008)" - ], - "enumerationChronology_sort": [ - " 30-2007" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433060824939" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 30, nos. 188-192 (July 2007-Jan. 2008)", - "urn:barcode:33433060824939" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 30, nos. 188-192 (July 2007-Jan. 2008)", - "type": "bf:ShelfMark" - }, - { - "value": "33433060824939", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 30, nos. 188-192 (July 2007-Jan. 2008)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000030, nos. 188-192 (July 2007-Jan. 2008)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 30, - "lte": 30 - } - ], - "uri": "i23189796" - }, - "sort": [ - " 30-2007" - ] - }, - { - "_nested": { - "field": "items", - "offset": 32 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:4", - "label": "serial, loose" - } - ], - "catalogItemType_packed": [ - "catalogItemType:4||serial, loose" - ], - "dateRange": [ - { - "gte": "2007", - "lte": "2007" - } - ], - "enumerationChronology": [ - "v. 29-30, nos. 183-187 (Feb.-June 2007)" - ], - "enumerationChronology_sort": [ - " 29-2007" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433073125142" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 29-30, nos. 183-187 (Feb.-June 2007)", - "urn:barcode:33433073125142" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 29-30, nos. 183-187 (Feb.-June 2007)", - "type": "bf:ShelfMark" - }, - { - "value": "33433073125142", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 29-30, nos. 183-187 (Feb.-June 2007)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000029-30, nos. 183-187 (Feb.-June 2007)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 29, - "lte": 30 - } - ], - "uri": "i17447363" - }, - "sort": [ - " 29-2007" - ] - }, - { - "_nested": { - "field": "items", - "offset": 33 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:4", - "label": "serial, loose" - } - ], - "catalogItemType_packed": [ - "catalogItemType:4||serial, loose" - ], - "dateRange": [ - { - "gte": "2006", - "lte": "2007" - } - ], - "enumerationChronology": [ - "v. 29, nos. 176-182 (May 2006-Jan. 2007)" - ], - "enumerationChronology_sort": [ - " 29-2006" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433073125134" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 29, nos. 176-182 (May 2006-Jan. 2007)", - "urn:barcode:33433073125134" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 29, nos. 176-182 (May 2006-Jan. 2007)", - "type": "bf:ShelfMark" - }, - { - "value": "33433073125134", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 29, nos. 176-182 (May 2006-Jan. 2007)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000029, nos. 176-182 (May 2006-Jan. 2007)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 29, - "lte": 29 - } - ], - "uri": "i17447362" - }, - "sort": [ - " 29-2006" - ] - }, - { - "_nested": { - "field": "items", - "offset": 35 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:4", - "label": "serial, loose" - } - ], - "catalogItemType_packed": [ - "catalogItemType:4||serial, loose" - ], - "dateRange": [ - { - "gte": "2005", - "lte": "2005" - } - ], - "enumerationChronology": [ - "v. 28, nos. 166-170 (Mar. - Oct. 2005)" - ], - "enumerationChronology_sort": [ - " 28-2005" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433075624639" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 28, nos. 166-170 (Mar. - Oct. 2005)", - "urn:barcode:33433075624639" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 28, nos. 166-170 (Mar. - Oct. 2005)", - "type": "bf:ShelfMark" - }, - { - "value": "33433075624639", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 28, nos. 166-170 (Mar. - Oct. 2005)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000028, nos. 166-170 (Mar. - Oct. 2005)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 28, - "lte": 28 - } - ], - "uri": "i16656930" - }, - "sort": [ - " 28-2005" - ] - }, - { - "_nested": { - "field": "items", - "offset": 34 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:4", - "label": "serial, loose" - } - ], - "catalogItemType_packed": [ - "catalogItemType:4||serial, loose" - ], - "dateRange": [ - { - "gte": "2005", - "lte": "2006" - } - ], - "enumerationChronology": [ - "v. 28, nos. 171 - 175 (Nov. 2005 - Apr. 2006)" - ], - "enumerationChronology_sort": [ - " 28-2005" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433075624647" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 28, nos. 171 - 175 (Nov. 2005 - Apr. 2006)", - "urn:barcode:33433075624647" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 28, nos. 171 - 175 (Nov. 2005 - Apr. 2006)", - "type": "bf:ShelfMark" - }, - { - "value": "33433075624647", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 28, nos. 171 - 175 (Nov. 2005 - Apr. 2006)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000028, nos. 171 - 175 (Nov. 2005 - Apr. 2006)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 28, - "lte": 28 - } - ], - "uri": "i16656929" - }, - "sort": [ - " 28-2005" - ] - }, - { - "_nested": { - "field": "items", - "offset": 37 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2004", - "lte": "2004" - } - ], - "enumerationChronology": [ - "v. 27, nos. 156-160 (May-Oct. 2004)" - ], - "enumerationChronology_sort": [ - " 27-2004" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433064471521" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 27, nos. 156-160 (May-Oct. 2004)", - "urn:barcode:33433064471521" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 27, nos. 156-160 (May-Oct. 2004)", - "type": "bf:ShelfMark" - }, - { - "value": "33433064471521", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 27, nos. 156-160 (May-Oct. 2004)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000027, nos. 156-160 (May-Oct. 2004)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 27, - "lte": 27 - } - ], - "uri": "i16656927" - }, - "sort": [ - " 27-2004" - ] - }, - { - "_nested": { - "field": "items", - "offset": 36 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2004", - "lte": "2005" - } - ], - "enumerationChronology": [ - "v. 27, nos. 161-165 (Nov. 2004 - Apr. 2005)" - ], - "enumerationChronology_sort": [ - " 27-2004" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433064471539" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 27, nos. 161-165 (Nov. 2004 - Apr. 2005)", - "urn:barcode:33433064471539" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 27, nos. 161-165 (Nov. 2004 - Apr. 2005)", - "type": "bf:ShelfMark" - }, - { - "value": "33433064471539", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 27, nos. 161-165 (Nov. 2004 - Apr. 2005)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000027, nos. 161-165 (Nov. 2004 - Apr. 2005)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 27, - "lte": 27 - } - ], - "uri": "i16656928" - }, - "sort": [ - " 27-2004" - ] - }, - { - "_nested": { - "field": "items", - "offset": 39 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2003", - "lte": "2003" - } - ], - "enumerationChronology": [ - "v. 26, nos. 146-150 (May-Oct. 2003)" - ], - "enumerationChronology_sort": [ - " 26-2003" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433064470556" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 26, nos. 146-150 (May-Oct. 2003)", - "urn:barcode:33433064470556" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 26, nos. 146-150 (May-Oct. 2003)", - "type": "bf:ShelfMark" - }, - { - "value": "33433064470556", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 26, nos. 146-150 (May-Oct. 2003)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000026, nos. 146-150 (May-Oct. 2003)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 26, - "lte": 26 - } - ], - "uri": "i14747164" - }, - "sort": [ - " 26-2003" - ] - }, - { - "_nested": { - "field": "items", - "offset": 38 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2003", - "lte": "2004" - } - ], - "enumerationChronology": [ - "v. 26, nos. 151-155 (Nov. 2003 - Apr. 2004)" - ], - "enumerationChronology_sort": [ - " 26-2003" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433064470564" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 26, nos. 151-155 (Nov. 2003 - Apr. 2004)", - "urn:barcode:33433064470564" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 26, nos. 151-155 (Nov. 2003 - Apr. 2004)", - "type": "bf:ShelfMark" - }, - { - "value": "33433064470564", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 26, nos. 151-155 (Nov. 2003 - Apr. 2004)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000026, nos. 151-155 (Nov. 2003 - Apr. 2004)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 26, - "lte": 26 - } - ], - "uri": "i14747165" - }, - "sort": [ - " 26-2003" - ] - }, - { - "_nested": { - "field": "items", - "offset": 40 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2002", - "lte": "2003" - } - ], - "enumerationChronology": [ - "v. 25, nos. 142-145 (Dec. 2002/Jan. 2003 - Apr. 2003)" - ], - "enumerationChronology_sort": [ - " 25-2002" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433064470549" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 v. 25, nos. 142-145 (Dec. 2002/Jan. 2003 - Apr. 2003)", - "urn:barcode:33433064470549" - ], - "identifierV2": [ - { - "value": "*LA 81-296 v. 25, nos. 142-145 (Dec. 2002/Jan. 2003 - Apr. 2003)", - "type": "bf:ShelfMark" - }, - { - "value": "33433064470549", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 v. 25, nos. 142-145 (Dec. 2002/Jan. 2003 - Apr. 2003)" - ], - "shelfMark_sort": "a*LA 81-296 v. 000025, nos. 142-145 (Dec. 2002/Jan. 2003 - Apr. 2003)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 25, - "lte": 25 - } - ], - "uri": "i14747163" - }, - "sort": [ - " 25-2002" - ] - }, - { - "_nested": { - "field": "items", - "offset": 41 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2002", - "lte": "2002" - } - ], - "enumerationChronology": [ - "Nos. 137-141 (June-Nov. 2002)" - ], - "enumerationChronology_sort": [ - " -2002" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433064452521" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 Nos. 137-141 (June-Nov. 2002)", - "urn:barcode:33433064452521" - ], - "identifierV2": [ - { - "value": "*LA 81-296 Nos. 137-141 (June-Nov. 2002)", - "type": "bf:ShelfMark" - }, - { - "value": "33433064452521", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 Nos. 137-141 (June-Nov. 2002)" - ], - "shelfMark_sort": "a*LA 81-296 Nos. 137-141 (June-Nov. 2002)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i14747162" - }, - "sort": [ - " -2002" - ] - }, - { - "_nested": { - "field": "items", - "offset": 43 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2001", - "lte": "2001" - } - ], - "enumerationChronology": [ - "Nos. 127-131 (June-Nov. 2001)" - ], - "enumerationChronology_sort": [ - " -2001" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433022621332" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 Nos. 127-131 (June-Nov. 2001)", - "urn:barcode:33433022621332" - ], - "identifierV2": [ - { - "value": "*LA 81-296 Nos. 127-131 (June-Nov. 2001)", - "type": "bf:ShelfMark" - }, - { - "value": "33433022621332", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 Nos. 127-131 (June-Nov. 2001)" - ], - "shelfMark_sort": "a*LA 81-296 Nos. 127-131 (June-Nov. 2001)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i13785677" - }, - "sort": [ - " -2001" - ] - }, - { - "_nested": { - "field": "items", - "offset": 42 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2001", - "lte": "2002" - } - ], - "enumerationChronology": [ - "Nos. 132-136 (Dec. 2001/Jan. 2002 - May 2002)" - ], - "enumerationChronology_sort": [ - " -2001" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433064452513" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 Nos. 132-136 (Dec. 2001/Jan. 2002 - May 2002)", - "urn:barcode:33433064452513" - ], - "identifierV2": [ - { - "value": "*LA 81-296 Nos. 132-136 (Dec. 2001/Jan. 2002 - May 2002)", - "type": "bf:ShelfMark" - }, - { - "value": "33433064452513", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 Nos. 132-136 (Dec. 2001/Jan. 2002 - May 2002)" - ], - "shelfMark_sort": "a*LA 81-296 Nos. 132-136 (Dec. 2001/Jan. 2002 - May 2002)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i14747161" - }, - "sort": [ - " -2001" - ] - }, - { - "_nested": { - "field": "items", - "offset": 45 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2000", - "lte": "2000" - } - ], - "enumerationChronology": [ - "Nos. 116-121 (Feb.-Nov. 2000)" - ], - "enumerationChronology_sort": [ - " -2000" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433022619146" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 Nos. 116-121 (Feb.-Nov. 2000)", - "urn:barcode:33433022619146" - ], - "identifierV2": [ - { - "value": "*LA 81-296 Nos. 116-121 (Feb.-Nov. 2000)", - "type": "bf:ShelfMark" - }, - { - "value": "33433022619146", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 Nos. 116-121 (Feb.-Nov. 2000)" - ], - "shelfMark_sort": "a*LA 81-296 Nos. 116-121 (Feb.-Nov. 2000)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i13785674" - }, - "sort": [ - " -2000" - ] - }, - { - "_nested": { - "field": "items", - "offset": 44 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "2000", - "lte": "2001" - } - ], - "enumerationChronology": [ - "Nos. 122-126 (Dec. 2000 - May 2001)" - ], - "enumerationChronology_sort": [ - " -2000" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433022621456" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 Nos. 122-126 (Dec. 2000 - May 2001)", - "urn:barcode:33433022621456" - ], - "identifierV2": [ - { - "value": "*LA 81-296 Nos. 122-126 (Dec. 2000 - May 2001)", - "type": "bf:ShelfMark" - }, - { - "value": "33433022621456", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 Nos. 122-126 (Dec. 2000 - May 2001)" - ], - "shelfMark_sort": "a*LA 81-296 Nos. 122-126 (Dec. 2000 - May 2001)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i13785676" - }, - "sort": [ - " -2000" - ] - }, - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1999", - "lte": "2000" - } - ], - "enumerationChronology": [ - "Nos. 111-115 (Apr. 1999 - Jan. 2000)" - ], - "enumerationChronology_sort": [ - " -1999" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433022619021" - ], - "identifier": [ - "urn:shelfmark:*LA 81-298 Nos. 111-115 (Apr. 1999 - Jan. 2000)", - "urn:barcode:33433022619021" - ], - "identifierV2": [ - { - "value": "*LA 81-298 Nos. 111-115 (Apr. 1999 - Jan. 2000)", - "type": "bf:ShelfMark" - }, - { - "value": "33433022619021", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-298" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-298 Nos. 111-115 (Apr. 1999 - Jan. 2000)" - ], - "shelfMark_sort": "a*LA 81-298 Nos. 111-115 (Apr. 1999 - Jan. 2000)", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i13785675" - }, - "sort": [ - " -1999" - ] - }, - { - "_nested": { - "field": "items", - "offset": 70 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1998", - "lte": "1998" - } - ], - "enumerationChronology": [ - "1998" - ], - "enumerationChronology_sort": [ - " -1998" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433022582096" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 1998", - "urn:barcode:33433022582096" - ], - "identifierV2": [ - { - "value": "*LA 81-296 1998", - "type": "bf:ShelfMark" - }, - { - "value": "33433022582096", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 1998" - ], - "shelfMark_sort": "a*LA 81-296 001998", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i12858884" - }, - "sort": [ - " -1998" - ] - }, - { - "_nested": { - "field": "items", - "offset": 59 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1997", - "lte": "1997" - } - ], - "enumerationChronology": [ - "Feb.-Dec. 1997" - ], - "enumerationChronology_sort": [ - " -1997" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433018654123" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 Feb.-Dec. 1997", - "urn:barcode:33433018654123" - ], - "identifierV2": [ - { - "value": "*LA 81-296 Feb.-Dec. 1997", - "type": "bf:ShelfMark" - }, - { - "value": "33433018654123", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 Feb.-Dec. 1997" - ], - "shelfMark_sort": "a*LA 81-296 Feb.-Dec. 001997", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i12858883" - }, - "sort": [ - " -1997" - ] - }, - { - "_nested": { - "field": "items", - "offset": 60 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1996", - "lte": "1997" - } - ], - "enumerationChronology": [ - "Aug. 1996 - Jan. 1997" - ], - "enumerationChronology_sort": [ - " -1996" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433018654248" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 Aug. 1996 - Jan. 1997", - "urn:barcode:33433018654248" - ], - "identifierV2": [ - { - "value": "*LA 81-296 Aug. 1996 - Jan. 1997", - "type": "bf:ShelfMark" - }, - { - "value": "33433018654248", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 Aug. 1996 - Jan. 1997" - ], - "shelfMark_sort": "a*LA 81-296 Aug. 1996 - Jan. 001997", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i12858882" - }, - "sort": [ - " -1996" - ] - }, - { - "_nested": { - "field": "items", - "offset": 51 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1996", - "lte": "1996" - } - ], - "enumerationChronology": [ - "Feb.-July 1996" - ], - "enumerationChronology_sort": [ - " -1996" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433018654362" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 Feb.-July 1996", - "urn:barcode:33433018654362" - ], - "identifierV2": [ - { - "value": "*LA 81-296 Feb.-July 1996", - "type": "bf:ShelfMark" - }, - { - "value": "33433018654362", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 Feb.-July 1996" - ], - "shelfMark_sort": "a*LA 81-296 Feb.-July 001996", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i12858881" - }, - "sort": [ - " -1996" - ] - }, - { - "_nested": { - "field": "items", - "offset": 61 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1995", - "lte": "1996" - } - ], - "enumerationChronology": [ - "Aug. 1995 - Jan. 1996" - ], - "enumerationChronology_sort": [ - " -1995" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433018654487" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 Aug. 1995 - Jan. 1996", - "urn:barcode:33433018654487" - ], - "identifierV2": [ - { - "value": "*LA 81-296 Aug. 1995 - Jan. 1996", - "type": "bf:ShelfMark" - }, - { - "value": "33433018654487", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 Aug. 1995 - Jan. 1996" - ], - "shelfMark_sort": "a*LA 81-296 Aug. 1995 - Jan. 001996", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i12858880" - }, - "sort": [ - " -1995" - ] - }, - { - "_nested": { - "field": "items", - "offset": 52 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1995", - "lte": "1995" - } - ], - "enumerationChronology": [ - "Feb.-July 1995" - ], - "enumerationChronology_sort": [ - " -1995" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433018654602" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 Feb.-July 1995", - "urn:barcode:33433018654602" - ], - "identifierV2": [ - { - "value": "*LA 81-296 Feb.-July 1995", - "type": "bf:ShelfMark" - }, - { - "value": "33433018654602", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 Feb.-July 1995" - ], - "shelfMark_sort": "a*LA 81-296 Feb.-July 001995", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i12858879" - }, - "sort": [ - " -1995" - ] - }, - { - "_nested": { - "field": "items", - "offset": 62 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1994", - "lte": "1995" - } - ], - "enumerationChronology": [ - "Aug. 1994 - Jan. 1995" - ], - "enumerationChronology_sort": [ - " -1994" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433018654115" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 Aug. 1994 - Jan. 1995", - "urn:barcode:33433018654115" - ], - "identifierV2": [ - { - "value": "*LA 81-296 Aug. 1994 - Jan. 1995", - "type": "bf:ShelfMark" - }, - { - "value": "33433018654115", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 Aug. 1994 - Jan. 1995" - ], - "shelfMark_sort": "a*LA 81-296 Aug. 1994 - Jan. 001995", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i12858878" - }, - "sort": [ - " -1994" - ] - }, - { - "_nested": { - "field": "items", - "offset": 53 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1994", - "lte": "1994" - } - ], - "enumerationChronology": [ - "Feb.-July 1994" - ], - "enumerationChronology_sort": [ - " -1994" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433018654230" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 Feb.-July 1994", - "urn:barcode:33433018654230" - ], - "identifierV2": [ - { - "value": "*LA 81-296 Feb.-July 1994", - "type": "bf:ShelfMark" - }, - { - "value": "33433018654230", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 Feb.-July 1994" - ], - "shelfMark_sort": "a*LA 81-296 Feb.-July 001994", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i12858877" - }, - "sort": [ - " -1994" - ] - }, - { - "_nested": { - "field": "items", - "offset": 63 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1993", - "lte": "1994" - } - ], - "enumerationChronology": [ - "Aug. 1993 - Jan. 1994" - ], - "enumerationChronology_sort": [ - " -1993" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433018654354" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 Aug. 1993 - Jan. 1994", - "urn:barcode:33433018654354" - ], - "identifierV2": [ - { - "value": "*LA 81-296 Aug. 1993 - Jan. 1994", - "type": "bf:ShelfMark" - }, - { - "value": "33433018654354", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 Aug. 1993 - Jan. 1994" - ], - "shelfMark_sort": "a*LA 81-296 Aug. 1993 - Jan. 001994", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i12858876" - }, - "sort": [ - " -1993" - ] - }, - { - "_nested": { - "field": "items", - "offset": 54 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1993", - "lte": "1993" - } - ], - "enumerationChronology": [ - "Feb.-July 1993" - ], - "enumerationChronology_sort": [ - " -1993" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433018654479" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 Feb.-July 1993", - "urn:barcode:33433018654479" - ], - "identifierV2": [ - { - "value": "*LA 81-296 Feb.-July 1993", - "type": "bf:ShelfMark" - }, - { - "value": "33433018654479", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 Feb.-July 1993" - ], - "shelfMark_sort": "a*LA 81-296 Feb.-July 001993", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i12858875" - }, - "sort": [ - " -1993" - ] - }, - { - "_nested": { - "field": "items", - "offset": 64 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1992", - "lte": "1993" - } - ], - "enumerationChronology": [ - "Aug. 1992 - Jan. 1993" - ], - "enumerationChronology_sort": [ - " -1992" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433018654594" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 Aug. 1992 - Jan. 1993", - "urn:barcode:33433018654594" - ], - "identifierV2": [ - { - "value": "*LA 81-296 Aug. 1992 - Jan. 1993", - "type": "bf:ShelfMark" - }, - { - "value": "33433018654594", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 Aug. 1992 - Jan. 1993" - ], - "shelfMark_sort": "a*LA 81-296 Aug. 1992 - Jan. 001993", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i12858874" - }, - "sort": [ - " -1992" - ] - }, - { - "_nested": { - "field": "items", - "offset": 55 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1992", - "lte": "1992" - } - ], - "enumerationChronology": [ - "Feb.-July 1992" - ], - "enumerationChronology_sort": [ - " -1992" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433018654107" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 Feb.-July 1992", - "urn:barcode:33433018654107" - ], - "identifierV2": [ - { - "value": "*LA 81-296 Feb.-July 1992", - "type": "bf:ShelfMark" - }, - { - "value": "33433018654107", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 Feb.-July 1992" - ], - "shelfMark_sort": "a*LA 81-296 Feb.-July 001992", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i12858873" - }, - "sort": [ - " -1992" - ] - }, - { - "_nested": { - "field": "items", - "offset": 65 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1991", - "lte": "1992" - } - ], - "enumerationChronology": [ - "Aug. 1991 - Jan. 1992" - ], - "enumerationChronology_sort": [ - " -1991" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433018654222" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 Aug. 1991 - Jan. 1992", - "urn:barcode:33433018654222" - ], - "identifierV2": [ - { - "value": "*LA 81-296 Aug. 1991 - Jan. 1992", - "type": "bf:ShelfMark" - }, - { - "value": "33433018654222", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 Aug. 1991 - Jan. 1992" - ], - "shelfMark_sort": "a*LA 81-296 Aug. 1991 - Jan. 001992", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i12858872" - }, - "sort": [ - " -1991" - ] - }, - { - "_nested": { - "field": "items", - "offset": 56 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1991", - "lte": "1991" - } - ], - "enumerationChronology": [ - "Feb.-July 1991" - ], - "enumerationChronology_sort": [ - " -1991" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433018654347" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 Feb.-July 1991", - "urn:barcode:33433018654347" - ], - "identifierV2": [ - { - "value": "*LA 81-296 Feb.-July 1991", - "type": "bf:ShelfMark" - }, - { - "value": "33433018654347", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 Feb.-July 1991" - ], - "shelfMark_sort": "a*LA 81-296 Feb.-July 001991", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i12858871" - }, - "sort": [ - " -1991" - ] - }, - { - "_nested": { - "field": "items", - "offset": 66 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1990", - "lte": "1991" - } - ], - "enumerationChronology": [ - "Aug. 1990 - Jan. 1991" - ], - "enumerationChronology_sort": [ - " -1990" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433018654461" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 Aug. 1990 - Jan. 1991", - "urn:barcode:33433018654461" - ], - "identifierV2": [ - { - "value": "*LA 81-296 Aug. 1990 - Jan. 1991", - "type": "bf:ShelfMark" - }, - { - "value": "33433018654461", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 Aug. 1990 - Jan. 1991" - ], - "shelfMark_sort": "a*LA 81-296 Aug. 1990 - Jan. 001991", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i12858870" - }, - "sort": [ - " -1990" - ] - }, - { - "_nested": { - "field": "items", - "offset": 57 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1990", - "lte": "1990" - } - ], - "enumerationChronology": [ - "Feb.-July 1990" - ], - "enumerationChronology_sort": [ - " -1990" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433018654586" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 Feb.-July 1990", - "urn:barcode:33433018654586" - ], - "identifierV2": [ - { - "value": "*LA 81-296 Feb.-July 1990", - "type": "bf:ShelfMark" - }, - { - "value": "33433018654586", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 Feb.-July 1990" - ], - "shelfMark_sort": "a*LA 81-296 Feb.-July 001990", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i12858869" - }, - "sort": [ - " -1990" - ] - }, - { - "_nested": { - "field": "items", - "offset": 68 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1989", - "lte": "1990" - } - ], - "enumerationChronology": [ - "Apr. 1989 - Jan. 1990" - ], - "enumerationChronology_sort": [ - " -1989" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433018654099" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 Apr. 1989 - Jan. 1990", - "urn:barcode:33433018654099" - ], - "identifierV2": [ - { - "value": "*LA 81-296 Apr. 1989 - Jan. 1990", - "type": "bf:ShelfMark" - }, - { - "value": "33433018654099", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 Apr. 1989 - Jan. 1990" - ], - "shelfMark_sort": "a*LA 81-296 Apr. 1989 - Jan. 001990", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i12858868" - }, - "sort": [ - " -1989" - ] - }, - { - "_nested": { - "field": "items", - "offset": 67 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1988", - "lte": "1989" - } - ], - "enumerationChronology": [ - "Aug. 1988 - Jan. 1989" - ], - "enumerationChronology_sort": [ - " -1988" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433018654214" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 Aug. 1988 - Jan. 1989", - "urn:barcode:33433018654214" - ], - "identifierV2": [ - { - "value": "*LA 81-296 Aug. 1988 - Jan. 1989", - "type": "bf:ShelfMark" - }, - { - "value": "33433018654214", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 Aug. 1988 - Jan. 1989" - ], - "shelfMark_sort": "a*LA 81-296 Aug. 1988 - Jan. 001989", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i12858867" - }, - "sort": [ - " -1988" - ] - }, - { - "_nested": { - "field": "items", - "offset": 58 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1988", - "lte": "1988" - } - ], - "enumerationChronology": [ - "Feb.-July 1988" - ], - "enumerationChronology_sort": [ - " -1988" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433018654339" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 Feb.-July 1988", - "urn:barcode:33433018654339" - ], - "identifierV2": [ - { - "value": "*LA 81-296 Feb.-July 1988", - "type": "bf:ShelfMark" - }, - { - "value": "33433018654339", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 Feb.-July 1988" - ], - "shelfMark_sort": "a*LA 81-296 Feb.-July 001988", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i12858866" - }, - "sort": [ - " -1988" - ] - }, - { - "_nested": { - "field": "items", - "offset": 46 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1987", - "lte": "1987" - } - ], - "enumerationChronology": [ - "Mar.-Dec. 1987" - ], - "enumerationChronology_sort": [ - " -1987" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433018654453" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 Mar.-Dec. 1987", - "urn:barcode:33433018654453" - ], - "identifierV2": [ - { - "value": "*LA 81-296 Mar.-Dec. 1987", - "type": "bf:ShelfMark" - }, - { - "value": "33433018654453", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 Mar.-Dec. 1987" - ], - "shelfMark_sort": "a*LA 81-296 Mar.-Dec. 001987", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i12858865" - }, - "sort": [ - " -1987" - ] - }, - { - "_nested": { - "field": "items", - "offset": 47 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1986", - "lte": "1986" - } - ], - "enumerationChronology": [ - "Mar.-Dec. 1986" - ], - "enumerationChronology_sort": [ - " -1986" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433018654578" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 Mar.-Dec. 1986", - "urn:barcode:33433018654578" - ], - "identifierV2": [ - { - "value": "*LA 81-296 Mar.-Dec. 1986", - "type": "bf:ShelfMark" - }, - { - "value": "33433018654578", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 Mar.-Dec. 1986" - ], - "shelfMark_sort": "a*LA 81-296 Mar.-Dec. 001986", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i12858864" - }, - "sort": [ - " -1986" - ] - }, - { - "_nested": { - "field": "items", - "offset": 48 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1985", - "lte": "1985" - } - ], - "enumerationChronology": [ - "Mar.-Dec. 1985" - ], - "enumerationChronology_sort": [ - " -1985" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433018654081" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 Mar.-Dec. 1985", - "urn:barcode:33433018654081" - ], - "identifierV2": [ - { - "value": "*LA 81-296 Mar.-Dec. 1985", - "type": "bf:ShelfMark" - }, - { - "value": "33433018654081", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 Mar.-Dec. 1985" - ], - "shelfMark_sort": "a*LA 81-296 Mar.-Dec. 001985", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i12858863" - }, - "sort": [ - " -1985" - ] - }, - { - "_nested": { - "field": "items", - "offset": 49 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1984", - "lte": "1984" - } - ], - "enumerationChronology": [ - "Mar.-Dec. 1984" - ], - "enumerationChronology_sort": [ - " -1984" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433018654206" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 Mar.-Dec. 1984", - "urn:barcode:33433018654206" - ], - "identifierV2": [ - { - "value": "*LA 81-296 Mar.-Dec. 1984", - "type": "bf:ShelfMark" - }, - { - "value": "33433018654206", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 Mar.-Dec. 1984" - ], - "shelfMark_sort": "a*LA 81-296 Mar.-Dec. 001984", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i12858862" - }, - "sort": [ - " -1984" - ] - }, - { - "_nested": { - "field": "items", - "offset": 71 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1983", - "lte": "1983" - } - ], - "enumerationChronology": [ - "1983" - ], - "enumerationChronology_sort": [ - " -1983" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433018654446" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 1983", - "urn:barcode:33433018654446" - ], - "identifierV2": [ - { - "value": "*LA 81-296 1983", - "type": "bf:ShelfMark" - }, - { - "value": "33433018654446", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 1983" - ], - "shelfMark_sort": "a*LA 81-296 001983", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i12858860" - }, - "sort": [ - " -1983" - ] - }, - { - "_nested": { - "field": "items", - "offset": 72 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1982", - "lte": "1982" - } - ], - "enumerationChronology": [ - "1982" - ], - "enumerationChronology_sort": [ - " -1982" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433018654560" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 1982", - "urn:barcode:33433018654560" - ], - "identifierV2": [ - { - "value": "*LA 81-296 1982", - "type": "bf:ShelfMark" - }, - { - "value": "33433018654560", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 1982" - ], - "shelfMark_sort": "a*LA 81-296 001982", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i12858859" - }, - "sort": [ - " -1982" - ] - }, + "uri": "b10010674", + "lccClassification": [ + "ML5 .M713595" + ], + "placeOfPublication": [ + "[Milano" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "dimensions": [ + "30 cm." + ] + }, + "sort": [ + "b10010674" + ], + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 92, + "max_score": null, + "hits": [ { "_nested": { "field": "items", - "offset": 73 + "offset": 90 }, "_score": null, "_source": { @@ -27931,182 +17861,71 @@ "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], "dateRange": [ { - "gte": "1981", - "lte": "1981" + "gte": "2024-08-01", + "lte": "2024-08-01" } ], "enumerationChronology": [ - "1981" + "Vol. 46 No. 360 (Aug. 2024)" ], "enumerationChronology_sort": [ - " -1981" + " 46-2024-08-01" ], "formatLiteral": [ "Text" ], "holdingLocation": [ { - "id": "loc:pah32", + "id": "loc:pah", "label": "Performing Arts Research Collections - Recorded Sound" } ], "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433018654073" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 1981", - "urn:barcode:33433018654073" + "loc:pah||Performing Arts Research Collections - Recorded Sound" ], "identifierV2": [ { - "value": "*LA 81-296 1981", + "value": "*LA 81-296", "type": "bf:ShelfMark" - }, - { - "value": "33433018654073", - "type": "bf:Barcode" } ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], "shelfMark": [ - "*LA 81-296 1981" + "*LA 81-296" ], - "shelfMark_sort": "a*LA 81-296 001981", + "shelfMark_sort": "a*LA 81-000296", "status": [ { - "id": "status:a", - "label": "Available" + "id": "status:na", + "label": "Not available" } ], "status_packed": [ - "status:a||Available" + "status:na||Not available" ], "type": [ - "bf:Item" - ], - "uri": "i12858858" - }, - "sort": [ - " -1981" - ] - }, - { - "_nested": { - "field": "items", - "offset": 74 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "dateRange": [ - { - "gte": "1980", - "lte": "1980" - } - ], - "enumerationChronology": [ - "1980" - ], - "enumerationChronology_sort": [ - " -1980" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:pah32", - "label": "Performing Arts Research Collections - Recorded Sound" - } - ], - "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433018654198" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 1980", - "urn:barcode:33433018654198" - ], - "identifierV2": [ - { - "value": "*LA 81-296 1980", - "type": "bf:ShelfMark" - }, - { - "value": "33433018654198", - "type": "bf:Barcode" - } - ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], - "shelfMark": [ - "*LA 81-296 1980" + "nypl:CheckinCardItem" ], - "shelfMark_sort": "a*LA 81-296 001980", - "status": [ + "uri": "i-h1036576-1", + "volumeRange": [ { - "id": "status:a", - "label": "Available" + "gte": 46, + "lte": 46 } ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i12858857" + "volumeRaw": [ + "Vol. 46 No. 360" + ] }, "sort": [ - " -1980" + " 46-2024-08-01" ] }, { "_nested": { "field": "items", - "offset": 69 + "offset": 89 }, "_score": null, "_source": { @@ -28119,88 +17938,71 @@ "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], "dateRange": [ { - "gte": "1977", - "lte": "1979" + "gte": "2024-07-01", + "lte": "2024-07-01" } ], "enumerationChronology": [ - "1977-1979" + "Vol. 46 No. 359 (Jul. 2024)" ], "enumerationChronology_sort": [ - " -1977" + " 46-2024-07-01" ], "formatLiteral": [ "Text" ], "holdingLocation": [ { - "id": "loc:pah32", + "id": "loc:pah", "label": "Performing Arts Research Collections - Recorded Sound" } ], "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433018654313" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 1977-1979", - "urn:barcode:33433018654313" + "loc:pah||Performing Arts Research Collections - Recorded Sound" ], "identifierV2": [ { - "value": "*LA 81-296 1977-1979", + "value": "*LA 81-296", "type": "bf:ShelfMark" - }, - { - "value": "33433018654313", - "type": "bf:Barcode" } ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], "shelfMark": [ - "*LA 81-296 1977-1979" + "*LA 81-296" ], - "shelfMark_sort": "a*LA 81-296 1977-001979", + "shelfMark_sort": "a*LA 81-000296", "status": [ { - "id": "status:a", - "label": "Available" + "id": "status:na", + "label": "Not available" } ], "status_packed": [ - "status:a||Available" + "status:na||Not available" ], "type": [ - "bf:Item" + "nypl:CheckinCardItem" + ], + "uri": "i-h1036576-2", + "volumeRange": [ + { + "gte": 46, + "lte": 46 + } ], - "uri": "i12858856" + "volumeRaw": [ + "Vol. 46 No. 359" + ] }, "sort": [ - " -1977" + " 46-2024-07-01" ] }, { "_nested": { "field": "items", - "offset": 50 + "offset": 88 }, "_score": null, "_source": { @@ -28213,82 +18015,65 @@ "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], "dateRange": [ { - "gte": "1977", - "lte": "1983" + "gte": "2024-06-01", + "lte": "2024-06-01" } ], "enumerationChronology": [ - "Index (1977-1983)" + "Vol. 46 No. 358 (Jun. 2024)" ], "enumerationChronology_sort": [ - " -1977" + " 46-2024-06-01" ], "formatLiteral": [ "Text" ], "holdingLocation": [ { - "id": "loc:pah32", + "id": "loc:pah", "label": "Performing Arts Research Collections - Recorded Sound" } ], "holdingLocation_packed": [ - "loc:pah32||Performing Arts Research Collections - Recorded Sound" - ], - "idBarcode": [ - "33433018654321" - ], - "identifier": [ - "urn:shelfmark:*LA 81-296 Index (1977-1983)", - "urn:barcode:33433018654321" + "loc:pah||Performing Arts Research Collections - Recorded Sound" ], "identifierV2": [ { - "value": "*LA 81-296 Index (1977-1983)", + "value": "*LA 81-296", "type": "bf:ShelfMark" - }, - { - "value": "33433018654321", - "type": "bf:Barcode" } ], - "physicalLocation": [ - "*LA 81-296" - ], - "requestable": [ - false - ], "shelfMark": [ - "*LA 81-296 Index (1977-1983)" + "*LA 81-296" ], - "shelfMark_sort": "a*LA 81-296 Index (1977-1983)", + "shelfMark_sort": "a*LA 81-000296", "status": [ { - "id": "status:a", - "label": "Available" + "id": "status:na", + "label": "Not available" } ], "status_packed": [ - "status:a||Available" + "status:na||Not available" ], "type": [ - "bf:Item" + "nypl:CheckinCardItem" + ], + "uri": "i-h1036576-3", + "volumeRange": [ + { + "gte": 46, + "lte": 46 + } ], - "uri": "i12858861" + "volumeRaw": [ + "Vol. 46 No. 358" + ] }, "sort": [ - " -1977" + " 46-2024-06-01" ] } ] @@ -28328,8 +18113,11 @@ "subjectLiteral_exploded": [ "World War, 1914-1918" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Impr. du Sénat," + "Impr. du Sénat" ], "language": [ { @@ -28337,30 +18125,42 @@ "label": "French" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 1 ], "createdYear": [ 1919 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ - "Rapport de la Commission d'enquête sur les faits de la guerre [microform]." + "Rapport de la Commission d'enquête sur les faits de la guerre" + ], + "type": [ + "nypl:Item" ], "shelfMark": [ "*Z-3990 no. 9" ], - "creatorLiteral": [ - "France. Commission d'enquête sur les faits de la guerre." + "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", @@ -28370,6 +18170,10 @@ "type": "nypl:Bnumber", "value": "10010676" }, + { + "type": "nypl:Oclc", + "value": "NYPG011000001-B" + }, { "type": "bf:Identifier", "value": "WWIa" @@ -28386,15 +18190,20 @@ "dateEndYear": [ 9999 ], - "updatedAt": 1636125262067, + "updatedAt": 1711061488091, "publicationStatement": [ "Paris : Impr. du Sénat, 1919-" ], "identifier": [ + "urn:shelfmark:*Z-3990 no. 9", "urn:bnum:10010676", - "urn:undefined:WWIa", - "urn:undefined:NNSZ01112568", - "urn:undefined:(WaOLN)nyp0210652" + "urn:oclc:NYPG011000001-B", + "urn:identifier:WWIa", + "urn:identifier:NNSZ01112568", + "urn:identifier:(WaOLN)nyp0210652" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -28424,14 +18233,8 @@ "Rapport de la Commission d'enquête sur les faits de la guerre [microform]." ], "uri": "b10010676", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Paris :" + "Paris" ], "issuance": [ { @@ -28469,87 +18272,103 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433106577558" - ], - "physicalLocation": [ - "*Z-3990" + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } ], - "shelfMark_sort": "a*Z-3990 no. 000001-9", "catalogItemType_packed": [ "catalogItemType:6||microfilm service copy" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "no. 1-9" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 1-" ], - "uri": "i24076474", - "shelfMark": [ - "*Z-3990 no. 1-9" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*Z-3990 no. 1-9" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433106577558" + "id": "loc:rcmi2", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rcmi2||Offsite" ], - "enumerationChronology": [ - "no. 1-9" - ], "idBarcode": [ "33433106577558" ], + "identifier": [ + "urn:shelfmark:*Z-3990 no. 1-9", + "urn:barcode:33433106577558" + ], + "identifierV2": [ + { + "value": "*Z-3990 no. 1-9", + "type": "bf:ShelfMark" + }, + { + "value": "33433106577558", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*Z-3990" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:6", - "label": "microfilm service copy" - } + "shelfMark": [ + "*Z-3990 no. 1-9" ], + "shelfMark_sort": "a*Z-3990 no. 000001-9", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rcmi2", - "label": "Offsite" + "gte": 1, + "lte": 9 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i24076474" }, "sort": [ - null + " 1-" ] } ] @@ -28578,11 +18397,15 @@ ], "subjectLiteral_exploded": [ "World War, 1914-1918", - "World War, 1914-1918 -- Schools", - "World War, 1914-1918 -- Women" + "World War, 1914-1918 -- Women", + "World War, 1914-1918 -- War work", + "World War, 1914-1918 -- War work -- Schools" + ], + "numItemDatesParsed": [ + 0 ], "publisherLiteral": [ - "Govt. Print. Off.," + "Govt. Print. Off." ], "language": [ { @@ -28590,33 +18413,45 @@ "label": "English" } ], - "dateEndString": [ - "9999" + "numItemsTotal": [ + 1 ], "createdYear": [ 1918 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "9999" ], "title": [ - "War work of women in colleges [microform]" + "War work of women in colleges" + ], + "type": [ + "nypl:Item" ], "shelfMark": [ "*Z-4016 no. 7" ], - "creatorLiteral": [ - "United States. Committee on Public Information." + "numItemVolumesParsed": [ + 1 ], "createdString": [ "1918" ], + "creatorLiteral": [ + "United States. Committee on Public Information." + ], "idLccn": [ "18026236" ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1918 ], + "idOclc": [ + "NYPG011000030-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -28626,6 +18461,10 @@ "type": "nypl:Bnumber", "value": "10010704" }, + { + "type": "nypl:Oclc", + "value": "NYPG011000030-B" + }, { "type": "bf:Lccn", "value": "18026236" @@ -28646,16 +18485,21 @@ "dateEndYear": [ 9999 ], - "updatedAt": 1636143142429, + "updatedAt": 1711610051115, "publicationStatement": [ "Washington, Govt. Print. Off., 1918-" ], "identifier": [ + "urn:shelfmark:*Z-4016 no. 7", "urn:bnum:10010704", + "urn:oclc:NYPG011000030-B", "urn:lccn:18026236", - "urn:undefined:WWIa", - "urn:undefined:NNSZ01112597", - "urn:undefined:(WaOLN)nyp0210680" + "urn:identifier:WWIa", + "urn:identifier:NNSZ01112597", + "urn:identifier:(WaOLN)nyp0210680" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -28679,8 +18523,8 @@ } ], "subjectLiteral": [ - "World War, 1914-1918 -- Schools.", - "World War, 1914-1918 -- Women." + "World War, 1914-1918 -- Women.", + "World War, 1914-1918 -- War work -- Schools." ], "titleDisplay": [ "War work of women in colleges [microform] issued by the Committee on Public Information ..." @@ -28689,14 +18533,8 @@ "lccClassification": [ "D639.W7 U5" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "Washington," + "Washington" ], "issuance": [ { @@ -28731,87 +18569,103 @@ }, "_score": null, "_source": { - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], "accessMessage_packed": [ "accessMessage:2||Request in advance" ], - "identifier": [ - "urn:barcode:33433106577871" - ], - "physicalLocation": [ - "*Z-4016" + "catalogItemType": [ + { + "id": "catalogItemType:6", + "label": "microfilm service copy" + } ], - "shelfMark_sort": "a*Z-4016 no. 000001-14", "catalogItemType_packed": [ "catalogItemType:6||microfilm service copy" ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } + "enumerationChronology": [ + "no. 1-14" ], - "status_packed": [ - "status:a||Available" + "enumerationChronology_sort": [ + " 1-" ], - "uri": "i30102337", - "shelfMark": [ - "*Z-4016 no. 1-14" + "formatLiteral": [ + "Text" ], - "identifierV2": [ - { - "type": "bf:ShelfMark", - "value": "*Z-4016 no. 1-14" - }, + "holdingLocation": [ { - "type": "bf:Barcode", - "value": "33433106577871" + "id": "loc:rcmi2", + "label": "Offsite" } ], "holdingLocation_packed": [ "loc:rcmi2||Offsite" ], - "enumerationChronology": [ - "no. 1-14" - ], "idBarcode": [ "33433106577871" ], + "identifier": [ + "urn:shelfmark:*Z-4016 no. 1-14", + "urn:barcode:33433106577871" + ], + "identifierV2": [ + { + "value": "*Z-4016 no. 1-14", + "type": "bf:ShelfMark" + }, + { + "value": "33433106577871", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], "owner_packed": [ "orgs:1000||Stephen A. Schwarzman Building" ], + "physicalLocation": [ + "*Z-4016" + ], + "recapCustomerCode": [ + "NA" + ], "requestable": [ true ], - "catalogItemType": [ - { - "id": "catalogItemType:6", - "label": "microfilm service copy" - } + "shelfMark": [ + "*Z-4016 no. 1-14" ], + "shelfMark_sort": "a*Z-4016 no. 000001-14", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ { - "id": "loc:rcmi2", - "label": "Offsite" + "gte": 1, + "lte": 14 } ], - "recapCustomerCode": [ - "NA" - ] + "uri": "i30102337" }, "sort": [ - null + " 1-" ] } ] @@ -28822,50 +18676,5 @@ ] } }, - "statusCode": 200, - "headers": { - "date": "Mon, 11 Mar 2024 15:37:04 GMT", - "content-type": "application/json; charset=UTF-8", - "content-length": "373335", - "connection": "keep-alive", - "access-control-allow-origin": "*" - }, - "meta": { - "context": null, - "request": { - "params": { - "method": "POST", - "path": "/resources-2018-04-09/_search", - "body": "{\"from\":0,\"size\":50,\"query\":{\"bool\":{\"filter\":[{\"bool\":{\"should\":[{\"range\":{\"dateStartYear\":{\"gte\":2000}}},{\"range\":{\"dateEndYear\":{\"gte\":2000}}}]}},{\"bool\":{\"should\":[{\"nested\":{\"path\":\"items\",\"query\":{\"bool\":{\"must_not\":[{\"exists\":{\"field\":\"items.electronicLocator\"}}]}},\"inner_hits\":{\"sort\":[{\"items.enumerationChronology_sort\":\"desc\"}],\"size\":\"100\",\"from\":0,\"name\":\"items\"}}},{\"nested\":{\"path\":\"items\",\"query\":{\"exists\":{\"field\":\"items.electronicLocator\"}},\"inner_hits\":{\"name\":\"electronicResources\"}}},{\"match_all\":{}}]}}]}},\"sort\":[\"uri\"],\"_source\":{\"excludes\":[\"uris\",\"*_packed\",\"*_sort\",\"items.*_packed\",\"contentsTitle\",\"items\"]}}", - "querystring": "", - "headers": { - "user-agent": "elasticsearch-js/7.12.0 (darwin 21.6.0-x64; Node.js v18.12.1)", - "x-elastic-client-meta": "es=7.12.0,js=18.12.1,t=7.12.0,hc=18.12.1", - "content-type": "application/json", - "content-length": "638" - }, - "timeout": 30000 - }, - "options": {}, - "id": 49 - }, - "name": "elasticsearch-js", - "connection": { - "url": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "id": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "headers": {}, - "deadCount": 0, - "resurrectTimeout": 0, - "_openRequests": 2, - "status": "alive", - "roles": { - "master": true, - "data": true, - "ingest": true, - "ml": false - } - }, - "attempts": 0, - "aborted": false - } + "statusCode": 200 } \ No newline at end of file diff --git a/test/fixtures/query-c6b123ef4b18a3c4774ea9b10bb59478.json b/test/fixtures/query-aef72575dd72f429326ad5d2b33c80fa.json similarity index 94% rename from test/fixtures/query-c6b123ef4b18a3c4774ea9b10bb59478.json rename to test/fixtures/query-aef72575dd72f429326ad5d2b33c80fa.json index 93bcfe9a..89a67b07 100644 --- a/test/fixtures/query-c6b123ef4b18a3c4774ea9b10bb59478.json +++ b/test/fixtures/query-aef72575dd72f429326ad5d2b33c80fa.json @@ -1,6 +1,6 @@ { "body": { - "took": 1756, + "took": 1861, "timed_out": false, "_shards": { "total": 3, @@ -8,7 +8,7 @@ "failed": 0 }, "hits": { - "total": 17891335, + "total": 17615692, "max_score": null, "hits": [ { @@ -58,12 +58,12 @@ "createdYear": [ 1985 ], - "type": [ - "nypl:Item" - ], "title": [ "Dante Alighieri 1985 : in memoriam Hermann Gmelin" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JFE 86-3252" ], @@ -76,12 +76,12 @@ "idLccn": [ "86124252" ], - "seriesStatement": [ - "Romanica et comparatistica ; Bd. 4" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Romanica et comparatistica ; Bd. 4" + ], "contributorLiteral": [ "Gmelin, Hermann, 1900-1958.", "Baum, Richard.", @@ -90,6 +90,9 @@ "dateStartYear": [ 1985 ], + "idOclc": [ + "NYPGNYPG-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -103,35 +106,33 @@ "type": "bf:Isbn", "value": "3923721544" }, - { - "type": "bf:Lccn", - "value": "86124252" - }, { "type": "nypl:Oclc", "value": "NYPGNYPG-B" }, + { + "type": "bf:Lccn", + "value": "86124252" + }, { "type": "bf:Identifier", "value": "(WaOLN)nyp0200001" } ], - "idOclc": [ - "NYPGNYPG-B" - ], - "updatedAt": 1687402640360, + "updatedAt": 1711606506102, "publicationStatement": [ "Tübingen : Stauffenburg, c1985." ], + "idIsbn": [ + "3923721544" + ], "identifier": [ + "urn:shelfmark:JFE 86-3252", "urn:bnum:10000002", "urn:isbn:3923721544", - "urn:lccn:86124252", "urn:oclc:NYPGNYPG-B", - "urn:undefined:(WaOLN)nyp0200001" - ], - "idIsbn": [ - "3923721544" + "urn:lccn:86124252", + "urn:identifier:(WaOLN)nyp0200001" ], "numCheckinCardItems": [ 0 @@ -168,29 +169,23 @@ "lccClassification": [ "PQ4390 .D274 1985" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tübingen" ], - "titleAlt": [ - "Dante Alighieri neunzehnhundertfünfundachtzig." - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], - "idIsbn_clean": [ - "3923721544" + "titleAlt": [ + "Dante Alighieri neunzehnhundertfünfundachtzig." ], "dimensions": [ "23 cm." + ], + "idIsbn_clean": [ + "3923721544" ] }, "sort": [ @@ -216,15 +211,14 @@ }, "_score": null, "_source": { - "uri": "i12858031", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:1", + "label": "Use in library" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -235,6 +229,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:mal92", @@ -244,8 +241,12 @@ "holdingLocation_packed": [ "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "shelfMark": [ - "JFE 86-3252" + "idBarcode": [ + "33433046113795" + ], + "identifier": [ + "urn:shelfmark:JFE 86-3252", + "urn:barcode:33433046113795" ], "identifierV2": [ { @@ -253,41 +254,36 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433046113795" + "value": "33433046113795", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "JFE 86-3252" - ], "m2CustomerCode": [ "XF" ], - "identifier": [ - "urn:barcode:33433046113795" - ], - "idBarcode": [ - "33433046113795" + "physicalLocation": [ + "JFE 86-3252" ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JFE 86-3252" + ], + "shelfMark_sort": "aJFE 86-003252", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aJFE 86-003252" + "uri": "i12858031" }, "sort": [ null @@ -332,24 +328,24 @@ "createdYear": [ 1989 ], - "type": [ - "nypl:Item" - ], "title": [ "Scottish islands" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JFF 89-526" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Waite, Charlie." - ], "createdString": [ "1989" ], + "creatorLiteral": [ + "Waite, Charlie." + ], "idLccn": [ "gb 89012970" ], @@ -362,6 +358,9 @@ "donor": [ "Gift of the Drue Heinz Book Fund for English Literature" ], + "idOclc": [ + "NYPGUKBPGP8917-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -373,37 +372,35 @@ }, { "type": "bf:Isbn", - "value": "0094675708 :" - }, - { - "type": "bf:Lccn", - "value": "gb 89012970" + "value": "0094675708" }, { "type": "nypl:Oclc", "value": "NYPGUKBPGP8917-B" }, + { + "type": "bf:Lccn", + "value": "gb 89012970" + }, { "type": "bf:Identifier", "value": "(WaOLN)nyp0200002" } ], - "idOclc": [ - "NYPGUKBPGP8917-B" - ], - "updatedAt": 1686707689781, + "updatedAt": 1711606506102, "publicationStatement": [ "London : Constable, 1989." ], + "idIsbn": [ + "0094675708" + ], "identifier": [ + "urn:shelfmark:JFF 89-526", "urn:bnum:10000003", - "urn:isbn:0094675708 :", - "urn:lccn:gb 89012970", + "urn:isbn:0094675708", "urn:oclc:NYPGUKBPGP8917-B", - "urn:undefined:(WaOLN)nyp0200002" - ], - "idIsbn": [ - "0094675708 " + "urn:lccn:gb 89012970", + "urn:identifier:(WaOLN)nyp0200002" ], "numCheckinCardItems": [ 0 @@ -436,12 +433,6 @@ "Scottish islands / Charlie Waite." ], "uri": "b10000003", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "London" ], @@ -451,11 +442,11 @@ "label": "monograph/item" } ], - "idIsbn_clean": [ - "0094675708" - ], "dimensions": [ "26 cm." + ], + "idIsbn_clean": [ + "0094675708" ] }, "sort": [ @@ -481,15 +472,14 @@ }, "_score": null, "_source": { - "uri": "i13783780", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:1", + "label": "Use in library" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -500,6 +490,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:mal92", @@ -509,8 +502,12 @@ "holdingLocation_packed": [ "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "shelfMark": [ - "JFF 89-526" + "idBarcode": [ + "33433050409147" + ], + "identifier": [ + "urn:shelfmark:JFF 89-526", + "urn:barcode:33433050409147" ], "identifierV2": [ { @@ -518,41 +515,36 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433050409147" + "value": "33433050409147", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "JFF 89-526" - ], "m2CustomerCode": [ "XA" ], - "identifier": [ - "urn:barcode:33433050409147" - ], - "idBarcode": [ - "33433050409147" + "physicalLocation": [ + "JFF 89-526" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "JFF 89-526" + ], + "shelfMark_sort": "aJFF 89-000526", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aJFF 89-000526" + "uri": "i13783780" }, "sort": [ null @@ -613,36 +605,39 @@ "createdYear": [ 1965 ], - "type": [ - "nypl:Item" - ], "title": [ "Mutaṟkuṟaḷ uvamai." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-1934" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Kothandapani Pillai, K., 1896-" - ], "createdString": [ "1965" ], + "creatorLiteral": [ + "Kothandapani Pillai, K., 1896-" + ], "idLccn": [ "74915265" ], - "seriesStatement": [ - "Kaḻaka veḷiyīṭu, 1247" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Kaḻaka veḷiyīṭu, 1247" + ], "dateStartYear": [ 1965 ], + "idOclc": [ + "NYPG001000001-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -652,14 +647,14 @@ "type": "nypl:Bnumber", "value": "10000004" }, - { - "type": "bf:Lccn", - "value": "74915265" - }, { "type": "nypl:Oclc", "value": "NYPG001000001-B" }, + { + "type": "bf:Lccn", + "value": "74915265" + }, { "type": "bf:Identifier", "value": "NNSZ00100001" @@ -669,19 +664,17 @@ "value": "(WaOLN)nyp0200003" } ], - "idOclc": [ - "NYPG001000001-B" - ], - "updatedAt": 1674870752089, + "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:lccn:74915265", "urn:oclc:NYPG001000001-B", - "urn:undefined:NNSZ00100001", - "urn:undefined:(WaOLN)nyp0200003" + "urn:lccn:74915265", + "urn:identifier:NNSZ00100001", + "urn:identifier:(WaOLN)nyp0200003" ], "numCheckinCardItems": [ 0 @@ -717,12 +710,6 @@ "lccClassification": [ "PL4758.9.T5 K6 1965" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tirunelvēli" ], @@ -759,24 +746,14 @@ }, "_score": null, "_source": { - "uri": "i13783781", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -787,6 +764,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -796,50 +776,58 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1934" - ], + "idBarcode": [ + "33433061301556" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1934", + "urn:barcode:33433061301556" + ], "identifierV2": [ { "value": "*OLB 84-1934", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301556" + "value": "33433061301556", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-1934" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301556" - ], - "idBarcode": [ - "33433061301556" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1934" + ], + "shelfMark_sort": "a*OLB 84-001934", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-001934" + "uri": "i13783781" }, "sort": [ null @@ -901,30 +889,33 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Kon︠t︡sert No 2 dl︠i︡a skripki s orkestrom" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMF 83-336" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Wieniawski, Henri, 1835-1880." - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Wieniawski, Henri, 1835-1880." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000001-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -951,22 +942,20 @@ "value": "(WaOLN)nyp0200004" } ], - "idOclc": [ - "NYPG001000001-C" - ], "uniformTitle": [ "Concertos, violin, orchestra, no. 2, op. 22, D minor; arranged" ], - "updatedAt": 1689717163415, + "updatedAt": 1710995521453, "publicationStatement": [ "Moskva : Muzyka, 1980." ], "identifier": [ + "urn:shelfmark:JMF 83-336", "urn:bnum:10000005", "urn:oclc:NYPG001000001-C", - "urn:undefined:11049. Muzyka", - "urn:undefined:NNSZ00100551", - "urn:undefined:(WaOLN)nyp0200004" + "urn:identifier:11049. Muzyka", + "urn:identifier:NNSZ00100551", + "urn:identifier:(WaOLN)nyp0200004" ], "numCheckinCardItems": [ 0 @@ -999,12 +988,6 @@ "Kon︠t︡sert No 2 dl︠i︡a skripki s orkestrom / G. Ven︠i︡avskiĭ ; klavir." ], "uri": "b10000005", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Moskva" ], @@ -1044,24 +1027,14 @@ }, "_score": null, "_source": { - "uri": "i10942022", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -1072,6 +1045,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -1081,8 +1057,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMF 83-336" + "idBarcode": [ + "33433032711909" + ], + "identifier": [ + "urn:shelfmark:JMF 83-336", + "urn:barcode:33433032711909" ], "identifierV2": [ { @@ -1090,41 +1070,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032711909" + "value": "33433032711909", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMF 83-336" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032711909" - ], - "idBarcode": [ - "33433032711909" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMF 83-336" + ], + "shelfMark_sort": "aJMF 83-000336", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMF 83-000336" + "uri": "i10942022" }, "sort": [ null @@ -1186,24 +1170,24 @@ "createdYear": [ 1968 ], - "type": [ - "nypl:Item" - ], "title": [ "Tajdīd al-tafkīr al-dīnī fī al-Islām" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OGC 84-1984" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Iqbal, Muhammad, Sir, 1877-1938." - ], "createdString": [ "1968" ], + "creatorLiteral": [ + "Iqbal, Muhammad, Sir, 1877-1938." + ], "idLccn": [ "75962707" ], @@ -1216,6 +1200,9 @@ "dateStartYear": [ 1968 ], + "idOclc": [ + "NYPG001000002-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -1225,14 +1212,14 @@ "type": "nypl:Bnumber", "value": "10000006" }, - { - "type": "bf:Lccn", - "value": "75962707" - }, { "type": "nypl:Oclc", "value": "NYPG001000002-B" }, + { + "type": "bf:Lccn", + "value": "75962707" + }, { "type": "bf:Identifier", "value": "NNSZ00100002" @@ -1242,19 +1229,17 @@ "value": "(WaOLN)nyp0200005" } ], - "idOclc": [ - "NYPG001000002-B" - ], - "updatedAt": 1674870747963, + "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:lccn:75962707", "urn:oclc:NYPG001000002-B", - "urn:undefined:NNSZ00100002", - "urn:undefined:(WaOLN)nyp0200005" + "urn:lccn:75962707", + "urn:identifier:NNSZ00100002", + "urn:identifier:(WaOLN)nyp0200005" ], "numCheckinCardItems": [ 0 @@ -1290,12 +1275,6 @@ "lccClassification": [ "BP161 .I712 1968" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "al-Qāhirah" ], @@ -1332,24 +1311,14 @@ }, "_score": null, "_source": { - "uri": "i12540039", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -1360,6 +1329,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -1369,8 +1341,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OGC 84-1984" + "idBarcode": [ + "33433022691665" + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1984", + "urn:barcode:33433022691665" ], "identifierV2": [ { @@ -1378,41 +1354,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433022691665" + "value": "33433022691665", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OGC 84-1984" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433022691665" - ], - "idBarcode": [ - "33433022691665" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OGC 84-1984" + ], + "shelfMark_sort": "a*OGC 84-001984", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OGC 84-001984" + "uri": "i12540039" }, "sort": [ null @@ -1470,30 +1450,33 @@ "createdYear": [ 1981 ], - "type": [ - "nypl:Item" - ], "title": [ "Due studi per chitarra" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-276" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Patachich, Iván." - ], "createdString": [ "1981" ], + "creatorLiteral": [ + "Patachich, Iván." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1981 ], + "idOclc": [ + "NYPG001000002-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -1520,22 +1503,20 @@ "value": "(WaOLN)nyp0200006" } ], - "idOclc": [ - "NYPG001000002-C" - ], "uniformTitle": [ "Studies, guitar" ], - "updatedAt": 1689717163363, + "updatedAt": 1711149115321, "publicationStatement": [ "Budapest : Editio Musica, c1981." ], "identifier": [ + "urn:shelfmark:JMG 83-276", "urn:bnum:10000007", "urn:oclc:NYPG001000002-C", - "urn:undefined:Z.8917. Editio Musica", - "urn:undefined:NNSZ00100552", - "urn:undefined:(WaOLN)nyp0200006" + "urn:identifier:Z.8917. Editio Musica", + "urn:identifier:NNSZ00100552", + "urn:identifier:(WaOLN)nyp0200006" ], "numCheckinCardItems": [ 0 @@ -1569,12 +1550,6 @@ "Due studi per chitarra / Patachich Iván." ], "uri": "b10000007", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Budapest" ], @@ -1614,26 +1589,16 @@ }, "_score": null, "_source": { - "uri": "i10942023", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "status_packed": [ - "status:a||Available" + "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" - } - ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" - ], - "catalogItemType": [ + "catalogItemType": [ { "id": "catalogItemType:7", "label": "printed music, non-circ" @@ -1642,6 +1607,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -1651,8 +1619,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-276" + "idBarcode": [ + "33433032883591" + ], + "identifier": [ + "urn:shelfmark:JMG 83-276", + "urn:barcode:33433032883591" ], "identifierV2": [ { @@ -1660,41 +1632,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032883591" + "value": "33433032883591", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-276" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032883591" - ], - "idBarcode": [ - "33433032883591" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-276" + ], + "shelfMark_sort": "aJMG 83-000276", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000276" + "uri": "i10942023" }, "sort": [ null @@ -1742,24 +1718,24 @@ "createdYear": [ 1969 ], - "type": [ - "nypl:Item" - ], "title": [ "Aṇṇāviṉ ciṟukataikaḷ." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-1986" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Annadurai, C. N., 1909-1969." - ], "createdString": [ "1969" ], + "creatorLiteral": [ + "Annadurai, C. N., 1909-1969." + ], "idLccn": [ "72913998" ], @@ -1769,6 +1745,9 @@ "dateStartYear": [ 1969 ], + "idOclc": [ + "NYPG001000003-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -1778,14 +1757,14 @@ "type": "nypl:Bnumber", "value": "10000008" }, - { - "type": "bf:Lccn", - "value": "72913998" - }, { "type": "nypl:Oclc", "value": "NYPG001000003-B" }, + { + "type": "bf:Lccn", + "value": "72913998" + }, { "type": "bf:Identifier", "value": "NNSZ00100003" @@ -1795,19 +1774,17 @@ "value": "(WaOLN)nyp0200007" } ], - "idOclc": [ - "NYPG001000003-B" - ], - "updatedAt": 1674870747855, + "updatedAt": 1711102509897, "publicationStatement": [ "Ceṉṉai, Parimaḷam Patippakam [1969]" ], "identifier": [ + "urn:shelfmark:*OLB 84-1986", "urn:bnum:10000008", - "urn:lccn:72913998", "urn:oclc:NYPG001000003-B", - "urn:undefined:NNSZ00100003", - "urn:undefined:(WaOLN)nyp0200007" + "urn:lccn:72913998", + "urn:identifier:NNSZ00100003", + "urn:identifier:(WaOLN)nyp0200007" ], "numCheckinCardItems": [ 0 @@ -1840,12 +1817,6 @@ "lccClassification": [ "PL4758.9.A5 A84" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ceṉṉai" ], @@ -1882,24 +1853,14 @@ }, "_score": null, "_source": { - "uri": "i13783782", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -1910,6 +1871,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -1919,8 +1883,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1986" + "idBarcode": [ + "33433061301689" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1986", + "urn:barcode:33433061301689" ], "identifierV2": [ { @@ -1928,41 +1896,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301689" + "value": "33433061301689", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-1986" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301689" - ], - "idBarcode": [ - "33433061301689" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1986" + ], + "shelfMark_sort": "a*OLB 84-001986", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-001986" + "uri": "i13783782" }, "sort": [ null @@ -2023,30 +1995,33 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Miniaturen II : 13 kleine Klavierstücke" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-278" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Golle, Jürgen, 1942-" - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Golle, Jürgen, 1942-" + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000003-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2077,23 +2052,21 @@ "value": "(WaOLN)nyp0200008" } ], - "idOclc": [ - "NYPG001000003-C" - ], "uniformTitle": [ "Miniaturen, no. 2" ], - "updatedAt": 1689717163363, + "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:undefined:Edition Peters Nr. 5489 Edition Peters", - "urn:undefined:E.P. 13028. Edition Peters", - "urn:undefined:NNSZ00100553", - "urn:undefined:(WaOLN)nyp0200008" + "urn:identifier:Edition Peters Nr. 5489 Edition Peters", + "urn:identifier:E.P. 13028. Edition Peters", + "urn:identifier:NNSZ00100553", + "urn:identifier:(WaOLN)nyp0200008" ], "numCheckinCardItems": [ 0 @@ -2126,12 +2099,6 @@ "Miniaturen II : 13 kleine Klavierstücke / Jürgen Golle." ], "uri": "b10000009", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Leipzig : New York" ], @@ -2171,24 +2138,14 @@ }, "_score": null, "_source": { - "uri": "i10942024", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -2199,6 +2156,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -2208,8 +2168,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-278" + "idBarcode": [ + "33433032883617" + ], + "identifier": [ + "urn:shelfmark:JMG 83-278", + "urn:barcode:33433032883617" ], "identifierV2": [ { @@ -2217,41 +2181,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032883617" + "value": "33433032883617", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-278" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032883617" - ], - "idBarcode": [ - "33433032883617" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-278" + ], + "shelfMark_sort": "aJMG 83-000278", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000278" + "uri": "i10942024" }, "sort": [ null @@ -2307,36 +2275,39 @@ "createdYear": [ 1969 ], - "type": [ - "nypl:Item" - ], "title": [ "Cēkkiḻār; Corṇammāḷ niṉaivuc coṟpoḻivukaḷ." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-1938" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Irācamāṇikkaṉār, Mā., 1907-1967." - ], "createdString": [ "1969" ], + "creatorLiteral": [ + "Irācamāṇikkaṉār, Mā., 1907-1967." + ], "idLccn": [ "72913466" ], - "seriesStatement": [ - "Corṇammāḷ corpoḻivu varicai, 6" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Corṇammāḷ corpoḻivu varicai, 6" + ], "dateStartYear": [ 1969 ], + "idOclc": [ + "NYPG001000004-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2346,36 +2317,34 @@ "type": "nypl:Bnumber", "value": "10000010" }, - { - "type": "bf:Lccn", - "value": "72913466" - }, { "type": "nypl:Oclc", "value": "NYPG001000004-B" }, { - "type": "bf:Identifier", - "value": "NNSZ00100004" + "type": "bf:Lccn", + "value": "72913466" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100004" }, { "type": "bf:Identifier", "value": "(WaOLN)nyp0200009" } ], - "idOclc": [ - "NYPG001000004-B" - ], - "updatedAt": 1674870747855, + "updatedAt": 1711284909373, "publicationStatement": [ "Aṇṇāmalainakar, Aṇṇāmalaip Palkalaikkaḻakam, 1969." ], "identifier": [ + "urn:shelfmark:*OLB 84-1938", "urn:bnum:10000010", - "urn:lccn:72913466", "urn:oclc:NYPG001000004-B", - "urn:undefined:NNSZ00100004", - "urn:undefined:(WaOLN)nyp0200009" + "urn:lccn:72913466", + "urn:identifier:NNSZ00100004", + "urn:identifier:(WaOLN)nyp0200009" ], "numCheckinCardItems": [ 0 @@ -2411,12 +2380,6 @@ "lccClassification": [ "PL4758.9.C385 Z8" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Aṇṇāmalainakar" ], @@ -2453,24 +2416,14 @@ }, "_score": null, "_source": { - "uri": "i13783783", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -2481,6 +2434,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -2490,8 +2446,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1938" + "idBarcode": [ + "33433061301598" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1938", + "urn:barcode:33433061301598" ], "identifierV2": [ { @@ -2499,41 +2459,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301598" + "value": "33433061301598", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-1938" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301598" - ], - "idBarcode": [ - "33433061301598" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1938" + ], + "shelfMark_sort": "a*OLB 84-001938", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-001938" + "uri": "i13783783" }, "sort": [ null @@ -2576,36 +2540,39 @@ "numItemsTotal": [ 1 ], - "dateEndString": [ - "1982" - ], "createdYear": [ 1976 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1982" ], "title": [ "Passie en pasen : suite voor orgel, opus 50" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-279" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Berg, Jan J. van den." - ], "createdString": [ "1976" ], + "creatorLiteral": [ + "Berg, Jan J. van den." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1976 ], + "idOclc": [ + "NYPG001000004-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2624,20 +2591,18 @@ "value": "(WaOLN)nyp0200010" } ], - "idOclc": [ - "NYPG001000004-C" - ], "dateEndYear": [ 1982 ], - "updatedAt": 1689717163363, + "updatedAt": 1710978413661, "publicationStatement": [ "Sneek [Netherlands] : Boeijenga, [between 1976 and 1982]." ], "identifier": [ + "urn:shelfmark:JMG 83-279", "urn:bnum:10000011", "urn:oclc:NYPG001000004-C", - "urn:undefined:(WaOLN)nyp0200010" + "urn:identifier:(WaOLN)nyp0200010" ], "numCheckinCardItems": [ 0 @@ -2672,12 +2637,6 @@ "Passie en pasen : suite voor orgel, opus 50 / door Jan J. van den Berg." ], "uri": "b10000011", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Sneek [Netherlands]" ], @@ -2717,24 +2676,14 @@ }, "_score": null, "_source": { - "uri": "i10942025", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -2745,6 +2694,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -2754,8 +2706,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-279" + "idBarcode": [ + "33433032883625" + ], + "identifier": [ + "urn:shelfmark:JMG 83-279", + "urn:barcode:33433032883625" ], "identifierV2": [ { @@ -2763,41 +2719,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032883625" + "value": "33433032883625", + "type": "bf:Barcode" } ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-279" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032883625" - ], - "idBarcode": [ - "33433032883625" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-279" + ], + "shelfMark_sort": "aJMG 83-000279", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000279" + "uri": "i10942025" }, "sort": [ null @@ -2853,30 +2813,33 @@ "createdYear": [ 1970 ], - "type": [ - "nypl:Item" - ], "title": [ "al-Ḥuṭayʼah : fī sīratihi wa-nafsīyatihi wa-shiʻrihi" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFS 84-1997" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Ḥāwī, Īlīyā Salīm." - ], "createdString": [ "1970" ], + "creatorLiteral": [ + "Ḥāwī, Īlīyā Salīm." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1970 ], + "idOclc": [ + "NYPG001000005-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2899,18 +2862,16 @@ "value": "(WaOLN)nyp0200011" } ], - "idOclc": [ - "NYPG001000005-B" - ], - "updatedAt": 1674870752089, + "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:undefined:NNSZ00100005", - "urn:undefined:(WaOLN)nyp0200011" + "urn:identifier:NNSZ00100005", + "urn:identifier:(WaOLN)nyp0200011" ], "numCheckinCardItems": [ 0 @@ -2943,12 +2904,6 @@ "al-Ḥuṭayʼah : fī sīratihi wa-nafsīyatihi wa-shiʻrihi / bi-qalam Īlīyā Ḥāwī." ], "uri": "b10000012", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Bayrūt" ], @@ -2985,24 +2940,14 @@ }, "_score": null, "_source": { - "uri": "i10000003", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -3013,6 +2958,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -3022,8 +2970,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFS 84-1997" + "idBarcode": [ + "33433014514719" + ], + "identifier": [ + "urn:shelfmark:*OFS 84-1997", + "urn:barcode:33433014514719" ], "identifierV2": [ { @@ -3031,41 +2983,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433014514719" + "value": "33433014514719", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFS 84-1997" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433014514719" - ], - "idBarcode": [ - "33433014514719" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFS 84-1997" + ], + "shelfMark_sort": "a*OFS 84-001997", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFS 84-001997" + "uri": "i10000003" }, "sort": [ null @@ -3122,12 +3078,12 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Disko Treff 1 : Klavier." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMF 83-366" ], @@ -3143,6 +3099,9 @@ "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000005-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3165,18 +3124,16 @@ "value": "(WaOLN)nyp0200012" } ], - "idOclc": [ - "NYPG001000005-C" - ], - "updatedAt": 1689717163415, + "updatedAt": 1710995521453, "publicationStatement": [ "Leipzig : Harth Musik Verlag, c1980." ], "identifier": [ + "urn:shelfmark:JMF 83-366", "urn:bnum:10000013", "urn:oclc:NYPG001000005-C", - "urn:undefined:NNSZ00100555", - "urn:undefined:(WaOLN)nyp0200012" + "urn:identifier:NNSZ00100555", + "urn:identifier:(WaOLN)nyp0200012" ], "numCheckinCardItems": [ 0 @@ -3209,12 +3166,6 @@ "Disko Treff 1 : Klavier." ], "uri": "b10000013", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Leipzig" ], @@ -3254,24 +3205,14 @@ }, "_score": null, "_source": { - "uri": "i10942026", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -3282,6 +3223,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -3291,8 +3235,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMF 83-366" + "idBarcode": [ + "33433032712204" + ], + "identifier": [ + "urn:shelfmark:JMF 83-366", + "urn:barcode:33433032712204" ], "identifierV2": [ { @@ -3300,41 +3248,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032712204" + "value": "33433032712204", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMF 83-366" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032712204" - ], - "idBarcode": [ - "33433032712204" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMF 83-366" + ], + "shelfMark_sort": "aJMF 83-000366", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMF 83-000366" + "uri": "i10942026" }, "sort": [ null @@ -3392,12 +3344,12 @@ "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "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" ], @@ -3416,6 +3368,9 @@ "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG001000006-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3438,18 +3393,16 @@ "value": "(WaOLN)nyp0200013" } ], - "idOclc": [ - "NYPG001000006-B" - ], - "updatedAt": 1674870752089, + "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:undefined:NNSZ00100006", - "urn:undefined:(WaOLN)nyp0200013" + "urn:identifier:NNSZ00100006", + "urn:identifier:(WaOLN)nyp0200013" ], "numCheckinCardItems": [ 0 @@ -3483,12 +3436,6 @@ "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", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Bayrūt" ], @@ -3528,24 +3475,14 @@ }, "_score": null, "_source": { - "uri": "i12540040", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -3556,6 +3493,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -3565,8 +3505,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OGC 84-1996" + "idBarcode": [ + "33433022691780" + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1996", + "urn:barcode:33433022691780" ], "identifierV2": [ { @@ -3574,41 +3518,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433022691780" + "value": "33433022691780", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OGC 84-1996" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433022691780" - ], - "idBarcode": [ - "33433022691780" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OGC 84-1996" + ], + "shelfMark_sort": "a*OGC 84-001996", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OGC 84-001996" + "uri": "i12540040" }, "sort": [ null @@ -3674,30 +3622,33 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Suite no. 1 : 1977" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JNG 83-102" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Hampton, Calvin." - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Hampton, Calvin." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000006-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3724,22 +3675,20 @@ "value": "(WaOLN)nyp0200014" } ], - "idOclc": [ - "NYPG001000006-C" - ], "uniformTitle": [ "Suite, organ, no. 1" ], - "updatedAt": 1689717163363, + "updatedAt": 1711491730703, "publicationStatement": [ "Melville, NY : Belwin-Mills, [1980?]" ], "identifier": [ + "urn:shelfmark:JNG 83-102", "urn:bnum:10000015", "urn:oclc:NYPG001000006-C", - "urn:undefined:DM 220. Belwin-Mills", - "urn:undefined:NNSZ00100556", - "urn:undefined:(WaOLN)nyp0200014" + "urn:identifier:DM 220. Belwin-Mills", + "urn:identifier:NNSZ00100556", + "urn:identifier:(WaOLN)nyp0200014" ], "numCheckinCardItems": [ 0 @@ -3772,12 +3721,6 @@ "Suite no. 1 : 1977 / Calvin Hampton." ], "uri": "b10000015", - "numItems": [ - 0 - ], - "numAvailable": [ - 0 - ], "placeOfPublication": [ "Melville, NY" ], @@ -3857,24 +3800,24 @@ "createdYear": [ 1967 ], - "type": [ - "nypl:Item" - ], "title": [ "Nalla Kuṟuntokaiyil nāṉilam." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-1937" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Cellappaṉ, Cilampoli, 1929-" - ], "createdString": [ "1967" ], + "creatorLiteral": [ + "Cellappaṉ, Cilampoli, 1929-" + ], "idLccn": [ "74913402" ], @@ -3884,6 +3827,9 @@ "dateStartYear": [ 1967 ], + "idOclc": [ + "NYPG001000007-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3893,14 +3839,14 @@ "type": "nypl:Bnumber", "value": "10000016" }, - { - "type": "bf:Lccn", - "value": "74913402" - }, { "type": "nypl:Oclc", "value": "NYPG001000007-B" }, + { + "type": "bf:Lccn", + "value": "74913402" + }, { "type": "bf:Identifier", "value": "NNSZ00100007" @@ -3910,19 +3856,17 @@ "value": "(WaOLN)nyp0200015" } ], - "idOclc": [ - "NYPG001000007-B" - ], - "updatedAt": 1674870752089, + "updatedAt": 1711185167994, "publicationStatement": [ "Ceṉṉai, Manṅkaḷa Nūlakam, 1959 [i.e. 1967]" ], "identifier": [ + "urn:shelfmark:*OLB 84-1937", "urn:bnum:10000016", - "urn:lccn:74913402", "urn:oclc:NYPG001000007-B", - "urn:undefined:NNSZ00100007", - "urn:undefined:(WaOLN)nyp0200015" + "urn:lccn:74913402", + "urn:identifier:NNSZ00100007", + "urn:identifier:(WaOLN)nyp0200015" ], "numCheckinCardItems": [ 0 @@ -3958,12 +3902,6 @@ "lccClassification": [ "PL4758.9.K794 Z6 1967" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ceṉṉai" ], @@ -4000,24 +3938,14 @@ }, "_score": null, "_source": { - "uri": "i13783785", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -4028,6 +3956,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -4037,8 +3968,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1937" + "idBarcode": [ + "33433061301580" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1937", + "urn:barcode:33433061301580" ], "identifierV2": [ { @@ -4046,41 +3981,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301580" + "value": "33433061301580", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-1937" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301580" - ], - "idBarcode": [ - "33433061301580" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1937" + ], + "shelfMark_sort": "a*OLB 84-001937", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-001937" + "uri": "i13783785" }, "sort": [ null @@ -4143,24 +4082,24 @@ "createdYear": [ 1981 ], - "type": [ - "nypl:Item" - ], "title": [ "Lettre du Mexique : pour baryton et piano, 1942" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-395" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Escher, Rudolf." - ], "createdString": [ "1981" ], + "creatorLiteral": [ + "Escher, Rudolf." + ], "numElectronicResources": [ 0 ], @@ -4170,6 +4109,9 @@ "dateStartYear": [ 1981 ], + "idOclc": [ + "NYPG001000007-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -4192,18 +4134,16 @@ "value": "(WaOLN)nyp0200016" } ], - "idOclc": [ - "NYPG001000007-C" - ], - "updatedAt": 1689717163974, + "updatedAt": 1710995521453, "publicationStatement": [ "Amsterdam : Donemus, c1981." ], "identifier": [ + "urn:shelfmark:JMG 83-395", "urn:bnum:10000017", "urn:oclc:NYPG001000007-C", - "urn:undefined:NNSZ00100557", - "urn:undefined:(WaOLN)nyp0200016" + "urn:identifier:NNSZ00100557", + "urn:identifier:(WaOLN)nyp0200016" ], "numCheckinCardItems": [ 0 @@ -4237,12 +4177,6 @@ "Lettre du Mexique : pour baryton et piano, 1942 / Rudolf Escher ; poème de Tristan Corbière." ], "uri": "b10000017", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Amsterdam" ], @@ -4279,24 +4213,14 @@ }, "_score": null, "_source": { - "uri": "i10942027", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -4307,6 +4231,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -4316,8 +4243,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-395" + "idBarcode": [ + "33433032735007" + ], + "identifier": [ + "urn:shelfmark:JMG 83-395", + "urn:barcode:33433032735007" ], "identifierV2": [ { @@ -4325,41 +4256,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032735007" + "value": "33433032735007", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-395" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032735007" - ], - "idBarcode": [ - "33433032735007" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-395" + ], + "shelfMark_sort": "aJMG 83-000395", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000395" + "uri": "i10942027" }, "sort": [ null @@ -4416,24 +4351,24 @@ "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "title": [ "al-Marʼah al-Lubnānīyah : wāqiʻuhā wa-qaḍāyāhā" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFX 84-1995" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Bashshūr, Najlāʼ Naṣīr." - ], "createdString": [ "1975" ], + "creatorLiteral": [ + "Bashshūr, Najlāʼ Naṣīr." + ], "idLccn": [ "78970449" ], @@ -4443,6 +4378,9 @@ "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG001000008-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -4452,14 +4390,14 @@ "type": "nypl:Bnumber", "value": "10000018" }, - { - "type": "bf:Lccn", - "value": "78970449" - }, { "type": "nypl:Oclc", "value": "NYPG001000008-B" }, + { + "type": "bf:Lccn", + "value": "78970449" + }, { "type": "bf:Identifier", "value": "NNSZ00100008" @@ -4469,19 +4407,17 @@ "value": "(WaOLN)nyp0200017" } ], - "idOclc": [ - "NYPG001000008-B" - ], - "updatedAt": 1674870747855, + "updatedAt": 1711582848276, "publicationStatement": [ "Bayrūt : Dār al-Ṭalīʻah, 1975." ], "identifier": [ + "urn:shelfmark:*OFX 84-1995", "urn:bnum:10000018", - "urn:lccn:78970449", "urn:oclc:NYPG001000008-B", - "urn:undefined:NNSZ00100008", - "urn:undefined:(WaOLN)nyp0200017" + "urn:lccn:78970449", + "urn:identifier:NNSZ00100008", + "urn:identifier:(WaOLN)nyp0200017" ], "numCheckinCardItems": [ 0 @@ -4517,12 +4453,6 @@ "lccClassification": [ "HQ1728 .B37" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Bayrūt" ], @@ -4559,24 +4489,14 @@ }, "_score": null, "_source": { - "uri": "i10000004", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -4587,6 +4507,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -4596,8 +4519,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFX 84-1995" + "idBarcode": [ + "33433002031718" + ], + "identifier": [ + "urn:shelfmark:*OFX 84-1995", + "urn:barcode:33433002031718" ], "identifierV2": [ { @@ -4605,41 +4532,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433002031718" + "value": "33433002031718", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFX 84-1995" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433002031718" - ], - "idBarcode": [ - "33433002031718" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFX 84-1995" + ], + "shelfMark_sort": "a*OFX 84-001995", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFX 84-001995" + "uri": "i10000004" }, "sort": [ null @@ -4695,30 +4626,33 @@ "createdYear": [ 1979 ], - "type": [ - "nypl:Item" - ], "title": [ "Zwölf Walzer und ein Epilog : für Klavier" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-111" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Benary, Peter." - ], "createdString": [ "1979" ], + "creatorLiteral": [ + "Benary, Peter." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1979 ], + "idOclc": [ + "NYPG001000008-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -4745,22 +4679,20 @@ "value": "(WaOLN)nyp0200018" } ], - "idOclc": [ - "NYPG001000008-C" - ], "uniformTitle": [ "Walzer und ein Epilog" ], - "updatedAt": 1689717163974, + "updatedAt": 1710995521453, "publicationStatement": [ "Wolfenbüttel : Möseler, c1979." ], "identifier": [ + "urn:shelfmark:JMG 83-111", "urn:bnum:10000019", "urn:oclc:NYPG001000008-C", - "urn:undefined:Möseler M 18.487.", - "urn:undefined:NNSZ00100558", - "urn:undefined:(WaOLN)nyp0200018" + "urn:identifier:Möseler M 18.487.", + "urn:identifier:NNSZ00100558", + "urn:identifier:(WaOLN)nyp0200018" ], "numCheckinCardItems": [ 0 @@ -4793,12 +4725,6 @@ "Zwölf Walzer und ein Epilog : für Klavier / Peter Benary." ], "uri": "b10000019", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Wolfenbüttel" ], @@ -4839,24 +4765,14 @@ }, "_score": null, "_source": { - "uri": "i10942028", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -4867,6 +4783,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -4876,8 +4795,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-111" + "idBarcode": [ + "33433032845053" + ], + "identifier": [ + "urn:shelfmark:JMG 83-111", + "urn:barcode:33433032845053" ], "identifierV2": [ { @@ -4885,41 +4808,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032845053" + "value": "33433032845053", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "JMG 83-111" + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } ], - "recapCustomerCode": [ - "NP" + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" ], - "identifier": [ - "urn:barcode:33433032845053" + "physicalLocation": [ + "JMG 83-111" ], - "idBarcode": [ - "33433032845053" + "recapCustomerCode": [ + "NP" ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-111" + ], + "shelfMark_sort": "aJMG 83-000111", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000111" + "uri": "i10942028" }, "sort": [ null @@ -4970,24 +4897,24 @@ "createdYear": [ 1970 ], - "type": [ - "nypl:Item" - ], "title": [ "Tolkāppiyam." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-1936" ], "numItemVolumesParsed": [ 1 ], - "creatorLiteral": [ - "Veḷḷaivāraṇaṉ, Ka." - ], "createdString": [ "1970" ], + "creatorLiteral": [ + "Veḷḷaivāraṇaṉ, Ka." + ], "idLccn": [ "74914844" ], @@ -4997,6 +4924,9 @@ "dateStartYear": [ 1970 ], + "idOclc": [ + "NYPG001000009-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -5006,14 +4936,14 @@ "type": "nypl:Bnumber", "value": "10000020" }, - { - "type": "bf:Lccn", - "value": "74914844" - }, { "type": "nypl:Oclc", "value": "NYPG001000009-B" }, + { + "type": "bf:Lccn", + "value": "74914844" + }, { "type": "bf:Identifier", "value": "NNSZ00100009" @@ -5023,19 +4953,17 @@ "value": "(WaOLN)nyp0200019" } ], - "idOclc": [ - "NYPG001000009-B" - ], - "updatedAt": 1674870747963, + "updatedAt": 1711329059003, "publicationStatement": [ "[Aṇṇāmalainakar] Aṇṇāmalaip Palkalaik Kaḻakam, 1970." ], "identifier": [ + "urn:shelfmark:*OLB 84-1936", "urn:bnum:10000020", - "urn:lccn:74914844", "urn:oclc:NYPG001000009-B", - "urn:undefined:NNSZ00100009", - "urn:undefined:(WaOLN)nyp0200019" + "urn:lccn:74914844", + "urn:identifier:NNSZ00100009", + "urn:identifier:(WaOLN)nyp0200019" ], "numCheckinCardItems": [ 0 @@ -5071,24 +4999,18 @@ "lccClassification": [ "PL4754.T583 V4 1970" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Aṇṇāmalainakar]" ], - "titleAlt": [ - "Tolkāppiyam nutaliyaporuḷ." - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Tolkāppiyam nutaliyaporuḷ." + ], "tableOfContents": [ "Tolkāppiyam.--Tolkāppiyam nutaliyaporuḷ." ], @@ -5119,24 +5041,14 @@ }, "_score": null, "_source": { - "uri": "i13783786", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -5147,6 +5059,15 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "enumerationChronology": [ + "v. 1" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -5156,8 +5077,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1936 v. 1" + "idBarcode": [ + "33433061301572" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1936 v. 1", + "urn:barcode:33433061301572" ], "identifierV2": [ { @@ -5165,12 +5090,18 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301572" + "value": "33433061301572", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "v. 1" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ "*OLB 84-1936" @@ -5178,23 +5109,24 @@ "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301572" - ], - "idBarcode": [ - "33433061301572" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1936 v. 1" + ], + "shelfMark_sort": "a*OLB 84-1936 v. 000001", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], "volumeRange": [ { @@ -5202,16 +5134,7 @@ "lte": 1 } ], - "enumerationChronology_sort": [ - " 1-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-1936 v. 000001" + "uri": "i13783786" }, "sort": [ " 1-" @@ -5273,30 +5196,33 @@ "createdYear": [ 1978 ], - "type": [ - "nypl:Item" - ], "title": [ "Aurora : sinfonischer Prolog : Partitur" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-113" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Weitzendorf, Heinz." - ], "createdString": [ "1978" ], + "creatorLiteral": [ + "Weitzendorf, Heinz." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1978 ], + "idOclc": [ + "NYPG001000009-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -5323,19 +5249,17 @@ "value": "(WaOLN)nyp0200020" } ], - "idOclc": [ - "NYPG001000009-C" - ], - "updatedAt": 1689717163415, + "updatedAt": 1710995521453, "publicationStatement": [ "Berlin : Verlag Neue Musik, c1978." ], "identifier": [ + "urn:shelfmark:JMG 83-113", "urn:bnum:10000021", "urn:oclc:NYPG001000009-C", - "urn:undefined:NM 384. Verlag Neue Musik", - "urn:undefined:NNSZ00100559", - "urn:undefined:(WaOLN)nyp0200020" + "urn:identifier:NM 384. Verlag Neue Musik", + "urn:identifier:NNSZ00100559", + "urn:identifier:(WaOLN)nyp0200020" ], "numCheckinCardItems": [ 0 @@ -5368,12 +5292,6 @@ "Aurora : sinfonischer Prolog : Partitur / Heinz Weitzendorf." ], "uri": "b10000021", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Berlin" ], @@ -5410,24 +5328,14 @@ }, "_score": null, "_source": { - "uri": "i10942029", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -5438,6 +5346,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -5447,8 +5358,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-113" + "idBarcode": [ + "33433032845079" + ], + "identifier": [ + "urn:shelfmark:JMG 83-113", + "urn:barcode:33433032845079" ], "identifierV2": [ { @@ -5456,41 +5371,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032845079" + "value": "33433032845079", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-113" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032845079" - ], - "idBarcode": [ - "33433032845079" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-113" + ], + "shelfMark_sort": "aJMG 83-000113", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000113" + "uri": "i10942029" }, "sort": [ null @@ -5547,33 +5466,33 @@ "createdYear": [ 1970 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Puttamittiraṉār, active 11th century." - ], "createdString": [ "1970" ], + "creatorLiteral": [ + "Puttamittiraṉār, active 11th century." + ], "idLccn": [ "73913714" ], - "seriesStatement": [ - "Kaḻaka veḷiyīṭu, 1388" - ], "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." @@ -5581,6 +5500,9 @@ "dateStartYear": [ 1970 ], + "idOclc": [ + "NYPG001000010-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -5590,14 +5512,14 @@ "type": "nypl:Bnumber", "value": "10000022" }, - { - "type": "bf:Lccn", - "value": "73913714" - }, { "type": "nypl:Oclc", "value": "NYPG001000010-B" }, + { + "type": "bf:Lccn", + "value": "73913714" + }, { "type": "bf:Identifier", "value": "NNSZ00100010" @@ -5607,19 +5529,17 @@ "value": "(WaOLN)nyp0200021" } ], - "idOclc": [ - "NYPG001000010-B" - ], - "updatedAt": 1674870747963, + "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:lccn:73913714", "urn:oclc:NYPG001000010-B", - "urn:undefined:NNSZ00100010", - "urn:undefined:(WaOLN)nyp0200021" + "urn:lccn:73913714", + "urn:identifier:NNSZ00100010", + "urn:identifier:(WaOLN)nyp0200021" ], "numCheckinCardItems": [ 0 @@ -5655,24 +5575,18 @@ "lccClassification": [ "PL4754 .P8 1970" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ceṉṉai" ], - "titleAlt": [ - "Viracōḻiyam." - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Viracōḻiyam." + ], "dimensions": [ "22 cm." ] @@ -5700,24 +5614,14 @@ }, "_score": null, "_source": { - "uri": "i13783787", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -5728,6 +5632,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -5737,8 +5644,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1935" + "idBarcode": [ + "33433061301564" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1935", + "urn:barcode:33433061301564" ], "identifierV2": [ { @@ -5746,41 +5657,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301564" + "value": "33433061301564", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-1935" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301564" - ], - "idBarcode": [ - "33433061301564" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1935" + ], + "shelfMark_sort": "a*OLB 84-001935", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-001935" + "uri": "i13783787" }, "sort": [ null @@ -5847,30 +5762,33 @@ "createdYear": [ 1979 ], - "type": [ - "nypl:Item" - ], "title": [ "Musica sacra" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMF 83-38" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Zaninelli, Luigi." - ], "createdString": [ "1979" ], + "creatorLiteral": [ + "Zaninelli, Luigi." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1979 ], + "idOclc": [ + "NYPG001000010-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -5897,19 +5815,17 @@ "value": "(WaOLN)nyp0200022" } ], - "idOclc": [ - "NYPG001000010-C" - ], - "updatedAt": 1689717163974, + "updatedAt": 1710995521453, "publicationStatement": [ "Delaware Water Gap, Pa. : Shawnee Press, c1979." ], "identifier": [ + "urn:shelfmark:JMF 83-38", "urn:bnum:10000023", "urn:oclc:NYPG001000010-C", - "urn:undefined:KC913 Shawnee Press", - "urn:undefined:NNSZ00100560", - "urn:undefined:(WaOLN)nyp0200022" + "urn:identifier:KC913 Shawnee Press", + "urn:identifier:NNSZ00100560", + "urn:identifier:(WaOLN)nyp0200022" ], "numCheckinCardItems": [ 0 @@ -5942,12 +5858,6 @@ "Musica sacra / Luigi Zaninelli." ], "uri": "b10000023", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Delaware Water Gap, Pa." ], @@ -5984,24 +5894,14 @@ }, "_score": null, "_source": { - "uri": "i10942030", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -6012,6 +5912,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -6021,8 +5924,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMF 83-38" + "idBarcode": [ + "33433032709028" + ], + "identifier": [ + "urn:shelfmark:JMF 83-38", + "urn:barcode:33433032709028" ], "identifierV2": [ { @@ -6030,41 +5937,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032709028" + "value": "33433032709028", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMF 83-38" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032709028" - ], - "idBarcode": [ - "33433032709028" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMF 83-38" + ], + "shelfMark_sort": "aJMF 83-000038", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMF 83-000038" + "uri": "i10942030" }, "sort": [ null @@ -6124,24 +6035,24 @@ "createdYear": [ 1976 ], - "type": [ - "nypl:Item" - ], "title": [ "al-Baḥrayn : mushkilāt al-taghyīr al-siyāsī wa-al-ijtimāʻī" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFK 84-1944" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Rumayḥī, Muḥammad Ghānim." - ], "createdString": [ "1976" ], + "creatorLiteral": [ + "Rumayḥī, Muḥammad Ghānim." + ], "idLccn": [ "79971032" ], @@ -6151,6 +6062,9 @@ "dateStartYear": [ 1976 ], + "idOclc": [ + "NYPG001000011-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6160,14 +6074,14 @@ "type": "nypl:Bnumber", "value": "10000024" }, - { - "type": "bf:Lccn", - "value": "79971032" - }, { "type": "nypl:Oclc", "value": "NYPG001000011-B" }, + { + "type": "bf:Lccn", + "value": "79971032" + }, { "type": "bf:Identifier", "value": "NNSZ00100011" @@ -6177,19 +6091,17 @@ "value": "(WaOLN)nyp0200023" } ], - "idOclc": [ - "NYPG001000011-B" - ], - "updatedAt": 1674870752089, + "updatedAt": 1711097717293, "publicationStatement": [ "[Bayrūt] : Dār Ibn Khaldūn, 1976." ], "identifier": [ + "urn:shelfmark:*OFK 84-1944", "urn:bnum:10000024", - "urn:lccn:79971032", "urn:oclc:NYPG001000011-B", - "urn:undefined:NNSZ00100011", - "urn:undefined:(WaOLN)nyp0200023" + "urn:lccn:79971032", + "urn:identifier:NNSZ00100011", + "urn:identifier:(WaOLN)nyp0200023" ], "numCheckinCardItems": [ 0 @@ -6227,12 +6139,6 @@ "lccClassification": [ "DS247.B28 R85" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Bayrūt]" ], @@ -6269,24 +6175,14 @@ }, "_score": null, "_source": { - "uri": "i10000005", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -6297,6 +6193,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -6306,8 +6205,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFK 84-1944" + "idBarcode": [ + "33433005548676" + ], + "identifier": [ + "urn:shelfmark:*OFK 84-1944", + "urn:barcode:33433005548676" ], "identifierV2": [ { @@ -6315,41 +6218,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433005548676" + "value": "33433005548676", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFK 84-1944" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433005548676" - ], - "idBarcode": [ - "33433005548676" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFK 84-1944" + ], + "shelfMark_sort": "a*OFK 84-001944", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFK 84-001944" + "uri": "i10000005" }, "sort": [ null @@ -6393,33 +6300,36 @@ "createdYear": [ 1979 ], - "type": [ - "nypl:Item" - ], "title": [ "Drei Sonatinen für Klavier" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMF 83-107" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Stockmeier, Wolfgang." - ], "createdString": [ "1979" ], - "seriesStatement": [ - "Hausmusik ; 179" + "creatorLiteral": [ + "Stockmeier, Wolfgang." ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Hausmusik ; 179" + ], "dateStartYear": [ 1979 ], + "idOclc": [ + "NYPG001000011-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6442,21 +6352,19 @@ "value": "(WaOLN)nyp0200024" } ], - "idOclc": [ - "NYPG001000011-C" - ], "uniformTitle": [ "Sonatinas, piano" ], - "updatedAt": 1689717163974, + "updatedAt": 1711147751540, "publicationStatement": [ "Wolfenbüttel : Möseler, c1979." ], "identifier": [ + "urn:shelfmark:JMF 83-107", "urn:bnum:10000025", "urn:oclc:NYPG001000011-C", - "urn:undefined:NNSZ00100561", - "urn:undefined:(WaOLN)nyp0200024" + "urn:identifier:NNSZ00100561", + "urn:identifier:(WaOLN)nyp0200024" ], "numCheckinCardItems": [ 0 @@ -6489,12 +6397,6 @@ "Drei Sonatinen für Klavier / Wolfgang Stockmeier." ], "uri": "b10000025", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Wolfenbüttel" ], @@ -6534,24 +6436,14 @@ }, "_score": null, "_source": { - "uri": "i10942031", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -6562,6 +6454,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -6571,8 +6466,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMF 83-107" + "idBarcode": [ + "33433032709697" + ], + "identifier": [ + "urn:shelfmark:JMF 83-107", + "urn:barcode:33433032709697" ], "identifierV2": [ { @@ -6580,41 +6479,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032709697" + "value": "33433032709697", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMF 83-107" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032709697" - ], - "idBarcode": [ - "33433032709697" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMF 83-107" + ], + "shelfMark_sort": "aJMF 83-000107", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMF 83-000107" + "uri": "i10942031" }, "sort": [ null @@ -6671,24 +6574,24 @@ "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Razzāz, Nabīlah." - ], "createdString": [ "1975" ], + "creatorLiteral": [ + "Razzāz, Nabīlah." + ], "idLccn": [ "76960987" ], @@ -6698,6 +6601,9 @@ "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG001000012-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6707,14 +6613,14 @@ "type": "nypl:Bnumber", "value": "10000026" }, - { - "type": "bf:Lccn", - "value": "76960987" - }, { "type": "nypl:Oclc", "value": "NYPG001000012-B" }, + { + "type": "bf:Lccn", + "value": "76960987" + }, { "type": "bf:Identifier", "value": "NNSZ00100012" @@ -6724,19 +6630,17 @@ "value": "(WaOLN)nyp0200025" } ], - "idOclc": [ - "NYPG001000012-B" - ], - "updatedAt": 1674870747855, + "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:lccn:76960987", "urn:oclc:NYPG001000012-B", - "urn:undefined:NNSZ00100012", - "urn:undefined:(WaOLN)nyp0200025" + "urn:lccn:76960987", + "urn:identifier:NNSZ00100012", + "urn:identifier:(WaOLN)nyp0200025" ], "numCheckinCardItems": [ 0 @@ -6772,12 +6676,6 @@ "lccClassification": [ "HQ402 .R39" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Dimashq" ], @@ -6814,24 +6712,14 @@ }, "_score": null, "_source": { - "uri": "i10000006", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -6842,6 +6730,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -6851,8 +6742,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFX 84-1953" + "idBarcode": [ + "33433002031700" + ], + "identifier": [ + "urn:shelfmark:*OFX 84-1953", + "urn:barcode:33433002031700" ], "identifierV2": [ { @@ -6860,41 +6755,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433002031700" + "value": "33433002031700", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFX 84-1953" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433002031700" - ], - "idBarcode": [ - "33433002031700" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFX 84-1953" + ], + "shelfMark_sort": "a*OFX 84-001953", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFX 84-001953" + "uri": "i10000006" }, "sort": [ null @@ -6938,33 +6837,36 @@ "createdYear": [ 1979 ], - "type": [ - "nypl:Item" - ], "title": [ "Drei kleine Sonaten : für Violine solo" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMF 83-95" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Köhler, Friedemann." - ], "createdString": [ "1979" ], - "seriesStatement": [ - "Hausmusik ; 172" + "creatorLiteral": [ + "Köhler, Friedemann." ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Hausmusik ; 172" + ], "dateStartYear": [ 1979 ], + "idOclc": [ + "NYPG001000012-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6987,21 +6889,19 @@ "value": "(WaOLN)nyp0200026" } ], - "idOclc": [ - "NYPG001000012-C" - ], "uniformTitle": [ "Kleine Sonaten, violin" ], - "updatedAt": 1689717163363, + "updatedAt": 1710995521453, "publicationStatement": [ "Wolfenbüttel : Möseler Verlag, c1979." ], "identifier": [ + "urn:shelfmark:JMF 83-95", "urn:bnum:10000027", "urn:oclc:NYPG001000012-C", - "urn:undefined:NNSZ00100562", - "urn:undefined:(WaOLN)nyp0200026" + "urn:identifier:NNSZ00100562", + "urn:identifier:(WaOLN)nyp0200026" ], "numCheckinCardItems": [ 0 @@ -7034,12 +6934,6 @@ "Drei kleine Sonaten : für Violine solo / Friedemann Köhler." ], "uri": "b10000027", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Wolfenbüttel" ], @@ -7079,24 +6973,14 @@ }, "_score": null, "_source": { - "uri": "i10942032", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -7107,6 +6991,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -7116,8 +7003,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMF 83-95" + "idBarcode": [ + "33433032709572" + ], + "identifier": [ + "urn:shelfmark:JMF 83-95", + "urn:barcode:33433032709572" ], "identifierV2": [ { @@ -7125,41 +7016,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032709572" + "value": "33433032709572", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "JMF 83-95" - ], - "recapCustomerCode": [ - "NP" + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } ], - "identifier": [ - "urn:barcode:33433032709572" + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" ], - "idBarcode": [ - "33433032709572" + "physicalLocation": [ + "JMF 83-95" + ], + "recapCustomerCode": [ + "NP" ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMF 83-95" + ], + "shelfMark_sort": "aJMF 83-000095", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMF 83-000095" + "uri": "i10942032" }, "sort": [ null @@ -7220,24 +7115,24 @@ "createdYear": [ 1973 ], - "type": [ - "nypl:Item" - ], "title": [ "Vaṃśabhāskara : eka adhyayana" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKTM 84-1945" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Khāna, Ālama Śāha, 1936-2003." - ], "createdString": [ "1973" ], + "creatorLiteral": [ + "Khāna, Ālama Śāha, 1936-2003." + ], "idLccn": [ "75903689" ], @@ -7247,6 +7142,9 @@ "dateStartYear": [ 1973 ], + "idOclc": [ + "NYPG001000013-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -7256,14 +7154,14 @@ "type": "nypl:Bnumber", "value": "10000028" }, - { - "type": "bf:Lccn", - "value": "75903689" - }, { "type": "nypl:Oclc", "value": "NYPG001000013-B" }, + { + "type": "bf:Lccn", + "value": "75903689" + }, { "type": "bf:Identifier", "value": "NNSZ00100013" @@ -7273,19 +7171,17 @@ "value": "(WaOLN)nyp0200027" } ], - "idOclc": [ - "NYPG001000013-B" - ], - "updatedAt": 1674870747855, + "updatedAt": 1710972943549, "publicationStatement": [ "Udayapura : Rājasthāna Sāhitya Akādamī (Saṅgama), 1973." ], "identifier": [ + "urn:shelfmark:*OKTM 84-1945", "urn:bnum:10000028", - "urn:lccn:75903689", "urn:oclc:NYPG001000013-B", - "urn:undefined:NNSZ00100013", - "urn:undefined:(WaOLN)nyp0200027" + "urn:lccn:75903689", + "urn:identifier:NNSZ00100013", + "urn:identifier:(WaOLN)nyp0200027" ], "numCheckinCardItems": [ 0 @@ -7321,12 +7217,6 @@ "lccClassification": [ "PK2708.9.S9 V334" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Udayapura" ], @@ -7363,24 +7253,14 @@ }, "_score": null, "_source": { - "uri": "i10942033", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -7391,6 +7271,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -7400,8 +7283,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKTM 84-1945" + "idBarcode": [ + "33433011094210" + ], + "identifier": [ + "urn:shelfmark:*OKTM 84-1945", + "urn:barcode:33433011094210" ], "identifierV2": [ { @@ -7409,41 +7296,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011094210" + "value": "33433011094210", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKTM 84-1945" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433011094210" - ], - "idBarcode": [ - "33433011094210" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKTM 84-1945" + ], + "shelfMark_sort": "a*OKTM 84-001945", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKTM 84-001945" + "uri": "i10942033" }, "sort": [ null @@ -7504,24 +7395,24 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Cruor : for organ solo, 1977" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMF 83-93" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Lorentzen, Bent." - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Lorentzen, Bent." + ], "idLccn": [ "82771131" ], @@ -7531,6 +7422,9 @@ "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000013-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -7540,14 +7434,14 @@ "type": "nypl:Bnumber", "value": "10000029" }, - { - "type": "bf:Lccn", - "value": "82771131" - }, { "type": "nypl:Oclc", "value": "NYPG001000013-C" }, + { + "type": "bf:Lccn", + "value": "82771131" + }, { "type": "bf:Identifier", "value": "Wilhelm Hansen edition no. 4372." @@ -7565,21 +7459,19 @@ "value": "(WaOLN)nyp0200028" } ], - "idOclc": [ - "NYPG001000013-C" - ], - "updatedAt": 1689717163974, + "updatedAt": 1711207280267, "publicationStatement": [ "Copenhagen ; New York : W. Hansen ; [s.l.] : Distribution, Magnamusic-Baton, c1980." ], "identifier": [ + "urn:shelfmark:JMF 83-93", "urn:bnum:10000029", - "urn:lccn:82771131", "urn:oclc:NYPG001000013-C", - "urn:undefined:Wilhelm Hansen edition no. 4372.", - "urn:undefined:29589.", - "urn:undefined:NNSZ00100563", - "urn:undefined:(WaOLN)nyp0200028" + "urn:lccn:82771131", + "urn:identifier:Wilhelm Hansen edition no. 4372.", + "urn:identifier:29589.", + "urn:identifier:NNSZ00100563", + "urn:identifier:(WaOLN)nyp0200028" ], "numCheckinCardItems": [ 0 @@ -7615,12 +7507,6 @@ "lccClassification": [ "M11 .L" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Copenhagen ; New York : [s.l.]" ], @@ -7657,24 +7543,14 @@ }, "_score": null, "_source": { - "uri": "i10942034", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -7685,6 +7561,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -7694,8 +7573,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMF 83-93" + "idBarcode": [ + "33433032709556" + ], + "identifier": [ + "urn:shelfmark:JMF 83-93", + "urn:barcode:33433032709556" ], "identifierV2": [ { @@ -7703,41 +7586,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032709556" + "value": "33433032709556", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMF 83-93" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032709556" - ], - "idBarcode": [ - "33433032709556" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMF 83-93" + ], + "shelfMark_sort": "aJMF 83-000093", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMF 83-000093" + "uri": "i10942034" }, "sort": [ null @@ -7804,12 +7691,12 @@ "createdYear": [ 1974 ], - "type": [ - "nypl:Item" - ], "title": [ "Uṇādi-koṣaḥ" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKA 84-1931" ], @@ -7835,6 +7722,9 @@ "dateStartYear": [ 1974 ], + "idOclc": [ + "NYPG001000014-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -7844,14 +7734,14 @@ "type": "nypl:Bnumber", "value": "10000030" }, - { - "type": "bf:Lccn", - "value": "75902275" - }, { "type": "nypl:Oclc", "value": "NYPG001000014-B" }, + { + "type": "bf:Lccn", + "value": "75902275" + }, { "type": "bf:Identifier", "value": "NNSZ00100014" @@ -7861,22 +7751,20 @@ "value": "(WaOLN)nyp0200029" } ], - "idOclc": [ - "NYPG001000014-B" - ], "uniformTitle": [ "Uṇādisūtra." ], - "updatedAt": 1674870747855, + "updatedAt": 1711329059003, "publicationStatement": [ "Karanāla : Ra.Ba.Cau. Nārāyaṇasiṃha Dharmārtha Ṭrasṭa ; Bahālagaḍha, Harayāṇa : prāptisthānam, Rāmalāla Kapūra Ṭrasṭa, 1974." ], "identifier": [ + "urn:shelfmark:*OKA 84-1931", "urn:bnum:10000030", - "urn:lccn:75902275", "urn:oclc:NYPG001000014-B", - "urn:undefined:NNSZ00100014", - "urn:undefined:(WaOLN)nyp0200029" + "urn:lccn:75902275", + "urn:identifier:NNSZ00100014", + "urn:identifier:(WaOLN)nyp0200029" ], "numCheckinCardItems": [ 0 @@ -7912,12 +7800,6 @@ "lccClassification": [ "PK551 .U73" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Karanāla : Bahālagaḍha, Harayāṇa" ], @@ -7954,24 +7836,14 @@ }, "_score": null, "_source": { - "uri": "i10000007", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -7982,6 +7854,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -7991,8 +7866,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKA 84-1931" + "idBarcode": [ + "33433012968222" + ], + "identifier": [ + "urn:shelfmark:*OKA 84-1931", + "urn:barcode:33433012968222" ], "identifierV2": [ { @@ -8000,41 +7879,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433012968222" + "value": "33433012968222", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKA 84-1931" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433012968222" - ], - "idBarcode": [ - "33433012968222" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKA 84-1931" + ], + "shelfMark_sort": "a*OKA 84-001931", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKA 84-001931" + "uri": "i10000007" }, "sort": [ null @@ -8078,30 +7961,33 @@ "createdYear": [ 1979 ], - "type": [ - "nypl:Item" - ], "title": [ "Neun Miniaturen : für Klavier : op. 52" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-17" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Petersen, Wilhelm, 1890-1957." - ], "createdString": [ "1979" ], + "creatorLiteral": [ + "Petersen, Wilhelm, 1890-1957." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1979 ], + "idOclc": [ + "NYPG001000014-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -8128,22 +8014,20 @@ "value": "(WaOLN)nyp0200030" } ], - "idOclc": [ - "NYPG001000014-C" - ], "uniformTitle": [ "Miniaturen" ], - "updatedAt": 1689717163974, + "updatedAt": 1710995521453, "publicationStatement": [ "Heidelberg : W. Müller, c1979." ], "identifier": [ + "urn:shelfmark:JMG 83-17", "urn:bnum:10000031", "urn:oclc:NYPG001000014-C", - "urn:undefined:W. Müller WM 1713 SM.", - "urn:undefined:NNSZ00100564", - "urn:undefined:(WaOLN)nyp0200030" + "urn:identifier:W. Müller WM 1713 SM.", + "urn:identifier:NNSZ00100564", + "urn:identifier:(WaOLN)nyp0200030" ], "numCheckinCardItems": [ 0 @@ -8176,12 +8060,6 @@ "Neun Miniaturen : für Klavier : op. 52 / Wilhelm Petersen." ], "uri": "b10000031", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Heidelberg" ], @@ -8222,24 +8100,14 @@ }, "_score": null, "_source": { - "uri": "i10942035", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -8250,6 +8118,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -8259,8 +8130,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-17" + "idBarcode": [ + "33433032841631" + ], + "identifier": [ + "urn:shelfmark:JMG 83-17", + "urn:barcode:33433032841631" ], "identifierV2": [ { @@ -8268,41 +8143,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032841631" + "value": "33433032841631", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-17" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032841631" - ], - "idBarcode": [ - "33433032841631" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-17" + ], + "shelfMark_sort": "aJMG 83-000017", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000017" + "uri": "i10942035" }, "sort": [ null @@ -8361,30 +8240,33 @@ "createdYear": [ 1972 ], - "type": [ - "nypl:Item" - ], "title": [ "Buzurgān-i Jahrum : mushtamil bar sharḥ-i aḥvāl va ā̲sār-i rijāl va sukhanvarān va dānishmandān va khushnivīsān va pizishkān-i Jahrum va Khafr" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OMP 84-2007" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Ishrāq, Muḥammad Karīm." - ], "createdString": [ "1972" ], + "creatorLiteral": [ + "Ishrāq, Muḥammad Karīm." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1972 ], + "idOclc": [ + "NYPG001000015-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -8407,18 +8289,16 @@ "value": "(WaOLN)nyp0200031" } ], - "idOclc": [ - "NYPG001000015-B" - ], - "updatedAt": 1674870752089, + "updatedAt": 1711606508873, "publicationStatement": [ "Tihrān : Kitābfurūshī-i Khayyām, 1351 [1972]" ], "identifier": [ + "urn:shelfmark:*OMP 84-2007", "urn:bnum:10000032", "urn:oclc:NYPG001000015-B", - "urn:undefined:NNSZ00100015", - "urn:undefined:(WaOLN)nyp0200031" + "urn:identifier:NNSZ00100015", + "urn:identifier:(WaOLN)nyp0200031" ], "numCheckinCardItems": [ 0 @@ -8452,12 +8332,6 @@ "Buzurgān-i Jahrum : mushtamil bar sharḥ-i aḥvāl va ā̲sār-i rijāl va sukhanvarān va dānishmandān va khushnivīsān va pizishkān-i Jahrum va Khafr / taʼlīf-i Muḥammad Karīm Ishrāq." ], "uri": "b10000032", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tihrān" ], @@ -8494,24 +8368,14 @@ }, "_score": null, "_source": { - "uri": "i10000008", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -8522,6 +8386,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -8531,8 +8398,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OMP 84-2007" + "idBarcode": [ + "33433013173012" + ], + "identifier": [ + "urn:shelfmark:*OMP 84-2007", + "urn:barcode:33433013173012" ], "identifierV2": [ { @@ -8540,41 +8411,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433013173012" + "value": "33433013173012", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OMP 84-2007" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433013173012" - ], - "idBarcode": [ - "33433013173012" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OMP 84-2007" + ], + "shelfMark_sort": "a*OMP 84-002007", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OMP 84-002007" + "uri": "i10000008" }, "sort": [ null @@ -8626,30 +8501,33 @@ "createdYear": [ 1981 ], - "type": [ - "nypl:Item" - ], "title": [ "Psalm settings" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-59" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Nelhybel, Vaclav." - ], "createdString": [ "1981" ], + "creatorLiteral": [ + "Nelhybel, Vaclav." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1981 ], + "idOclc": [ + "NYPG001000015-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -8672,18 +8550,16 @@ "value": "(WaOLN)nyp0200032" } ], - "idOclc": [ - "NYPG001000015-C" - ], - "updatedAt": 1689901710981, + "updatedAt": 1711343803471, "publicationStatement": [ "Carol Stream, Ill. : Agápe, c1981." ], "identifier": [ + "urn:shelfmark:JMG 83-59", "urn:bnum:10000033", "urn:oclc:NYPG001000015-C", - "urn:undefined:NNSZ00100565", - "urn:undefined:(WaOLN)nyp0200032" + "urn:identifier:NNSZ00100565", + "urn:identifier:(WaOLN)nyp0200032" ], "numCheckinCardItems": [ 0 @@ -8717,12 +8593,6 @@ "Psalm settings / Vaclav Nelhybel." ], "uri": "b10000033", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Carol Stream, Ill." ], @@ -8762,24 +8632,14 @@ }, "_score": null, "_source": { - "uri": "i10942036", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -8790,6 +8650,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -8799,8 +8662,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-59" + "idBarcode": [ + "33433032842035" + ], + "identifier": [ + "urn:shelfmark:JMG 83-59", + "urn:barcode:33433032842035" ], "identifierV2": [ { @@ -8808,41 +8675,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032842035" + "value": "33433032842035", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-59" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032842035" - ], - "idBarcode": [ - "33433032842035" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-59" + ], + "shelfMark_sort": "aJMG 83-000059", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000059" + "uri": "i10942036" }, "sort": [ null @@ -8905,33 +8776,33 @@ "createdYear": [ 1974 ], - "type": [ - "nypl:Item" - ], "title": [ "Brhatkathāślokasaṁgraha : a study" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKR 84-2006" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Budhasvāmin." - ], "createdString": [ "1974" ], + "creatorLiteral": [ + "Budhasvāmin." + ], "idLccn": [ "74903273" ], - "seriesStatement": [ - "Indian civilization series ; no. 4" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Indian civilization series ; no. 4" + ], "contributorLiteral": [ "Guṇāḍhya.", "Agrawala, Vasudeva Sharana.", @@ -8940,6 +8811,9 @@ "dateStartYear": [ 1974 ], + "idOclc": [ + "NYPG001000016-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -8949,14 +8823,14 @@ "type": "nypl:Bnumber", "value": "10000034" }, - { - "type": "bf:Lccn", - "value": "74903273" - }, { "type": "nypl:Oclc", "value": "NYPG001000016-B" }, + { + "type": "bf:Lccn", + "value": "74903273" + }, { "type": "bf:Identifier", "value": "NNSZ00100016" @@ -8966,19 +8840,17 @@ "value": "(WaOLN)nyp0200033" } ], - "idOclc": [ - "NYPG001000016-B" - ], - "updatedAt": 1674870747855, + "updatedAt": 1711113679649, "publicationStatement": [ "Varanasi : Prithivi Prakashan, 1974." ], "identifier": [ + "urn:shelfmark:*OKR 84-2006", "urn:bnum:10000034", - "urn:lccn:74903273", "urn:oclc:NYPG001000016-B", - "urn:undefined:NNSZ00100016", - "urn:undefined:(WaOLN)nyp0200033" + "urn:lccn:74903273", + "urn:identifier:NNSZ00100016", + "urn:identifier:(WaOLN)nyp0200033" ], "numCheckinCardItems": [ 0 @@ -9011,12 +8883,6 @@ "lccClassification": [ "PK3794.B84 B7 1974" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Varanasi" ], @@ -9053,24 +8919,14 @@ }, "_score": null, "_source": { - "uri": "i10000009", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -9081,6 +8937,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -9090,8 +8949,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKR 84-2006" + "idBarcode": [ + "33433011528696" + ], + "identifier": [ + "urn:shelfmark:*OKR 84-2006", + "urn:barcode:33433011528696" ], "identifierV2": [ { @@ -9099,41 +8962,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011528696" + "value": "33433011528696", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKR 84-2006" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433011528696" - ], - "idBarcode": [ - "33433011528696" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKR 84-2006" + ], + "shelfMark_sort": "a*OKR 84-002006", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKR 84-002006" + "uri": "i10000009" }, "sort": [ null @@ -9467,24 +9334,24 @@ "createdYear": [ 1972 ], - "type": [ - "nypl:Item" - ], "title": [ "Srīnārāyaṇatīrthayatīndracaritram[sic]" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKB 84-1928" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Lakshmikantaiah, Garikapati, 1900-" - ], "createdString": [ "1972" ], + "creatorLiteral": [ + "Lakshmikantaiah, Garikapati, 1900-" + ], "idLccn": [ "75902755" ], @@ -9494,6 +9361,9 @@ "dateStartYear": [ 1972 ], + "idOclc": [ + "NYPG001000017-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -9503,14 +9373,14 @@ "type": "nypl:Bnumber", "value": "10000036" }, - { - "type": "bf:Lccn", - "value": "75902755" - }, { "type": "nypl:Oclc", "value": "NYPG001000017-B" }, + { + "type": "bf:Lccn", + "value": "75902755" + }, { "type": "bf:Identifier", "value": "NNSZ00100017" @@ -9520,19 +9390,17 @@ "value": "(WaOLN)nyp0200035" } ], - "idOclc": [ - "NYPG001000017-B" - ], - "updatedAt": 1674870752089, + "updatedAt": 1711355313989, "publicationStatement": [ "[s.1. : s.n.], 1972" ], "identifier": [ + "urn:shelfmark:*OKB 84-1928", "urn:bnum:10000036", - "urn:lccn:75902755", "urn:oclc:NYPG001000017-B", - "urn:undefined:NNSZ00100017", - "urn:undefined:(WaOLN)nyp0200035" + "urn:lccn:75902755", + "urn:identifier:NNSZ00100017", + "urn:identifier:(WaOLN)nyp0200035" ], "numCheckinCardItems": [ 0 @@ -9568,12 +9436,6 @@ "lccClassification": [ "PK3799.L28 S68" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[s.1." ], @@ -9610,24 +9472,14 @@ }, "_score": null, "_source": { - "uri": "i12858032", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -9638,6 +9490,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -9647,8 +9502,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKB 84-1928" + "idBarcode": [ + "33433058548433" + ], + "identifier": [ + "urn:shelfmark:*OKB 84-1928", + "urn:barcode:33433058548433" ], "identifierV2": [ { @@ -9656,41 +9515,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058548433" + "value": "33433058548433", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKB 84-1928" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433058548433" - ], - "idBarcode": [ - "33433058548433" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKB 84-1928" + ], + "shelfMark_sort": "a*OKB 84-001928", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKB 84-001928" + "uri": "i12858032" }, "sort": [ null @@ -9741,30 +9604,33 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Eight studies for guitar : in form of a suite : 1979" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-5" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Hekster, Walter." - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Hekster, Walter." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000017-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -9787,21 +9653,19 @@ "value": "(WaOLN)nyp0200036" } ], - "idOclc": [ - "NYPG001000017-C" - ], "uniformTitle": [ "Studies, guitar" ], - "updatedAt": 1689717163363, + "updatedAt": 1711157193933, "publicationStatement": [ "Amsterdam : Donemus, c1980." ], "identifier": [ + "urn:shelfmark:JMG 83-5", "urn:bnum:10000037", "urn:oclc:NYPG001000017-C", - "urn:undefined:NNSZ00100567", - "urn:undefined:(WaOLN)nyp0200036" + "urn:identifier:NNSZ00100567", + "urn:identifier:(WaOLN)nyp0200036" ], "numCheckinCardItems": [ 0 @@ -9834,12 +9698,6 @@ "Eight studies for guitar : in form of a suite : 1979 / Walter Hekster." ], "uri": "b10000037", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Amsterdam" ], @@ -9879,24 +9737,14 @@ }, "_score": null, "_source": { - "uri": "i10942040", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -9907,6 +9755,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -9916,8 +9767,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-5" + "idBarcode": [ + "33433032841482" + ], + "identifier": [ + "urn:shelfmark:JMG 83-5", + "urn:barcode:33433032841482" ], "identifierV2": [ { @@ -9925,41 +9780,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032841482" + "value": "33433032841482", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-5" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032841482" - ], - "idBarcode": [ - "33433032841482" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-5" + ], + "shelfMark_sort": "aJMG 83-000005", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000005" + "uri": "i10942040" }, "sort": [ null @@ -9991,7 +9850,8 @@ ], "subjectLiteral_exploded": [ "Sanskrit poetry", - "Sanskrit poetry -- Himachal Pradesh" + "Sanskrit poetry -- India", + "Sanskrit poetry -- India -- Himachal Pradesh" ], "numItemDatesParsed": [ 0 @@ -10011,12 +9871,12 @@ "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "title": [ "Rtambharā : Himācala ke ādhunika Saṃskrta kaviyoṃ kī kavitāyoṃ kā saṅkalana" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKP 84-1932" ], @@ -10038,6 +9898,9 @@ "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG001000018-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -10047,14 +9910,14 @@ "type": "nypl:Bnumber", "value": "10000038" }, - { - "type": "bf:Lccn", - "value": "76900772" - }, { "type": "nypl:Oclc", "value": "NYPG001000018-B" }, + { + "type": "bf:Lccn", + "value": "76900772" + }, { "type": "bf:Identifier", "value": "NNSZ00100018" @@ -10064,19 +9927,17 @@ "value": "(WaOLN)nyp0200037" } ], - "idOclc": [ - "NYPG001000018-B" - ], - "updatedAt": 1674870747963, + "updatedAt": 1711083015969, "publicationStatement": [ "Śimalā : Himācala Kalā-Saṃskrti-Bhāṣā Akādamī, 1975." ], "identifier": [ + "urn:shelfmark:*OKP 84-1932", "urn:bnum:10000038", - "urn:lccn:76900772", "urn:oclc:NYPG001000018-B", - "urn:undefined:NNSZ00100018", - "urn:undefined:(WaOLN)nyp0200037" + "urn:lccn:76900772", + "urn:identifier:NNSZ00100018", + "urn:identifier:(WaOLN)nyp0200037" ], "numCheckinCardItems": [ 0 @@ -10103,7 +9964,7 @@ } ], "subjectLiteral": [ - "Sanskrit poetry -- Himachal Pradesh." + "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.]." @@ -10112,12 +9973,6 @@ "lccClassification": [ "PK3800.H52 R7" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Śimalā" ], @@ -10154,24 +10009,14 @@ }, "_score": null, "_source": { - "uri": "i13783788", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -10182,6 +10027,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -10191,8 +10039,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKP 84-1932" + "idBarcode": [ + "33433058153572" + ], + "identifier": [ + "urn:shelfmark:*OKP 84-1932", + "urn:barcode:33433058153572" ], "identifierV2": [ { @@ -10200,41 +10052,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058153572" + "value": "33433058153572", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKP 84-1932" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433058153572" - ], - "idBarcode": [ - "33433058153572" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKP 84-1932" + ], + "shelfMark_sort": "a*OKP 84-001932", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKP 84-001932" + "uri": "i13783788" }, "sort": [ null @@ -10278,24 +10134,24 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Five sonatas for pianoforte" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-66" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Hässler, Johann Wilhelm, 1747-1822." - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Hässler, Johann Wilhelm, 1747-1822." + ], "numElectronicResources": [ 0 ], @@ -10305,6 +10161,9 @@ "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000018-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -10331,22 +10190,20 @@ "value": "(WaOLN)nyp0200038" } ], - "idOclc": [ - "NYPG001000018-C" - ], "uniformTitle": [ "Sonatas, piano. Selections" ], - "updatedAt": 1689717163974, + "updatedAt": 1710995521453, "publicationStatement": [ "New York : C.F. Peters, c1980." ], "identifier": [ + "urn:shelfmark:JMG 83-66", "urn:bnum:10000039", "urn:oclc:NYPG001000018-C", - "urn:undefined:Edition Peters no. 66799. C.F. Peters", - "urn:undefined:NNSZ00100568", - "urn:undefined:(WaOLN)nyp0200038" + "urn:identifier:Edition Peters no. 66799. C.F. Peters", + "urn:identifier:NNSZ00100568", + "urn:identifier:(WaOLN)nyp0200038" ], "numCheckinCardItems": [ 0 @@ -10379,12 +10236,6 @@ "Five sonatas for pianoforte / Johann Wilhelm Hässler ; edited by Fritz Oberdoerffer." ], "uri": "b10000039", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "New York" ], @@ -10424,24 +10275,14 @@ }, "_score": null, "_source": { - "uri": "i10942041", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -10452,6 +10293,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -10461,8 +10305,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-66" + "idBarcode": [ + "33433032842100" + ], + "identifier": [ + "urn:shelfmark:JMG 83-66", + "urn:barcode:33433032842100" ], "identifierV2": [ { @@ -10470,41 +10318,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032842100" + "value": "33433032842100", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-66" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032842100" - ], - "idBarcode": [ - "33433032842100" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-66" + ], + "shelfMark_sort": "aJMG 83-000066", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000066" + "uri": "i10942041" }, "sort": [ null @@ -10555,36 +10407,39 @@ "createdYear": [ 1970 ], - "type": [ - "nypl:Item" - ], "title": [ "Tiru. Vi. Kaliyāṇacuntaraṉār." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-1947" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Pulavar Arasu, 1900-" - ], "createdString": [ "1970" ], + "creatorLiteral": [ + "Pulavar Arasu, 1900-" + ], "idLccn": [ "78913375" ], - "seriesStatement": [ - "Kaḻaka veḷiyīṭu, 672" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Kaḻaka veḷiyīṭu, 672" + ], "dateStartYear": [ 1970 ], + "idOclc": [ + "NYPG001000019-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -10594,14 +10449,14 @@ "type": "nypl:Bnumber", "value": "10000040" }, - { - "type": "bf:Lccn", - "value": "78913375" - }, { "type": "nypl:Oclc", "value": "NYPG001000019-B" }, + { + "type": "bf:Lccn", + "value": "78913375" + }, { "type": "bf:Identifier", "value": "NNSZ00100019" @@ -10611,19 +10466,17 @@ "value": "(WaOLN)nyp0200039" } ], - "idOclc": [ - "NYPG001000019-B" - ], - "updatedAt": 1674870747855, + "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:lccn:78913375", "urn:oclc:NYPG001000019-B", - "urn:undefined:NNSZ00100019", - "urn:undefined:(WaOLN)nyp0200039" + "urn:lccn:78913375", + "urn:identifier:NNSZ00100019", + "urn:identifier:(WaOLN)nyp0200039" ], "numCheckinCardItems": [ 0 @@ -10659,12 +10512,6 @@ "lccClassification": [ "PL4758.9.K223 Z83" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ceṉṉai" ], @@ -10701,24 +10548,14 @@ }, "_score": null, "_source": { - "uri": "i13783789", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -10729,6 +10566,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -10738,8 +10578,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1947" + "idBarcode": [ + "33433061301622" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1947", + "urn:barcode:33433061301622" ], "identifierV2": [ { @@ -10747,41 +10591,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301622" + "value": "33433061301622", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-1947" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301622" - ], - "idBarcode": [ - "33433061301622" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1947" + ], + "shelfMark_sort": "a*OLB 84-001947", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-001947" + "uri": "i13783789" }, "sort": [ null @@ -10833,24 +10681,24 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Encounter" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMF 83-66" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Usher, Julia." - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Usher, Julia." + ], "idLccn": [ "81770739" ], @@ -10860,6 +10708,9 @@ "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000019-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -10869,14 +10720,14 @@ "type": "nypl:Bnumber", "value": "10000041" }, - { - "type": "bf:Lccn", - "value": "81770739" - }, { "type": "nypl:Oclc", "value": "NYPG001000019-C" }, + { + "type": "bf:Lccn", + "value": "81770739" + }, { "type": "bf:Identifier", "value": "NNSZ00100569" @@ -10886,19 +10737,17 @@ "value": "(WaOLN)nyp0200040" } ], - "idOclc": [ - "NYPG001000019-C" - ], - "updatedAt": 1689717163974, + "updatedAt": 1711567835800, "publicationStatement": [ "London : Primavera, c1980." ], "identifier": [ + "urn:shelfmark:JMF 83-66", "urn:bnum:10000041", - "urn:lccn:81770739", "urn:oclc:NYPG001000019-C", - "urn:undefined:NNSZ00100569", - "urn:undefined:(WaOLN)nyp0200040" + "urn:lccn:81770739", + "urn:identifier:NNSZ00100569", + "urn:identifier:(WaOLN)nyp0200040" ], "numCheckinCardItems": [ 0 @@ -10934,12 +10783,6 @@ "lccClassification": [ "M557.2.U8 E5" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "London" ], @@ -10979,24 +10822,14 @@ }, "_score": null, "_source": { - "uri": "i10942042", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -11007,6 +10840,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -11016,8 +10852,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMF 83-66" + "idBarcode": [ + "33433032709291" + ], + "identifier": [ + "urn:shelfmark:JMF 83-66", + "urn:barcode:33433032709291" ], "identifierV2": [ { @@ -11025,41 +10865,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032709291" + "value": "33433032709291", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMF 83-66" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032709291" - ], - "idBarcode": [ - "33433032709291" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMF 83-66" + ], + "shelfMark_sort": "aJMF 83-000066", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMF 83-000066" + "uri": "i10942042" }, "sort": [ null @@ -11114,12 +10958,12 @@ "dateEndString": [ "1972" ], - "type": [ - "nypl:Item" - ], "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" ], @@ -11141,6 +10985,9 @@ "dateStartYear": [ 1971 ], + "idOclc": [ + "NYPG001000020-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -11150,14 +10997,14 @@ "type": "nypl:Bnumber", "value": "10000042" }, - { - "type": "bf:Lccn", - "value": "72902870" - }, { "type": "nypl:Oclc", "value": "NYPG001000020-B" }, + { + "type": "bf:Lccn", + "value": "72902870" + }, { "type": "bf:Identifier", "value": "NNSZ00100020" @@ -11167,25 +11014,23 @@ "value": "(WaOLN)nyp0200041" } ], - "idOclc": [ - "NYPG001000020-B" - ], "uniformTitle": [ "Mahābhārata. Sanatsugātīya." ], "dateEndYear": [ 1972 ], - "updatedAt": 1674870747855, + "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:lccn:72902870", "urn:oclc:NYPG001000020-B", - "urn:undefined:NNSZ00100020", - "urn:undefined:(WaOLN)nyp0200041" + "urn:lccn:72902870", + "urn:identifier:NNSZ00100020", + "urn:identifier:(WaOLN)nyp0200041" ], "numCheckinCardItems": [ 0 @@ -11222,12 +11067,6 @@ "lccClassification": [ "B132.V3 M264" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Prayāga" ], @@ -11264,24 +11103,14 @@ }, "_score": null, "_source": { - "uri": "i13783790", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -11292,6 +11121,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -11301,8 +11133,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKN 84-1926" + "idBarcode": [ + "33433058618392" + ], + "identifier": [ + "urn:shelfmark:*OKN 84-1926", + "urn:barcode:33433058618392" ], "identifierV2": [ { @@ -11310,41 +11146,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058618392" + "value": "33433058618392", + "type": "bf:Barcode" } ], - "physicalLocation": [ + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ "*OKN 84-1926" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433058618392" - ], - "idBarcode": [ - "33433058618392" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKN 84-1926" + ], + "shelfMark_sort": "a*OKN 84-001926", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKN 84-001926" + "uri": "i13783790" }, "sort": [ null @@ -11406,33 +11246,36 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Capriccio : für 10 Blasinstrumente" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMC 83-9" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Eröd, Iván." - ], "createdString": [ "1980" ], - "seriesStatement": [ - "Doblingers Studienpartituren ; Stp. 410" + "creatorLiteral": [ + "Eröd, Iván." ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Doblingers Studienpartituren ; Stp. 410" + ], "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000020-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -11463,20 +11306,18 @@ "value": "(WaOLN)nyp0200042" } ], - "idOclc": [ - "NYPG001000020-C" - ], - "updatedAt": 1689717163974, + "updatedAt": 1711115789595, "publicationStatement": [ "Wien : Verlag Doblinger, c1980." ], "identifier": [ + "urn:shelfmark:JMC 83-9", "urn:bnum:10000043", "urn:oclc:NYPG001000020-C", - "urn:undefined:Stp. 410 Verlag Doblinger", - "urn:undefined:D.15 579 Verlag Doblinger", - "urn:undefined:NNSZ00100570", - "urn:undefined:(WaOLN)nyp0200042" + "urn:identifier:Stp. 410 Verlag Doblinger", + "urn:identifier:D.15 579 Verlag Doblinger", + "urn:identifier:NNSZ00100570", + "urn:identifier:(WaOLN)nyp0200042" ], "numCheckinCardItems": [ 0 @@ -11509,12 +11350,6 @@ "Capriccio : für 10 Blasinstrumente / Iván Eröd." ], "uri": "b10000043", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Wien" ], @@ -11551,24 +11386,14 @@ }, "_score": null, "_source": { - "uri": "i10000010", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -11579,6 +11404,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -11588,8 +11416,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMC 83-9" + "idBarcode": [ + "33433004744128" + ], + "identifier": [ + "urn:shelfmark:JMC 83-9", + "urn:barcode:33433004744128" ], "identifierV2": [ { @@ -11597,41 +11429,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433004744128" + "value": "33433004744128", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMC 83-9" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433004744128" - ], - "idBarcode": [ - "33433004744128" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMC 83-9" + ], + "shelfMark_sort": "aJMC 83-000009", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMC 83-000009" + "uri": "i10000010" }, "sort": [ null @@ -11968,24 +11804,24 @@ "createdYear": [ 1979 ], - "type": [ - "nypl:Item" - ], "title": [ "Thoughts & feelings : for violin solo" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 82-688" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Stutschewsky, Joachim, 1891-1982." - ], "createdString": [ "1979" ], + "creatorLiteral": [ + "Stutschewsky, Joachim, 1891-1982." + ], "idLccn": [ "80770813" ], @@ -11995,6 +11831,9 @@ "dateStartYear": [ 1979 ], + "idOclc": [ + "NYPG001000021-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -12004,14 +11843,14 @@ "type": "nypl:Bnumber", "value": "10000045" }, - { - "type": "bf:Lccn", - "value": "80770813" - }, { "type": "nypl:Oclc", "value": "NYPG001000021-C" }, + { + "type": "bf:Lccn", + "value": "80770813" + }, { "type": "bf:Identifier", "value": "NNSZ00100571" @@ -12021,19 +11860,17 @@ "value": "(WaOLN)nyp0200044" } ], - "idOclc": [ - "NYPG001000021-C" - ], - "updatedAt": 1689717163363, + "updatedAt": 1711551616246, "publicationStatement": [ "Tel-Aviv : Sole selling agents, Or-Tav, c1979." ], "identifier": [ + "urn:shelfmark:JMG 82-688", "urn:bnum:10000045", - "urn:lccn:80770813", "urn:oclc:NYPG001000021-C", - "urn:undefined:NNSZ00100571", - "urn:undefined:(WaOLN)nyp0200044" + "urn:lccn:80770813", + "urn:identifier:NNSZ00100571", + "urn:identifier:(WaOLN)nyp0200044" ], "numCheckinCardItems": [ 0 @@ -12069,12 +11906,6 @@ "lccClassification": [ "M42 .S" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tel-Aviv" ], @@ -12111,24 +11942,14 @@ }, "_score": null, "_source": { - "uri": "i10942043", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -12139,6 +11960,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -12148,8 +11972,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 82-688" + "idBarcode": [ + "33433032707568" + ], + "identifier": [ + "urn:shelfmark:JMG 82-688", + "urn:barcode:33433032707568" ], "identifierV2": [ { @@ -12157,41 +11985,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032707568" + "value": "33433032707568", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 82-688" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032707568" - ], - "idBarcode": [ - "33433032707568" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 82-688" + ], + "shelfMark_sort": "aJMG 82-000688", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 82-000688" + "uri": "i10942043" }, "sort": [ null @@ -12236,8 +12068,9 @@ "Tripiṭaka.", "Tripiṭaka. -- Commentaries", "Sa-skya-pa lamas", - "Sa-skya-pa lamas -- Tibet", - "Sa-skya-pa lamas -- Tibet -- Biography" + "Sa-skya-pa lamas -- China", + "Sa-skya-pa lamas -- China -- Tibet", + "Sa-skya-pa lamas -- China -- Tibet -- Biography" ], "numItemDatesParsed": [ 0 @@ -12257,24 +12090,24 @@ "createdYear": [ 1976 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Tshe-dbaṅ-rdo-rje-rig-ʼdzin, Prince of Sde-dge." - ], "createdString": [ "1976" ], + "creatorLiteral": [ + "Tshe-dbaṅ-rdo-rje-rig-ʼdzin, Prince of Sde-dge." + ], "idLccn": [ "77900893" ], @@ -12287,6 +12120,9 @@ "dateStartYear": [ 1976 ], + "idOclc": [ + "NYPG001000022-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -12296,14 +12132,14 @@ "type": "nypl:Bnumber", "value": "10000046" }, - { - "type": "bf:Lccn", - "value": "77900893" - }, { "type": "nypl:Oclc", "value": "NYPG001000022-B" }, + { + "type": "bf:Lccn", + "value": "77900893" + }, { "type": "bf:Identifier", "value": "NNSZ00100022" @@ -12313,19 +12149,17 @@ "value": "(WaOLN)nyp0200045" } ], - "idOclc": [ - "NYPG001000022-B" - ], - "updatedAt": 1674870752089, + "updatedAt": 1711147554676, "publicationStatement": [ "New Delhi : Trayang and Jamyang Samten, 1976." ], "identifier": [ + "urn:shelfmark:*OZ+ 82-2362", "urn:bnum:10000046", - "urn:lccn:77900893", "urn:oclc:NYPG001000022-B", - "urn:undefined:NNSZ00100022", - "urn:undefined:(WaOLN)nyp0200045" + "urn:lccn:77900893", + "urn:identifier:NNSZ00100022", + "urn:identifier:(WaOLN)nyp0200045" ], "numCheckinCardItems": [ 0 @@ -12354,7 +12188,7 @@ "subjectLiteral": [ "Ngor-chen Kun-dgaʼ-bzang-po, 1382-1456.", "Tripiṭaka. -- Commentaries.", - "Sa-skya-pa lamas -- Tibet -- Biography." + "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." @@ -12363,26 +12197,20 @@ "lccClassification": [ "BG974.0727 T75" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "New Delhi" ], - "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." - ], "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." ] @@ -12410,24 +12238,14 @@ }, "_score": null, "_source": { - "uri": "i10000012", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -12438,6 +12256,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -12447,8 +12268,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OZ+ 82-2362" + "idBarcode": [ + "33433015080413" + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2362", + "urn:barcode:33433015080413" ], "identifierV2": [ { @@ -12456,41 +12281,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433015080413" + "value": "33433015080413", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OZ+ 82-2362" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433015080413" - ], - "idBarcode": [ - "33433015080413" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OZ+ 82-2362" + ], + "shelfMark_sort": "a*OZ+ 82-002362", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OZ+ 82-002362" + "uri": "i10000012" }, "sort": [ null @@ -12547,24 +12376,24 @@ "createdYear": [ 1979 ], - "type": [ - "nypl:Item" - ], "title": [ "Vocalise, op. 38, for soprano, clarinet, piano, violin, violoncello" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-79" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Routh, Francis." - ], "createdString": [ "1979" ], + "creatorLiteral": [ + "Routh, Francis." + ], "idLccn": [ "81770634" ], @@ -12574,6 +12403,9 @@ "dateStartYear": [ 1979 ], + "idOclc": [ + "NYPG001000022-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -12583,14 +12415,14 @@ "type": "nypl:Bnumber", "value": "10000047" }, - { - "type": "bf:Lccn", - "value": "81770634" - }, { "type": "nypl:Oclc", "value": "NYPG001000022-C" }, + { + "type": "bf:Lccn", + "value": "81770634" + }, { "type": "bf:Identifier", "value": "NNSZ00100572" @@ -12600,22 +12432,20 @@ "value": "(WaOLN)nyp0200046" } ], - "idOclc": [ - "NYPG001000022-C" - ], "uniformTitle": [ "Vocalise, soprano, instrumental ensemble, op. 38" ], - "updatedAt": 1689717163363, + "updatedAt": 1711329080401, "publicationStatement": [ "London, England (Arlington Park House, London W4) : Redcliffe Edition, c1979." ], "identifier": [ + "urn:shelfmark:JMG 83-79", "urn:bnum:10000047", - "urn:lccn:81770634", "urn:oclc:NYPG001000022-C", - "urn:undefined:NNSZ00100572", - "urn:undefined:(WaOLN)nyp0200046" + "urn:lccn:81770634", + "urn:identifier:NNSZ00100572", + "urn:identifier:(WaOLN)nyp0200046" ], "numCheckinCardItems": [ 0 @@ -12651,24 +12481,18 @@ "lccClassification": [ "M1613.3 .R8 op.38" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "London, England (Arlington Park House, London W4)" ], - "titleAlt": [ - "Vocalise, op. 38" - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Vocalise, op. 38" + ], "dimensions": [ "38 cm." ] @@ -12696,24 +12520,14 @@ }, "_score": null, "_source": { - "uri": "i10942044", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -12724,6 +12538,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -12733,8 +12550,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-79" + "idBarcode": [ + "33433032842233" + ], + "identifier": [ + "urn:shelfmark:JMG 83-79", + "urn:barcode:33433032842233" ], "identifierV2": [ { @@ -12742,41 +12563,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032842233" + "value": "33433032842233", + "type": "bf:Barcode" } ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-79" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032842233" - ], - "idBarcode": [ - "33433032842233" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-79" + ], + "shelfMark_sort": "aJMG 83-000079", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000079" + "uri": "i10942044" }, "sort": [ null @@ -12833,12 +12658,12 @@ "createdYear": [ 1976 ], - "type": [ - "nypl:Item" - ], "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" ], @@ -12857,6 +12682,9 @@ "dateStartYear": [ 1976 ], + "idOclc": [ + "NYPG001000023-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -12866,14 +12694,14 @@ "type": "nypl:Bnumber", "value": "10000048" }, - { - "type": "bf:Lccn", - "value": "76901012" - }, { "type": "nypl:Oclc", "value": "NYPG001000023-B" }, + { + "type": "bf:Lccn", + "value": "76901012" + }, { "type": "bf:Identifier", "value": "NNSZ00100023" @@ -12883,19 +12711,17 @@ "value": "(WaOLN)nyp0200047" } ], - "idOclc": [ - "NYPG001000023-B" - ], - "updatedAt": 1674870747963, + "updatedAt": 1711479031405, "publicationStatement": [ "Thimphu : Kunzang Topgey, 1976." ], "identifier": [ + "urn:shelfmark:*OZ+ 82-2382", "urn:bnum:10000048", - "urn:lccn:76901012", "urn:oclc:NYPG001000023-B", - "urn:undefined:NNSZ00100023", - "urn:undefined:(WaOLN)nyp0200047" + "urn:lccn:76901012", + "urn:identifier:NNSZ00100023", + "urn:identifier:(WaOLN)nyp0200047" ], "numCheckinCardItems": [ 0 @@ -12931,12 +12757,6 @@ "lccClassification": [ "BQ7695 .B55" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Thimphu" ], @@ -12973,24 +12793,14 @@ }, "_score": null, "_source": { - "uri": "i10000013", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -13001,6 +12811,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -13010,8 +12823,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OZ+ 82-2382" + "idBarcode": [ + "33433015080439" + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2382", + "urn:barcode:33433015080439" ], "identifierV2": [ { @@ -13019,41 +12836,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433015080439" + "value": "33433015080439", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OZ+ 82-2382" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433015080439" - ], - "idBarcode": [ - "33433015080439" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OZ+ 82-2382" + ], + "shelfMark_sort": "a*OZ+ 82-002382", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OZ+ 82-002382" + "uri": "i10000013" }, "sort": [ null @@ -13105,24 +12926,24 @@ "createdYear": [ 1976 ], - "type": [ - "nypl:Item" - ], "title": [ "Symphony, op. 26 : full score" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-80" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Routh, Francis." - ], "createdString": [ "1976" ], + "creatorLiteral": [ + "Routh, Francis." + ], "idLccn": [ "81770641" ], @@ -13132,6 +12953,9 @@ "dateStartYear": [ 1976 ], + "idOclc": [ + "NYPG001000023-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -13141,14 +12965,14 @@ "type": "nypl:Bnumber", "value": "10000049" }, - { - "type": "bf:Lccn", - "value": "81770641" - }, { "type": "nypl:Oclc", "value": "NYPG001000023-C" }, + { + "type": "bf:Lccn", + "value": "81770641" + }, { "type": "bf:Identifier", "value": "NNSZ00100573" @@ -13158,22 +12982,20 @@ "value": "(WaOLN)nyp0200048" } ], - "idOclc": [ - "NYPG001000023-C" - ], "uniformTitle": [ "Symphony, op. 26" ], - "updatedAt": 1689717163415, + "updatedAt": 1710995521453, "publicationStatement": [ "London (Arlington Park House, London W4 4HD) : Redcliffe Edition, c1976." ], "identifier": [ + "urn:shelfmark:JMG 83-80", "urn:bnum:10000049", - "urn:lccn:81770641", "urn:oclc:NYPG001000023-C", - "urn:undefined:NNSZ00100573", - "urn:undefined:(WaOLN)nyp0200048" + "urn:lccn:81770641", + "urn:identifier:NNSZ00100573", + "urn:identifier:(WaOLN)nyp0200048" ], "numCheckinCardItems": [ 0 @@ -13209,24 +13031,18 @@ "lccClassification": [ "M1001 .R8615 op.26" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "London (Arlington Park House, London W4 4HD)" ], - "titleAlt": [ - "Symphony, op. 26" - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Symphony, op. 26" + ], "dimensions": [ "33 cm." ] @@ -13254,24 +13070,14 @@ }, "_score": null, "_source": { - "uri": "i10942045", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -13282,6 +13088,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -13291,8 +13100,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-80" + "idBarcode": [ + "33433032842241" + ], + "identifier": [ + "urn:shelfmark:JMG 83-80", + "urn:barcode:33433032842241" ], "identifierV2": [ { @@ -13300,41 +13113,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032842241" + "value": "33433032842241", + "type": "bf:Barcode" } ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-80" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032842241" - ], - "idBarcode": [ - "33433032842241" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-80" + ], + "shelfMark_sort": "aJMG 83-000080", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000080" + "uri": "i10942045" }, "sort": [ null @@ -13372,8 +13189,9 @@ "subjectLiteral_exploded": [ "ʼBaʼ-ra-ba Rgyal-mtshan-dpal-bzaṅ, 1310?-1391?", "Bkaʼ-brgyud-pa lamas", - "Bkaʼ-brgyud-pa lamas -- Tibet", - "Bkaʼ-brgyud-pa lamas -- Tibet -- Biography", + "Bkaʼ-brgyud-pa lamas -- China", + "Bkaʼ-brgyud-pa lamas -- China -- Tibet", + "Bkaʼ-brgyud-pa lamas -- China -- Tibet -- Biography", "Spiritual life", "Spiritual life -- Buddhism" ], @@ -13395,24 +13213,24 @@ "createdYear": [ 1976 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "ʼBaʼ-ra-ba Rgyal-mtshan-dpal-bzaṅ, 1310?-1391?" - ], "createdString": [ "1976" ], + "creatorLiteral": [ + "ʼBaʼ-ra-ba Rgyal-mtshan-dpal-bzaṅ, 1310?-1391?" + ], "idLccn": [ "76901747" ], @@ -13422,6 +13240,9 @@ "dateStartYear": [ 1976 ], + "idOclc": [ + "NYPG001000024-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -13431,14 +13252,14 @@ "type": "nypl:Bnumber", "value": "10000050" }, - { - "type": "bf:Lccn", - "value": "76901747" - }, { "type": "nypl:Oclc", "value": "NYPG001000024-B" }, + { + "type": "bf:Lccn", + "value": "76901747" + }, { "type": "bf:Identifier", "value": "NNSZ00100024" @@ -13448,19 +13269,17 @@ "value": "(WaOLN)nyp0200049" } ], - "idOclc": [ - "NYPG001000024-B" - ], - "updatedAt": 1674870747963, + "updatedAt": 1711329080401, "publicationStatement": [ "New Delhi : Urgyan Dorje, 1976." ], "identifier": [ + "urn:shelfmark:*OZ+ 82-2381", "urn:bnum:10000050", - "urn:lccn:76901747", "urn:oclc:NYPG001000024-B", - "urn:undefined:NNSZ00100024", - "urn:undefined:(WaOLN)nyp0200049" + "urn:lccn:76901747", + "urn:identifier:NNSZ00100024", + "urn:identifier:(WaOLN)nyp0200049" ], "numCheckinCardItems": [ 0 @@ -13488,7 +13307,7 @@ ], "subjectLiteral": [ "ʼBaʼ-ra-ba Rgyal-mtshan-dpal-bzaṅ, 1310?-1391?", - "Bkaʼ-brgyud-pa lamas -- Tibet -- Biography.", + "Bkaʼ-brgyud-pa lamas -- China -- Tibet -- Biography.", "Spiritual life -- Buddhism." ], "titleDisplay": [ @@ -13498,12 +13317,6 @@ "lccClassification": [ "BQ942.A187 A35 1976" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "New Delhi" ], @@ -13543,24 +13356,14 @@ }, "_score": null, "_source": { - "uri": "i10000014", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -13571,6 +13374,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -13580,8 +13386,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OZ+ 82-2381" + "idBarcode": [ + "33433015080421" + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2381", + "urn:barcode:33433015080421" ], "identifierV2": [ { @@ -13589,41 +13399,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433015080421" + "value": "33433015080421", + "type": "bf:Barcode" } ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OZ+ 82-2381" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433015080421" - ], - "idBarcode": [ - "33433015080421" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OZ+ 82-2381" + ], + "shelfMark_sort": "a*OZ+ 82-002381", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OZ+ 82-002381" + "uri": "i10000014" }, "sort": [ null @@ -13675,36 +13489,39 @@ "createdYear": [ 1977 ], - "type": [ - "nypl:Item" - ], "title": [ "2 symfoni : Den forsvundne : baseret på musikken til filmen \"Den forsvundne fuldmægtig\" op. 69c, 1972" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-75" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Christiansen, Henning." - ], "createdString": [ "1977" ], + "creatorLiteral": [ + "Christiansen, Henning." + ], "idLccn": [ "78770955" ], - "seriesStatement": [ - "[Publikation] - Samfundet til udgivelse af dansk musik : 3. serie, nr. 264" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "[Publikation] - Samfundet til udgivelse af dansk musik : 3. serie, nr. 264" + ], "dateStartYear": [ 1977 ], + "idOclc": [ + "NYPG001000024-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -13714,14 +13531,14 @@ "type": "nypl:Bnumber", "value": "10000051" }, - { - "type": "bf:Lccn", - "value": "78770955" - }, { "type": "nypl:Oclc", "value": "NYPG001000024-C" }, + { + "type": "bf:Lccn", + "value": "78770955" + }, { "type": "bf:Identifier", "value": "NNSZ00100574" @@ -13731,23 +13548,21 @@ "value": "(WaOLN)nyp0200050" } ], - "idOclc": [ - "NYPG001000024-C" - ], "uniformTitle": [ "Symphony, no. 2, op. 69c", "Samfundet til udgivelse af dansk musik (Series) ; 3. ser., nr. 264." ], - "updatedAt": 1689717163974, + "updatedAt": 1710995521453, "publicationStatement": [ "København : Samfundet til udgivelse af dansk musik, 1977." ], "identifier": [ + "urn:shelfmark:JMG 83-75", "urn:bnum:10000051", - "urn:lccn:78770955", "urn:oclc:NYPG001000024-C", - "urn:undefined:NNSZ00100574", - "urn:undefined:(WaOLN)nyp0200050" + "urn:lccn:78770955", + "urn:identifier:NNSZ00100574", + "urn:identifier:(WaOLN)nyp0200050" ], "numCheckinCardItems": [ 0 @@ -13783,25 +13598,19 @@ "lccClassification": [ "M1001 .C533 op.69c" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "København" ], - "titleAlt": [ - "Symphony, no. 2, op. 69c", - "Den forsvundne." - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Symphony, no. 2, op. 69c", + "Den forsvundne." + ], "dimensions": [ "37 cm." ] @@ -13829,24 +13638,14 @@ }, "_score": null, "_source": { - "uri": "i10942046", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -13857,6 +13656,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -13866,8 +13668,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-75" + "idBarcode": [ + "33433032842191" + ], + "identifier": [ + "urn:shelfmark:JMG 83-75", + "urn:barcode:33433032842191" ], "identifierV2": [ { @@ -13875,41 +13681,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032842191" + "value": "33433032842191", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-75" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032842191" - ], - "idBarcode": [ - "33433032842191" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-75" + ], + "shelfMark_sort": "aJMG 83-000075", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000075" + "uri": "i10942046" }, "sort": [ null @@ -13923,50 +13733,5 @@ ] } }, - "statusCode": 200, - "headers": { - "date": "Mon, 11 Mar 2024 15:37:05 GMT", - "content-type": "application/json; charset=UTF-8", - "content-length": "170288", - "connection": "keep-alive", - "access-control-allow-origin": "*" - }, - "meta": { - "context": null, - "request": { - "params": { - "method": "POST", - "path": "/resources-2018-04-09/_search", - "body": "{\"from\":0,\"size\":50,\"query\":{\"bool\":{\"filter\":[{\"bool\":{\"should\":[{\"range\":{\"dateStartYear\":{\"gte\":1900}}},{\"range\":{\"dateEndYear\":{\"gte\":1900}}}]}},{\"bool\":{\"should\":[{\"nested\":{\"path\":\"items\",\"query\":{\"bool\":{\"must_not\":[{\"exists\":{\"field\":\"items.electronicLocator\"}}]}},\"inner_hits\":{\"sort\":[{\"items.enumerationChronology_sort\":\"desc\"}],\"size\":\"100\",\"from\":0,\"name\":\"items\"}}},{\"nested\":{\"path\":\"items\",\"query\":{\"exists\":{\"field\":\"items.electronicLocator\"}},\"inner_hits\":{\"name\":\"electronicResources\"}}},{\"match_all\":{}}]}}]}},\"sort\":[\"uri\"],\"_source\":{\"excludes\":[\"uris\",\"*_packed\",\"*_sort\",\"items.*_packed\",\"contentsTitle\",\"items\"]}}", - "querystring": "", - "headers": { - "user-agent": "elasticsearch-js/7.12.0 (darwin 21.6.0-x64; Node.js v18.12.1)", - "x-elastic-client-meta": "es=7.12.0,js=18.12.1,t=7.12.0,hc=18.12.1", - "content-type": "application/json", - "content-length": "638" - }, - "timeout": 30000 - }, - "options": {}, - "id": 47 - }, - "name": "elasticsearch-js", - "connection": { - "url": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "id": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "headers": {}, - "deadCount": 0, - "resurrectTimeout": 0, - "_openRequests": 1, - "status": "alive", - "roles": { - "master": true, - "data": true, - "ingest": true, - "ml": false - } - }, - "attempts": 0, - "aborted": false - } + "statusCode": 200 } \ No newline at end of file diff --git a/test/fixtures/query-af2c6a904983b67a7eed159c29009afa.json b/test/fixtures/query-af2c6a904983b67a7eed159c29009afa.json deleted file mode 100644 index fe57adf3..00000000 --- a/test/fixtures/query-af2c6a904983b67a7eed159c29009afa.json +++ /dev/null @@ -1,999 +0,0 @@ -{ - "body": { - "took": 52, - "timed_out": false, - "_shards": { - "total": 3, - "successful": 3, - "failed": 0 - }, - "hits": { - "total": 1, - "max_score": 15.006381, - "hits": [ - { - "_index": "resources-2018-04-09", - "_type": "resource", - "_id": "b22144813", - "_score": 15.006381, - "_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": 1697570720189, - "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" - ], - "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" - ] - }, - "inner_hits": { - "electronicResources": { - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "items": { - "hits": { - "total": 2, - "max_score": null, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 0 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:1", - "label": "Use in library" - } - ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" - ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } - ], - "catalogItemType_packed": [ - "catalogItemType:2||book non-circ" - ], - "enumerationChronology": [ - "v.1" - ], - "enumerationChronology_sort": [ - " 1-" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:mall1", - "label": "Schwarzman Building - Main Reading Room 315 - Reference" - } - ], - "holdingLocation_packed": [ - "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" - ], - "idBarcode": [ - "3333333333" - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", - "urn:barcode:3333333333" - ], - "identifierV2": [ - { - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", - "type": "bf:ShelfMark" - }, - { - "value": "3333333333", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1101", - "label": "General Research Division" - } - ], - "owner_packed": [ - "orgs:1101||General Research Division" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "requestable": [ - false - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", - "status": [ - { - "id": "status:k", - "label": "Check with staff" - } - ], - "status_packed": [ - "status:k||Check with staff" - ], - "type": [ - "bf:Item" - ], - "volumeRange": [ - { - "gte": 1, - "lte": 1 - } - ], - "uri": "i37857771" - }, - "sort": [ - " 1-" - ] - }, - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": null, - "_source": { - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" - } - ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" - ], - "catalogItemType": [ - { - "id": "catalogItemType:3", - "label": "serial" - } - ], - "catalogItemType_packed": [ - "catalogItemType:3||serial" - ], - "enumerationChronology": [ - "nothing" - ], - "formatLiteral": [ - "Text" - ], - "holdingLocation": [ - { - "id": "loc:rcmf2", - "label": "Offsite" - } - ], - "holdingLocation_packed": [ - "loc:rcmf2||Offsite" - ], - "idBarcode": [ - "44455533322211" - ], - "identifier": [ - "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "urn:barcode:44455533322211" - ], - "identifierV2": [ - { - "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "type": "bf:ShelfMark" - }, - { - "value": "44455533322211", - "type": "bf:Barcode" - } - ], - "owner": [ - { - "id": "orgs:1103", - "label": "Dorot Jewish Division" - } - ], - "owner_packed": [ - "orgs:1103||Dorot Jewish Division" - ], - "physicalLocation": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" - ], - "requestable": [ - true - ], - "shelfMark": [ - "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" - ], - "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "type": [ - "bf:Item" - ], - "uri": "i37857772" - }, - "sort": [ - null - ] - } - ] - } - } - } - } - ] - } - }, - "statusCode": 200, - "headers": { - "date": "Mon, 11 Mar 2024 15:37:11 GMT", - "content-type": "application/json; charset=UTF-8", - "content-length": "19777", - "connection": "keep-alive", - "access-control-allow-origin": "*" - }, - "meta": { - "context": null, - "request": { - "params": { - "method": "POST", - "path": "/resources-2018-04-09/_search", - "body": "{\"from\":0,\"size\":50,\"query\":{\"function_score\":{\"query\":{\"bool\":{\"must\":[{\"bool\":{\"should\":[{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"\\\"ISBN \\\\-\\\\- 020 $z\\\"\",\"default_operator\":\"AND\"}},{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"\\\"\\\"ISBN \\\\-\\\\- 020 $z\\\"\\\"\",\"default_operator\":\"AND\"}},{\"nested\":{\"path\":\"items\",\"query\":{\"query_string\":{\"fields\":[\"items.shelfMark\"],\"query\":\"\\\"ISBN \\\\-\\\\- 020 $z\\\"\",\"default_operator\":\"AND\"}}}}]}}],\"filter\":[{\"bool\":{\"should\":[{\"nested\":{\"path\":\"items\",\"query\":{\"bool\":{\"must_not\":[{\"exists\":{\"field\":\"items.electronicLocator\"}}]}},\"inner_hits\":{\"sort\":[{\"items.enumerationChronology_sort\":\"desc\"}],\"size\":\"100\",\"from\":0,\"name\":\"items\"}}},{\"nested\":{\"path\":\"items\",\"query\":{\"exists\":{\"field\":\"items.electronicLocator\"}},\"inner_hits\":{\"name\":\"electronicResources\"}}},{\"match_all\":{}}]}}]}}}},\"min_score\":0.65,\"sort\":[\"_score\"],\"_source\":{\"excludes\":[\"uris\",\"*_packed\",\"*_sort\",\"items.*_packed\",\"contentsTitle\",\"items\"]}}", - "querystring": "", - "headers": { - "user-agent": "elasticsearch-js/7.12.0 (darwin 21.6.0-x64; Node.js v18.12.1)", - "x-elastic-client-meta": "es=7.12.0,js=18.12.1,t=7.12.0,hc=18.12.1", - "content-type": "application/json", - "content-length": "1072" - }, - "timeout": 30000 - }, - "options": {}, - "id": 65 - }, - "name": "elasticsearch-js", - "connection": { - "url": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "id": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "headers": {}, - "deadCount": 0, - "resurrectTimeout": 0, - "_openRequests": 0, - "status": "alive", - "roles": { - "master": true, - "data": true, - "ingest": true, - "ml": false - } - }, - "attempts": 0, - "aborted": false - } -} \ No newline at end of file diff --git a/test/fixtures/query-b391d40a7085e2b94b4c437bf3e68ad6.json b/test/fixtures/query-b391d40a7085e2b94b4c437bf3e68ad6.json new file mode 100644 index 00000000..a15d62e4 --- /dev/null +++ b/test/fixtures/query-b391d40a7085e2b94b4c437bf3e68ad6.json @@ -0,0 +1,954 @@ +{ + "body": { + "took": 184, + "timed_out": false, + "_shards": { + "total": 3, + "successful": 3, + "failed": 0 + }, + "hits": { + "total": 1, + "max_score": 14.973971, + "hits": [ + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b22144813", + "_score": 14.973971, + "_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" + ], + "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" + ] + }, + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 2, + "max_score": null, + "hits": [ + { + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "enumerationChronology": [ + "v.1" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mall1", + "label": "Schwarzman Building - Main Reading Room 315 - Reference" + } + ], + "holdingLocation_packed": [ + "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" + ], + "idBarcode": [ + "3333333333" + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "urn:barcode:3333333333" + ], + "identifierV2": [ + { + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "type": "bf:ShelfMark" + }, + { + "value": "3333333333", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "requestable": [ + false + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", + "status": [ + { + "id": "status:k", + "label": "Check with staff" + } + ], + "status_packed": [ + "status:k||Check with staff" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ], + "uri": "i37857771" + }, + "sort": [ + " 1-" + ] + }, + { + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "enumerationChronology": [ + "nothing" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmf2", + "label": "Offsite" + } + ], + "holdingLocation_packed": [ + "loc:rcmf2||Offsite" + ], + "idBarcode": [ + "44455533322211" + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "urn:barcode:44455533322211" + ], + "identifierV2": [ + { + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "type": "bf:ShelfMark" + }, + { + "value": "44455533322211", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "requestable": [ + true + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i37857772" + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-b7681fefd657539ea771ca2ce9ee66f3.json b/test/fixtures/query-b7681fefd657539ea771ca2ce9ee66f3.json deleted file mode 100644 index dfcc831c..00000000 --- a/test/fixtures/query-b7681fefd657539ea771ca2ce9ee66f3.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "body": { - "took": 51, - "timed_out": false, - "_shards": { - "total": 3, - "successful": 3, - "failed": 0 - }, - "hits": { - "total": 0, - "max_score": null, - "hits": [] - } - }, - "statusCode": 200, - "headers": { - "date": "Mon, 11 Mar 2024 15:36:54 GMT", - "content-type": "application/json; charset=UTF-8", - "content-length": "123", - "connection": "keep-alive", - "access-control-allow-origin": "*" - }, - "meta": { - "context": null, - "request": { - "params": { - "method": "POST", - "path": "/resources-2018-04-09/_search", - "body": "{\"from\":0,\"size\":50,\"query\":{\"function_score\":{\"query\":{\"bool\":{\"must\":[{\"query_string\":{\"fields\":[\"title^5\",\"title.folded^2\",\"description.folded\",\"subjectLiteral^2\",\"subjectLiteral.folded\",\"creatorLiteral^2\",\"creatorLiteral.folded\",\"contributorLiteral.folded\",\"note.label.folded\",\"publisherLiteral.folded\",\"seriesStatement.folded\",\"titleAlt.folded\",\"titleDisplay.folded\",\"contentsTitle.folded\",\"donor.folded\",\"parallelTitle.folded^5\",\"parallelTitleDisplay.folded\",\"parallelTitleAlt.folded\",\"parallelSeriesStatement.folded\",\"parallelCreatorLiteral.folded\",\"parallelPublisher\"],\"query\":\"fladeedle\",\"default_operator\":\"AND\"}}],\"filter\":[{\"bool\":{\"should\":[{\"nested\":{\"path\":\"items\",\"query\":{\"bool\":{\"must_not\":[{\"exists\":{\"field\":\"items.electronicLocator\"}}]}},\"inner_hits\":{\"sort\":[{\"items.enumerationChronology_sort\":\"desc\"}],\"size\":\"100\",\"from\":0,\"name\":\"items\"}}},{\"nested\":{\"path\":\"items\",\"query\":{\"exists\":{\"field\":\"items.electronicLocator\"}},\"inner_hits\":{\"name\":\"electronicResources\"}}},{\"match_all\":{}}]}}]}}}},\"min_score\":0.65,\"sort\":[\"_score\"],\"_source\":{\"excludes\":[\"uris\",\"*_packed\",\"*_sort\",\"items.*_packed\",\"contentsTitle\",\"items\"]}}", - "querystring": "", - "headers": { - "user-agent": "elasticsearch-js/7.12.0 (darwin 21.6.0-x64; Node.js v18.12.1)", - "x-elastic-client-meta": "es=7.12.0,js=18.12.1,t=7.12.0,hc=18.12.1", - "content-type": "application/json", - "content-length": "1146" - }, - "timeout": 30000 - }, - "options": {}, - "id": 12 - }, - "name": "elasticsearch-js", - "connection": { - "url": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "id": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "headers": {}, - "deadCount": 0, - "resurrectTimeout": 0, - "_openRequests": 0, - "status": "alive", - "roles": { - "master": true, - "data": true, - "ingest": true, - "ml": false - } - }, - "attempts": 0, - "aborted": false - } -} \ No newline at end of file diff --git a/test/fixtures/query-1c2d8f93ab77fffcea01c8a459215262.json b/test/fixtures/query-b856573688e87e793da0d4946a231a3e.json similarity index 94% rename from test/fixtures/query-1c2d8f93ab77fffcea01c8a459215262.json rename to test/fixtures/query-b856573688e87e793da0d4946a231a3e.json index 8bf00a51..c9e7c0af 100644 --- a/test/fixtures/query-1c2d8f93ab77fffcea01c8a459215262.json +++ b/test/fixtures/query-b856573688e87e793da0d4946a231a3e.json @@ -1,6 +1,6 @@ { "body": { - "took": 1452, + "took": 1180, "timed_out": false, "_shards": { "total": 3, @@ -8,7 +8,7 @@ "failed": 0 }, "hits": { - "total": 14227566, + "total": 14170916, "max_score": null, "hits": [ { @@ -58,12 +58,12 @@ "createdYear": [ 1985 ], - "type": [ - "nypl:Item" - ], "title": [ "Dante Alighieri 1985 : in memoriam Hermann Gmelin" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JFE 86-3252" ], @@ -76,12 +76,12 @@ "idLccn": [ "86124252" ], - "seriesStatement": [ - "Romanica et comparatistica ; Bd. 4" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Romanica et comparatistica ; Bd. 4" + ], "contributorLiteral": [ "Gmelin, Hermann, 1900-1958.", "Baum, Richard.", @@ -90,6 +90,9 @@ "dateStartYear": [ 1985 ], + "idOclc": [ + "NYPGNYPG-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -103,35 +106,33 @@ "type": "bf:Isbn", "value": "3923721544" }, - { - "type": "bf:Lccn", - "value": "86124252" - }, { "type": "nypl:Oclc", "value": "NYPGNYPG-B" }, + { + "type": "bf:Lccn", + "value": "86124252" + }, { "type": "bf:Identifier", "value": "(WaOLN)nyp0200001" } ], - "idOclc": [ - "NYPGNYPG-B" - ], - "updatedAt": 1687402640360, + "updatedAt": 1711606506102, "publicationStatement": [ "Tübingen : Stauffenburg, c1985." ], + "idIsbn": [ + "3923721544" + ], "identifier": [ + "urn:shelfmark:JFE 86-3252", "urn:bnum:10000002", "urn:isbn:3923721544", - "urn:lccn:86124252", "urn:oclc:NYPGNYPG-B", - "urn:undefined:(WaOLN)nyp0200001" - ], - "idIsbn": [ - "3923721544" + "urn:lccn:86124252", + "urn:identifier:(WaOLN)nyp0200001" ], "numCheckinCardItems": [ 0 @@ -168,29 +169,23 @@ "lccClassification": [ "PQ4390 .D274 1985" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tübingen" ], - "titleAlt": [ - "Dante Alighieri neunzehnhundertfünfundachtzig." - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], - "idIsbn_clean": [ - "3923721544" + "titleAlt": [ + "Dante Alighieri neunzehnhundertfünfundachtzig." ], "dimensions": [ "23 cm." + ], + "idIsbn_clean": [ + "3923721544" ] }, "sort": [ @@ -216,15 +211,14 @@ }, "_score": null, "_source": { - "uri": "i12858031", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:1", + "label": "Use in library" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -235,6 +229,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:mal92", @@ -244,8 +241,12 @@ "holdingLocation_packed": [ "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "shelfMark": [ - "JFE 86-3252" + "idBarcode": [ + "33433046113795" + ], + "identifier": [ + "urn:shelfmark:JFE 86-3252", + "urn:barcode:33433046113795" ], "identifierV2": [ { @@ -253,41 +254,36 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433046113795" + "value": "33433046113795", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "JFE 86-3252" - ], "m2CustomerCode": [ "XF" ], - "identifier": [ - "urn:barcode:33433046113795" - ], - "idBarcode": [ - "33433046113795" + "physicalLocation": [ + "JFE 86-3252" ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JFE 86-3252" + ], + "shelfMark_sort": "aJFE 86-003252", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aJFE 86-003252" + "uri": "i12858031" }, "sort": [ null @@ -332,24 +328,24 @@ "createdYear": [ 1989 ], - "type": [ - "nypl:Item" - ], "title": [ "Scottish islands" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JFF 89-526" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Waite, Charlie." - ], "createdString": [ "1989" ], + "creatorLiteral": [ + "Waite, Charlie." + ], "idLccn": [ "gb 89012970" ], @@ -362,6 +358,9 @@ "donor": [ "Gift of the Drue Heinz Book Fund for English Literature" ], + "idOclc": [ + "NYPGUKBPGP8917-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -373,37 +372,35 @@ }, { "type": "bf:Isbn", - "value": "0094675708 :" - }, - { - "type": "bf:Lccn", - "value": "gb 89012970" + "value": "0094675708" }, { "type": "nypl:Oclc", "value": "NYPGUKBPGP8917-B" }, + { + "type": "bf:Lccn", + "value": "gb 89012970" + }, { "type": "bf:Identifier", "value": "(WaOLN)nyp0200002" } ], - "idOclc": [ - "NYPGUKBPGP8917-B" - ], - "updatedAt": 1686707689781, + "updatedAt": 1711606506102, "publicationStatement": [ "London : Constable, 1989." ], + "idIsbn": [ + "0094675708" + ], "identifier": [ + "urn:shelfmark:JFF 89-526", "urn:bnum:10000003", - "urn:isbn:0094675708 :", - "urn:lccn:gb 89012970", + "urn:isbn:0094675708", "urn:oclc:NYPGUKBPGP8917-B", - "urn:undefined:(WaOLN)nyp0200002" - ], - "idIsbn": [ - "0094675708 " + "urn:lccn:gb 89012970", + "urn:identifier:(WaOLN)nyp0200002" ], "numCheckinCardItems": [ 0 @@ -436,12 +433,6 @@ "Scottish islands / Charlie Waite." ], "uri": "b10000003", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "London" ], @@ -451,11 +442,11 @@ "label": "monograph/item" } ], - "idIsbn_clean": [ - "0094675708" - ], "dimensions": [ "26 cm." + ], + "idIsbn_clean": [ + "0094675708" ] }, "sort": [ @@ -481,15 +472,14 @@ }, "_score": null, "_source": { - "uri": "i13783780", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:1", + "label": "Use in library" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -500,6 +490,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:mal92", @@ -509,8 +502,12 @@ "holdingLocation_packed": [ "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "shelfMark": [ - "JFF 89-526" + "idBarcode": [ + "33433050409147" + ], + "identifier": [ + "urn:shelfmark:JFF 89-526", + "urn:barcode:33433050409147" ], "identifierV2": [ { @@ -518,41 +515,36 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433050409147" + "value": "33433050409147", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "JFF 89-526" - ], "m2CustomerCode": [ "XA" ], - "identifier": [ - "urn:barcode:33433050409147" - ], - "idBarcode": [ - "33433050409147" + "physicalLocation": [ + "JFF 89-526" ], "requestable": [ - false + true ], - "accessMessage": [ + "shelfMark": [ + "JFF 89-526" + ], + "shelfMark_sort": "aJFF 89-000526", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aJFF 89-000526" + "uri": "i13783780" }, "sort": [ null @@ -613,36 +605,39 @@ "createdYear": [ 1965 ], - "type": [ - "nypl:Item" - ], "title": [ "Mutaṟkuṟaḷ uvamai." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-1934" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Kothandapani Pillai, K., 1896-" - ], "createdString": [ "1965" ], + "creatorLiteral": [ + "Kothandapani Pillai, K., 1896-" + ], "idLccn": [ "74915265" ], - "seriesStatement": [ - "Kaḻaka veḷiyīṭu, 1247" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Kaḻaka veḷiyīṭu, 1247" + ], "dateStartYear": [ 1965 ], + "idOclc": [ + "NYPG001000001-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -652,14 +647,14 @@ "type": "nypl:Bnumber", "value": "10000004" }, - { - "type": "bf:Lccn", - "value": "74915265" - }, { "type": "nypl:Oclc", "value": "NYPG001000001-B" }, + { + "type": "bf:Lccn", + "value": "74915265" + }, { "type": "bf:Identifier", "value": "NNSZ00100001" @@ -669,19 +664,17 @@ "value": "(WaOLN)nyp0200003" } ], - "idOclc": [ - "NYPG001000001-B" - ], - "updatedAt": 1674870752089, + "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:lccn:74915265", "urn:oclc:NYPG001000001-B", - "urn:undefined:NNSZ00100001", - "urn:undefined:(WaOLN)nyp0200003" + "urn:lccn:74915265", + "urn:identifier:NNSZ00100001", + "urn:identifier:(WaOLN)nyp0200003" ], "numCheckinCardItems": [ 0 @@ -717,12 +710,6 @@ "lccClassification": [ "PL4758.9.T5 K6 1965" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tirunelvēli" ], @@ -759,24 +746,14 @@ }, "_score": null, "_source": { - "uri": "i13783781", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -787,6 +764,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -796,50 +776,58 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1934" - ], + "idBarcode": [ + "33433061301556" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1934", + "urn:barcode:33433061301556" + ], "identifierV2": [ { "value": "*OLB 84-1934", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301556" + "value": "33433061301556", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-1934" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301556" - ], - "idBarcode": [ - "33433061301556" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1934" + ], + "shelfMark_sort": "a*OLB 84-001934", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-001934" + "uri": "i13783781" }, "sort": [ null @@ -901,30 +889,33 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Kon︠t︡sert No 2 dl︠i︡a skripki s orkestrom" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMF 83-336" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Wieniawski, Henri, 1835-1880." - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Wieniawski, Henri, 1835-1880." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000001-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -951,22 +942,20 @@ "value": "(WaOLN)nyp0200004" } ], - "idOclc": [ - "NYPG001000001-C" - ], "uniformTitle": [ "Concertos, violin, orchestra, no. 2, op. 22, D minor; arranged" ], - "updatedAt": 1689717163415, + "updatedAt": 1710995521453, "publicationStatement": [ "Moskva : Muzyka, 1980." ], "identifier": [ + "urn:shelfmark:JMF 83-336", "urn:bnum:10000005", "urn:oclc:NYPG001000001-C", - "urn:undefined:11049. Muzyka", - "urn:undefined:NNSZ00100551", - "urn:undefined:(WaOLN)nyp0200004" + "urn:identifier:11049. Muzyka", + "urn:identifier:NNSZ00100551", + "urn:identifier:(WaOLN)nyp0200004" ], "numCheckinCardItems": [ 0 @@ -999,12 +988,6 @@ "Kon︠t︡sert No 2 dl︠i︡a skripki s orkestrom / G. Ven︠i︡avskiĭ ; klavir." ], "uri": "b10000005", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Moskva" ], @@ -1044,24 +1027,14 @@ }, "_score": null, "_source": { - "uri": "i10942022", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -1072,6 +1045,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -1081,8 +1057,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMF 83-336" + "idBarcode": [ + "33433032711909" + ], + "identifier": [ + "urn:shelfmark:JMF 83-336", + "urn:barcode:33433032711909" ], "identifierV2": [ { @@ -1090,41 +1070,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032711909" + "value": "33433032711909", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMF 83-336" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032711909" - ], - "idBarcode": [ - "33433032711909" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMF 83-336" + ], + "shelfMark_sort": "aJMF 83-000336", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMF 83-000336" + "uri": "i10942022" }, "sort": [ null @@ -1186,24 +1170,24 @@ "createdYear": [ 1968 ], - "type": [ - "nypl:Item" - ], "title": [ "Tajdīd al-tafkīr al-dīnī fī al-Islām" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OGC 84-1984" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Iqbal, Muhammad, Sir, 1877-1938." - ], "createdString": [ "1968" ], + "creatorLiteral": [ + "Iqbal, Muhammad, Sir, 1877-1938." + ], "idLccn": [ "75962707" ], @@ -1216,6 +1200,9 @@ "dateStartYear": [ 1968 ], + "idOclc": [ + "NYPG001000002-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -1225,14 +1212,14 @@ "type": "nypl:Bnumber", "value": "10000006" }, - { - "type": "bf:Lccn", - "value": "75962707" - }, { "type": "nypl:Oclc", "value": "NYPG001000002-B" }, + { + "type": "bf:Lccn", + "value": "75962707" + }, { "type": "bf:Identifier", "value": "NNSZ00100002" @@ -1242,19 +1229,17 @@ "value": "(WaOLN)nyp0200005" } ], - "idOclc": [ - "NYPG001000002-B" - ], - "updatedAt": 1674870747963, + "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:lccn:75962707", "urn:oclc:NYPG001000002-B", - "urn:undefined:NNSZ00100002", - "urn:undefined:(WaOLN)nyp0200005" + "urn:lccn:75962707", + "urn:identifier:NNSZ00100002", + "urn:identifier:(WaOLN)nyp0200005" ], "numCheckinCardItems": [ 0 @@ -1290,12 +1275,6 @@ "lccClassification": [ "BP161 .I712 1968" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "al-Qāhirah" ], @@ -1332,24 +1311,14 @@ }, "_score": null, "_source": { - "uri": "i12540039", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -1360,6 +1329,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -1369,8 +1341,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OGC 84-1984" + "idBarcode": [ + "33433022691665" + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1984", + "urn:barcode:33433022691665" ], "identifierV2": [ { @@ -1378,41 +1354,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433022691665" + "value": "33433022691665", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OGC 84-1984" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433022691665" - ], - "idBarcode": [ - "33433022691665" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OGC 84-1984" + ], + "shelfMark_sort": "a*OGC 84-001984", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OGC 84-001984" + "uri": "i12540039" }, "sort": [ null @@ -1470,30 +1450,33 @@ "createdYear": [ 1981 ], - "type": [ - "nypl:Item" - ], "title": [ "Due studi per chitarra" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-276" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Patachich, Iván." - ], "createdString": [ "1981" ], + "creatorLiteral": [ + "Patachich, Iván." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1981 ], + "idOclc": [ + "NYPG001000002-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -1520,22 +1503,20 @@ "value": "(WaOLN)nyp0200006" } ], - "idOclc": [ - "NYPG001000002-C" - ], "uniformTitle": [ "Studies, guitar" ], - "updatedAt": 1689717163363, + "updatedAt": 1711149115321, "publicationStatement": [ "Budapest : Editio Musica, c1981." ], "identifier": [ + "urn:shelfmark:JMG 83-276", "urn:bnum:10000007", "urn:oclc:NYPG001000002-C", - "urn:undefined:Z.8917. Editio Musica", - "urn:undefined:NNSZ00100552", - "urn:undefined:(WaOLN)nyp0200006" + "urn:identifier:Z.8917. Editio Musica", + "urn:identifier:NNSZ00100552", + "urn:identifier:(WaOLN)nyp0200006" ], "numCheckinCardItems": [ 0 @@ -1569,12 +1550,6 @@ "Due studi per chitarra / Patachich Iván." ], "uri": "b10000007", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Budapest" ], @@ -1614,26 +1589,16 @@ }, "_score": null, "_source": { - "uri": "i10942023", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "status_packed": [ - "status:a||Available" + "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" - } - ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" - ], - "catalogItemType": [ + "catalogItemType": [ { "id": "catalogItemType:7", "label": "printed music, non-circ" @@ -1642,6 +1607,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -1651,8 +1619,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-276" + "idBarcode": [ + "33433032883591" + ], + "identifier": [ + "urn:shelfmark:JMG 83-276", + "urn:barcode:33433032883591" ], "identifierV2": [ { @@ -1660,41 +1632,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032883591" + "value": "33433032883591", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-276" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032883591" - ], - "idBarcode": [ - "33433032883591" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-276" + ], + "shelfMark_sort": "aJMG 83-000276", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000276" + "uri": "i10942023" }, "sort": [ null @@ -1742,24 +1718,24 @@ "createdYear": [ 1969 ], - "type": [ - "nypl:Item" - ], "title": [ "Aṇṇāviṉ ciṟukataikaḷ." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-1986" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Annadurai, C. N., 1909-1969." - ], "createdString": [ "1969" ], + "creatorLiteral": [ + "Annadurai, C. N., 1909-1969." + ], "idLccn": [ "72913998" ], @@ -1769,6 +1745,9 @@ "dateStartYear": [ 1969 ], + "idOclc": [ + "NYPG001000003-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -1778,14 +1757,14 @@ "type": "nypl:Bnumber", "value": "10000008" }, - { - "type": "bf:Lccn", - "value": "72913998" - }, { "type": "nypl:Oclc", "value": "NYPG001000003-B" }, + { + "type": "bf:Lccn", + "value": "72913998" + }, { "type": "bf:Identifier", "value": "NNSZ00100003" @@ -1795,19 +1774,17 @@ "value": "(WaOLN)nyp0200007" } ], - "idOclc": [ - "NYPG001000003-B" - ], - "updatedAt": 1674870747855, + "updatedAt": 1711102509897, "publicationStatement": [ "Ceṉṉai, Parimaḷam Patippakam [1969]" ], "identifier": [ + "urn:shelfmark:*OLB 84-1986", "urn:bnum:10000008", - "urn:lccn:72913998", "urn:oclc:NYPG001000003-B", - "urn:undefined:NNSZ00100003", - "urn:undefined:(WaOLN)nyp0200007" + "urn:lccn:72913998", + "urn:identifier:NNSZ00100003", + "urn:identifier:(WaOLN)nyp0200007" ], "numCheckinCardItems": [ 0 @@ -1840,12 +1817,6 @@ "lccClassification": [ "PL4758.9.A5 A84" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ceṉṉai" ], @@ -1882,24 +1853,14 @@ }, "_score": null, "_source": { - "uri": "i13783782", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -1910,6 +1871,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -1919,8 +1883,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1986" + "idBarcode": [ + "33433061301689" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1986", + "urn:barcode:33433061301689" ], "identifierV2": [ { @@ -1928,41 +1896,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301689" + "value": "33433061301689", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-1986" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301689" - ], - "idBarcode": [ - "33433061301689" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1986" + ], + "shelfMark_sort": "a*OLB 84-001986", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-001986" + "uri": "i13783782" }, "sort": [ null @@ -2023,30 +1995,33 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Miniaturen II : 13 kleine Klavierstücke" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-278" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Golle, Jürgen, 1942-" - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Golle, Jürgen, 1942-" + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000003-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2077,23 +2052,21 @@ "value": "(WaOLN)nyp0200008" } ], - "idOclc": [ - "NYPG001000003-C" - ], "uniformTitle": [ "Miniaturen, no. 2" ], - "updatedAt": 1689717163363, + "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:undefined:Edition Peters Nr. 5489 Edition Peters", - "urn:undefined:E.P. 13028. Edition Peters", - "urn:undefined:NNSZ00100553", - "urn:undefined:(WaOLN)nyp0200008" + "urn:identifier:Edition Peters Nr. 5489 Edition Peters", + "urn:identifier:E.P. 13028. Edition Peters", + "urn:identifier:NNSZ00100553", + "urn:identifier:(WaOLN)nyp0200008" ], "numCheckinCardItems": [ 0 @@ -2126,12 +2099,6 @@ "Miniaturen II : 13 kleine Klavierstücke / Jürgen Golle." ], "uri": "b10000009", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Leipzig : New York" ], @@ -2171,24 +2138,14 @@ }, "_score": null, "_source": { - "uri": "i10942024", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -2199,6 +2156,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -2208,8 +2168,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-278" + "idBarcode": [ + "33433032883617" + ], + "identifier": [ + "urn:shelfmark:JMG 83-278", + "urn:barcode:33433032883617" ], "identifierV2": [ { @@ -2217,41 +2181,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032883617" + "value": "33433032883617", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-278" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032883617" - ], - "idBarcode": [ - "33433032883617" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-278" + ], + "shelfMark_sort": "aJMG 83-000278", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000278" + "uri": "i10942024" }, "sort": [ null @@ -2307,36 +2275,39 @@ "createdYear": [ 1969 ], - "type": [ - "nypl:Item" - ], "title": [ "Cēkkiḻār; Corṇammāḷ niṉaivuc coṟpoḻivukaḷ." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-1938" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Irācamāṇikkaṉār, Mā., 1907-1967." - ], "createdString": [ "1969" ], + "creatorLiteral": [ + "Irācamāṇikkaṉār, Mā., 1907-1967." + ], "idLccn": [ "72913466" ], - "seriesStatement": [ - "Corṇammāḷ corpoḻivu varicai, 6" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Corṇammāḷ corpoḻivu varicai, 6" + ], "dateStartYear": [ 1969 ], + "idOclc": [ + "NYPG001000004-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2346,36 +2317,34 @@ "type": "nypl:Bnumber", "value": "10000010" }, - { - "type": "bf:Lccn", - "value": "72913466" - }, { "type": "nypl:Oclc", "value": "NYPG001000004-B" }, { - "type": "bf:Identifier", - "value": "NNSZ00100004" + "type": "bf:Lccn", + "value": "72913466" + }, + { + "type": "bf:Identifier", + "value": "NNSZ00100004" }, { "type": "bf:Identifier", "value": "(WaOLN)nyp0200009" } ], - "idOclc": [ - "NYPG001000004-B" - ], - "updatedAt": 1674870747855, + "updatedAt": 1711284909373, "publicationStatement": [ "Aṇṇāmalainakar, Aṇṇāmalaip Palkalaikkaḻakam, 1969." ], "identifier": [ + "urn:shelfmark:*OLB 84-1938", "urn:bnum:10000010", - "urn:lccn:72913466", "urn:oclc:NYPG001000004-B", - "urn:undefined:NNSZ00100004", - "urn:undefined:(WaOLN)nyp0200009" + "urn:lccn:72913466", + "urn:identifier:NNSZ00100004", + "urn:identifier:(WaOLN)nyp0200009" ], "numCheckinCardItems": [ 0 @@ -2411,12 +2380,6 @@ "lccClassification": [ "PL4758.9.C385 Z8" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Aṇṇāmalainakar" ], @@ -2453,24 +2416,14 @@ }, "_score": null, "_source": { - "uri": "i13783783", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -2481,6 +2434,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -2490,8 +2446,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1938" + "idBarcode": [ + "33433061301598" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1938", + "urn:barcode:33433061301598" ], "identifierV2": [ { @@ -2499,41 +2459,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301598" + "value": "33433061301598", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-1938" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301598" - ], - "idBarcode": [ - "33433061301598" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1938" + ], + "shelfMark_sort": "a*OLB 84-001938", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-001938" + "uri": "i13783783" }, "sort": [ null @@ -2576,36 +2540,39 @@ "numItemsTotal": [ 1 ], - "dateEndString": [ - "1982" - ], "createdYear": [ 1976 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1982" ], "title": [ "Passie en pasen : suite voor orgel, opus 50" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-279" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Berg, Jan J. van den." - ], "createdString": [ "1976" ], + "creatorLiteral": [ + "Berg, Jan J. van den." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1976 ], + "idOclc": [ + "NYPG001000004-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2624,20 +2591,18 @@ "value": "(WaOLN)nyp0200010" } ], - "idOclc": [ - "NYPG001000004-C" - ], "dateEndYear": [ 1982 ], - "updatedAt": 1689717163363, + "updatedAt": 1710978413661, "publicationStatement": [ "Sneek [Netherlands] : Boeijenga, [between 1976 and 1982]." ], "identifier": [ + "urn:shelfmark:JMG 83-279", "urn:bnum:10000011", "urn:oclc:NYPG001000004-C", - "urn:undefined:(WaOLN)nyp0200010" + "urn:identifier:(WaOLN)nyp0200010" ], "numCheckinCardItems": [ 0 @@ -2672,12 +2637,6 @@ "Passie en pasen : suite voor orgel, opus 50 / door Jan J. van den Berg." ], "uri": "b10000011", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Sneek [Netherlands]" ], @@ -2717,24 +2676,14 @@ }, "_score": null, "_source": { - "uri": "i10942025", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -2745,6 +2694,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -2754,8 +2706,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-279" + "idBarcode": [ + "33433032883625" + ], + "identifier": [ + "urn:shelfmark:JMG 83-279", + "urn:barcode:33433032883625" ], "identifierV2": [ { @@ -2763,41 +2719,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032883625" + "value": "33433032883625", + "type": "bf:Barcode" } ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-279" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032883625" - ], - "idBarcode": [ - "33433032883625" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-279" + ], + "shelfMark_sort": "aJMG 83-000279", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000279" + "uri": "i10942025" }, "sort": [ null @@ -2853,30 +2813,33 @@ "createdYear": [ 1970 ], - "type": [ - "nypl:Item" - ], "title": [ "al-Ḥuṭayʼah : fī sīratihi wa-nafsīyatihi wa-shiʻrihi" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFS 84-1997" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Ḥāwī, Īlīyā Salīm." - ], "createdString": [ "1970" ], + "creatorLiteral": [ + "Ḥāwī, Īlīyā Salīm." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1970 ], + "idOclc": [ + "NYPG001000005-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2899,18 +2862,16 @@ "value": "(WaOLN)nyp0200011" } ], - "idOclc": [ - "NYPG001000005-B" - ], - "updatedAt": 1674870752089, + "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:undefined:NNSZ00100005", - "urn:undefined:(WaOLN)nyp0200011" + "urn:identifier:NNSZ00100005", + "urn:identifier:(WaOLN)nyp0200011" ], "numCheckinCardItems": [ 0 @@ -2943,12 +2904,6 @@ "al-Ḥuṭayʼah : fī sīratihi wa-nafsīyatihi wa-shiʻrihi / bi-qalam Īlīyā Ḥāwī." ], "uri": "b10000012", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Bayrūt" ], @@ -2985,24 +2940,14 @@ }, "_score": null, "_source": { - "uri": "i10000003", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -3013,6 +2958,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -3022,8 +2970,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFS 84-1997" + "idBarcode": [ + "33433014514719" + ], + "identifier": [ + "urn:shelfmark:*OFS 84-1997", + "urn:barcode:33433014514719" ], "identifierV2": [ { @@ -3031,41 +2983,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433014514719" + "value": "33433014514719", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFS 84-1997" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433014514719" - ], - "idBarcode": [ - "33433014514719" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFS 84-1997" + ], + "shelfMark_sort": "a*OFS 84-001997", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFS 84-001997" + "uri": "i10000003" }, "sort": [ null @@ -3122,12 +3078,12 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Disko Treff 1 : Klavier." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMF 83-366" ], @@ -3143,6 +3099,9 @@ "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000005-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3165,18 +3124,16 @@ "value": "(WaOLN)nyp0200012" } ], - "idOclc": [ - "NYPG001000005-C" - ], - "updatedAt": 1689717163415, + "updatedAt": 1710995521453, "publicationStatement": [ "Leipzig : Harth Musik Verlag, c1980." ], "identifier": [ + "urn:shelfmark:JMF 83-366", "urn:bnum:10000013", "urn:oclc:NYPG001000005-C", - "urn:undefined:NNSZ00100555", - "urn:undefined:(WaOLN)nyp0200012" + "urn:identifier:NNSZ00100555", + "urn:identifier:(WaOLN)nyp0200012" ], "numCheckinCardItems": [ 0 @@ -3209,12 +3166,6 @@ "Disko Treff 1 : Klavier." ], "uri": "b10000013", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Leipzig" ], @@ -3254,24 +3205,14 @@ }, "_score": null, "_source": { - "uri": "i10942026", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -3282,6 +3223,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -3291,8 +3235,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMF 83-366" + "idBarcode": [ + "33433032712204" + ], + "identifier": [ + "urn:shelfmark:JMF 83-366", + "urn:barcode:33433032712204" ], "identifierV2": [ { @@ -3300,41 +3248,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032712204" + "value": "33433032712204", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMF 83-366" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032712204" - ], - "idBarcode": [ - "33433032712204" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMF 83-366" + ], + "shelfMark_sort": "aJMF 83-000366", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMF 83-000366" + "uri": "i10942026" }, "sort": [ null @@ -3392,12 +3344,12 @@ "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "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" ], @@ -3416,6 +3368,9 @@ "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG001000006-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3438,18 +3393,16 @@ "value": "(WaOLN)nyp0200013" } ], - "idOclc": [ - "NYPG001000006-B" - ], - "updatedAt": 1674870752089, + "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:undefined:NNSZ00100006", - "urn:undefined:(WaOLN)nyp0200013" + "urn:identifier:NNSZ00100006", + "urn:identifier:(WaOLN)nyp0200013" ], "numCheckinCardItems": [ 0 @@ -3483,12 +3436,6 @@ "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", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Bayrūt" ], @@ -3528,24 +3475,14 @@ }, "_score": null, "_source": { - "uri": "i12540040", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -3556,6 +3493,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -3565,8 +3505,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OGC 84-1996" + "idBarcode": [ + "33433022691780" + ], + "identifier": [ + "urn:shelfmark:*OGC 84-1996", + "urn:barcode:33433022691780" ], "identifierV2": [ { @@ -3574,41 +3518,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433022691780" + "value": "33433022691780", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OGC 84-1996" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433022691780" - ], - "idBarcode": [ - "33433022691780" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OGC 84-1996" + ], + "shelfMark_sort": "a*OGC 84-001996", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OGC 84-001996" + "uri": "i12540040" }, "sort": [ null @@ -3674,30 +3622,33 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Suite no. 1 : 1977" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JNG 83-102" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Hampton, Calvin." - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Hampton, Calvin." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000006-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3724,22 +3675,20 @@ "value": "(WaOLN)nyp0200014" } ], - "idOclc": [ - "NYPG001000006-C" - ], "uniformTitle": [ "Suite, organ, no. 1" ], - "updatedAt": 1689717163363, + "updatedAt": 1711491730703, "publicationStatement": [ "Melville, NY : Belwin-Mills, [1980?]" ], "identifier": [ + "urn:shelfmark:JNG 83-102", "urn:bnum:10000015", "urn:oclc:NYPG001000006-C", - "urn:undefined:DM 220. Belwin-Mills", - "urn:undefined:NNSZ00100556", - "urn:undefined:(WaOLN)nyp0200014" + "urn:identifier:DM 220. Belwin-Mills", + "urn:identifier:NNSZ00100556", + "urn:identifier:(WaOLN)nyp0200014" ], "numCheckinCardItems": [ 0 @@ -3772,12 +3721,6 @@ "Suite no. 1 : 1977 / Calvin Hampton." ], "uri": "b10000015", - "numItems": [ - 0 - ], - "numAvailable": [ - 0 - ], "placeOfPublication": [ "Melville, NY" ], @@ -3857,24 +3800,24 @@ "createdYear": [ 1967 ], - "type": [ - "nypl:Item" - ], "title": [ "Nalla Kuṟuntokaiyil nāṉilam." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-1937" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Cellappaṉ, Cilampoli, 1929-" - ], "createdString": [ "1967" ], + "creatorLiteral": [ + "Cellappaṉ, Cilampoli, 1929-" + ], "idLccn": [ "74913402" ], @@ -3884,6 +3827,9 @@ "dateStartYear": [ 1967 ], + "idOclc": [ + "NYPG001000007-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3893,14 +3839,14 @@ "type": "nypl:Bnumber", "value": "10000016" }, - { - "type": "bf:Lccn", - "value": "74913402" - }, { "type": "nypl:Oclc", "value": "NYPG001000007-B" }, + { + "type": "bf:Lccn", + "value": "74913402" + }, { "type": "bf:Identifier", "value": "NNSZ00100007" @@ -3910,19 +3856,17 @@ "value": "(WaOLN)nyp0200015" } ], - "idOclc": [ - "NYPG001000007-B" - ], - "updatedAt": 1674870752089, + "updatedAt": 1711185167994, "publicationStatement": [ "Ceṉṉai, Manṅkaḷa Nūlakam, 1959 [i.e. 1967]" ], "identifier": [ + "urn:shelfmark:*OLB 84-1937", "urn:bnum:10000016", - "urn:lccn:74913402", "urn:oclc:NYPG001000007-B", - "urn:undefined:NNSZ00100007", - "urn:undefined:(WaOLN)nyp0200015" + "urn:lccn:74913402", + "urn:identifier:NNSZ00100007", + "urn:identifier:(WaOLN)nyp0200015" ], "numCheckinCardItems": [ 0 @@ -3958,12 +3902,6 @@ "lccClassification": [ "PL4758.9.K794 Z6 1967" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ceṉṉai" ], @@ -4000,24 +3938,14 @@ }, "_score": null, "_source": { - "uri": "i13783785", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -4028,6 +3956,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -4037,8 +3968,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1937" + "idBarcode": [ + "33433061301580" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1937", + "urn:barcode:33433061301580" ], "identifierV2": [ { @@ -4046,41 +3981,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301580" + "value": "33433061301580", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-1937" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301580" - ], - "idBarcode": [ - "33433061301580" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1937" + ], + "shelfMark_sort": "a*OLB 84-001937", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-001937" + "uri": "i13783785" }, "sort": [ null @@ -4143,24 +4082,24 @@ "createdYear": [ 1981 ], - "type": [ - "nypl:Item" - ], "title": [ "Lettre du Mexique : pour baryton et piano, 1942" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-395" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Escher, Rudolf." - ], "createdString": [ "1981" ], + "creatorLiteral": [ + "Escher, Rudolf." + ], "numElectronicResources": [ 0 ], @@ -4170,6 +4109,9 @@ "dateStartYear": [ 1981 ], + "idOclc": [ + "NYPG001000007-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -4192,18 +4134,16 @@ "value": "(WaOLN)nyp0200016" } ], - "idOclc": [ - "NYPG001000007-C" - ], - "updatedAt": 1689717163974, + "updatedAt": 1710995521453, "publicationStatement": [ "Amsterdam : Donemus, c1981." ], "identifier": [ + "urn:shelfmark:JMG 83-395", "urn:bnum:10000017", "urn:oclc:NYPG001000007-C", - "urn:undefined:NNSZ00100557", - "urn:undefined:(WaOLN)nyp0200016" + "urn:identifier:NNSZ00100557", + "urn:identifier:(WaOLN)nyp0200016" ], "numCheckinCardItems": [ 0 @@ -4237,12 +4177,6 @@ "Lettre du Mexique : pour baryton et piano, 1942 / Rudolf Escher ; poème de Tristan Corbière." ], "uri": "b10000017", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Amsterdam" ], @@ -4279,24 +4213,14 @@ }, "_score": null, "_source": { - "uri": "i10942027", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -4307,6 +4231,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -4316,8 +4243,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-395" + "idBarcode": [ + "33433032735007" + ], + "identifier": [ + "urn:shelfmark:JMG 83-395", + "urn:barcode:33433032735007" ], "identifierV2": [ { @@ -4325,41 +4256,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032735007" + "value": "33433032735007", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-395" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032735007" - ], - "idBarcode": [ - "33433032735007" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-395" + ], + "shelfMark_sort": "aJMG 83-000395", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000395" + "uri": "i10942027" }, "sort": [ null @@ -4416,24 +4351,24 @@ "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "title": [ "al-Marʼah al-Lubnānīyah : wāqiʻuhā wa-qaḍāyāhā" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFX 84-1995" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Bashshūr, Najlāʼ Naṣīr." - ], "createdString": [ "1975" ], + "creatorLiteral": [ + "Bashshūr, Najlāʼ Naṣīr." + ], "idLccn": [ "78970449" ], @@ -4443,6 +4378,9 @@ "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG001000008-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -4452,14 +4390,14 @@ "type": "nypl:Bnumber", "value": "10000018" }, - { - "type": "bf:Lccn", - "value": "78970449" - }, { "type": "nypl:Oclc", "value": "NYPG001000008-B" }, + { + "type": "bf:Lccn", + "value": "78970449" + }, { "type": "bf:Identifier", "value": "NNSZ00100008" @@ -4469,19 +4407,17 @@ "value": "(WaOLN)nyp0200017" } ], - "idOclc": [ - "NYPG001000008-B" - ], - "updatedAt": 1674870747855, + "updatedAt": 1711582848276, "publicationStatement": [ "Bayrūt : Dār al-Ṭalīʻah, 1975." ], "identifier": [ + "urn:shelfmark:*OFX 84-1995", "urn:bnum:10000018", - "urn:lccn:78970449", "urn:oclc:NYPG001000008-B", - "urn:undefined:NNSZ00100008", - "urn:undefined:(WaOLN)nyp0200017" + "urn:lccn:78970449", + "urn:identifier:NNSZ00100008", + "urn:identifier:(WaOLN)nyp0200017" ], "numCheckinCardItems": [ 0 @@ -4517,12 +4453,6 @@ "lccClassification": [ "HQ1728 .B37" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Bayrūt" ], @@ -4559,24 +4489,14 @@ }, "_score": null, "_source": { - "uri": "i10000004", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -4587,6 +4507,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -4596,8 +4519,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFX 84-1995" + "idBarcode": [ + "33433002031718" + ], + "identifier": [ + "urn:shelfmark:*OFX 84-1995", + "urn:barcode:33433002031718" ], "identifierV2": [ { @@ -4605,41 +4532,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433002031718" + "value": "33433002031718", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFX 84-1995" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433002031718" - ], - "idBarcode": [ - "33433002031718" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFX 84-1995" + ], + "shelfMark_sort": "a*OFX 84-001995", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFX 84-001995" + "uri": "i10000004" }, "sort": [ null @@ -4695,30 +4626,33 @@ "createdYear": [ 1979 ], - "type": [ - "nypl:Item" - ], "title": [ "Zwölf Walzer und ein Epilog : für Klavier" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-111" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Benary, Peter." - ], "createdString": [ "1979" ], + "creatorLiteral": [ + "Benary, Peter." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1979 ], + "idOclc": [ + "NYPG001000008-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -4745,22 +4679,20 @@ "value": "(WaOLN)nyp0200018" } ], - "idOclc": [ - "NYPG001000008-C" - ], "uniformTitle": [ "Walzer und ein Epilog" ], - "updatedAt": 1689717163974, + "updatedAt": 1710995521453, "publicationStatement": [ "Wolfenbüttel : Möseler, c1979." ], "identifier": [ + "urn:shelfmark:JMG 83-111", "urn:bnum:10000019", "urn:oclc:NYPG001000008-C", - "urn:undefined:Möseler M 18.487.", - "urn:undefined:NNSZ00100558", - "urn:undefined:(WaOLN)nyp0200018" + "urn:identifier:Möseler M 18.487.", + "urn:identifier:NNSZ00100558", + "urn:identifier:(WaOLN)nyp0200018" ], "numCheckinCardItems": [ 0 @@ -4793,12 +4725,6 @@ "Zwölf Walzer und ein Epilog : für Klavier / Peter Benary." ], "uri": "b10000019", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Wolfenbüttel" ], @@ -4839,24 +4765,14 @@ }, "_score": null, "_source": { - "uri": "i10942028", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -4867,6 +4783,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -4876,8 +4795,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-111" + "idBarcode": [ + "33433032845053" + ], + "identifier": [ + "urn:shelfmark:JMG 83-111", + "urn:barcode:33433032845053" ], "identifierV2": [ { @@ -4885,41 +4808,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032845053" + "value": "33433032845053", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "JMG 83-111" + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } ], - "recapCustomerCode": [ - "NP" + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" ], - "identifier": [ - "urn:barcode:33433032845053" + "physicalLocation": [ + "JMG 83-111" ], - "idBarcode": [ - "33433032845053" + "recapCustomerCode": [ + "NP" ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-111" + ], + "shelfMark_sort": "aJMG 83-000111", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000111" + "uri": "i10942028" }, "sort": [ null @@ -4970,24 +4897,24 @@ "createdYear": [ 1970 ], - "type": [ - "nypl:Item" - ], "title": [ "Tolkāppiyam." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-1936" ], "numItemVolumesParsed": [ 1 ], - "creatorLiteral": [ - "Veḷḷaivāraṇaṉ, Ka." - ], "createdString": [ "1970" ], + "creatorLiteral": [ + "Veḷḷaivāraṇaṉ, Ka." + ], "idLccn": [ "74914844" ], @@ -4997,6 +4924,9 @@ "dateStartYear": [ 1970 ], + "idOclc": [ + "NYPG001000009-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -5006,14 +4936,14 @@ "type": "nypl:Bnumber", "value": "10000020" }, - { - "type": "bf:Lccn", - "value": "74914844" - }, { "type": "nypl:Oclc", "value": "NYPG001000009-B" }, + { + "type": "bf:Lccn", + "value": "74914844" + }, { "type": "bf:Identifier", "value": "NNSZ00100009" @@ -5023,19 +4953,17 @@ "value": "(WaOLN)nyp0200019" } ], - "idOclc": [ - "NYPG001000009-B" - ], - "updatedAt": 1674870747963, + "updatedAt": 1711329059003, "publicationStatement": [ "[Aṇṇāmalainakar] Aṇṇāmalaip Palkalaik Kaḻakam, 1970." ], "identifier": [ + "urn:shelfmark:*OLB 84-1936", "urn:bnum:10000020", - "urn:lccn:74914844", "urn:oclc:NYPG001000009-B", - "urn:undefined:NNSZ00100009", - "urn:undefined:(WaOLN)nyp0200019" + "urn:lccn:74914844", + "urn:identifier:NNSZ00100009", + "urn:identifier:(WaOLN)nyp0200019" ], "numCheckinCardItems": [ 0 @@ -5071,24 +4999,18 @@ "lccClassification": [ "PL4754.T583 V4 1970" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Aṇṇāmalainakar]" ], - "titleAlt": [ - "Tolkāppiyam nutaliyaporuḷ." - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Tolkāppiyam nutaliyaporuḷ." + ], "tableOfContents": [ "Tolkāppiyam.--Tolkāppiyam nutaliyaporuḷ." ], @@ -5119,24 +5041,14 @@ }, "_score": null, "_source": { - "uri": "i13783786", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -5147,6 +5059,15 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "enumerationChronology": [ + "v. 1" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -5156,8 +5077,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1936 v. 1" + "idBarcode": [ + "33433061301572" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1936 v. 1", + "urn:barcode:33433061301572" ], "identifierV2": [ { @@ -5165,12 +5090,18 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301572" + "value": "33433061301572", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "v. 1" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ "*OLB 84-1936" @@ -5178,23 +5109,24 @@ "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301572" - ], - "idBarcode": [ - "33433061301572" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1936 v. 1" + ], + "shelfMark_sort": "a*OLB 84-1936 v. 000001", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], "volumeRange": [ { @@ -5202,16 +5134,7 @@ "lte": 1 } ], - "enumerationChronology_sort": [ - " 1-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-1936 v. 000001" + "uri": "i13783786" }, "sort": [ " 1-" @@ -5273,30 +5196,33 @@ "createdYear": [ 1978 ], - "type": [ - "nypl:Item" - ], "title": [ "Aurora : sinfonischer Prolog : Partitur" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-113" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Weitzendorf, Heinz." - ], "createdString": [ "1978" ], + "creatorLiteral": [ + "Weitzendorf, Heinz." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1978 ], + "idOclc": [ + "NYPG001000009-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -5323,19 +5249,17 @@ "value": "(WaOLN)nyp0200020" } ], - "idOclc": [ - "NYPG001000009-C" - ], - "updatedAt": 1689717163415, + "updatedAt": 1710995521453, "publicationStatement": [ "Berlin : Verlag Neue Musik, c1978." ], "identifier": [ + "urn:shelfmark:JMG 83-113", "urn:bnum:10000021", "urn:oclc:NYPG001000009-C", - "urn:undefined:NM 384. Verlag Neue Musik", - "urn:undefined:NNSZ00100559", - "urn:undefined:(WaOLN)nyp0200020" + "urn:identifier:NM 384. Verlag Neue Musik", + "urn:identifier:NNSZ00100559", + "urn:identifier:(WaOLN)nyp0200020" ], "numCheckinCardItems": [ 0 @@ -5368,12 +5292,6 @@ "Aurora : sinfonischer Prolog : Partitur / Heinz Weitzendorf." ], "uri": "b10000021", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Berlin" ], @@ -5410,24 +5328,14 @@ }, "_score": null, "_source": { - "uri": "i10942029", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -5438,6 +5346,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -5447,8 +5358,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-113" + "idBarcode": [ + "33433032845079" + ], + "identifier": [ + "urn:shelfmark:JMG 83-113", + "urn:barcode:33433032845079" ], "identifierV2": [ { @@ -5456,41 +5371,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032845079" + "value": "33433032845079", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-113" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032845079" - ], - "idBarcode": [ - "33433032845079" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-113" + ], + "shelfMark_sort": "aJMG 83-000113", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000113" + "uri": "i10942029" }, "sort": [ null @@ -5547,33 +5466,33 @@ "createdYear": [ 1970 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Puttamittiraṉār, active 11th century." - ], "createdString": [ "1970" ], + "creatorLiteral": [ + "Puttamittiraṉār, active 11th century." + ], "idLccn": [ "73913714" ], - "seriesStatement": [ - "Kaḻaka veḷiyīṭu, 1388" - ], "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." @@ -5581,6 +5500,9 @@ "dateStartYear": [ 1970 ], + "idOclc": [ + "NYPG001000010-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -5590,14 +5512,14 @@ "type": "nypl:Bnumber", "value": "10000022" }, - { - "type": "bf:Lccn", - "value": "73913714" - }, { "type": "nypl:Oclc", "value": "NYPG001000010-B" }, + { + "type": "bf:Lccn", + "value": "73913714" + }, { "type": "bf:Identifier", "value": "NNSZ00100010" @@ -5607,19 +5529,17 @@ "value": "(WaOLN)nyp0200021" } ], - "idOclc": [ - "NYPG001000010-B" - ], - "updatedAt": 1674870747963, + "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:lccn:73913714", "urn:oclc:NYPG001000010-B", - "urn:undefined:NNSZ00100010", - "urn:undefined:(WaOLN)nyp0200021" + "urn:lccn:73913714", + "urn:identifier:NNSZ00100010", + "urn:identifier:(WaOLN)nyp0200021" ], "numCheckinCardItems": [ 0 @@ -5655,24 +5575,18 @@ "lccClassification": [ "PL4754 .P8 1970" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ceṉṉai" ], - "titleAlt": [ - "Viracōḻiyam." - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Viracōḻiyam." + ], "dimensions": [ "22 cm." ] @@ -5700,24 +5614,14 @@ }, "_score": null, "_source": { - "uri": "i13783787", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -5728,6 +5632,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -5737,8 +5644,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1935" + "idBarcode": [ + "33433061301564" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1935", + "urn:barcode:33433061301564" ], "identifierV2": [ { @@ -5746,41 +5657,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301564" + "value": "33433061301564", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-1935" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301564" - ], - "idBarcode": [ - "33433061301564" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1935" + ], + "shelfMark_sort": "a*OLB 84-001935", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-001935" + "uri": "i13783787" }, "sort": [ null @@ -5847,30 +5762,33 @@ "createdYear": [ 1979 ], - "type": [ - "nypl:Item" - ], "title": [ "Musica sacra" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMF 83-38" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Zaninelli, Luigi." - ], "createdString": [ "1979" ], + "creatorLiteral": [ + "Zaninelli, Luigi." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1979 ], + "idOclc": [ + "NYPG001000010-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -5897,19 +5815,17 @@ "value": "(WaOLN)nyp0200022" } ], - "idOclc": [ - "NYPG001000010-C" - ], - "updatedAt": 1689717163974, + "updatedAt": 1710995521453, "publicationStatement": [ "Delaware Water Gap, Pa. : Shawnee Press, c1979." ], "identifier": [ + "urn:shelfmark:JMF 83-38", "urn:bnum:10000023", "urn:oclc:NYPG001000010-C", - "urn:undefined:KC913 Shawnee Press", - "urn:undefined:NNSZ00100560", - "urn:undefined:(WaOLN)nyp0200022" + "urn:identifier:KC913 Shawnee Press", + "urn:identifier:NNSZ00100560", + "urn:identifier:(WaOLN)nyp0200022" ], "numCheckinCardItems": [ 0 @@ -5942,12 +5858,6 @@ "Musica sacra / Luigi Zaninelli." ], "uri": "b10000023", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Delaware Water Gap, Pa." ], @@ -5984,24 +5894,14 @@ }, "_score": null, "_source": { - "uri": "i10942030", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -6012,6 +5912,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -6021,8 +5924,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMF 83-38" + "idBarcode": [ + "33433032709028" + ], + "identifier": [ + "urn:shelfmark:JMF 83-38", + "urn:barcode:33433032709028" ], "identifierV2": [ { @@ -6030,41 +5937,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032709028" + "value": "33433032709028", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMF 83-38" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032709028" - ], - "idBarcode": [ - "33433032709028" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMF 83-38" + ], + "shelfMark_sort": "aJMF 83-000038", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMF 83-000038" + "uri": "i10942030" }, "sort": [ null @@ -6124,24 +6035,24 @@ "createdYear": [ 1976 ], - "type": [ - "nypl:Item" - ], "title": [ "al-Baḥrayn : mushkilāt al-taghyīr al-siyāsī wa-al-ijtimāʻī" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFK 84-1944" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Rumayḥī, Muḥammad Ghānim." - ], "createdString": [ "1976" ], + "creatorLiteral": [ + "Rumayḥī, Muḥammad Ghānim." + ], "idLccn": [ "79971032" ], @@ -6151,6 +6062,9 @@ "dateStartYear": [ 1976 ], + "idOclc": [ + "NYPG001000011-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6160,14 +6074,14 @@ "type": "nypl:Bnumber", "value": "10000024" }, - { - "type": "bf:Lccn", - "value": "79971032" - }, { "type": "nypl:Oclc", "value": "NYPG001000011-B" }, + { + "type": "bf:Lccn", + "value": "79971032" + }, { "type": "bf:Identifier", "value": "NNSZ00100011" @@ -6177,19 +6091,17 @@ "value": "(WaOLN)nyp0200023" } ], - "idOclc": [ - "NYPG001000011-B" - ], - "updatedAt": 1674870752089, + "updatedAt": 1711097717293, "publicationStatement": [ "[Bayrūt] : Dār Ibn Khaldūn, 1976." ], "identifier": [ + "urn:shelfmark:*OFK 84-1944", "urn:bnum:10000024", - "urn:lccn:79971032", "urn:oclc:NYPG001000011-B", - "urn:undefined:NNSZ00100011", - "urn:undefined:(WaOLN)nyp0200023" + "urn:lccn:79971032", + "urn:identifier:NNSZ00100011", + "urn:identifier:(WaOLN)nyp0200023" ], "numCheckinCardItems": [ 0 @@ -6227,12 +6139,6 @@ "lccClassification": [ "DS247.B28 R85" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Bayrūt]" ], @@ -6269,24 +6175,14 @@ }, "_score": null, "_source": { - "uri": "i10000005", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -6297,6 +6193,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -6306,8 +6205,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFK 84-1944" + "idBarcode": [ + "33433005548676" + ], + "identifier": [ + "urn:shelfmark:*OFK 84-1944", + "urn:barcode:33433005548676" ], "identifierV2": [ { @@ -6315,41 +6218,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433005548676" + "value": "33433005548676", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFK 84-1944" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433005548676" - ], - "idBarcode": [ - "33433005548676" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFK 84-1944" + ], + "shelfMark_sort": "a*OFK 84-001944", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFK 84-001944" + "uri": "i10000005" }, "sort": [ null @@ -6393,33 +6300,36 @@ "createdYear": [ 1979 ], - "type": [ - "nypl:Item" - ], "title": [ "Drei Sonatinen für Klavier" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMF 83-107" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Stockmeier, Wolfgang." - ], "createdString": [ "1979" ], - "seriesStatement": [ - "Hausmusik ; 179" + "creatorLiteral": [ + "Stockmeier, Wolfgang." ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Hausmusik ; 179" + ], "dateStartYear": [ 1979 ], + "idOclc": [ + "NYPG001000011-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6442,21 +6352,19 @@ "value": "(WaOLN)nyp0200024" } ], - "idOclc": [ - "NYPG001000011-C" - ], "uniformTitle": [ "Sonatinas, piano" ], - "updatedAt": 1689717163974, + "updatedAt": 1711147751540, "publicationStatement": [ "Wolfenbüttel : Möseler, c1979." ], "identifier": [ + "urn:shelfmark:JMF 83-107", "urn:bnum:10000025", "urn:oclc:NYPG001000011-C", - "urn:undefined:NNSZ00100561", - "urn:undefined:(WaOLN)nyp0200024" + "urn:identifier:NNSZ00100561", + "urn:identifier:(WaOLN)nyp0200024" ], "numCheckinCardItems": [ 0 @@ -6489,12 +6397,6 @@ "Drei Sonatinen für Klavier / Wolfgang Stockmeier." ], "uri": "b10000025", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Wolfenbüttel" ], @@ -6534,24 +6436,14 @@ }, "_score": null, "_source": { - "uri": "i10942031", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -6562,6 +6454,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -6571,8 +6466,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMF 83-107" + "idBarcode": [ + "33433032709697" + ], + "identifier": [ + "urn:shelfmark:JMF 83-107", + "urn:barcode:33433032709697" ], "identifierV2": [ { @@ -6580,41 +6479,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032709697" + "value": "33433032709697", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMF 83-107" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032709697" - ], - "idBarcode": [ - "33433032709697" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMF 83-107" + ], + "shelfMark_sort": "aJMF 83-000107", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMF 83-000107" + "uri": "i10942031" }, "sort": [ null @@ -6671,24 +6574,24 @@ "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Razzāz, Nabīlah." - ], "createdString": [ "1975" ], + "creatorLiteral": [ + "Razzāz, Nabīlah." + ], "idLccn": [ "76960987" ], @@ -6698,6 +6601,9 @@ "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG001000012-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6707,14 +6613,14 @@ "type": "nypl:Bnumber", "value": "10000026" }, - { - "type": "bf:Lccn", - "value": "76960987" - }, { "type": "nypl:Oclc", "value": "NYPG001000012-B" }, + { + "type": "bf:Lccn", + "value": "76960987" + }, { "type": "bf:Identifier", "value": "NNSZ00100012" @@ -6724,19 +6630,17 @@ "value": "(WaOLN)nyp0200025" } ], - "idOclc": [ - "NYPG001000012-B" - ], - "updatedAt": 1674870747855, + "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:lccn:76960987", "urn:oclc:NYPG001000012-B", - "urn:undefined:NNSZ00100012", - "urn:undefined:(WaOLN)nyp0200025" + "urn:lccn:76960987", + "urn:identifier:NNSZ00100012", + "urn:identifier:(WaOLN)nyp0200025" ], "numCheckinCardItems": [ 0 @@ -6772,12 +6676,6 @@ "lccClassification": [ "HQ402 .R39" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Dimashq" ], @@ -6814,24 +6712,14 @@ }, "_score": null, "_source": { - "uri": "i10000006", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -6842,6 +6730,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -6851,8 +6742,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFX 84-1953" + "idBarcode": [ + "33433002031700" + ], + "identifier": [ + "urn:shelfmark:*OFX 84-1953", + "urn:barcode:33433002031700" ], "identifierV2": [ { @@ -6860,41 +6755,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433002031700" + "value": "33433002031700", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFX 84-1953" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433002031700" - ], - "idBarcode": [ - "33433002031700" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFX 84-1953" + ], + "shelfMark_sort": "a*OFX 84-001953", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFX 84-001953" + "uri": "i10000006" }, "sort": [ null @@ -6938,33 +6837,36 @@ "createdYear": [ 1979 ], - "type": [ - "nypl:Item" - ], "title": [ "Drei kleine Sonaten : für Violine solo" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMF 83-95" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Köhler, Friedemann." - ], "createdString": [ "1979" ], - "seriesStatement": [ - "Hausmusik ; 172" + "creatorLiteral": [ + "Köhler, Friedemann." ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Hausmusik ; 172" + ], "dateStartYear": [ 1979 ], + "idOclc": [ + "NYPG001000012-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6987,21 +6889,19 @@ "value": "(WaOLN)nyp0200026" } ], - "idOclc": [ - "NYPG001000012-C" - ], "uniformTitle": [ "Kleine Sonaten, violin" ], - "updatedAt": 1689717163363, + "updatedAt": 1710995521453, "publicationStatement": [ "Wolfenbüttel : Möseler Verlag, c1979." ], "identifier": [ + "urn:shelfmark:JMF 83-95", "urn:bnum:10000027", "urn:oclc:NYPG001000012-C", - "urn:undefined:NNSZ00100562", - "urn:undefined:(WaOLN)nyp0200026" + "urn:identifier:NNSZ00100562", + "urn:identifier:(WaOLN)nyp0200026" ], "numCheckinCardItems": [ 0 @@ -7034,12 +6934,6 @@ "Drei kleine Sonaten : für Violine solo / Friedemann Köhler." ], "uri": "b10000027", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Wolfenbüttel" ], @@ -7079,24 +6973,14 @@ }, "_score": null, "_source": { - "uri": "i10942032", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -7107,6 +6991,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -7116,8 +7003,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMF 83-95" + "idBarcode": [ + "33433032709572" + ], + "identifier": [ + "urn:shelfmark:JMF 83-95", + "urn:barcode:33433032709572" ], "identifierV2": [ { @@ -7125,41 +7016,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032709572" + "value": "33433032709572", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "JMF 83-95" - ], - "recapCustomerCode": [ - "NP" + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } ], - "identifier": [ - "urn:barcode:33433032709572" + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" ], - "idBarcode": [ - "33433032709572" + "physicalLocation": [ + "JMF 83-95" + ], + "recapCustomerCode": [ + "NP" ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMF 83-95" + ], + "shelfMark_sort": "aJMF 83-000095", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMF 83-000095" + "uri": "i10942032" }, "sort": [ null @@ -7220,24 +7115,24 @@ "createdYear": [ 1973 ], - "type": [ - "nypl:Item" - ], "title": [ "Vaṃśabhāskara : eka adhyayana" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKTM 84-1945" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Khāna, Ālama Śāha, 1936-2003." - ], "createdString": [ "1973" ], + "creatorLiteral": [ + "Khāna, Ālama Śāha, 1936-2003." + ], "idLccn": [ "75903689" ], @@ -7247,6 +7142,9 @@ "dateStartYear": [ 1973 ], + "idOclc": [ + "NYPG001000013-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -7256,14 +7154,14 @@ "type": "nypl:Bnumber", "value": "10000028" }, - { - "type": "bf:Lccn", - "value": "75903689" - }, { "type": "nypl:Oclc", "value": "NYPG001000013-B" }, + { + "type": "bf:Lccn", + "value": "75903689" + }, { "type": "bf:Identifier", "value": "NNSZ00100013" @@ -7273,19 +7171,17 @@ "value": "(WaOLN)nyp0200027" } ], - "idOclc": [ - "NYPG001000013-B" - ], - "updatedAt": 1674870747855, + "updatedAt": 1710972943549, "publicationStatement": [ "Udayapura : Rājasthāna Sāhitya Akādamī (Saṅgama), 1973." ], "identifier": [ + "urn:shelfmark:*OKTM 84-1945", "urn:bnum:10000028", - "urn:lccn:75903689", "urn:oclc:NYPG001000013-B", - "urn:undefined:NNSZ00100013", - "urn:undefined:(WaOLN)nyp0200027" + "urn:lccn:75903689", + "urn:identifier:NNSZ00100013", + "urn:identifier:(WaOLN)nyp0200027" ], "numCheckinCardItems": [ 0 @@ -7321,12 +7217,6 @@ "lccClassification": [ "PK2708.9.S9 V334" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Udayapura" ], @@ -7363,24 +7253,14 @@ }, "_score": null, "_source": { - "uri": "i10942033", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -7391,6 +7271,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -7400,8 +7283,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKTM 84-1945" + "idBarcode": [ + "33433011094210" + ], + "identifier": [ + "urn:shelfmark:*OKTM 84-1945", + "urn:barcode:33433011094210" ], "identifierV2": [ { @@ -7409,41 +7296,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011094210" + "value": "33433011094210", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKTM 84-1945" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433011094210" - ], - "idBarcode": [ - "33433011094210" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKTM 84-1945" + ], + "shelfMark_sort": "a*OKTM 84-001945", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKTM 84-001945" + "uri": "i10942033" }, "sort": [ null @@ -7504,24 +7395,24 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Cruor : for organ solo, 1977" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMF 83-93" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Lorentzen, Bent." - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Lorentzen, Bent." + ], "idLccn": [ "82771131" ], @@ -7531,6 +7422,9 @@ "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000013-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -7540,14 +7434,14 @@ "type": "nypl:Bnumber", "value": "10000029" }, - { - "type": "bf:Lccn", - "value": "82771131" - }, { "type": "nypl:Oclc", "value": "NYPG001000013-C" }, + { + "type": "bf:Lccn", + "value": "82771131" + }, { "type": "bf:Identifier", "value": "Wilhelm Hansen edition no. 4372." @@ -7565,21 +7459,19 @@ "value": "(WaOLN)nyp0200028" } ], - "idOclc": [ - "NYPG001000013-C" - ], - "updatedAt": 1689717163974, + "updatedAt": 1711207280267, "publicationStatement": [ "Copenhagen ; New York : W. Hansen ; [s.l.] : Distribution, Magnamusic-Baton, c1980." ], "identifier": [ + "urn:shelfmark:JMF 83-93", "urn:bnum:10000029", - "urn:lccn:82771131", "urn:oclc:NYPG001000013-C", - "urn:undefined:Wilhelm Hansen edition no. 4372.", - "urn:undefined:29589.", - "urn:undefined:NNSZ00100563", - "urn:undefined:(WaOLN)nyp0200028" + "urn:lccn:82771131", + "urn:identifier:Wilhelm Hansen edition no. 4372.", + "urn:identifier:29589.", + "urn:identifier:NNSZ00100563", + "urn:identifier:(WaOLN)nyp0200028" ], "numCheckinCardItems": [ 0 @@ -7615,12 +7507,6 @@ "lccClassification": [ "M11 .L" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Copenhagen ; New York : [s.l.]" ], @@ -7657,24 +7543,14 @@ }, "_score": null, "_source": { - "uri": "i10942034", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -7685,6 +7561,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -7694,8 +7573,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMF 83-93" + "idBarcode": [ + "33433032709556" + ], + "identifier": [ + "urn:shelfmark:JMF 83-93", + "urn:barcode:33433032709556" ], "identifierV2": [ { @@ -7703,41 +7586,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032709556" + "value": "33433032709556", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMF 83-93" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032709556" - ], - "idBarcode": [ - "33433032709556" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMF 83-93" + ], + "shelfMark_sort": "aJMF 83-000093", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMF 83-000093" + "uri": "i10942034" }, "sort": [ null @@ -7804,12 +7691,12 @@ "createdYear": [ 1974 ], - "type": [ - "nypl:Item" - ], "title": [ "Uṇādi-koṣaḥ" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKA 84-1931" ], @@ -7835,6 +7722,9 @@ "dateStartYear": [ 1974 ], + "idOclc": [ + "NYPG001000014-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -7844,14 +7734,14 @@ "type": "nypl:Bnumber", "value": "10000030" }, - { - "type": "bf:Lccn", - "value": "75902275" - }, { "type": "nypl:Oclc", "value": "NYPG001000014-B" }, + { + "type": "bf:Lccn", + "value": "75902275" + }, { "type": "bf:Identifier", "value": "NNSZ00100014" @@ -7861,22 +7751,20 @@ "value": "(WaOLN)nyp0200029" } ], - "idOclc": [ - "NYPG001000014-B" - ], "uniformTitle": [ "Uṇādisūtra." ], - "updatedAt": 1674870747855, + "updatedAt": 1711329059003, "publicationStatement": [ "Karanāla : Ra.Ba.Cau. Nārāyaṇasiṃha Dharmārtha Ṭrasṭa ; Bahālagaḍha, Harayāṇa : prāptisthānam, Rāmalāla Kapūra Ṭrasṭa, 1974." ], "identifier": [ + "urn:shelfmark:*OKA 84-1931", "urn:bnum:10000030", - "urn:lccn:75902275", "urn:oclc:NYPG001000014-B", - "urn:undefined:NNSZ00100014", - "urn:undefined:(WaOLN)nyp0200029" + "urn:lccn:75902275", + "urn:identifier:NNSZ00100014", + "urn:identifier:(WaOLN)nyp0200029" ], "numCheckinCardItems": [ 0 @@ -7912,12 +7800,6 @@ "lccClassification": [ "PK551 .U73" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Karanāla : Bahālagaḍha, Harayāṇa" ], @@ -7954,24 +7836,14 @@ }, "_score": null, "_source": { - "uri": "i10000007", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -7982,6 +7854,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -7991,8 +7866,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKA 84-1931" + "idBarcode": [ + "33433012968222" + ], + "identifier": [ + "urn:shelfmark:*OKA 84-1931", + "urn:barcode:33433012968222" ], "identifierV2": [ { @@ -8000,41 +7879,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433012968222" + "value": "33433012968222", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKA 84-1931" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433012968222" - ], - "idBarcode": [ - "33433012968222" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKA 84-1931" + ], + "shelfMark_sort": "a*OKA 84-001931", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKA 84-001931" + "uri": "i10000007" }, "sort": [ null @@ -8078,30 +7961,33 @@ "createdYear": [ 1979 ], - "type": [ - "nypl:Item" - ], "title": [ "Neun Miniaturen : für Klavier : op. 52" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-17" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Petersen, Wilhelm, 1890-1957." - ], "createdString": [ "1979" ], + "creatorLiteral": [ + "Petersen, Wilhelm, 1890-1957." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1979 ], + "idOclc": [ + "NYPG001000014-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -8128,22 +8014,20 @@ "value": "(WaOLN)nyp0200030" } ], - "idOclc": [ - "NYPG001000014-C" - ], "uniformTitle": [ "Miniaturen" ], - "updatedAt": 1689717163974, + "updatedAt": 1710995521453, "publicationStatement": [ "Heidelberg : W. Müller, c1979." ], "identifier": [ + "urn:shelfmark:JMG 83-17", "urn:bnum:10000031", "urn:oclc:NYPG001000014-C", - "urn:undefined:W. Müller WM 1713 SM.", - "urn:undefined:NNSZ00100564", - "urn:undefined:(WaOLN)nyp0200030" + "urn:identifier:W. Müller WM 1713 SM.", + "urn:identifier:NNSZ00100564", + "urn:identifier:(WaOLN)nyp0200030" ], "numCheckinCardItems": [ 0 @@ -8176,12 +8060,6 @@ "Neun Miniaturen : für Klavier : op. 52 / Wilhelm Petersen." ], "uri": "b10000031", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Heidelberg" ], @@ -8222,24 +8100,14 @@ }, "_score": null, "_source": { - "uri": "i10942035", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -8250,6 +8118,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -8259,8 +8130,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-17" + "idBarcode": [ + "33433032841631" + ], + "identifier": [ + "urn:shelfmark:JMG 83-17", + "urn:barcode:33433032841631" ], "identifierV2": [ { @@ -8268,41 +8143,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032841631" + "value": "33433032841631", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-17" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032841631" - ], - "idBarcode": [ - "33433032841631" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-17" + ], + "shelfMark_sort": "aJMG 83-000017", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000017" + "uri": "i10942035" }, "sort": [ null @@ -8361,30 +8240,33 @@ "createdYear": [ 1972 ], - "type": [ - "nypl:Item" - ], "title": [ "Buzurgān-i Jahrum : mushtamil bar sharḥ-i aḥvāl va ā̲sār-i rijāl va sukhanvarān va dānishmandān va khushnivīsān va pizishkān-i Jahrum va Khafr" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OMP 84-2007" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Ishrāq, Muḥammad Karīm." - ], "createdString": [ "1972" ], + "creatorLiteral": [ + "Ishrāq, Muḥammad Karīm." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1972 ], + "idOclc": [ + "NYPG001000015-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -8407,18 +8289,16 @@ "value": "(WaOLN)nyp0200031" } ], - "idOclc": [ - "NYPG001000015-B" - ], - "updatedAt": 1674870752089, + "updatedAt": 1711606508873, "publicationStatement": [ "Tihrān : Kitābfurūshī-i Khayyām, 1351 [1972]" ], "identifier": [ + "urn:shelfmark:*OMP 84-2007", "urn:bnum:10000032", "urn:oclc:NYPG001000015-B", - "urn:undefined:NNSZ00100015", - "urn:undefined:(WaOLN)nyp0200031" + "urn:identifier:NNSZ00100015", + "urn:identifier:(WaOLN)nyp0200031" ], "numCheckinCardItems": [ 0 @@ -8452,12 +8332,6 @@ "Buzurgān-i Jahrum : mushtamil bar sharḥ-i aḥvāl va ā̲sār-i rijāl va sukhanvarān va dānishmandān va khushnivīsān va pizishkān-i Jahrum va Khafr / taʼlīf-i Muḥammad Karīm Ishrāq." ], "uri": "b10000032", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tihrān" ], @@ -8494,24 +8368,14 @@ }, "_score": null, "_source": { - "uri": "i10000008", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -8522,6 +8386,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -8531,8 +8398,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OMP 84-2007" + "idBarcode": [ + "33433013173012" + ], + "identifier": [ + "urn:shelfmark:*OMP 84-2007", + "urn:barcode:33433013173012" ], "identifierV2": [ { @@ -8540,41 +8411,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433013173012" + "value": "33433013173012", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OMP 84-2007" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433013173012" - ], - "idBarcode": [ - "33433013173012" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OMP 84-2007" + ], + "shelfMark_sort": "a*OMP 84-002007", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OMP 84-002007" + "uri": "i10000008" }, "sort": [ null @@ -8626,30 +8501,33 @@ "createdYear": [ 1981 ], - "type": [ - "nypl:Item" - ], "title": [ "Psalm settings" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-59" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Nelhybel, Vaclav." - ], "createdString": [ "1981" ], + "creatorLiteral": [ + "Nelhybel, Vaclav." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1981 ], + "idOclc": [ + "NYPG001000015-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -8672,18 +8550,16 @@ "value": "(WaOLN)nyp0200032" } ], - "idOclc": [ - "NYPG001000015-C" - ], - "updatedAt": 1689901710981, + "updatedAt": 1711343803471, "publicationStatement": [ "Carol Stream, Ill. : Agápe, c1981." ], "identifier": [ + "urn:shelfmark:JMG 83-59", "urn:bnum:10000033", "urn:oclc:NYPG001000015-C", - "urn:undefined:NNSZ00100565", - "urn:undefined:(WaOLN)nyp0200032" + "urn:identifier:NNSZ00100565", + "urn:identifier:(WaOLN)nyp0200032" ], "numCheckinCardItems": [ 0 @@ -8717,12 +8593,6 @@ "Psalm settings / Vaclav Nelhybel." ], "uri": "b10000033", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Carol Stream, Ill." ], @@ -8762,24 +8632,14 @@ }, "_score": null, "_source": { - "uri": "i10942036", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -8790,6 +8650,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -8799,8 +8662,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-59" + "idBarcode": [ + "33433032842035" + ], + "identifier": [ + "urn:shelfmark:JMG 83-59", + "urn:barcode:33433032842035" ], "identifierV2": [ { @@ -8808,41 +8675,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032842035" + "value": "33433032842035", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-59" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032842035" - ], - "idBarcode": [ - "33433032842035" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-59" + ], + "shelfMark_sort": "aJMG 83-000059", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000059" + "uri": "i10942036" }, "sort": [ null @@ -8905,33 +8776,33 @@ "createdYear": [ 1974 ], - "type": [ - "nypl:Item" - ], "title": [ "Brhatkathāślokasaṁgraha : a study" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKR 84-2006" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Budhasvāmin." - ], "createdString": [ "1974" ], + "creatorLiteral": [ + "Budhasvāmin." + ], "idLccn": [ "74903273" ], - "seriesStatement": [ - "Indian civilization series ; no. 4" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Indian civilization series ; no. 4" + ], "contributorLiteral": [ "Guṇāḍhya.", "Agrawala, Vasudeva Sharana.", @@ -8940,6 +8811,9 @@ "dateStartYear": [ 1974 ], + "idOclc": [ + "NYPG001000016-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -8949,14 +8823,14 @@ "type": "nypl:Bnumber", "value": "10000034" }, - { - "type": "bf:Lccn", - "value": "74903273" - }, { "type": "nypl:Oclc", "value": "NYPG001000016-B" }, + { + "type": "bf:Lccn", + "value": "74903273" + }, { "type": "bf:Identifier", "value": "NNSZ00100016" @@ -8966,19 +8840,17 @@ "value": "(WaOLN)nyp0200033" } ], - "idOclc": [ - "NYPG001000016-B" - ], - "updatedAt": 1674870747855, + "updatedAt": 1711113679649, "publicationStatement": [ "Varanasi : Prithivi Prakashan, 1974." ], "identifier": [ + "urn:shelfmark:*OKR 84-2006", "urn:bnum:10000034", - "urn:lccn:74903273", "urn:oclc:NYPG001000016-B", - "urn:undefined:NNSZ00100016", - "urn:undefined:(WaOLN)nyp0200033" + "urn:lccn:74903273", + "urn:identifier:NNSZ00100016", + "urn:identifier:(WaOLN)nyp0200033" ], "numCheckinCardItems": [ 0 @@ -9011,12 +8883,6 @@ "lccClassification": [ "PK3794.B84 B7 1974" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Varanasi" ], @@ -9053,24 +8919,14 @@ }, "_score": null, "_source": { - "uri": "i10000009", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -9081,6 +8937,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -9090,8 +8949,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKR 84-2006" + "idBarcode": [ + "33433011528696" + ], + "identifier": [ + "urn:shelfmark:*OKR 84-2006", + "urn:barcode:33433011528696" ], "identifierV2": [ { @@ -9099,41 +8962,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011528696" + "value": "33433011528696", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKR 84-2006" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433011528696" - ], - "idBarcode": [ - "33433011528696" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKR 84-2006" + ], + "shelfMark_sort": "a*OKR 84-002006", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKR 84-002006" + "uri": "i10000009" }, "sort": [ null @@ -9467,24 +9334,24 @@ "createdYear": [ 1972 ], - "type": [ - "nypl:Item" - ], "title": [ "Srīnārāyaṇatīrthayatīndracaritram[sic]" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKB 84-1928" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Lakshmikantaiah, Garikapati, 1900-" - ], "createdString": [ "1972" ], + "creatorLiteral": [ + "Lakshmikantaiah, Garikapati, 1900-" + ], "idLccn": [ "75902755" ], @@ -9494,6 +9361,9 @@ "dateStartYear": [ 1972 ], + "idOclc": [ + "NYPG001000017-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -9503,14 +9373,14 @@ "type": "nypl:Bnumber", "value": "10000036" }, - { - "type": "bf:Lccn", - "value": "75902755" - }, { "type": "nypl:Oclc", "value": "NYPG001000017-B" }, + { + "type": "bf:Lccn", + "value": "75902755" + }, { "type": "bf:Identifier", "value": "NNSZ00100017" @@ -9520,19 +9390,17 @@ "value": "(WaOLN)nyp0200035" } ], - "idOclc": [ - "NYPG001000017-B" - ], - "updatedAt": 1674870752089, + "updatedAt": 1711355313989, "publicationStatement": [ "[s.1. : s.n.], 1972" ], "identifier": [ + "urn:shelfmark:*OKB 84-1928", "urn:bnum:10000036", - "urn:lccn:75902755", "urn:oclc:NYPG001000017-B", - "urn:undefined:NNSZ00100017", - "urn:undefined:(WaOLN)nyp0200035" + "urn:lccn:75902755", + "urn:identifier:NNSZ00100017", + "urn:identifier:(WaOLN)nyp0200035" ], "numCheckinCardItems": [ 0 @@ -9568,12 +9436,6 @@ "lccClassification": [ "PK3799.L28 S68" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[s.1." ], @@ -9610,24 +9472,14 @@ }, "_score": null, "_source": { - "uri": "i12858032", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -9638,6 +9490,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -9647,8 +9502,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKB 84-1928" + "idBarcode": [ + "33433058548433" + ], + "identifier": [ + "urn:shelfmark:*OKB 84-1928", + "urn:barcode:33433058548433" ], "identifierV2": [ { @@ -9656,41 +9515,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058548433" + "value": "33433058548433", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKB 84-1928" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433058548433" - ], - "idBarcode": [ - "33433058548433" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKB 84-1928" + ], + "shelfMark_sort": "a*OKB 84-001928", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKB 84-001928" + "uri": "i12858032" }, "sort": [ null @@ -9741,30 +9604,33 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Eight studies for guitar : in form of a suite : 1979" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-5" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Hekster, Walter." - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Hekster, Walter." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000017-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -9787,21 +9653,19 @@ "value": "(WaOLN)nyp0200036" } ], - "idOclc": [ - "NYPG001000017-C" - ], "uniformTitle": [ "Studies, guitar" ], - "updatedAt": 1689717163363, + "updatedAt": 1711157193933, "publicationStatement": [ "Amsterdam : Donemus, c1980." ], "identifier": [ + "urn:shelfmark:JMG 83-5", "urn:bnum:10000037", "urn:oclc:NYPG001000017-C", - "urn:undefined:NNSZ00100567", - "urn:undefined:(WaOLN)nyp0200036" + "urn:identifier:NNSZ00100567", + "urn:identifier:(WaOLN)nyp0200036" ], "numCheckinCardItems": [ 0 @@ -9834,12 +9698,6 @@ "Eight studies for guitar : in form of a suite : 1979 / Walter Hekster." ], "uri": "b10000037", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Amsterdam" ], @@ -9879,24 +9737,14 @@ }, "_score": null, "_source": { - "uri": "i10942040", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -9907,6 +9755,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -9916,8 +9767,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-5" + "idBarcode": [ + "33433032841482" + ], + "identifier": [ + "urn:shelfmark:JMG 83-5", + "urn:barcode:33433032841482" ], "identifierV2": [ { @@ -9925,41 +9780,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032841482" + "value": "33433032841482", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-5" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032841482" - ], - "idBarcode": [ - "33433032841482" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-5" + ], + "shelfMark_sort": "aJMG 83-000005", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000005" + "uri": "i10942040" }, "sort": [ null @@ -9991,7 +9850,8 @@ ], "subjectLiteral_exploded": [ "Sanskrit poetry", - "Sanskrit poetry -- Himachal Pradesh" + "Sanskrit poetry -- India", + "Sanskrit poetry -- India -- Himachal Pradesh" ], "numItemDatesParsed": [ 0 @@ -10011,12 +9871,12 @@ "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "title": [ "Rtambharā : Himācala ke ādhunika Saṃskrta kaviyoṃ kī kavitāyoṃ kā saṅkalana" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKP 84-1932" ], @@ -10038,6 +9898,9 @@ "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG001000018-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -10047,14 +9910,14 @@ "type": "nypl:Bnumber", "value": "10000038" }, - { - "type": "bf:Lccn", - "value": "76900772" - }, { "type": "nypl:Oclc", "value": "NYPG001000018-B" }, + { + "type": "bf:Lccn", + "value": "76900772" + }, { "type": "bf:Identifier", "value": "NNSZ00100018" @@ -10064,19 +9927,17 @@ "value": "(WaOLN)nyp0200037" } ], - "idOclc": [ - "NYPG001000018-B" - ], - "updatedAt": 1674870747963, + "updatedAt": 1711083015969, "publicationStatement": [ "Śimalā : Himācala Kalā-Saṃskrti-Bhāṣā Akādamī, 1975." ], "identifier": [ + "urn:shelfmark:*OKP 84-1932", "urn:bnum:10000038", - "urn:lccn:76900772", "urn:oclc:NYPG001000018-B", - "urn:undefined:NNSZ00100018", - "urn:undefined:(WaOLN)nyp0200037" + "urn:lccn:76900772", + "urn:identifier:NNSZ00100018", + "urn:identifier:(WaOLN)nyp0200037" ], "numCheckinCardItems": [ 0 @@ -10103,7 +9964,7 @@ } ], "subjectLiteral": [ - "Sanskrit poetry -- Himachal Pradesh." + "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.]." @@ -10112,12 +9973,6 @@ "lccClassification": [ "PK3800.H52 R7" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Śimalā" ], @@ -10154,24 +10009,14 @@ }, "_score": null, "_source": { - "uri": "i13783788", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -10182,6 +10027,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -10191,8 +10039,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKP 84-1932" + "idBarcode": [ + "33433058153572" + ], + "identifier": [ + "urn:shelfmark:*OKP 84-1932", + "urn:barcode:33433058153572" ], "identifierV2": [ { @@ -10200,41 +10052,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058153572" + "value": "33433058153572", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKP 84-1932" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433058153572" - ], - "idBarcode": [ - "33433058153572" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKP 84-1932" + ], + "shelfMark_sort": "a*OKP 84-001932", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKP 84-001932" + "uri": "i13783788" }, "sort": [ null @@ -10278,24 +10134,24 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Five sonatas for pianoforte" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-66" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Hässler, Johann Wilhelm, 1747-1822." - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Hässler, Johann Wilhelm, 1747-1822." + ], "numElectronicResources": [ 0 ], @@ -10305,6 +10161,9 @@ "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000018-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -10331,22 +10190,20 @@ "value": "(WaOLN)nyp0200038" } ], - "idOclc": [ - "NYPG001000018-C" - ], "uniformTitle": [ "Sonatas, piano. Selections" ], - "updatedAt": 1689717163974, + "updatedAt": 1710995521453, "publicationStatement": [ "New York : C.F. Peters, c1980." ], "identifier": [ + "urn:shelfmark:JMG 83-66", "urn:bnum:10000039", "urn:oclc:NYPG001000018-C", - "urn:undefined:Edition Peters no. 66799. C.F. Peters", - "urn:undefined:NNSZ00100568", - "urn:undefined:(WaOLN)nyp0200038" + "urn:identifier:Edition Peters no. 66799. C.F. Peters", + "urn:identifier:NNSZ00100568", + "urn:identifier:(WaOLN)nyp0200038" ], "numCheckinCardItems": [ 0 @@ -10379,12 +10236,6 @@ "Five sonatas for pianoforte / Johann Wilhelm Hässler ; edited by Fritz Oberdoerffer." ], "uri": "b10000039", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "New York" ], @@ -10424,24 +10275,14 @@ }, "_score": null, "_source": { - "uri": "i10942041", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -10452,6 +10293,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -10461,8 +10305,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-66" + "idBarcode": [ + "33433032842100" + ], + "identifier": [ + "urn:shelfmark:JMG 83-66", + "urn:barcode:33433032842100" ], "identifierV2": [ { @@ -10470,41 +10318,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032842100" + "value": "33433032842100", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-66" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032842100" - ], - "idBarcode": [ - "33433032842100" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-66" + ], + "shelfMark_sort": "aJMG 83-000066", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000066" + "uri": "i10942041" }, "sort": [ null @@ -10555,36 +10407,39 @@ "createdYear": [ 1970 ], - "type": [ - "nypl:Item" - ], "title": [ "Tiru. Vi. Kaliyāṇacuntaraṉār." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-1947" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Pulavar Arasu, 1900-" - ], "createdString": [ "1970" ], + "creatorLiteral": [ + "Pulavar Arasu, 1900-" + ], "idLccn": [ "78913375" ], - "seriesStatement": [ - "Kaḻaka veḷiyīṭu, 672" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Kaḻaka veḷiyīṭu, 672" + ], "dateStartYear": [ 1970 ], + "idOclc": [ + "NYPG001000019-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -10594,14 +10449,14 @@ "type": "nypl:Bnumber", "value": "10000040" }, - { - "type": "bf:Lccn", - "value": "78913375" - }, { "type": "nypl:Oclc", "value": "NYPG001000019-B" }, + { + "type": "bf:Lccn", + "value": "78913375" + }, { "type": "bf:Identifier", "value": "NNSZ00100019" @@ -10611,19 +10466,17 @@ "value": "(WaOLN)nyp0200039" } ], - "idOclc": [ - "NYPG001000019-B" - ], - "updatedAt": 1674870747855, + "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:lccn:78913375", "urn:oclc:NYPG001000019-B", - "urn:undefined:NNSZ00100019", - "urn:undefined:(WaOLN)nyp0200039" + "urn:lccn:78913375", + "urn:identifier:NNSZ00100019", + "urn:identifier:(WaOLN)nyp0200039" ], "numCheckinCardItems": [ 0 @@ -10659,12 +10512,6 @@ "lccClassification": [ "PL4758.9.K223 Z83" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ceṉṉai" ], @@ -10701,24 +10548,14 @@ }, "_score": null, "_source": { - "uri": "i13783789", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -10729,6 +10566,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -10738,8 +10578,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-1947" + "idBarcode": [ + "33433061301622" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-1947", + "urn:barcode:33433061301622" ], "identifierV2": [ { @@ -10747,41 +10591,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061301622" + "value": "33433061301622", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-1947" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061301622" - ], - "idBarcode": [ - "33433061301622" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-1947" + ], + "shelfMark_sort": "a*OLB 84-001947", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-001947" + "uri": "i13783789" }, "sort": [ null @@ -10833,24 +10681,24 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Encounter" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMF 83-66" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Usher, Julia." - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Usher, Julia." + ], "idLccn": [ "81770739" ], @@ -10860,6 +10708,9 @@ "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000019-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -10869,14 +10720,14 @@ "type": "nypl:Bnumber", "value": "10000041" }, - { - "type": "bf:Lccn", - "value": "81770739" - }, { "type": "nypl:Oclc", "value": "NYPG001000019-C" }, + { + "type": "bf:Lccn", + "value": "81770739" + }, { "type": "bf:Identifier", "value": "NNSZ00100569" @@ -10886,19 +10737,17 @@ "value": "(WaOLN)nyp0200040" } ], - "idOclc": [ - "NYPG001000019-C" - ], - "updatedAt": 1689717163974, + "updatedAt": 1711567835800, "publicationStatement": [ "London : Primavera, c1980." ], "identifier": [ + "urn:shelfmark:JMF 83-66", "urn:bnum:10000041", - "urn:lccn:81770739", "urn:oclc:NYPG001000019-C", - "urn:undefined:NNSZ00100569", - "urn:undefined:(WaOLN)nyp0200040" + "urn:lccn:81770739", + "urn:identifier:NNSZ00100569", + "urn:identifier:(WaOLN)nyp0200040" ], "numCheckinCardItems": [ 0 @@ -10934,12 +10783,6 @@ "lccClassification": [ "M557.2.U8 E5" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "London" ], @@ -10979,24 +10822,14 @@ }, "_score": null, "_source": { - "uri": "i10942042", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -11007,6 +10840,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -11016,8 +10852,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMF 83-66" + "idBarcode": [ + "33433032709291" + ], + "identifier": [ + "urn:shelfmark:JMF 83-66", + "urn:barcode:33433032709291" ], "identifierV2": [ { @@ -11025,41 +10865,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032709291" + "value": "33433032709291", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMF 83-66" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032709291" - ], - "idBarcode": [ - "33433032709291" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMF 83-66" + ], + "shelfMark_sort": "aJMF 83-000066", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMF 83-000066" + "uri": "i10942042" }, "sort": [ null @@ -11114,12 +10958,12 @@ "dateEndString": [ "1972" ], - "type": [ - "nypl:Item" - ], "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" ], @@ -11141,6 +10985,9 @@ "dateStartYear": [ 1971 ], + "idOclc": [ + "NYPG001000020-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -11150,14 +10997,14 @@ "type": "nypl:Bnumber", "value": "10000042" }, - { - "type": "bf:Lccn", - "value": "72902870" - }, { "type": "nypl:Oclc", "value": "NYPG001000020-B" }, + { + "type": "bf:Lccn", + "value": "72902870" + }, { "type": "bf:Identifier", "value": "NNSZ00100020" @@ -11167,25 +11014,23 @@ "value": "(WaOLN)nyp0200041" } ], - "idOclc": [ - "NYPG001000020-B" - ], "uniformTitle": [ "Mahābhārata. Sanatsugātīya." ], "dateEndYear": [ 1972 ], - "updatedAt": 1674870747855, + "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:lccn:72902870", "urn:oclc:NYPG001000020-B", - "urn:undefined:NNSZ00100020", - "urn:undefined:(WaOLN)nyp0200041" + "urn:lccn:72902870", + "urn:identifier:NNSZ00100020", + "urn:identifier:(WaOLN)nyp0200041" ], "numCheckinCardItems": [ 0 @@ -11222,12 +11067,6 @@ "lccClassification": [ "B132.V3 M264" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Prayāga" ], @@ -11264,24 +11103,14 @@ }, "_score": null, "_source": { - "uri": "i13783790", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -11292,6 +11121,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -11301,8 +11133,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKN 84-1926" + "idBarcode": [ + "33433058618392" + ], + "identifier": [ + "urn:shelfmark:*OKN 84-1926", + "urn:barcode:33433058618392" ], "identifierV2": [ { @@ -11310,41 +11146,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058618392" + "value": "33433058618392", + "type": "bf:Barcode" } ], - "physicalLocation": [ + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], + "physicalLocation": [ "*OKN 84-1926" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433058618392" - ], - "idBarcode": [ - "33433058618392" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKN 84-1926" + ], + "shelfMark_sort": "a*OKN 84-001926", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKN 84-001926" + "uri": "i13783790" }, "sort": [ null @@ -11406,33 +11246,36 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Capriccio : für 10 Blasinstrumente" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMC 83-9" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Eröd, Iván." - ], "createdString": [ "1980" ], - "seriesStatement": [ - "Doblingers Studienpartituren ; Stp. 410" + "creatorLiteral": [ + "Eröd, Iván." ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Doblingers Studienpartituren ; Stp. 410" + ], "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000020-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -11463,20 +11306,18 @@ "value": "(WaOLN)nyp0200042" } ], - "idOclc": [ - "NYPG001000020-C" - ], - "updatedAt": 1689717163974, + "updatedAt": 1711115789595, "publicationStatement": [ "Wien : Verlag Doblinger, c1980." ], "identifier": [ + "urn:shelfmark:JMC 83-9", "urn:bnum:10000043", "urn:oclc:NYPG001000020-C", - "urn:undefined:Stp. 410 Verlag Doblinger", - "urn:undefined:D.15 579 Verlag Doblinger", - "urn:undefined:NNSZ00100570", - "urn:undefined:(WaOLN)nyp0200042" + "urn:identifier:Stp. 410 Verlag Doblinger", + "urn:identifier:D.15 579 Verlag Doblinger", + "urn:identifier:NNSZ00100570", + "urn:identifier:(WaOLN)nyp0200042" ], "numCheckinCardItems": [ 0 @@ -11509,12 +11350,6 @@ "Capriccio : für 10 Blasinstrumente / Iván Eröd." ], "uri": "b10000043", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Wien" ], @@ -11551,24 +11386,14 @@ }, "_score": null, "_source": { - "uri": "i10000010", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -11579,6 +11404,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -11588,8 +11416,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMC 83-9" + "idBarcode": [ + "33433004744128" + ], + "identifier": [ + "urn:shelfmark:JMC 83-9", + "urn:barcode:33433004744128" ], "identifierV2": [ { @@ -11597,41 +11429,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433004744128" + "value": "33433004744128", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMC 83-9" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433004744128" - ], - "idBarcode": [ - "33433004744128" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMC 83-9" + ], + "shelfMark_sort": "aJMC 83-000009", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMC 83-000009" + "uri": "i10000010" }, "sort": [ null @@ -11968,24 +11804,24 @@ "createdYear": [ 1979 ], - "type": [ - "nypl:Item" - ], "title": [ "Thoughts & feelings : for violin solo" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 82-688" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Stutschewsky, Joachim, 1891-1982." - ], "createdString": [ "1979" ], + "creatorLiteral": [ + "Stutschewsky, Joachim, 1891-1982." + ], "idLccn": [ "80770813" ], @@ -11995,6 +11831,9 @@ "dateStartYear": [ 1979 ], + "idOclc": [ + "NYPG001000021-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -12004,14 +11843,14 @@ "type": "nypl:Bnumber", "value": "10000045" }, - { - "type": "bf:Lccn", - "value": "80770813" - }, { "type": "nypl:Oclc", "value": "NYPG001000021-C" }, + { + "type": "bf:Lccn", + "value": "80770813" + }, { "type": "bf:Identifier", "value": "NNSZ00100571" @@ -12021,19 +11860,17 @@ "value": "(WaOLN)nyp0200044" } ], - "idOclc": [ - "NYPG001000021-C" - ], - "updatedAt": 1689717163363, + "updatedAt": 1711551616246, "publicationStatement": [ "Tel-Aviv : Sole selling agents, Or-Tav, c1979." ], "identifier": [ + "urn:shelfmark:JMG 82-688", "urn:bnum:10000045", - "urn:lccn:80770813", "urn:oclc:NYPG001000021-C", - "urn:undefined:NNSZ00100571", - "urn:undefined:(WaOLN)nyp0200044" + "urn:lccn:80770813", + "urn:identifier:NNSZ00100571", + "urn:identifier:(WaOLN)nyp0200044" ], "numCheckinCardItems": [ 0 @@ -12069,12 +11906,6 @@ "lccClassification": [ "M42 .S" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tel-Aviv" ], @@ -12111,24 +11942,14 @@ }, "_score": null, "_source": { - "uri": "i10942043", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -12139,6 +11960,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -12148,8 +11972,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 82-688" + "idBarcode": [ + "33433032707568" + ], + "identifier": [ + "urn:shelfmark:JMG 82-688", + "urn:barcode:33433032707568" ], "identifierV2": [ { @@ -12157,41 +11985,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032707568" + "value": "33433032707568", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 82-688" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032707568" - ], - "idBarcode": [ - "33433032707568" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 82-688" + ], + "shelfMark_sort": "aJMG 82-000688", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 82-000688" + "uri": "i10942043" }, "sort": [ null @@ -12236,8 +12068,9 @@ "Tripiṭaka.", "Tripiṭaka. -- Commentaries", "Sa-skya-pa lamas", - "Sa-skya-pa lamas -- Tibet", - "Sa-skya-pa lamas -- Tibet -- Biography" + "Sa-skya-pa lamas -- China", + "Sa-skya-pa lamas -- China -- Tibet", + "Sa-skya-pa lamas -- China -- Tibet -- Biography" ], "numItemDatesParsed": [ 0 @@ -12257,24 +12090,24 @@ "createdYear": [ 1976 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Tshe-dbaṅ-rdo-rje-rig-ʼdzin, Prince of Sde-dge." - ], "createdString": [ "1976" ], + "creatorLiteral": [ + "Tshe-dbaṅ-rdo-rje-rig-ʼdzin, Prince of Sde-dge." + ], "idLccn": [ "77900893" ], @@ -12287,6 +12120,9 @@ "dateStartYear": [ 1976 ], + "idOclc": [ + "NYPG001000022-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -12296,14 +12132,14 @@ "type": "nypl:Bnumber", "value": "10000046" }, - { - "type": "bf:Lccn", - "value": "77900893" - }, { "type": "nypl:Oclc", "value": "NYPG001000022-B" }, + { + "type": "bf:Lccn", + "value": "77900893" + }, { "type": "bf:Identifier", "value": "NNSZ00100022" @@ -12313,19 +12149,17 @@ "value": "(WaOLN)nyp0200045" } ], - "idOclc": [ - "NYPG001000022-B" - ], - "updatedAt": 1674870752089, + "updatedAt": 1711147554676, "publicationStatement": [ "New Delhi : Trayang and Jamyang Samten, 1976." ], "identifier": [ + "urn:shelfmark:*OZ+ 82-2362", "urn:bnum:10000046", - "urn:lccn:77900893", "urn:oclc:NYPG001000022-B", - "urn:undefined:NNSZ00100022", - "urn:undefined:(WaOLN)nyp0200045" + "urn:lccn:77900893", + "urn:identifier:NNSZ00100022", + "urn:identifier:(WaOLN)nyp0200045" ], "numCheckinCardItems": [ 0 @@ -12354,7 +12188,7 @@ "subjectLiteral": [ "Ngor-chen Kun-dgaʼ-bzang-po, 1382-1456.", "Tripiṭaka. -- Commentaries.", - "Sa-skya-pa lamas -- Tibet -- Biography." + "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." @@ -12363,26 +12197,20 @@ "lccClassification": [ "BG974.0727 T75" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "New Delhi" ], - "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." - ], "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." ] @@ -12410,24 +12238,14 @@ }, "_score": null, "_source": { - "uri": "i10000012", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -12438,6 +12256,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -12447,8 +12268,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OZ+ 82-2362" + "idBarcode": [ + "33433015080413" + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2362", + "urn:barcode:33433015080413" ], "identifierV2": [ { @@ -12456,41 +12281,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433015080413" + "value": "33433015080413", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OZ+ 82-2362" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433015080413" - ], - "idBarcode": [ - "33433015080413" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OZ+ 82-2362" + ], + "shelfMark_sort": "a*OZ+ 82-002362", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OZ+ 82-002362" + "uri": "i10000012" }, "sort": [ null @@ -12547,24 +12376,24 @@ "createdYear": [ 1979 ], - "type": [ - "nypl:Item" - ], "title": [ "Vocalise, op. 38, for soprano, clarinet, piano, violin, violoncello" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-79" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Routh, Francis." - ], "createdString": [ "1979" ], + "creatorLiteral": [ + "Routh, Francis." + ], "idLccn": [ "81770634" ], @@ -12574,6 +12403,9 @@ "dateStartYear": [ 1979 ], + "idOclc": [ + "NYPG001000022-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -12583,14 +12415,14 @@ "type": "nypl:Bnumber", "value": "10000047" }, - { - "type": "bf:Lccn", - "value": "81770634" - }, { "type": "nypl:Oclc", "value": "NYPG001000022-C" }, + { + "type": "bf:Lccn", + "value": "81770634" + }, { "type": "bf:Identifier", "value": "NNSZ00100572" @@ -12600,22 +12432,20 @@ "value": "(WaOLN)nyp0200046" } ], - "idOclc": [ - "NYPG001000022-C" - ], "uniformTitle": [ "Vocalise, soprano, instrumental ensemble, op. 38" ], - "updatedAt": 1689717163363, + "updatedAt": 1711329080401, "publicationStatement": [ "London, England (Arlington Park House, London W4) : Redcliffe Edition, c1979." ], "identifier": [ + "urn:shelfmark:JMG 83-79", "urn:bnum:10000047", - "urn:lccn:81770634", "urn:oclc:NYPG001000022-C", - "urn:undefined:NNSZ00100572", - "urn:undefined:(WaOLN)nyp0200046" + "urn:lccn:81770634", + "urn:identifier:NNSZ00100572", + "urn:identifier:(WaOLN)nyp0200046" ], "numCheckinCardItems": [ 0 @@ -12651,24 +12481,18 @@ "lccClassification": [ "M1613.3 .R8 op.38" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "London, England (Arlington Park House, London W4)" ], - "titleAlt": [ - "Vocalise, op. 38" - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Vocalise, op. 38" + ], "dimensions": [ "38 cm." ] @@ -12696,24 +12520,14 @@ }, "_score": null, "_source": { - "uri": "i10942044", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -12724,6 +12538,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -12733,8 +12550,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-79" + "idBarcode": [ + "33433032842233" + ], + "identifier": [ + "urn:shelfmark:JMG 83-79", + "urn:barcode:33433032842233" ], "identifierV2": [ { @@ -12742,41 +12563,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032842233" + "value": "33433032842233", + "type": "bf:Barcode" } ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-79" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032842233" - ], - "idBarcode": [ - "33433032842233" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-79" + ], + "shelfMark_sort": "aJMG 83-000079", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000079" + "uri": "i10942044" }, "sort": [ null @@ -12833,12 +12658,12 @@ "createdYear": [ 1976 ], - "type": [ - "nypl:Item" - ], "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" ], @@ -12857,6 +12682,9 @@ "dateStartYear": [ 1976 ], + "idOclc": [ + "NYPG001000023-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -12866,14 +12694,14 @@ "type": "nypl:Bnumber", "value": "10000048" }, - { - "type": "bf:Lccn", - "value": "76901012" - }, { "type": "nypl:Oclc", "value": "NYPG001000023-B" }, + { + "type": "bf:Lccn", + "value": "76901012" + }, { "type": "bf:Identifier", "value": "NNSZ00100023" @@ -12883,19 +12711,17 @@ "value": "(WaOLN)nyp0200047" } ], - "idOclc": [ - "NYPG001000023-B" - ], - "updatedAt": 1674870747963, + "updatedAt": 1711479031405, "publicationStatement": [ "Thimphu : Kunzang Topgey, 1976." ], "identifier": [ + "urn:shelfmark:*OZ+ 82-2382", "urn:bnum:10000048", - "urn:lccn:76901012", "urn:oclc:NYPG001000023-B", - "urn:undefined:NNSZ00100023", - "urn:undefined:(WaOLN)nyp0200047" + "urn:lccn:76901012", + "urn:identifier:NNSZ00100023", + "urn:identifier:(WaOLN)nyp0200047" ], "numCheckinCardItems": [ 0 @@ -12931,12 +12757,6 @@ "lccClassification": [ "BQ7695 .B55" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Thimphu" ], @@ -12973,24 +12793,14 @@ }, "_score": null, "_source": { - "uri": "i10000013", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -13001,6 +12811,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -13010,8 +12823,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OZ+ 82-2382" + "idBarcode": [ + "33433015080439" + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2382", + "urn:barcode:33433015080439" ], "identifierV2": [ { @@ -13019,41 +12836,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433015080439" + "value": "33433015080439", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OZ+ 82-2382" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433015080439" - ], - "idBarcode": [ - "33433015080439" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OZ+ 82-2382" + ], + "shelfMark_sort": "a*OZ+ 82-002382", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OZ+ 82-002382" + "uri": "i10000013" }, "sort": [ null @@ -13105,24 +12926,24 @@ "createdYear": [ 1976 ], - "type": [ - "nypl:Item" - ], "title": [ "Symphony, op. 26 : full score" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-80" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Routh, Francis." - ], "createdString": [ "1976" ], + "creatorLiteral": [ + "Routh, Francis." + ], "idLccn": [ "81770641" ], @@ -13132,6 +12953,9 @@ "dateStartYear": [ 1976 ], + "idOclc": [ + "NYPG001000023-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -13141,14 +12965,14 @@ "type": "nypl:Bnumber", "value": "10000049" }, - { - "type": "bf:Lccn", - "value": "81770641" - }, { "type": "nypl:Oclc", "value": "NYPG001000023-C" }, + { + "type": "bf:Lccn", + "value": "81770641" + }, { "type": "bf:Identifier", "value": "NNSZ00100573" @@ -13158,22 +12982,20 @@ "value": "(WaOLN)nyp0200048" } ], - "idOclc": [ - "NYPG001000023-C" - ], "uniformTitle": [ "Symphony, op. 26" ], - "updatedAt": 1689717163415, + "updatedAt": 1710995521453, "publicationStatement": [ "London (Arlington Park House, London W4 4HD) : Redcliffe Edition, c1976." ], "identifier": [ + "urn:shelfmark:JMG 83-80", "urn:bnum:10000049", - "urn:lccn:81770641", "urn:oclc:NYPG001000023-C", - "urn:undefined:NNSZ00100573", - "urn:undefined:(WaOLN)nyp0200048" + "urn:lccn:81770641", + "urn:identifier:NNSZ00100573", + "urn:identifier:(WaOLN)nyp0200048" ], "numCheckinCardItems": [ 0 @@ -13209,24 +13031,18 @@ "lccClassification": [ "M1001 .R8615 op.26" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "London (Arlington Park House, London W4 4HD)" ], - "titleAlt": [ - "Symphony, op. 26" - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Symphony, op. 26" + ], "dimensions": [ "33 cm." ] @@ -13254,24 +13070,14 @@ }, "_score": null, "_source": { - "uri": "i10942045", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -13282,6 +13088,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -13291,8 +13100,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-80" + "idBarcode": [ + "33433032842241" + ], + "identifier": [ + "urn:shelfmark:JMG 83-80", + "urn:barcode:33433032842241" ], "identifierV2": [ { @@ -13300,41 +13113,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032842241" + "value": "33433032842241", + "type": "bf:Barcode" } ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + } + ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-80" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032842241" - ], - "idBarcode": [ - "33433032842241" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-80" + ], + "shelfMark_sort": "aJMG 83-000080", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000080" + "uri": "i10942045" }, "sort": [ null @@ -13372,8 +13189,9 @@ "subjectLiteral_exploded": [ "ʼBaʼ-ra-ba Rgyal-mtshan-dpal-bzaṅ, 1310?-1391?", "Bkaʼ-brgyud-pa lamas", - "Bkaʼ-brgyud-pa lamas -- Tibet", - "Bkaʼ-brgyud-pa lamas -- Tibet -- Biography", + "Bkaʼ-brgyud-pa lamas -- China", + "Bkaʼ-brgyud-pa lamas -- China -- Tibet", + "Bkaʼ-brgyud-pa lamas -- China -- Tibet -- Biography", "Spiritual life", "Spiritual life -- Buddhism" ], @@ -13395,24 +13213,24 @@ "createdYear": [ 1976 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "ʼBaʼ-ra-ba Rgyal-mtshan-dpal-bzaṅ, 1310?-1391?" - ], "createdString": [ "1976" ], + "creatorLiteral": [ + "ʼBaʼ-ra-ba Rgyal-mtshan-dpal-bzaṅ, 1310?-1391?" + ], "idLccn": [ "76901747" ], @@ -13422,6 +13240,9 @@ "dateStartYear": [ 1976 ], + "idOclc": [ + "NYPG001000024-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -13431,14 +13252,14 @@ "type": "nypl:Bnumber", "value": "10000050" }, - { - "type": "bf:Lccn", - "value": "76901747" - }, { "type": "nypl:Oclc", "value": "NYPG001000024-B" }, + { + "type": "bf:Lccn", + "value": "76901747" + }, { "type": "bf:Identifier", "value": "NNSZ00100024" @@ -13448,19 +13269,17 @@ "value": "(WaOLN)nyp0200049" } ], - "idOclc": [ - "NYPG001000024-B" - ], - "updatedAt": 1674870747963, + "updatedAt": 1711329080401, "publicationStatement": [ "New Delhi : Urgyan Dorje, 1976." ], "identifier": [ + "urn:shelfmark:*OZ+ 82-2381", "urn:bnum:10000050", - "urn:lccn:76901747", "urn:oclc:NYPG001000024-B", - "urn:undefined:NNSZ00100024", - "urn:undefined:(WaOLN)nyp0200049" + "urn:lccn:76901747", + "urn:identifier:NNSZ00100024", + "urn:identifier:(WaOLN)nyp0200049" ], "numCheckinCardItems": [ 0 @@ -13488,7 +13307,7 @@ ], "subjectLiteral": [ "ʼBaʼ-ra-ba Rgyal-mtshan-dpal-bzaṅ, 1310?-1391?", - "Bkaʼ-brgyud-pa lamas -- Tibet -- Biography.", + "Bkaʼ-brgyud-pa lamas -- China -- Tibet -- Biography.", "Spiritual life -- Buddhism." ], "titleDisplay": [ @@ -13498,12 +13317,6 @@ "lccClassification": [ "BQ942.A187 A35 1976" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "New Delhi" ], @@ -13543,24 +13356,14 @@ }, "_score": null, "_source": { - "uri": "i10000014", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -13571,6 +13374,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -13580,8 +13386,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OZ+ 82-2381" + "idBarcode": [ + "33433015080421" + ], + "identifier": [ + "urn:shelfmark:*OZ+ 82-2381", + "urn:barcode:33433015080421" ], "identifierV2": [ { @@ -13589,41 +13399,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433015080421" + "value": "33433015080421", + "type": "bf:Barcode" } ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OZ+ 82-2381" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433015080421" - ], - "idBarcode": [ - "33433015080421" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OZ+ 82-2381" + ], + "shelfMark_sort": "a*OZ+ 82-002381", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OZ+ 82-002381" + "uri": "i10000014" }, "sort": [ null @@ -13675,36 +13489,39 @@ "createdYear": [ 1977 ], - "type": [ - "nypl:Item" - ], "title": [ "2 symfoni : Den forsvundne : baseret på musikken til filmen \"Den forsvundne fuldmægtig\" op. 69c, 1972" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "JMG 83-75" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Christiansen, Henning." - ], "createdString": [ "1977" ], + "creatorLiteral": [ + "Christiansen, Henning." + ], "idLccn": [ "78770955" ], - "seriesStatement": [ - "[Publikation] - Samfundet til udgivelse af dansk musik : 3. serie, nr. 264" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "[Publikation] - Samfundet til udgivelse af dansk musik : 3. serie, nr. 264" + ], "dateStartYear": [ 1977 ], + "idOclc": [ + "NYPG001000024-C" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -13714,14 +13531,14 @@ "type": "nypl:Bnumber", "value": "10000051" }, - { - "type": "bf:Lccn", - "value": "78770955" - }, { "type": "nypl:Oclc", "value": "NYPG001000024-C" }, + { + "type": "bf:Lccn", + "value": "78770955" + }, { "type": "bf:Identifier", "value": "NNSZ00100574" @@ -13731,23 +13548,21 @@ "value": "(WaOLN)nyp0200050" } ], - "idOclc": [ - "NYPG001000024-C" - ], "uniformTitle": [ "Symphony, no. 2, op. 69c", "Samfundet til udgivelse af dansk musik (Series) ; 3. ser., nr. 264." ], - "updatedAt": 1689717163974, + "updatedAt": 1710995521453, "publicationStatement": [ "København : Samfundet til udgivelse af dansk musik, 1977." ], "identifier": [ + "urn:shelfmark:JMG 83-75", "urn:bnum:10000051", - "urn:lccn:78770955", "urn:oclc:NYPG001000024-C", - "urn:undefined:NNSZ00100574", - "urn:undefined:(WaOLN)nyp0200050" + "urn:lccn:78770955", + "urn:identifier:NNSZ00100574", + "urn:identifier:(WaOLN)nyp0200050" ], "numCheckinCardItems": [ 0 @@ -13783,25 +13598,19 @@ "lccClassification": [ "M1001 .C533 op.69c" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "København" ], - "titleAlt": [ - "Symphony, no. 2, op. 69c", - "Den forsvundne." - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Symphony, no. 2, op. 69c", + "Den forsvundne." + ], "dimensions": [ "37 cm." ] @@ -13829,24 +13638,14 @@ }, "_score": null, "_source": { - "uri": "i10942046", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1002", - "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -13857,6 +13656,9 @@ "catalogItemType_packed": [ "catalogItemType:7||printed music, non-circ" ], + "formatLiteral": [ + "Notated music" + ], "holdingLocation": [ { "id": "loc:rcpm2", @@ -13866,8 +13668,12 @@ "holdingLocation_packed": [ "loc:rcpm2||Offsite" ], - "shelfMark": [ - "JMG 83-75" + "idBarcode": [ + "33433032842191" + ], + "identifier": [ + "urn:shelfmark:JMG 83-75", + "urn:barcode:33433032842191" ], "identifierV2": [ { @@ -13875,41 +13681,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433032842191" + "value": "33433032842191", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1002", + "label": "New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" } ], + "owner_packed": [ + "orgs:1002||New York Public Library for the Performing Arts, Dorothy and Lewis B. Cullman Center" + ], "physicalLocation": [ "JMG 83-75" ], "recapCustomerCode": [ "NP" ], - "identifier": [ - "urn:barcode:33433032842191" - ], - "idBarcode": [ - "33433032842191" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "JMG 83-75" + ], + "shelfMark_sort": "aJMG 83-000075", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Notated music" - ], - "shelfMark_sort": "aJMG 83-000075" + "uri": "i10942046" }, "sort": [ null @@ -13923,50 +13733,5 @@ ] } }, - "statusCode": 200, - "headers": { - "date": "Mon, 11 Mar 2024 15:37:03 GMT", - "content-type": "application/json; charset=UTF-8", - "content-length": "170288", - "connection": "keep-alive", - "access-control-allow-origin": "*" - }, - "meta": { - "context": null, - "request": { - "params": { - "method": "POST", - "path": "/resources-2018-04-09/_search", - "body": "{\"from\":0,\"size\":50,\"query\":{\"bool\":{\"filter\":[{\"bool\":{\"should\":[{\"range\":{\"dateStartYear\":{\"lte\":2000}}},{\"range\":{\"dateEndYear\":{\"lte\":2000}}}]}},{\"bool\":{\"should\":[{\"nested\":{\"path\":\"items\",\"query\":{\"bool\":{\"must_not\":[{\"exists\":{\"field\":\"items.electronicLocator\"}}]}},\"inner_hits\":{\"sort\":[{\"items.enumerationChronology_sort\":\"desc\"}],\"size\":\"100\",\"from\":0,\"name\":\"items\"}}},{\"nested\":{\"path\":\"items\",\"query\":{\"exists\":{\"field\":\"items.electronicLocator\"}},\"inner_hits\":{\"name\":\"electronicResources\"}}},{\"match_all\":{}}]}}]}},\"sort\":[\"uri\"],\"_source\":{\"excludes\":[\"uris\",\"*_packed\",\"*_sort\",\"items.*_packed\",\"contentsTitle\",\"items\"]}}", - "querystring": "", - "headers": { - "user-agent": "elasticsearch-js/7.12.0 (darwin 21.6.0-x64; Node.js v18.12.1)", - "x-elastic-client-meta": "es=7.12.0,js=18.12.1,t=7.12.0,hc=18.12.1", - "content-type": "application/json", - "content-length": "638" - }, - "timeout": 30000 - }, - "options": {}, - "id": 46 - }, - "name": "elasticsearch-js", - "connection": { - "url": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "id": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "headers": {}, - "deadCount": 0, - "resurrectTimeout": 0, - "_openRequests": 0, - "status": "alive", - "roles": { - "master": true, - "data": true, - "ingest": true, - "ml": false - } - }, - "attempts": 0, - "aborted": false - } + "statusCode": 200 } \ No newline at end of file diff --git a/test/fixtures/query-c4e228fff8596fd66e34a53c01255d13.json b/test/fixtures/query-c4e228fff8596fd66e34a53c01255d13.json new file mode 100644 index 00000000..9ad0cd42 --- /dev/null +++ b/test/fixtures/query-c4e228fff8596fd66e34a53c01255d13.json @@ -0,0 +1,2972 @@ +{ + "body": { + "took": 235, + "timed_out": false, + "_shards": { + "total": 3, + "successful": 3, + "failed": 0 + }, + "hits": { + "total": 5, + "max_score": 55.216125, + "hits": [ + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b11826883", + "_score": 55.216125, + "_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": 1711467727798, + "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." + ] + }, + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 70, + "max_score": null, + "hits": [ + { + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2023", + "lte": "2023" + } + ], + "enumerationChronology": [ + "v. 59 (2023)" + ], + "enumerationChronology_sort": [ + " 59-2023" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmb2", + "label": "Offsite" + } + ], + "holdingLocation_packed": [ + "loc:rcmb2||Offsite" + ], + "idBarcode": [ + "33433076530082" + ], + "identifier": [ + "urn:shelfmark:JQL 08-18 v. 59 (2023)", + "urn:barcode:33433076530082" + ], + "identifierV2": [ + { + "value": "JQL 08-18 v. 59 (2023)", + "type": "bf:ShelfMark" + }, + { + "value": "33433076530082", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1110", + "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" + } + ], + "owner_packed": [ + "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" + ], + "physicalLocation": [ + "JQL 08-18" + ], + "requestable": [ + false + ], + "shelfMark": [ + "JQL 08-18 v. 59 (2023)" + ], + "shelfMark_sort": "aJQL 08-18 v. 000059 (2023)", + "status": [ + { + "id": "status:t", + "label": "In transit" + } + ], + "status_packed": [ + "status:t||In transit" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 59, + "lte": 59 + } + ], + "uri": "i40673104" + }, + "sort": [ + " 59-2023" + ] + }, + { + "_nested": { + "field": "items", + "offset": 69 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "dateRange": [ + { + "gte": "2022-01-01", + "lte": "2022-01-01" + } + ], + "enumerationChronology": [ + "No. 58 (2022)" + ], + "enumerationChronology_sort": [ + " 58-2022-01-01" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mab", + "label": "Schwarzman Building - Art & Architecture Room 300" + } + ], + "holdingLocation_packed": [ + "loc:mab||Schwarzman Building - Art & Architecture Room 300" + ], + "identifierV2": [ + { + "value": "JQL 08-18", + "type": "bf:ShelfMark" + } + ], + "shelfMark": [ + "JQL 08-18" + ], + "shelfMark_sort": "aJQL 08-000018", + "status": [ + { + "id": "status:na", + "label": "Not available" + } + ], + "status_packed": [ + "status:na||Not available" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "uri": "i-h1066822-0", + "volumeRange": [ + { + "gte": 58, + "lte": 58 + } + ], + "volumeRaw": [ + "No. 58" + ] + }, + "sort": [ + " 58-2022-01-01" + ] + }, + { + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2022", + "lte": "2022" + } + ], + "enumerationChronology": [ + "v. 58 (2022)" + ], + "enumerationChronology_sort": [ + " 58-2022" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmb2", + "label": "Offsite" + } + ], + "holdingLocation_packed": [ + "loc:rcmb2||Offsite" + ], + "idBarcode": [ + "33433076543143" + ], + "identifier": [ + "urn:shelfmark:JQL 08-18 v. 58 (2022)", + "urn:barcode:33433076543143" + ], + "identifierV2": [ + { + "value": "JQL 08-18 v. 58 (2022)", + "type": "bf:ShelfMark" + }, + { + "value": "33433076543143", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1110", + "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" + } + ], + "owner_packed": [ + "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" + ], + "physicalLocation": [ + "JQL 08-18" + ], + "recapCustomerCode": [ + "NA" + ], + "requestable": [ + true + ], + "shelfMark": [ + "JQL 08-18 v. 58 (2022)" + ], + "shelfMark_sort": "aJQL 08-18 v. 000058 (2022)", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 58, + "lte": 58 + } + ], + "uri": "i39962833" + }, + "sort": [ + " 58-2022" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b16775643", + "_score": 15.83865, + "_source": { + "extent": [ + "v. : ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Title from cover.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "No. 16 (fall 1982)-" + ], + "subjectLiteral_exploded": [ + "Art", + "Art -- Research", + "Art -- Research -- Periodicals" + ], + "numItemDatesParsed": [ + 10 + ], + "publisherLiteral": [ + "University of Illinois Press" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 10 + ], + "createdYear": [ + 1982 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Visual arts research." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JQL 08-3" + ], + "numItemVolumesParsed": [ + 2 + ], + "createdString": [ + "1982" + ], + "idLccn": [ + "83644328" + ], + "idIssn": [ + "0736-0770" + ], + "numElectronicResources": [ + 0 + ], + "dateStartYear": [ + 1982 + ], + "idOclc": [ + "9069635" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JQL 08-3" + }, + { + "type": "nypl:Bnumber", + "value": "16775643" + }, + { + "type": "nypl:Oclc", + "value": "9069635" + }, + { + "type": "bf:Lccn", + "value": "83644328" + }, + { + "type": "bf:Issn", + "value": "0736-0770" + }, + { + "type": "bf:Issn", + "identifierStatus": "incorrect", + "value": "0160-3221" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)9069635" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)S240000007" + } + ], + "dateEndYear": [ + 9999 + ], + "holdings": [ + { + "holdingStatement": [ + "9(1983)-27(2001)-" + ], + "identifier": [ + { + "type": "bf:shelfMark", + "value": "JQL 08-3" + } + ], + "physicalLocation": [ + "JQL 08-3" + ], + "location": [ + { + "code": "loc:mab82", + "label": "Schwarzman Building M1 - Art & Architecture Room 300" + } + ], + "shelfMark": [ + "JQL 08-3" + ], + "uri": "h1090282" + } + ], + "updatedAt": 1711226746443, + "publicationStatement": [ + "[Champaign, Ill.] : University of Illinois Press, c1982-" + ], + "identifier": [ + "urn:shelfmark:JQL 08-3", + "urn:bnum:16775643", + "urn:oclc:9069635", + "urn:lccn:83644328", + "urn:issn:0736-0770", + "urn:issn:0160-3221", + "urn:identifier:(OCoLC)9069635", + "urn:identifier:(WaOLN)S240000007" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1982" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Art -- Research -- Periodicals." + ], + "titleDisplay": [ + "Visual arts research." + ], + "uri": "b16775643", + "lccClassification": [ + "N81 .R49" + ], + "placeOfPublication": [ + "[Champaign, Ill.]" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "titleAlt": [ + "Vis. arts res.", + "Visual arts research" + ], + "dimensions": [ + "23 cm." + ] + }, + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 10, + "max_score": null, + "hits": [ + { + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2012", + "lte": "2012" + } + ], + "enumerationChronology": [ + "v. 38, no. 1, Issue 74 (Sum. 2012)" + ], + "enumerationChronology_sort": [ + " 38-2012" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmb2", + "label": "Offsite" + } + ], + "holdingLocation_packed": [ + "loc:rcmb2||Offsite" + ], + "idBarcode": [ + "33433115147914" + ], + "identifier": [ + "urn:shelfmark:JQL 08-3 v. 38, no. 1, Issue 74 (Sum. 2012)", + "urn:barcode:33433115147914" + ], + "identifierV2": [ + { + "value": "JQL 08-3 v. 38, no. 1, Issue 74 (Sum. 2012)", + "type": "bf:ShelfMark" + }, + { + "value": "33433115147914", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1110", + "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" + } + ], + "owner_packed": [ + "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" + ], + "physicalLocation": [ + "JQL 08-3" + ], + "recapCustomerCode": [ + "NQ" + ], + "requestable": [ + true + ], + "shelfMark": [ + "JQL 08-3 v. 38, no. 1, Issue 74 (Sum. 2012)" + ], + "shelfMark_sort": "aJQL 08-3 v. 000038, no. 1, Issue 74 (Sum. 2012)", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 38, + "lte": 38 + } + ], + "uri": "i29405160" + }, + "sort": [ + " 38-2012" + ] + }, + { + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "1989", + "lte": "1990" + } + ], + "enumerationChronology": [ + "v. 15-16 (1989-90)" + ], + "enumerationChronology_sort": [ + " 15-1989" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmb2", + "label": "Offsite" + } + ], + "holdingLocation_packed": [ + "loc:rcmb2||Offsite" + ], + "idBarcode": [ + "33433105255586" + ], + "identifier": [ + "urn:shelfmark:JQL 08-3 v. 15-16 (1989-90)", + "urn:barcode:33433105255586" + ], + "identifierV2": [ + { + "value": "JQL 08-3 v. 15-16 (1989-90)", + "type": "bf:ShelfMark" + }, + { + "value": "33433105255586", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1110", + "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" + } + ], + "owner_packed": [ + "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" + ], + "physicalLocation": [ + "JQL 08-3" + ], + "recapCustomerCode": [ + "NQ" + ], + "requestable": [ + true + ], + "shelfMark": [ + "JQL 08-3 v. 15-16 (1989-90)" + ], + "shelfMark_sort": "aJQL 08-3 v. 000015-16 (1989-90)", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 15, + "lte": 16 + } + ], + "uri": "i29627807" + }, + "sort": [ + " 15-1989" + ] + }, + { + "_nested": { + "field": "items", + "offset": 3 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2000", + "lte": "2001" + } + ], + "enumerationChronology": [ + "26-27 (2000-2001)" + ], + "enumerationChronology_sort": [ + " -2000" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmb2", + "label": "Offsite" + } + ], + "holdingLocation_packed": [ + "loc:rcmb2||Offsite" + ], + "idBarcode": [ + "33433074083142" + ], + "identifier": [ + "urn:shelfmark:JQL 08-3 26-27 (2000-2001)", + "urn:barcode:33433074083142" + ], + "identifierV2": [ + { + "value": "JQL 08-3 26-27 (2000-2001)", + "type": "bf:ShelfMark" + }, + { + "value": "33433074083142", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1110", + "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" + } + ], + "owner_packed": [ + "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" + ], + "physicalLocation": [ + "JQL 08-3" + ], + "recapCustomerCode": [ + "NQ" + ], + "requestable": [ + true + ], + "shelfMark": [ + "JQL 08-3 26-27 (2000-2001)" + ], + "shelfMark_sort": "aJQL 08-3 26-27 (2000-2001)", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i17662016" + }, + "sort": [ + " -2000" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b21506221", + "_score": 15.737711, + "_source": { + "extent": [ + "v. : ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "\"A magazine of art, design and architecture.\"", + "type": "bf:Note" + }, + { + "noteType": "Source of Description", + "label": "Description based on: Issue 01 (2007/08); title from cover.", + "type": "bf:Note" + }, + { + "noteType": "Source of Description", + "label": "Latest issue consulted: Issue 01 (2007/08)", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Issue 01 (2007-08)-" + ], + "subjectLiteral_exploded": [ + "Art", + "Art -- Periodicals" + ], + "numItemDatesParsed": [ + 1 + ], + "publisherLiteral": [ + "Faculty of Art, Design and Architecture, Kingston University" + ], + "language": [ + { + "id": "lang:eng", + "label": "English" + } + ], + "numItemsTotal": [ + 1 + ], + "createdYear": [ + 2007 + ], + "dateEndString": [ + "9999" + ], + "title": [ + "Kiosk." + ], + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "JQL 18-4" + ], + "numItemVolumesParsed": [ + 0 + ], + "createdString": [ + "2007" + ], + "idIssn": [ + "1755-9626" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Kingston University (London, England). Faculty of Art, Design and Architecture." + ], + "dateStartYear": [ + 2007 + ], + "idOclc": [ + "190792176" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JQL 18-4" + }, + { + "type": "nypl:Bnumber", + "value": "21506221" + }, + { + "type": "nypl:Oclc", + "value": "190792176" + }, + { + "type": "bf:Issn", + "value": "1755-9626" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)190792176" + } + ], + "dateEndYear": [ + 9999 + ], + "updatedAt": 1711593229661, + "publicationStatement": [ + "London : Faculty of Art, Design and Architecture, Kingston University, 2007-" + ], + "genreForm": [ + "Periodicals." + ], + "identifier": [ + "urn:shelfmark:JQL 18-4", + "urn:bnum:21506221", + "urn:oclc:190792176", + "urn:issn:1755-9626", + "urn:identifier:(OCoLC)190792176" + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "2007" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Art -- Periodicals.", + "Art." + ], + "titleDisplay": [ + "Kiosk." + ], + "uri": "b21506221", + "lccClassification": [ + "N1 .K56" + ], + "placeOfPublication": [ + "London" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "dimensions": [ + "23 cm" + ] + }, + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 1, + "max_score": null, + "hits": [ + { + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2007", + "lte": "2008" + } + ], + "enumerationChronology": [ + "issue 1 (2007/08)" + ], + "enumerationChronology_sort": [ + " -2007" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mab92", + "label": "Schwarzman Building M2 - Art and Architecture Room 300" + } + ], + "holdingLocation_packed": [ + "loc:mab92||Schwarzman Building M2 - Art and Architecture Room 300" + ], + "idBarcode": [ + "33433116522354" + ], + "identifier": [ + "urn:shelfmark:JQL 18-4 issue 1 (2007/08)", + "urn:barcode:33433116522354" + ], + "identifierV2": [ + { + "value": "JQL 18-4 issue 1 (2007/08)", + "type": "bf:ShelfMark" + }, + { + "value": "33433116522354", + "type": "bf:Barcode" + } + ], + "physicalLocation": [ + "JQL 18-4" + ], + "requestable": [ + false + ], + "shelfMark": [ + "JQL 18-4 issue 1 (2007/08)" + ], + "shelfMark_sort": "aJQL 18-4 issue 1 (2007/08)", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i35913145" + }, + "sort": [ + " -2007" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b12525718", + "_score": 13.032421, + "_source": { + "extent": [ + "v. : ill. ;" + ], + "note": [ + { + "noteType": "Note", + "label": "Published: Fratelli Palombi Editori, 1954-1984; L'Erma di Bretschneider, 1985- .", + "type": "bf:Note" + }, + { + "noteType": "Indexed In", + "label": "RILA. Répertoire international de la littérature de l'art", + "type": "bf:Note" + }, + { + "noteType": "Numbering", + "label": "Anno 25 (1978)-27 (1980) combined.", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Anno 1, n. 1-2 (1954)-anno 32 (1985) ; nuova serie, 1 (1987)-" + ], + "subjectLiteral_exploded": [ + "Rome (Italy)", + "Rome (Italy) -- Galleries and museums" + ], + "numItemDatesParsed": [ + 45 + ], + "publisherLiteral": [ + "Gli Amici" + ], + "language": [ + { + "id": "lang:ita", + "label": "Italian" + } + ], + "numItemsTotal": [ + 45 + ], + "createdYear": [ + 1954 + ], + "dateEndString": [ + "9999" + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Bollettino dei Musei comunali di Roma" + ], + "shelfMark": [ + "JQL 08-17" + ], + "numItemVolumesParsed": [ + 45 + ], + "createdString": [ + "1954" + ], + "idLccn": [ + "64036787 //r882" + ], + "idIssn": [ + "0523-9346" + ], + "numElectronicResources": [ + 0 + ], + "contributorLiteral": [ + "Amici dei musei di Roma (Italy)" + ], + "dateStartYear": [ + 1954 + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JQL 08-17" + }, + { + "type": "nypl:Bnumber", + "value": "12525718" + }, + { + "type": "nypl:Oclc", + "value": "2785323" + }, + { + "type": "bf:Lccn", + "value": "64036787 //r882" + }, + { + "type": "bf:Issn", + "value": "0523-9346" + }, + { + "type": "bf:Identifier", + "value": "(WaOLN)S010000043" + } + ], + "idOclc": [ + "2785323" + ], + "dateEndYear": [ + 9999 + ], + "holdings": [ + { + "checkInBoxes": [ + { + "coverage": "No. 7 (1993)", + "position": 1, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-17" + ], + "status": "Arrived" + }, + { + "coverage": "No. 8 (1994)", + "position": 2, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-17" + ], + "status": "Arrived" + }, + { + "coverage": "No. 9 (1995)", + "position": 3, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-17" + ], + "status": "Arrived" + }, + { + "coverage": "No. 10 (1996)", + "position": 4, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-17" + ], + "status": "Arrived" + }, + { + "coverage": "No. 11 (1997)", + "position": 5, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-17" + ], + "status": "Arrived" + }, + { + "coverage": "No. 12 (1998)", + "position": 6, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-17" + ], + "status": "Arrived" + }, + { + "coverage": "No. 13 (1999)", + "position": 7, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-17" + ], + "status": "Arrived" + }, + { + "coverage": "No. 14 (2000)", + "position": 8, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-17" + ], + "status": "Arrived" + }, + { + "coverage": "No. 15 (2001)", + "position": 9, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-17" + ], + "status": "Arrived" + }, + { + "coverage": "No. 16 (2002)", + "position": 10, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-17" + ], + "status": "Arrived" + }, + { + "coverage": "No. 17 (2003)", + "position": 11, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-17" + ], + "status": "Arrived" + }, + { + "coverage": "No. 18 (2004)", + "position": 12, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-17" + ], + "status": "Arrived" + }, + { + "coverage": "No. 19 (2005)", + "position": 13, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-17" + ], + "status": "Expected" + }, + { + "coverage": "No. 20 (2006)", + "position": 14, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-17" + ], + "status": "Expected" + }, + { + "coverage": "No. 21 (2007)", + "position": 15, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-17" + ], + "status": "Expected" + }, + { + "coverage": "No. 22 (2008)", + "position": 16, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-17" + ], + "status": "Expected" + }, + { + "coverage": "No. 23 (2009)", + "position": 17, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-17" + ], + "status": "Expected" + }, + { + "coverage": "No. 24 (2010)", + "position": 18, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-17" + ], + "status": "Expected" + }, + { + "coverage": "No. 25 (2011)", + "position": 19, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-17" + ], + "status": "Arrived" + }, + { + "coverage": "No. 26 (2012)", + "position": 20, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-17" + ], + "status": "Arrived" + }, + { + "coverage": "No. 27 (2013)", + "position": 21, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-17" + ], + "status": "Arrived" + }, + { + "coverage": "No. 28 (2014)", + "position": 22, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-17" + ], + "status": "Arrived" + }, + { + "coverage": "No. 29 (2015)", + "position": 23, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-17" + ], + "status": "Expected" + }, + { + "coverage": "No. 30 (2018)", + "position": 24, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-17" + ], + "status": "Expected" + }, + { + "coverage": "No. 31 (2019)", + "position": 25, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-17" + ], + "status": "Expected" + }, + { + "coverage": "No. 32 (2018)", + "position": 26, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-17" + ], + "status": "Arrived" + }, + { + "coverage": "No. 33 (2021)", + "position": 27, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-17" + ], + "status": "Expected" + }, + { + "coverage": "No. 34 (2022)", + "position": 28, + "type": "nypl:CheckInBox", + "shelfMark": [ + "JQL 08-17" + ], + "status": "Expected" + } + ], + "holdingStatement": [ + "1(1954)-6(1959),8(1961)-32(1985) [N.S] 1(1987)-18(2004),25(2011)28(2014),32(2018)-", + "v. 25 (2011) - v. 28 (2014); v. 32 (2020)" + ], + "identifier": [ + { + "type": "bf:shelfMark", + "value": "JQL 08-17" + } + ], + "notes": [ + "Order transferred from GRD to ART per CCK/ART 7/29/04 ?EP" + ], + "physicalLocation": [ + "JQL 08-17" + ], + "location": [ + { + "code": "loc:mab", + "label": "Schwarzman Building - Art & Architecture Room 300" + } + ], + "shelfMark": [ + "JQL 08-17" + ], + "uri": "h1069076" + } + ], + "updatedAt": 1711342513715, + "publicationStatement": [ + "[Roma] : Gli Amici, [1954]-" + ], + "identifier": [ + "urn:shelfmark:JQL 08-17", + "urn:bnum:12525718", + "urn:oclc:2785323", + "urn:lccn:64036787 //r882", + "urn:issn:0523-9346", + "urn:identifier:(WaOLN)S010000043" + ], + "numCheckinCardItems": [ + 28 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1954" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Rome (Italy) -- Galleries and museums." + ], + "titleDisplay": [ + "Bollettino dei Musei comunali di Roma / a cura degli Amici dei musei di Roma." + ], + "uri": "b12525718", + "lccClassification": [ + "AM55.R6 B6" + ], + "placeOfPublication": [ + "[Roma]" + ], + "titleAlt": [ + "Boll. Mus. comunali Roma", + "Bollettino dei Musei comunali di Roma" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "dimensions": [ + "25 cm." + ] + }, + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 45, + "max_score": null, + "hits": [ + { + "_nested": { + "field": "items", + "offset": 44 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "dateRange": [ + { + "gte": "2022-01-01", + "lte": "2022-01-01" + } + ], + "enumerationChronology": [ + "No. 34 (2022)" + ], + "enumerationChronology_sort": [ + " 34-2022-01-01" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mab", + "label": "Schwarzman Building - Art & Architecture Room 300" + } + ], + "holdingLocation_packed": [ + "loc:mab||Schwarzman Building - Art & Architecture Room 300" + ], + "identifierV2": [ + { + "value": "JQL 08-17", + "type": "bf:ShelfMark" + } + ], + "shelfMark": [ + "JQL 08-17" + ], + "shelfMark_sort": "aJQL 08-000017", + "status": [ + { + "id": "status:na", + "label": "Not available" + } + ], + "status_packed": [ + "status:na||Not available" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "uri": "i-h1069076-0", + "volumeRange": [ + { + "gte": 34, + "lte": 34 + } + ], + "volumeRaw": [ + "No. 34" + ] + }, + "sort": [ + " 34-2022-01-01" + ] + }, + { + "_nested": { + "field": "items", + "offset": 43 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "dateRange": [ + { + "gte": "2021-01-01", + "lte": "2021-01-01" + } + ], + "enumerationChronology": [ + "No. 33 (2021)" + ], + "enumerationChronology_sort": [ + " 33-2021-01-01" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mab", + "label": "Schwarzman Building - Art & Architecture Room 300" + } + ], + "holdingLocation_packed": [ + "loc:mab||Schwarzman Building - Art & Architecture Room 300" + ], + "identifierV2": [ + { + "value": "JQL 08-17", + "type": "bf:ShelfMark" + } + ], + "shelfMark": [ + "JQL 08-17" + ], + "shelfMark_sort": "aJQL 08-000017", + "status": [ + { + "id": "status:na", + "label": "Not available" + } + ], + "status_packed": [ + "status:na||Not available" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "uri": "i-h1069076-1", + "volumeRange": [ + { + "gte": 33, + "lte": 33 + } + ], + "volumeRaw": [ + "No. 33" + ] + }, + "sort": [ + " 33-2021-01-01" + ] + }, + { + "_nested": { + "field": "items", + "offset": 42 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "dateRange": [ + { + "gte": "2018-01-01", + "lte": "2018-01-01" + } + ], + "enumerationChronology": [ + "No. 32 (2018)" + ], + "enumerationChronology_sort": [ + " 32-2018-01-01" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mab", + "label": "Schwarzman Building - Art & Architecture Room 300" + } + ], + "holdingLocation_packed": [ + "loc:mab||Schwarzman Building - Art & Architecture Room 300" + ], + "identifierV2": [ + { + "value": "JQL 08-17", + "type": "bf:ShelfMark" + } + ], + "shelfMark": [ + "JQL 08-17" + ], + "shelfMark_sort": "aJQL 08-000017", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "nypl:CheckinCardItem" + ], + "uri": "i-h1069076-2", + "volumeRange": [ + { + "gte": 32, + "lte": 32 + } + ], + "volumeRaw": [ + "No. 32" + ] + }, + "sort": [ + " 32-2018-01-01" + ] + } + ] + } + } + } + }, + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b11560439", + "_score": 12.923024, + "_source": { + "extent": [ + "56 volumes : illustrations ;" + ], + "note": [ + { + "noteType": "Source of Description", + "label": "Description based on: Jaarg. 16, nr. 1, published in 1968.", + "type": "bf:Note" + }, + { + "noteType": "Source of Description", + "label": "Latest issue consulted: Jaarg. 56, nr. 4 (2008).", + "type": "bf:Note" + } + ], + "nyplSource": [ + "sierra-nypl" + ], + "serialPublicationDates": [ + "Began 1953; ceased in 2008." + ], + "subjectLiteral_exploded": [ + "Rijksmuseum (Netherlands)", + "Rijksmuseum (Netherlands) -- Periodicals", + "Art", + "Art -- Periodicals", + "Art -- Netherlands", + "Art -- Netherlands -- Amsterdam", + "Art -- Netherlands -- Amsterdam -- Periodicals", + "Art -- Netherlands -- Amsterdam -- Periodicals -- Art", + "Netherlands", + "Netherlands -- Amsterdam" + ], + "numItemDatesParsed": [ + 28 + ], + "publisherLiteral": [ + "Rijks-Museum" + ], + "language": [ + { + "id": "lang:dut", + "label": "Dutch" + } + ], + "numItemsTotal": [ + 28 + ], + "createdYear": [ + 1953 + ], + "dateEndString": [ + "2008" + ], + "type": [ + "nypl:Item" + ], + "title": [ + "Bulletin van het Rijksmuseum." + ], + "shelfMark": [ + "JQL 08-19" + ], + "numItemVolumesParsed": [ + 28 + ], + "createdString": [ + "1953" + ], + "creatorLiteral": [ + "Rijksmuseum (Netherlands)" + ], + "idLccn": [ + "2009219042" + ], + "idIssn": [ + "0165-9510" + ], + "numElectronicResources": [ + 2 + ], + "dateStartYear": [ + 1953 + ], + "donor": [ + "Gift of the DeWitt Wallace Endowment Fund, named in honor of the founder of Reader's Digest" + ], + "identifierV2": [ + { + "type": "bf:ShelfMark", + "value": "JQL 08-19" + }, + { + "type": "nypl:Bnumber", + "value": "11560439" + }, + { + "type": "nypl:Oclc", + "value": "4272788" + }, + { + "type": "bf:Lccn", + "value": "2009219042" + }, + { + "type": "bf:Issn", + "value": "0165-9510" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)4272788" + }, + { + "type": "bf:Identifier", + "value": "(OCoLC)1481032 (OCoLC)646828412 (OCoLC)1001937252 (OCoLC)1036735109 (OCoLC)1052909875 (OCoLC)1064861871" + } + ], + "idOclc": [ + "4272788" + ], + "dateEndYear": [ + 2008 + ], + "updatedAt": 1711632738331, + "publicationStatement": [ + "Amsterdam : Rijks-Museum, -©2008." + ], + "identifier": [ + "urn:shelfmark:JQL 08-19", + "urn:bnum:11560439", + "urn:oclc:4272788", + "urn:lccn:2009219042", + "urn:issn:0165-9510", + "urn:identifier:(OCoLC)4272788", + "urn:identifier:(OCoLC)1481032 (OCoLC)646828412 (OCoLC)1001937252 (OCoLC)1036735109 (OCoLC)1052909875 (OCoLC)1064861871" + ], + "genreForm": [ + "Catalogs.", + "Periodicals.", + "Art." + ], + "numCheckinCardItems": [ + 0 + ], + "materialType": [ + { + "id": "resourcetypes:txt", + "label": "Text" + } + ], + "carrierType": [ + { + "id": "carriertypes:nc", + "label": "volume" + } + ], + "dateString": [ + "1953" + ], + "mediaType": [ + { + "id": "mediatypes:n", + "label": "unmediated" + } + ], + "subjectLiteral": [ + "Rijksmuseum (Netherlands) -- Periodicals.", + "Rijksmuseum (Netherlands)", + "Art -- Periodicals.", + "Art -- Netherlands -- Amsterdam -- Periodicals -- Art.", + "Art.", + "Netherlands -- Amsterdam." + ], + "titleDisplay": [ + "Bulletin van het Rijksmuseum." + ], + "uri": "b11560439", + "lccClassification": [ + "N2460 .A3" + ], + "electronicResources": [ + { + "url": "http://www.rijksmuseum.nl/bulletin?lang=en" + }, + { + "url": "http://www.jstor.org/journals/01659510.html" + } + ], + "placeOfPublication": [ + "Amsterdam" + ], + "titleAlt": [ + "Bull. Rÿksmus.", + "Bulletin van het Rÿksmuseum" + ], + "issuance": [ + { + "id": "urn:biblevel:s", + "label": "serial" + } + ], + "dimensions": [ + "24 cm" + ] + }, + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 28, + "max_score": null, + "hits": [ + { + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2008", + "lte": "2008" + } + ], + "enumerationChronology": [ + "v. 56 (2008) & Index" + ], + "enumerationChronology_sort": [ + " 56-2008" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmb2", + "label": "Offsite" + } + ], + "holdingLocation_packed": [ + "loc:rcmb2||Offsite" + ], + "idBarcode": [ + "33433099607917" + ], + "identifier": [ + "urn:shelfmark:JQL 08-19 v. 56 (2008) & Index", + "urn:barcode:33433099607917" + ], + "identifierV2": [ + { + "value": "JQL 08-19 v. 56 (2008) & Index", + "type": "bf:ShelfMark" + }, + { + "value": "33433099607917", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1110", + "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" + } + ], + "owner_packed": [ + "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" + ], + "physicalLocation": [ + "JQL 08-19" + ], + "recapCustomerCode": [ + "NQ" + ], + "requestable": [ + true + ], + "shelfMark": [ + "JQL 08-19 v. 56 (2008) & Index" + ], + "shelfMark_sort": "aJQL 08-19 v. 000056 (2008) & Index", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 56, + "lte": 56 + } + ], + "uri": "i28757051" + }, + "sort": [ + " 56-2008" + ] + }, + { + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2007", + "lte": "2007" + } + ], + "enumerationChronology": [ + "v. 55 (2007) & Index" + ], + "enumerationChronology_sort": [ + " 55-2007" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmb2", + "label": "Offsite" + } + ], + "holdingLocation_packed": [ + "loc:rcmb2||Offsite" + ], + "idBarcode": [ + "33433099608063" + ], + "identifier": [ + "urn:shelfmark:JQL 08-19 v. 55 (2007) & Index", + "urn:barcode:33433099608063" + ], + "identifierV2": [ + { + "value": "JQL 08-19 v. 55 (2007) & Index", + "type": "bf:ShelfMark" + }, + { + "value": "33433099608063", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1110", + "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" + } + ], + "owner_packed": [ + "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" + ], + "physicalLocation": [ + "JQL 08-19" + ], + "recapCustomerCode": [ + "NQ" + ], + "requestable": [ + true + ], + "shelfMark": [ + "JQL 08-19 v. 55 (2007) & Index" + ], + "shelfMark_sort": "aJQL 08-19 v. 000055 (2007) & Index", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 55, + "lte": 55 + } + ], + "uri": "i28756751" + }, + "sort": [ + " 55-2007" + ] + }, + { + "_nested": { + "field": "items", + "offset": 2 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "dateRange": [ + { + "gte": "2006", + "lte": "2006" + } + ], + "enumerationChronology": [ + "v. 54 (2006) & Index" + ], + "enumerationChronology_sort": [ + " 54-2006" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmb2", + "label": "Offsite" + } + ], + "holdingLocation_packed": [ + "loc:rcmb2||Offsite" + ], + "idBarcode": [ + "33433099608188" + ], + "identifier": [ + "urn:shelfmark:JQL 08-19 v. 54 (2006) & Index", + "urn:barcode:33433099608188" + ], + "identifierV2": [ + { + "value": "JQL 08-19 v. 54 (2006) & Index", + "type": "bf:ShelfMark" + }, + { + "value": "33433099608188", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1110", + "label": "The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" + } + ], + "owner_packed": [ + "orgs:1110||The Miriam and Ira D. Wallach Division of Art, Prints and Photographs: Art & Architecture Collection" + ], + "physicalLocation": [ + "JQL 08-19" + ], + "recapCustomerCode": [ + "NQ" + ], + "requestable": [ + true + ], + "shelfMark": [ + "JQL 08-19 v. 54 (2006) & Index" + ], + "shelfMark_sort": "aJQL 08-19 v. 000054 (2006) & Index", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 54, + "lte": 54 + } + ], + "uri": "i28756731" + }, + "sort": [ + " 54-2006" + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-8f96cd24c7eab6d6aa97fe3e581662ca.json b/test/fixtures/query-c8f8d06bb9c5368184425c92a82465d5.json similarity index 66% rename from test/fixtures/query-8f96cd24c7eab6d6aa97fe3e581662ca.json rename to test/fixtures/query-c8f8d06bb9c5368184425c92a82465d5.json index 86f9e872..f54dc036 100644 --- a/test/fixtures/query-8f96cd24c7eab6d6aa97fe3e581662ca.json +++ b/test/fixtures/query-c8f8d06bb9c5368184425c92a82465d5.json @@ -1,6 +1,6 @@ { "body": { - "took": 218, + "took": 501, "timed_out": false, "_shards": { "total": 3, @@ -9,13 +9,13 @@ }, "hits": { "total": 1, - "max_score": 119.38063, + "max_score": 118.664795, "hits": [ { "_index": "resources-2018-04-09", "_type": "resource", "_id": "b12423567", - "_score": 119.38063, + "_score": 118.664795, "_source": { "extent": [ "202 p." @@ -26,6 +26,9 @@ "subjectLiteral_exploded": [ "Campanella, Tommaso, 1568-1639" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ "S. Neaulme" ], @@ -35,27 +38,39 @@ "label": "Latin" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 1741 ], - "type": [ - "nypl:Item" - ], "title": [ "Vita Th. Campanellae." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "AN (Campanella) (Cyprian, E. S. Vita Th. Campanellae)" ], - "creatorLiteral": [ - "Cyprian, Ernst Salomon, 1673-1745." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1741" ], + "creatorLiteral": [ + "Cyprian, Ernst Salomon, 1673-1745." + ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1741 ], + "idOclc": [ + "34529242" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -65,18 +80,27 @@ "type": "nypl:Bnumber", "value": "12423567" }, + { + "type": "nypl:Oclc", + "value": "34529242" + }, { "type": "bf:Identifier", "value": "(WaOLN)nyp2408048" } ], - "updatedAt": 1657655482511, + "updatedAt": 1711326027341, "publicationStatement": [ "Trajecti ad Rhenum, S. Neaulme, 1741." ], "identifier": [ + "urn:shelfmark:AN (Campanella) (Cyprian, E. S. Vita Th. Campanellae)", "urn:bnum:12423567", - "urn:undefined:(WaOLN)nyp2408048" + "urn:oclc:34529242", + "urn:identifier:(WaOLN)nyp2408048" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -106,12 +130,6 @@ "Vita Th. Campanellae. Autore Ern. Sal. Cypriano. Accedunt hac secunda editione appendices IV. doctorum virorum de Campanellae vita, philosophia & libris schediasmata complectentes." ], "uri": "b12423567", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Trajecti ad Rhenum" ], @@ -145,72 +163,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:u", + "label": "Supervised use" + } + ], "accessMessage_packed": [ "accessMessage:u||Supervised use" ], - "identifier": [ - "urn:barcode:33433104031624" - ], - "physicalLocation": [ - "AN (Campanella) (Cyprian, E. S. Vita Th. Campanellae)" - ], - "shelfMark_sort": "aAN (Campanella) (Cyprian, E. S. Vita Th. Campanellae)", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } ], "catalogItemType_packed": [ "catalogItemType:2||book non-circ" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:u", - "label": "Supervised use" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "uri": "i16020288", - "shelfMark": [ - "AN (Campanella) (Cyprian, E. S. Vita Th. Campanellae)" + "idBarcode": [ + "33433104031624" + ], + "identifier": [ + "urn:shelfmark:AN (Campanella) (Cyprian, E. S. Vita Th. Campanellae)", + "urn:barcode:33433104031624" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "AN (Campanella) (Cyprian, E. S. Vita Th. Campanellae)" + "value": "AN (Campanella) (Cyprian, E. S. Vita Th. Campanellae)", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433104031624" + "value": "33433104031624", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433104031624" + "physicalLocation": [ + "AN (Campanella) (Cyprian, E. S. Vita Th. Campanellae)" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:2", - "label": "book non-circ" - } + "shelfMark": [ + "AN (Campanella) (Cyprian, E. S. Vita Th. Campanellae)" ], + "shelfMark_sort": "aAN (Campanella) (Cyprian, E. S. Vita Th. Campanellae)", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } - ] + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i16020288" }, "sort": [ null @@ -224,50 +249,5 @@ ] } }, - "statusCode": 200, - "headers": { - "date": "Mon, 11 Mar 2024 15:37:13 GMT", - "content-type": "application/json; charset=UTF-8", - "content-length": "2936", - "connection": "keep-alive", - "access-control-allow-origin": "*" - }, - "meta": { - "context": null, - "request": { - "params": { - "method": "POST", - "path": "/resources-2018-04-09/_search", - "body": "{\"from\":0,\"size\":50,\"query\":{\"function_score\":{\"query\":{\"bool\":{\"must\":[{\"bool\":{\"should\":[{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"AN \\\\(Campanella\\\\) \\\\(Cyprian, E. S. Vita Th. Campanellae\\\\)\",\"default_operator\":\"AND\"}},{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"\\\"AN \\\\(Campanella\\\\) \\\\(Cyprian, E. S. Vita Th. Campanellae\\\\)\\\"\",\"default_operator\":\"AND\"}},{\"nested\":{\"path\":\"items\",\"query\":{\"query_string\":{\"fields\":[\"items.shelfMark\"],\"query\":\"AN \\\\(Campanella\\\\) \\\\(Cyprian, E. S. Vita Th. Campanellae\\\\)\",\"default_operator\":\"AND\"}}}}]}}],\"filter\":[{\"bool\":{\"should\":[{\"nested\":{\"path\":\"items\",\"query\":{\"bool\":{\"must_not\":[{\"exists\":{\"field\":\"items.electronicLocator\"}}]}},\"inner_hits\":{\"sort\":[{\"items.enumerationChronology_sort\":\"desc\"}],\"size\":\"100\",\"from\":0,\"name\":\"items\"}}},{\"nested\":{\"path\":\"items\",\"query\":{\"exists\":{\"field\":\"items.electronicLocator\"}},\"inner_hits\":{\"name\":\"electronicResources\"}}},{\"match_all\":{}}]}}]}}}},\"min_score\":0.65,\"sort\":[\"_score\"],\"_source\":{\"excludes\":[\"uris\",\"*_packed\",\"*_sort\",\"items.*_packed\",\"contentsTitle\",\"items\"]}}", - "querystring": "", - "headers": { - "user-agent": "elasticsearch-js/7.12.0 (darwin 21.6.0-x64; Node.js v18.12.1)", - "x-elastic-client-meta": "es=7.12.0,js=18.12.1,t=7.12.0,hc=18.12.1", - "content-type": "application/json", - "content-length": "1189" - }, - "timeout": 30000 - }, - "options": {}, - "id": 73 - }, - "name": "elasticsearch-js", - "connection": { - "url": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "id": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "headers": {}, - "deadCount": 0, - "resurrectTimeout": 0, - "_openRequests": 0, - "status": "alive", - "roles": { - "master": true, - "data": true, - "ingest": true, - "ml": false - } - }, - "attempts": 0, - "aborted": false - } + "statusCode": 200 } \ No newline at end of file diff --git a/test/fixtures/query-7ace9db01f2b30beba1d55702c75d623.json b/test/fixtures/query-ca695cb1172350d414acf78870f8fb6e.json similarity index 64% rename from test/fixtures/query-7ace9db01f2b30beba1d55702c75d623.json rename to test/fixtures/query-ca695cb1172350d414acf78870f8fb6e.json index b5098f34..e76e361b 100644 --- a/test/fixtures/query-7ace9db01f2b30beba1d55702c75d623.json +++ b/test/fixtures/query-ca695cb1172350d414acf78870f8fb6e.json @@ -1,6 +1,6 @@ { "body": { - "took": 273, + "took": 169, "timed_out": false, "_shards": { "total": 3, @@ -9,13 +9,13 @@ }, "hits": { "total": 1, - "max_score": 107.721466, + "max_score": 107.248, "hits": [ { "_index": "resources-2018-04-09", "_type": "resource", "_id": "b12709113", - "_score": 107.721466, + "_score": 107.248, "_source": { "extent": [ "iv, 350 p. : ill., port. ;" @@ -27,8 +27,11 @@ "Washington County (Neb.)", "Washington County (Neb.) -- History" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ - "Magic city printing co.," + "Magic city printing co." ], "language": [ { @@ -36,27 +39,39 @@ "label": "English" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 1937 ], - "type": [ - "nypl:Item" - ], "title": [ "A history of Washington county, Nebraska" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "IWD (Washington co.) (Shrader, F. B. History of Washington county, Nebraska)" ], - "creatorLiteral": [ - "Shrader, Forrest B." + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1937" ], + "creatorLiteral": [ + "Shrader, Forrest B." + ], + "numElectronicResources": [ + 0 + ], "dateStartYear": [ 1937 ], + "idOclc": [ + "9566258" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -65,14 +80,23 @@ { "type": "nypl:Bnumber", "value": "12709113" + }, + { + "type": "nypl:Oclc", + "value": "9566258" } ], - "updatedAt": 1636332069027, + "updatedAt": 1711220358338, "publicationStatement": [ "[Omaha, : Magic city printing co., 1937]" ], "identifier": [ - "urn:bnum:12709113" + "urn:shelfmark:IWD (Washington co.) (Shrader, F. B. History of Washington county, Nebraska)", + "urn:bnum:12709113", + "urn:oclc:9566258" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -102,14 +126,8 @@ "A history of Washington county, Nebraska / by Forrest B. Shrader." ], "uri": "b12709113", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ - "[Omaha, :" + "[Omaha," ], "issuance": [ { @@ -141,72 +159,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433099509238" - ], - "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)", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mag92", + "label": "Schwarzman Building M2 - Milstein Division Room 121" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mag92||Schwarzman Building M2 - Milstein Division Room 121" ], - "uri": "i16202472", - "shelfMark": [ - "IWD (Washington co.) (Shrader, F. B. History of Washington county, Nebraska)" + "idBarcode": [ + "33433099509238" + ], + "identifier": [ + "urn:shelfmark:IWD (Washington co.) (Shrader, F. B. History of Washington county, Nebraska)", + "urn:barcode:33433099509238" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "IWD (Washington co.) (Shrader, F. B. History of Washington county, Nebraska)" + "value": "IWD (Washington co.) (Shrader, F. B. History of Washington county, Nebraska)", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433099509238" + "value": "33433099509238", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mag92||Schwarzman Building M2 - Milstein Division Room 121" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433099509238" + "physicalLocation": [ + "IWD (Washington co.) (Shrader, F. B. History of Washington county, Nebraska)" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "IWD (Washington co.) (Shrader, F. B. History of Washington county, Nebraska)" ], + "shelfMark_sort": "aIWD (Washington co.) (Shrader, F. B. History of Washington county, Nebraska)", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mag92", - "label": "Schwarzman Building M2 - Milstein Division Room 121" - } - ] + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i16202472" }, "sort": [ null @@ -220,50 +245,5 @@ ] } }, - "statusCode": 200, - "headers": { - "date": "Mon, 11 Mar 2024 15:37:14 GMT", - "content-type": "application/json; charset=UTF-8", - "content-length": "2973", - "connection": "keep-alive", - "access-control-allow-origin": "*" - }, - "meta": { - "context": null, - "request": { - "params": { - "method": "POST", - "path": "/resources-2018-04-09/_search", - "body": "{\"from\":0,\"size\":50,\"query\":{\"function_score\":{\"query\":{\"bool\":{\"must\":[{\"bool\":{\"should\":[{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"IWD \\\\(Washington co.\\\\) \\\\(Shrader, F. B. History of Washington county, Nebraska\\\\)\",\"default_operator\":\"AND\"}},{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"\\\"IWD \\\\(Washington co.\\\\) \\\\(Shrader, F. B. History of Washington county, Nebraska\\\\)\\\"\",\"default_operator\":\"AND\"}},{\"nested\":{\"path\":\"items\",\"query\":{\"query_string\":{\"fields\":[\"items.shelfMark\"],\"query\":\"IWD \\\\(Washington co.\\\\) \\\\(Shrader, F. B. History of Washington county, Nebraska\\\\)\",\"default_operator\":\"AND\"}}}}]}}],\"filter\":[{\"bool\":{\"should\":[{\"nested\":{\"path\":\"items\",\"query\":{\"bool\":{\"must_not\":[{\"exists\":{\"field\":\"items.electronicLocator\"}}]}},\"inner_hits\":{\"sort\":[{\"items.enumerationChronology_sort\":\"desc\"}],\"size\":\"100\",\"from\":0,\"name\":\"items\"}}},{\"nested\":{\"path\":\"items\",\"query\":{\"exists\":{\"field\":\"items.electronicLocator\"}},\"inner_hits\":{\"name\":\"electronicResources\"}}},{\"match_all\":{}}]}}]}}}},\"min_score\":0.65,\"sort\":[\"_score\"],\"_source\":{\"excludes\":[\"uris\",\"*_packed\",\"*_sort\",\"items.*_packed\",\"contentsTitle\",\"items\"]}}", - "querystring": "", - "headers": { - "user-agent": "elasticsearch-js/7.12.0 (darwin 21.6.0-x64; Node.js v18.12.1)", - "x-elastic-client-meta": "es=7.12.0,js=18.12.1,t=7.12.0,hc=18.12.1", - "content-type": "application/json", - "content-length": "1258" - }, - "timeout": 30000 - }, - "options": {}, - "id": 76 - }, - "name": "elasticsearch-js", - "connection": { - "url": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "id": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "headers": {}, - "deadCount": 0, - "resurrectTimeout": 0, - "_openRequests": 0, - "status": "alive", - "roles": { - "master": true, - "data": true, - "ingest": true, - "ml": false - } - }, - "attempts": 0, - "aborted": false - } + "statusCode": 200 } \ No newline at end of file diff --git a/test/fixtures/query-fc436ffcdd88db79315260f3cc3b1212.json b/test/fixtures/query-d1661fbe107ade7b76180cc469763104.json similarity index 94% rename from test/fixtures/query-fc436ffcdd88db79315260f3cc3b1212.json rename to test/fixtures/query-d1661fbe107ade7b76180cc469763104.json index f23002a3..81a80350 100644 --- a/test/fixtures/query-fc436ffcdd88db79315260f3cc3b1212.json +++ b/test/fixtures/query-d1661fbe107ade7b76180cc469763104.json @@ -1,6 +1,6 @@ { "body": { - "took": 604, + "took": 1040, "timed_out": false, "_shards": { "total": 3, @@ -8,7 +8,7 @@ "failed": 0 }, "hits": { - "total": 20014165, + "total": 19657399, "max_score": null, "hits": [ { @@ -48,36 +48,39 @@ "createdYear": [ 1967 ], - "type": [ - "nypl:Item" - ], "title": [ "Dīwān Muḥammad al-ʻĪd Muḥammad ʻAlī Khalīfah." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFA 82-5137" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Khalīfah, Muḥammad al-ʻĪd, 1904-1979." - ], "createdString": [ "1967" ], + "creatorLiteral": [ + "Khalīfah, Muḥammad al-ʻĪd, 1904-1979." + ], "idLccn": [ "75960366" ], - "seriesStatement": [ - "Manshūrāt Wizārat al-Tarbiyah al-Waṭanīyah bi-al-Jazāʼir; 1" - ], "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", @@ -87,14 +90,14 @@ "type": "nypl:Bnumber", "value": "10000103" }, - { - "type": "bf:Lccn", - "value": "75960366" - }, { "type": "nypl:Oclc", "value": "NYPG001000051-B" }, + { + "type": "bf:Lccn", + "value": "75960366" + }, { "type": "bf:Identifier", "value": "NNSZ00100051" @@ -104,19 +107,17 @@ "value": "(WaOLN)nyp0200102" } ], - "idOclc": [ - "NYPG001000051-B" - ], - "updatedAt": 1674870755402, + "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:lccn:75960366", "urn:oclc:NYPG001000051-B", - "urn:undefined:NNSZ00100051", - "urn:undefined:(WaOLN)nyp0200102" + "urn:lccn:75960366", + "urn:identifier:NNSZ00100051", + "urn:identifier:(WaOLN)nyp0200102" ], "numCheckinCardItems": [ 0 @@ -149,12 +150,6 @@ "lccClassification": [ "PJ7842.H2937 A17 1967" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[al-Jazāʼir]" ], @@ -191,24 +186,14 @@ }, "_score": null, "_source": { - "uri": "i10000042", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -219,6 +204,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -228,8 +216,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFA 82-5137" + "idBarcode": [ + "33433002000671" + ], + "identifier": [ + "urn:shelfmark:*OFA 82-5137", + "urn:barcode:33433002000671" ], "identifierV2": [ { @@ -237,41 +229,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433002000671" + "value": "33433002000671", + "type": "bf:Barcode" } ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFA 82-5137" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433002000671" - ], - "idBarcode": [ - "33433002000671" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFA 82-5137" + ], + "shelfMark_sort": "a*OFA 82-005137", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFA 82-005137" + "uri": "i10000042" }, "sort": [ null @@ -324,24 +320,24 @@ "createdYear": [ 1972 ], - "type": [ - "nypl:Item" - ], "title": [ "Caivacittāntac coṟpoḻivukaḷ." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 82-5150" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Somasundaram Chettiar, Kayappakkah, 1897-" - ], "createdString": [ "1972" ], + "creatorLiteral": [ + "Somasundaram Chettiar, Kayappakkah, 1897-" + ], "idLccn": [ "73902751" ], @@ -354,6 +350,9 @@ "dateStartYear": [ 1972 ], + "idOclc": [ + "NYPG001000052-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -363,14 +362,14 @@ "type": "nypl:Bnumber", "value": "10000104" }, - { - "type": "bf:Lccn", - "value": "73902751" - }, { "type": "nypl:Oclc", "value": "NYPG001000052-B" }, + { + "type": "bf:Lccn", + "value": "73902751" + }, { "type": "bf:Identifier", "value": "NNSZ00100052" @@ -380,19 +379,17 @@ "value": "(WaOLN)nyp0200103" } ], - "idOclc": [ - "NYPG001000052-B" - ], - "updatedAt": 1674870754295, + "updatedAt": 1711113919978, "publicationStatement": [ "[Ceṉṉai] 1972." ], "identifier": [ + "urn:shelfmark:*OLB 82-5150", "urn:bnum:10000104", - "urn:lccn:73902751", "urn:oclc:NYPG001000052-B", - "urn:undefined:NNSZ00100052", - "urn:undefined:(WaOLN)nyp0200103" + "urn:lccn:73902751", + "urn:identifier:NNSZ00100052", + "urn:identifier:(WaOLN)nyp0200103" ], "numCheckinCardItems": [ 0 @@ -428,12 +425,6 @@ "lccClassification": [ "BL1245.S5 S64" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Ceṉṉai]" ], @@ -470,24 +461,14 @@ }, "_score": null, "_source": { - "uri": "i10000043", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -498,6 +479,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -507,8 +491,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 82-5150" + "idBarcode": [ + "33433001838949" + ], + "identifier": [ + "urn:shelfmark:*OLB 82-5150", + "urn:barcode:33433001838949" ], "identifierV2": [ { @@ -516,41 +504,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001838949" + "value": "33433001838949", + "type": "bf:Barcode" } ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 82-5150" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433001838949" - ], - "idBarcode": [ - "33433001838949" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 82-5150" + ], + "shelfMark_sort": "a*OLB 82-005150", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 82-005150" + "uri": "i10000043" }, "sort": [ null @@ -602,39 +594,42 @@ "createdYear": [ 1972 ], - "type": [ - "nypl:Item" - ], "title": [ "Nakkīrar aruḷiya Tirumurukāṟṟuppaṭai; teḷivurai, viḷakkavuraikaḷuṭaṉ." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 82-5148" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Nakkīrar." - ], "createdString": [ "1972" ], + "creatorLiteral": [ + "Nakkīrar." + ], "idLccn": [ "73902452" ], - "seriesStatement": [ - "Murukaṉ aruḷ veḷiyīṭu, 3" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Murukaṉ aruḷ veḷiyīṭu, 3" + ], "contributorLiteral": [ "Kachapesvaran, S. R., 1909-" ], "dateStartYear": [ 1972 ], + "idOclc": [ + "NYPG001000053-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -644,14 +639,14 @@ "type": "nypl:Bnumber", "value": "10000105" }, - { - "type": "bf:Lccn", - "value": "73902452" - }, { "type": "nypl:Oclc", "value": "NYPG001000053-B" }, + { + "type": "bf:Lccn", + "value": "73902452" + }, { "type": "bf:Identifier", "value": "NNSZ00100053" @@ -661,19 +656,17 @@ "value": "(WaOLN)nyp0200104" } ], - "idOclc": [ - "NYPG001000053-B" - ], - "updatedAt": 1674870754295, + "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:lccn:73902452", "urn:oclc:NYPG001000053-B", - "urn:undefined:NNSZ00100053", - "urn:undefined:(WaOLN)nyp0200104" + "urn:lccn:73902452", + "urn:identifier:NNSZ00100053", + "urn:identifier:(WaOLN)nyp0200104" ], "numCheckinCardItems": [ 0 @@ -709,24 +702,18 @@ "lccClassification": [ "PL4758.9.N28 T54" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Ceṉṉai];" ], - "titleAlt": [ - "Tirumurukāṟṟuppaṭai." - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Tirumurukāṟṟuppaṭai." + ], "dimensions": [ "19 cm." ] @@ -754,24 +741,14 @@ }, "_score": null, "_source": { - "uri": "i10000044", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -782,6 +759,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -791,8 +771,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 82-5148" + "idBarcode": [ + "33433001838964" + ], + "identifier": [ + "urn:shelfmark:*OLB 82-5148", + "urn:barcode:33433001838964" ], "identifierV2": [ { @@ -800,41 +784,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001838964" + "value": "33433001838964", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 82-5148" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433001838964" - ], - "idBarcode": [ - "33433001838964" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 82-5148" + ], + "shelfMark_sort": "a*OLB 82-005148", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 82-005148" + "uri": "i10000044" }, "sort": [ null @@ -882,36 +870,39 @@ "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "title": [ "Nallakati : kuṟunāval" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 82-5149" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Shanmugam, A. P., 1929-" - ], "createdString": [ "1975" ], + "creatorLiteral": [ + "Shanmugam, A. P., 1929-" + ], "idLccn": [ "76903205" ], - "seriesStatement": [ - "Tai Nūlaka veḷiyīṭu ; 4" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Tai Nūlaka veḷiyīṭu ; 4" + ], "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG001000054-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -921,14 +912,14 @@ "type": "nypl:Bnumber", "value": "10000106" }, - { - "type": "bf:Lccn", - "value": "76903205" - }, { "type": "nypl:Oclc", "value": "NYPG001000054-B" }, + { + "type": "bf:Lccn", + "value": "76903205" + }, { "type": "bf:Identifier", "value": "NNSZ00100054" @@ -938,19 +929,17 @@ "value": "(WaOLN)nyp0200105" } ], - "idOclc": [ - "NYPG001000054-B" - ], - "updatedAt": 1674870754295, + "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:lccn:76903205", "urn:oclc:NYPG001000054-B", - "urn:undefined:NNSZ00100054", - "urn:undefined:(WaOLN)nyp0200105" + "urn:lccn:76903205", + "urn:identifier:NNSZ00100054", + "urn:identifier:(WaOLN)nyp0200105" ], "numCheckinCardItems": [ 0 @@ -983,12 +972,6 @@ "lccClassification": [ "PL4758.9.S46 N3" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Nācciyār Kōvil, Tañcai Māvaṭṭam : Ceṉṉai" ], @@ -1025,24 +1008,14 @@ }, "_score": null, "_source": { - "uri": "i10000045", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -1053,6 +1026,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -1062,8 +1038,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 82-5149" + "idBarcode": [ + "33433001838956" + ], + "identifier": [ + "urn:shelfmark:*OLB 82-5149", + "urn:barcode:33433001838956" ], "identifierV2": [ { @@ -1071,41 +1051,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001838956" + "value": "33433001838956", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 82-5149" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433001838956" - ], - "idBarcode": [ - "33433001838956" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 82-5149" + ], + "shelfMark_sort": "a*OLB 82-005149", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 82-005149" + "uri": "i10000045" }, "sort": [ null @@ -1166,24 +1150,24 @@ "createdYear": [ 1972 ], - "type": [ - "nypl:Item" - ], "title": [ "Paripāṭal tiṟaṉ." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 82-5147" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Cāraṅkapāṇi, Irā. (Irācakōpāl), 1925-" - ], "createdString": [ "1972" ], + "creatorLiteral": [ + "Cāraṅkapāṇi, Irā. (Irācakōpāl), 1925-" + ], "idLccn": [ "72901252" ], @@ -1193,6 +1177,9 @@ "dateStartYear": [ 1972 ], + "idOclc": [ + "NYPG001000055-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -1202,14 +1189,14 @@ "type": "nypl:Bnumber", "value": "10000107" }, - { - "type": "bf:Lccn", - "value": "72901252" - }, { "type": "nypl:Oclc", "value": "NYPG001000055-B" }, + { + "type": "bf:Lccn", + "value": "72901252" + }, { "type": "bf:Identifier", "value": "NNSZ00100055" @@ -1219,19 +1206,17 @@ "value": "(WaOLN)nyp0200106" } ], - "idOclc": [ - "NYPG001000055-B" - ], - "updatedAt": 1674870759272, + "updatedAt": 1711606516370, "publicationStatement": [ "Citamparam, Maṇivācakam Nūlakam [1972]" ], "identifier": [ + "urn:shelfmark:*OLB 82-5147", "urn:bnum:10000107", - "urn:lccn:72901252", "urn:oclc:NYPG001000055-B", - "urn:undefined:NNSZ00100055", - "urn:undefined:(WaOLN)nyp0200106" + "urn:lccn:72901252", + "urn:identifier:NNSZ00100055", + "urn:identifier:(WaOLN)nyp0200106" ], "numCheckinCardItems": [ 0 @@ -1267,12 +1252,6 @@ "lccClassification": [ "PL4758.6.P37 S2" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Citamparam" ], @@ -1309,24 +1288,14 @@ }, "_score": null, "_source": { - "uri": "i10000046", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -1337,6 +1306,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -1346,8 +1318,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 82-5147" + "idBarcode": [ + "33433001838972" + ], + "identifier": [ + "urn:shelfmark:*OLB 82-5147", + "urn:barcode:33433001838972" ], "identifierV2": [ { @@ -1355,41 +1331,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001838972" + "value": "33433001838972", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 82-5147" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433001838972" - ], - "idBarcode": [ - "33433001838972" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 82-5147" + ], + "shelfMark_sort": "a*OLB 82-005147", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 82-005147" + "uri": "i10000046" }, "sort": [ null @@ -1437,24 +1417,24 @@ "createdYear": [ 1968 ], - "type": [ - "nypl:Item" - ], "title": [ "Nīhārikā; Kalāpūrṇa sāmājika upanyāsa." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKTN 82-5146" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Pant, Govind Ballabh, 1887-1961." - ], "createdString": [ "1968" ], + "creatorLiteral": [ + "Pant, Govind Ballabh, 1887-1961." + ], "idLccn": [ "sa 68007148" ], @@ -1464,6 +1444,9 @@ "dateStartYear": [ 1968 ], + "idOclc": [ + "NYPG001000056-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -1473,14 +1456,14 @@ "type": "nypl:Bnumber", "value": "10000108" }, - { - "type": "bf:Lccn", - "value": "sa 68007148" - }, { "type": "nypl:Oclc", "value": "NYPG001000056-B" }, + { + "type": "bf:Lccn", + "value": "sa 68007148" + }, { "type": "bf:Identifier", "value": "NNSZ00100056" @@ -1490,19 +1473,17 @@ "value": "(WaOLN)nyp0200107" } ], - "idOclc": [ - "NYPG001000056-B" - ], - "updatedAt": 1674870754295, + "updatedAt": 1711255749140, "publicationStatement": [ "Kānapura, Yugavāṇī Prakāśana; [Ekādhikārī Vitaraka Sahacārī Prakāśana Prasāraṇa, 1968]" ], "identifier": [ + "urn:shelfmark:*OKTN 82-5146", "urn:bnum:10000108", - "urn:lccn:sa 68007148", "urn:oclc:NYPG001000056-B", - "urn:undefined:NNSZ00100056", - "urn:undefined:(WaOLN)nyp0200107" + "urn:lccn:sa 68007148", + "urn:identifier:NNSZ00100056", + "urn:identifier:(WaOLN)nyp0200107" ], "numCheckinCardItems": [ 0 @@ -1535,12 +1516,6 @@ "lccClassification": [ "PK2098.P319 N5 1968" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Kānapura" ], @@ -1577,24 +1552,14 @@ }, "_score": null, "_source": { - "uri": "i10942050", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -1605,6 +1570,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -1614,8 +1582,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKTN 82-5146" + "idBarcode": [ + "33433012457234" + ], + "identifier": [ + "urn:shelfmark:*OKTN 82-5146", + "urn:barcode:33433012457234" ], "identifierV2": [ { @@ -1623,41 +1595,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433012457234" + "value": "33433012457234", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKTN 82-5146" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433012457234" - ], - "idBarcode": [ - "33433012457234" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKTN 82-5146" + ], + "shelfMark_sort": "a*OKTN 82-005146", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKTN 82-005146" + "uri": "i10942050" }, "sort": [ null @@ -1795,7 +1771,7 @@ "value": "(OCoLC)184821618" } ], - "updatedAt": 1709334898828, + "updatedAt": 1711529073455, "publicationStatement": [ "New York : Columbia University Press, c2008." ], @@ -2139,36 +2115,39 @@ "createdYear": [ 1973 ], - "type": [ - "nypl:Item" - ], "title": [ "Kuṟaḷ kaṇṭa poruḷvāḻvu" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 82-5121" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Murukarattaṉam, Ti., 1934-" - ], "createdString": [ "1973" ], + "creatorLiteral": [ + "Murukarattaṉam, Ti., 1934-" + ], "idLccn": [ "75902500" ], - "seriesStatement": [ - "Tirukkuṟaḷ Āyvaka veḷiyīṭu ; 1" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Tirukkuṟaḷ Āyvaka veḷiyīṭu ; 1" + ], "dateStartYear": [ 1973 ], + "idOclc": [ + "NYPG001000058-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2178,14 +2157,14 @@ "type": "nypl:Bnumber", "value": "10000110" }, - { - "type": "bf:Lccn", - "value": "75902500" - }, { "type": "nypl:Oclc", "value": "NYPG001000058-B" }, + { + "type": "bf:Lccn", + "value": "75902500" + }, { "type": "bf:Identifier", "value": "NNSZ00100058" @@ -2195,19 +2174,17 @@ "value": "(WaOLN)nyp0200109" } ], - "idOclc": [ - "NYPG001000058-B" - ], - "updatedAt": 1674870755402, + "updatedAt": 1710969251851, "publicationStatement": [ "Maturai : Maturaip Palkalaik Kaḻakam, 1973." ], "identifier": [ + "urn:shelfmark:*OLB 82-5121", "urn:bnum:10000110", - "urn:lccn:75902500", "urn:oclc:NYPG001000058-B", - "urn:undefined:NNSZ00100058", - "urn:undefined:(WaOLN)nyp0200109" + "urn:lccn:75902500", + "urn:identifier:NNSZ00100058", + "urn:identifier:(WaOLN)nyp0200109" ], "numCheckinCardItems": [ 0 @@ -2243,12 +2220,6 @@ "lccClassification": [ "PL4758.9T5 M834" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Maturai" ], @@ -2285,24 +2256,14 @@ }, "_score": null, "_source": { - "uri": "i10000047", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -2313,6 +2274,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -2322,8 +2286,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 82-5121" + "idBarcode": [ + "33433001837818" + ], + "identifier": [ + "urn:shelfmark:*OLB 82-5121", + "urn:barcode:33433001837818" ], "identifierV2": [ { @@ -2331,41 +2299,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001837818" + "value": "33433001837818", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 82-5121" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433001837818" - ], - "idBarcode": [ - "33433001837818" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 82-5121" + ], + "shelfMark_sort": "a*OLB 82-005121", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 82-005121" + "uri": "i10000047" }, "sort": [ null @@ -2416,24 +2388,24 @@ "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "title": [ "al-Taʻāmul fī al-Islām" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OGM 82-5151" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Samāwī, ʻAbd al-Wahhāb ibn Muḥammad." - ], "createdString": [ "1975" ], + "creatorLiteral": [ + "Samāwī, ʻAbd al-Wahhāb ibn Muḥammad." + ], "idLccn": [ "75960238" ], @@ -2443,6 +2415,9 @@ "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG001000059-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2452,14 +2427,14 @@ "type": "nypl:Bnumber", "value": "10000111" }, - { - "type": "bf:Lccn", - "value": "75960238" - }, { "type": "nypl:Oclc", "value": "NYPG001000059-B" }, + { + "type": "bf:Lccn", + "value": "75960238" + }, { "type": "bf:Identifier", "value": "NNSZ00100059" @@ -2469,19 +2444,17 @@ "value": "(WaOLN)nyp0200110" } ], - "idOclc": [ - "NYPG001000059-B" - ], - "updatedAt": 1674870755402, + "updatedAt": 1711097256805, "publicationStatement": [ "[S.l. : s.n., 1975]" ], "identifier": [ + "urn:shelfmark:*OGM 82-5151", "urn:bnum:10000111", - "urn:lccn:75960238", "urn:oclc:NYPG001000059-B", - "urn:undefined:NNSZ00100059", - "urn:undefined:(WaOLN)nyp0200110" + "urn:lccn:75960238", + "urn:identifier:NNSZ00100059", + "urn:identifier:(WaOLN)nyp0200110" ], "numCheckinCardItems": [ 0 @@ -2514,12 +2487,6 @@ "al-Taʻāmul fī al-Islām / ʻAbd al-Wahhāb ibn Muḥammad al-Samāwī." ], "uri": "b10000111", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[S.l." ], @@ -2556,24 +2523,14 @@ }, "_score": null, "_source": { - "uri": "i10000048", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -2584,6 +2541,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -2593,50 +2553,58 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OGM 82-5151" + "idBarcode": [ + "33433001944218" ], - "identifierV2": [ - { + "identifier": [ + "urn:shelfmark:*OGM 82-5151", + "urn:barcode:33433001944218" + ], + "identifierV2": [ + { "value": "*OGM 82-5151", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001944218" + "value": "33433001944218", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OGM 82-5151" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433001944218" - ], - "idBarcode": [ - "33433001944218" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OGM 82-5151" + ], + "shelfMark_sort": "a*OGM 82-005151", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OGM 82-005151" + "uri": "i10000048" }, "sort": [ null @@ -2693,24 +2661,24 @@ "createdYear": [ 1971 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "ʻAbd al-Raḥīm, Nūḥ Muḥammad." - ], "createdString": [ "1971" ], + "creatorLiteral": [ + "ʻAbd al-Raḥīm, Nūḥ Muḥammad." + ], "idLccn": [ "74222293" ], @@ -2720,6 +2688,9 @@ "dateStartYear": [ 1971 ], + "idOclc": [ + "NYPG001000060-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -2729,14 +2700,14 @@ "type": "nypl:Bnumber", "value": "10000112" }, - { - "type": "bf:Lccn", - "value": "74222293" - }, { "type": "nypl:Oclc", "value": "NYPG001000060-B" }, + { + "type": "bf:Lccn", + "value": "74222293" + }, { "type": "bf:Identifier", "value": "NNSZ00100060" @@ -2746,19 +2717,17 @@ "value": "(WaOLN)nyp0200111" } ], - "idOclc": [ - "NYPG001000060-B" - ], - "updatedAt": 1674870754295, + "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:lccn:74222293", "urn:oclc:NYPG001000060-B", - "urn:undefined:NNSZ00100060", - "urn:undefined:(WaOLN)nyp0200111" + "urn:lccn:74222293", + "urn:identifier:NNSZ00100060", + "urn:identifier:(WaOLN)nyp0200111" ], "numCheckinCardItems": [ 0 @@ -2791,12 +2760,6 @@ "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", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Ṭarābulus]" ], @@ -2833,24 +2796,14 @@ }, "_score": null, "_source": { - "uri": "i10000049", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -2861,6 +2814,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -2870,8 +2826,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFO 82-5122" + "idBarcode": [ + "33433005586205" + ], + "identifier": [ + "urn:shelfmark:*OFO 82-5122", + "urn:barcode:33433005586205" ], "identifierV2": [ { @@ -2879,41 +2839,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433005586205" + "value": "33433005586205", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFO 82-5122" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433005586205" - ], - "idBarcode": [ - "33433005586205" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFO 82-5122" + ], + "shelfMark_sort": "a*OFO 82-005122", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFO 82-005122" + "uri": "i10000049" }, "sort": [ null @@ -2966,39 +2930,42 @@ "createdYear": [ 1965 ], - "type": [ - "nypl:Item" - ], "title": [ "Vipulānanta ārāyvu." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 82-5157" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Vipulānanta, 1892-1947." - ], "createdString": [ "1965" ], + "creatorLiteral": [ + "Vipulānanta, 1892-1947." + ], "idLccn": [ "78903058" ], - "seriesStatement": [ - "His Ilakkiyam, tokuti, 4" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "His Ilakkiyam, tokuti, 4" + ], "contributorLiteral": [ "Selvanayagam, Arul." ], "dateStartYear": [ 1965 ], + "idOclc": [ + "NYPG001000061-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3008,14 +2975,14 @@ "type": "nypl:Bnumber", "value": "10000113" }, - { - "type": "bf:Lccn", - "value": "78903058" - }, { "type": "nypl:Oclc", "value": "NYPG001000061-B" }, + { + "type": "bf:Lccn", + "value": "78903058" + }, { "type": "bf:Identifier", "value": "NNSZ00100061" @@ -3025,19 +2992,17 @@ "value": "(WaOLN)nyp0200112" } ], - "idOclc": [ - "NYPG001000061-B" - ], - "updatedAt": 1674870755402, + "updatedAt": 1711613423158, "publicationStatement": [ "Ceṉṉai, Kalaimakaḷ Kāriyālayam [1965]" ], "identifier": [ + "urn:shelfmark:*OLB 82-5157", "urn:bnum:10000113", - "urn:lccn:78903058", "urn:oclc:NYPG001000061-B", - "urn:undefined:NNSZ00100061", - "urn:undefined:(WaOLN)nyp0200112" + "urn:lccn:78903058", + "urn:identifier:NNSZ00100061", + "urn:identifier:(WaOLN)nyp0200112" ], "numCheckinCardItems": [ 0 @@ -3070,12 +3035,6 @@ "lccClassification": [ "AC165.T3 V48" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ceṉṉai" ], @@ -3112,24 +3071,14 @@ }, "_score": null, "_source": { - "uri": "i10000050", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -3140,6 +3089,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -3149,8 +3101,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 82-5157" + "idBarcode": [ + "33433001838923" + ], + "identifier": [ + "urn:shelfmark:*OLB 82-5157", + "urn:barcode:33433001838923" ], "identifierV2": [ { @@ -3158,41 +3114,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001838923" + "value": "33433001838923", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 82-5157" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433001838923" - ], - "idBarcode": [ - "33433001838923" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 82-5157" + ], + "shelfMark_sort": "a*OLB 82-005157", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 82-005157" + "uri": "i10000050" }, "sort": [ null @@ -3243,30 +3203,33 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Jang-i Īran va ʻIrāq" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OMZ 82-5156" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Dildam, Iskandar." - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Dildam, Iskandar." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000062-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3289,18 +3252,16 @@ "value": "(WaOLN)nyp0200113" } ], - "idOclc": [ - "NYPG001000062-B" - ], - "updatedAt": 1674870755402, + "updatedAt": 1711393544017, "publicationStatement": [ "Tihrān : Muʼassisah-ʼi Maṭbūʻātī-i ʻAṭāʼī, 1359 [1980]" ], "identifier": [ + "urn:shelfmark:*OMZ 82-5156", "urn:bnum:10000114", "urn:oclc:NYPG001000062-B", - "urn:undefined:NNSZ00100062", - "urn:undefined:(WaOLN)nyp0200113" + "urn:identifier:NNSZ00100062", + "urn:identifier:(WaOLN)nyp0200113" ], "numCheckinCardItems": [ 0 @@ -3333,12 +3294,6 @@ "Jang-i Īran va ʻIrāq / Iskandar Dildam." ], "uri": "b10000114", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tihrān" ], @@ -3375,24 +3330,14 @@ }, "_score": null, "_source": { - "uri": "i10942051", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -3403,6 +3348,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -3412,8 +3360,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OMZ 82-5156" + "idBarcode": [ + "33433014543452" + ], + "identifier": [ + "urn:shelfmark:*OMZ 82-5156", + "urn:barcode:33433014543452" ], "identifierV2": [ { @@ -3421,41 +3373,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433014543452" + "value": "33433014543452", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OMZ 82-5156" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433014543452" - ], - "idBarcode": [ - "33433014543452" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OMZ 82-5156" + ], + "shelfMark_sort": "a*OMZ 82-005156", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OMZ 82-005156" + "uri": "i10942051" }, "sort": [ null @@ -3516,30 +3472,33 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Ikhtilāfāt-i Īrān va ʻIrāq : dar khuṣūṣ-i haqq-i ḥākimīyat va ḥuqūq-i kishtīrānī-i du kishvar dar Arvand Rūd (Shaṭṭ al-ʻArab)" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OMZ 82-5155" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Musallamī ʻAqīlī, Maḥmūd." - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Musallamī ʻAqīlī, Maḥmūd." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000063-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3562,18 +3521,16 @@ "value": "(WaOLN)nyp0200114" } ], - "idOclc": [ - "NYPG001000063-B" - ], - "updatedAt": 1674870754295, + "updatedAt": 1711391778281, "publicationStatement": [ "Tihrān : Chāpkhānah-ʼi Sipihr, 1359 [1980]" ], "identifier": [ + "urn:shelfmark:*OMZ 82-5155", "urn:bnum:10000115", "urn:oclc:NYPG001000063-B", - "urn:undefined:NNSZ00100063", - "urn:undefined:(WaOLN)nyp0200114" + "urn:identifier:NNSZ00100063", + "urn:identifier:(WaOLN)nyp0200114" ], "numCheckinCardItems": [ 0 @@ -3606,12 +3563,6 @@ "Ikhtilāfāt-i Īrān va ʻIrāq : dar khuṣūṣ-i haqq-i ḥākimīyat va ḥuqūq-i kishtīrānī-i du kishvar dar Arvand Rūd (Shaṭṭ al-ʻArab) / taʼlīf-i Maḥmūd Musallamī ʻAqīlī." ], "uri": "b10000115", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tihrān" ], @@ -3648,24 +3599,14 @@ }, "_score": null, "_source": { - "uri": "i10942052", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -3676,6 +3617,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -3685,8 +3629,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OMZ 82-5155" + "idBarcode": [ + "33433014543445" + ], + "identifier": [ + "urn:shelfmark:*OMZ 82-5155", + "urn:barcode:33433014543445" ], "identifierV2": [ { @@ -3694,41 +3642,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433014543445" + "value": "33433014543445", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OMZ 82-5155" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433014543445" - ], - "idBarcode": [ - "33433014543445" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OMZ 82-5155" + ], + "shelfMark_sort": "a*OMZ 82-005155", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OMZ 82-005155" + "uri": "i10942052" }, "sort": [ null @@ -3782,39 +3734,42 @@ "createdYear": [ 1963 ], - "type": [ - "nypl:Item" - ], "title": [ "Tēvāra oḷineṟi, Cuntarar" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 82-5123" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Ceṅkalvarāya Piḷḷai, Va. Cu., 1883-1971." - ], "createdString": [ "1963" ], + "creatorLiteral": [ + "Ceṅkalvarāya Piḷḷai, Va. Cu., 1883-1971." + ], "idLccn": [ "75901411" ], - "seriesStatement": [ - "Kaḻaka veḷiyīṭu; 1139" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Kaḻaka veḷiyīṭu; 1139" + ], "contributorLiteral": [ "Cuntarar." ], "dateStartYear": [ 1963 ], + "idOclc": [ + "NYPG001000064-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -3824,14 +3779,14 @@ "type": "nypl:Bnumber", "value": "10000116" }, - { - "type": "bf:Lccn", - "value": "75901411" - }, { "type": "nypl:Oclc", "value": "NYPG001000064-B" }, + { + "type": "bf:Lccn", + "value": "75901411" + }, { "type": "bf:Identifier", "value": "NNSZ00100064" @@ -3841,19 +3796,17 @@ "value": "(WaOLN)nyp0200115" } ], - "idOclc": [ - "NYPG001000064-B" - ], - "updatedAt": 1674870755402, + "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:lccn:75901411", "urn:oclc:NYPG001000064-B", - "urn:undefined:NNSZ00100064", - "urn:undefined:(WaOLN)nyp0200115" + "urn:lccn:75901411", + "urn:identifier:NNSZ00100064", + "urn:identifier:(WaOLN)nyp0200115" ], "numCheckinCardItems": [ 0 @@ -3890,12 +3843,6 @@ "lccClassification": [ "BL1226.3.C862 C47" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tirunelvēli" ], @@ -3932,24 +3879,14 @@ }, "_score": null, "_source": { - "uri": "i10000051", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -3960,6 +3897,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -3969,8 +3909,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 82-5123" + "idBarcode": [ + "33433001839004" + ], + "identifier": [ + "urn:shelfmark:*OLB 82-5123", + "urn:barcode:33433001839004" ], "identifierV2": [ { @@ -3978,41 +3922,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001839004" + "value": "33433001839004", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 82-5123" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433001839004" - ], - "idBarcode": [ - "33433001839004" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 82-5123" + ], + "shelfMark_sort": "a*OLB 82-005123", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 82-005123" + "uri": "i10000051" }, "sort": [ null @@ -4068,24 +4016,24 @@ "createdYear": [ 1973 ], - "type": [ - "nypl:Item" - ], "title": [ "Difāʻ ʻan Abī Hurayrah" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFS 82-5125" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "ʻIzzī, ʻAbd al-Munʻim Ṣāliḥ al-ʻAlī." - ], "createdString": [ "1973" ], + "creatorLiteral": [ + "ʻIzzī, ʻAbd al-Munʻim Ṣāliḥ al-ʻAlī." + ], "idLccn": [ "75587091" ], @@ -4095,6 +4043,9 @@ "dateStartYear": [ 1973 ], + "idOclc": [ + "NYPG001000065-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -4104,14 +4055,14 @@ "type": "nypl:Bnumber", "value": "10000117" }, - { - "type": "bf:Lccn", - "value": "75587091" - }, { "type": "nypl:Oclc", "value": "NYPG001000065-B" }, + { + "type": "bf:Lccn", + "value": "75587091" + }, { "type": "bf:Identifier", "value": "NNSZ00100065" @@ -4121,19 +4072,17 @@ "value": "(WaOLN)nyp0200116" } ], - "idOclc": [ - "NYPG001000065-B" - ], - "updatedAt": 1674870754295, + "updatedAt": 1711145313057, "publicationStatement": [ "Baghdād, Maktabat al-Nahḍah, 1973." ], "identifier": [ + "urn:shelfmark:*OFS 82-5125", "urn:bnum:10000117", - "urn:lccn:75587091", "urn:oclc:NYPG001000065-B", - "urn:undefined:NNSZ00100065", - "urn:undefined:(WaOLN)nyp0200116" + "urn:lccn:75587091", + "urn:identifier:NNSZ00100065", + "urn:identifier:(WaOLN)nyp0200116" ], "numCheckinCardItems": [ 0 @@ -4169,12 +4118,6 @@ "lccClassification": [ "BP80.A227 A67" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Baghdād" ], @@ -4211,24 +4154,14 @@ }, "_score": null, "_source": { - "uri": "i10000052", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -4239,6 +4172,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -4248,8 +4184,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFS 82-5125" + "idBarcode": [ + "33433014514537" + ], + "identifier": [ + "urn:shelfmark:*OFS 82-5125", + "urn:barcode:33433014514537" ], "identifierV2": [ { @@ -4257,41 +4197,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433014514537" + "value": "33433014514537", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFS 82-5125" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433014514537" - ], - "idBarcode": [ - "33433014514537" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFS 82-5125" + ], + "shelfMark_sort": "a*OFS 82-005125", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFS 82-005125" + "uri": "i10000052" }, "sort": [ null @@ -4351,24 +4295,24 @@ "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "title": [ "Tārīkh al-ḥarakah al-ishtirākīyah fī Miṣr 1900-1925" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFP 82-5152" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Saʻīd, Rifʻat." - ], "createdString": [ "1975" ], + "creatorLiteral": [ + "Saʻīd, Rifʻat." + ], "idLccn": [ "75960371" ], @@ -4378,6 +4322,9 @@ "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG001000066-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -4387,14 +4334,14 @@ "type": "nypl:Bnumber", "value": "10000118" }, - { - "type": "bf:Lccn", - "value": "75960371" - }, { "type": "nypl:Oclc", "value": "NYPG001000066-B" }, + { + "type": "bf:Lccn", + "value": "75960371" + }, { "type": "bf:Identifier", "value": "NNSZ00100066" @@ -4404,19 +4351,17 @@ "value": "(WaOLN)nyp0200117" } ], - "idOclc": [ - "NYPG001000066-B" - ], - "updatedAt": 1674870754295, + "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:lccn:75960371", "urn:oclc:NYPG001000066-B", - "urn:undefined:NNSZ00100066", - "urn:undefined:(WaOLN)nyp0200117" + "urn:lccn:75960371", + "urn:identifier:NNSZ00100066", + "urn:identifier:(WaOLN)nyp0200117" ], "numCheckinCardItems": [ 0 @@ -4453,12 +4398,6 @@ "lccClassification": [ "Hx442 .S233 1975" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "al-Qāhirah" ], @@ -4495,24 +4434,14 @@ }, "_score": null, "_source": { - "uri": "i10000053", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -4523,6 +4452,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -4532,8 +4464,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFP 82-5152" + "idBarcode": [ + "33433001937576" + ], + "identifier": [ + "urn:shelfmark:*OFP 82-5152", + "urn:barcode:33433001937576" ], "identifierV2": [ { @@ -4541,41 +4477,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001937576" + "value": "33433001937576", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFP 82-5152" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433001937576" - ], - "idBarcode": [ - "33433001937576" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFP 82-5152" + ], + "shelfMark_sort": "a*OFP 82-005152", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFP 82-005152" + "uri": "i10000053" }, "sort": [ null @@ -4631,24 +4571,24 @@ "createdYear": [ 1971 ], - "type": [ - "nypl:Item" - ], "title": [ "Aʻlāḥazrat kā fiqhī maqām" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKTY 82-5154" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Aḵẖtar Shāhjahānpūrī." - ], "createdString": [ "1971" ], + "creatorLiteral": [ + "Aḵẖtar Shāhjahānpūrī." + ], "idLccn": [ "72930336" ], @@ -4658,6 +4598,9 @@ "dateStartYear": [ 1971 ], + "idOclc": [ + "NYPG001000067-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -4667,14 +4610,14 @@ "type": "nypl:Bnumber", "value": "10000119" }, - { - "type": "bf:Lccn", - "value": "72930336" - }, { "type": "nypl:Oclc", "value": "NYPG001000067-B" }, + { + "type": "bf:Lccn", + "value": "72930336" + }, { "type": "bf:Identifier", "value": "NNSZ00100067" @@ -4684,19 +4627,17 @@ "value": "(WaOLN)nyp0200118" } ], - "idOclc": [ - "NYPG001000067-B" - ], - "updatedAt": 1674870759272, + "updatedAt": 1711222510050, "publicationStatement": [ "Lāhaur, Markazī Majlis Razā [1971]" ], "identifier": [ + "urn:shelfmark:*OKTY 82-5154", "urn:bnum:10000119", - "urn:lccn:72930336", "urn:oclc:NYPG001000067-B", - "urn:undefined:NNSZ00100067", - "urn:undefined:(WaOLN)nyp0200118" + "urn:lccn:72930336", + "urn:identifier:NNSZ00100067", + "urn:identifier:(WaOLN)nyp0200118" ], "numCheckinCardItems": [ 0 @@ -4729,12 +4670,6 @@ "Aʻlāḥazrat kā fiqhī maqām, az Akhtar Shāhjahānpūrī." ], "uri": "b10000119", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Lāhaur" ], @@ -4771,24 +4706,14 @@ }, "_score": null, "_source": { - "uri": "i10000054", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -4799,6 +4724,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -4808,50 +4736,58 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKTY 82-5154" + "idBarcode": [ + "33433011242736" ], - "identifierV2": [ - { + "identifier": [ + "urn:shelfmark:*OKTY 82-5154", + "urn:barcode:33433011242736" + ], + "identifierV2": [ + { "value": "*OKTY 82-5154", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011242736" + "value": "33433011242736", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKTY 82-5154" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433011242736" - ], - "idBarcode": [ - "33433011242736" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKTY 82-5154" + ], + "shelfMark_sort": "a*OKTY 82-005154", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKTY 82-005154" + "uri": "i10000054" }, "sort": [ null @@ -4899,24 +4835,24 @@ "createdYear": [ 1968 ], - "type": [ - "nypl:Item" - ], "title": [ "Aṇṇāviṉ navamaṇikaḷ." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 82-5139" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Annadurai, C. N., 1909-1969." - ], "createdString": [ "1968" ], + "creatorLiteral": [ + "Annadurai, C. N., 1909-1969." + ], "idLccn": [ "71901945" ], @@ -4929,6 +4865,9 @@ "dateStartYear": [ 1968 ], + "idOclc": [ + "NYPG001000068-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -4938,14 +4877,14 @@ "type": "nypl:Bnumber", "value": "10000120" }, - { - "type": "bf:Lccn", - "value": "71901945" - }, { "type": "nypl:Oclc", "value": "NYPG001000068-B" }, + { + "type": "bf:Lccn", + "value": "71901945" + }, { "type": "bf:Identifier", "value": "NNSZ00100068" @@ -4955,19 +4894,17 @@ "value": "(WaOLN)nyp0200119" } ], - "idOclc": [ - "NYPG001000068-B" - ], - "updatedAt": 1674870754295, + "updatedAt": 1711069053456, "publicationStatement": [ "Ceṉṉai, Vāṉati Patippakam [1968]" ], "identifier": [ + "urn:shelfmark:*OLB 82-5139", "urn:bnum:10000120", - "urn:lccn:71901945", "urn:oclc:NYPG001000068-B", - "urn:undefined:NNSZ00100068", - "urn:undefined:(WaOLN)nyp0200119" + "urn:lccn:71901945", + "urn:identifier:NNSZ00100068", + "urn:identifier:(WaOLN)nyp0200119" ], "numCheckinCardItems": [ 0 @@ -5000,12 +4937,6 @@ "lccClassification": [ "DS481.A64 A48" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ceṉṉai" ], @@ -5042,24 +4973,14 @@ }, "_score": null, "_source": { - "uri": "i10000055", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -5070,6 +4991,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -5079,8 +5003,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 82-5139" + "idBarcode": [ + "33433001838998" + ], + "identifier": [ + "urn:shelfmark:*OLB 82-5139", + "urn:barcode:33433001838998" ], "identifierV2": [ { @@ -5088,41 +5016,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001838998" + "value": "33433001838998", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 82-5139" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433001838998" - ], - "idBarcode": [ - "33433001838998" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 82-5139" + ], + "shelfMark_sort": "a*OLB 82-005139", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 82-005139" + "uri": "i10000055" }, "sort": [ null @@ -5175,24 +5107,24 @@ "createdYear": [ 1963 ], - "type": [ - "nypl:Item" - ], "title": [ "Natuna hāoẏā." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKV 82-5138" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Kar, Bimal, 1921-" - ], "createdString": [ "1963" ], + "creatorLiteral": [ + "Kar, Bimal, 1921-" + ], "idLccn": [ "sa 64001851" ], @@ -5202,6 +5134,9 @@ "dateStartYear": [ 1963 ], + "idOclc": [ + "NYPG001000069-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -5211,14 +5146,14 @@ "type": "nypl:Bnumber", "value": "10000121" }, - { - "type": "bf:Lccn", - "value": "sa 64001851" - }, { "type": "nypl:Oclc", "value": "NYPG001000069-B" }, + { + "type": "bf:Lccn", + "value": "sa 64001851" + }, { "type": "bf:Identifier", "value": "NNSZ00100069" @@ -5228,19 +5163,17 @@ "value": "(WaOLN)nyp0200120" } ], - "idOclc": [ - "NYPG001000069-B" - ], - "updatedAt": 1674870755402, + "updatedAt": 1711284791663, "publicationStatement": [ "Kalikātā, Triveṇī Prakāśana [1963]" ], "identifier": [ + "urn:shelfmark:*OKV 82-5138", "urn:bnum:10000121", - "urn:lccn:sa 64001851", "urn:oclc:NYPG001000069-B", - "urn:undefined:NNSZ00100069", - "urn:undefined:(WaOLN)nyp0200120" + "urn:lccn:sa 64001851", + "urn:identifier:NNSZ00100069", + "urn:identifier:(WaOLN)nyp0200120" ], "numCheckinCardItems": [ 0 @@ -5273,12 +5206,6 @@ "lccClassification": [ "PK1718.K3 N3" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Kalikātā" ], @@ -5315,24 +5242,14 @@ }, "_score": null, "_source": { - "uri": "i10000056", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -5343,6 +5260,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -5352,8 +5272,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKV 82-5138" + "idBarcode": [ + "33433011167834" + ], + "identifier": [ + "urn:shelfmark:*OKV 82-5138", + "urn:barcode:33433011167834" ], "identifierV2": [ { @@ -5361,41 +5285,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011167834" + "value": "33433011167834", + "type": "bf:Barcode" } ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKV 82-5138" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433011167834" - ], - "idBarcode": [ - "33433011167834" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKV 82-5138" + ], + "shelfMark_sort": "a*OKV 82-005138", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKV 82-005138" + "uri": "i10000056" }, "sort": [ null @@ -5448,39 +5376,42 @@ "createdYear": [ 1966 ], - "type": [ - "nypl:Item" - ], "title": [ "Sāhira Ludhyānavī aura unakī śāyarī." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKTX 82-5136" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Sāḥir Ludhiyānvī, 1921-1980." - ], "createdString": [ "1966" ], + "creatorLiteral": [ + "Sāḥir Ludhiyānvī, 1921-1980." + ], "idLccn": [ "sa 68008215" ], - "seriesStatement": [ - "Urdū ke lokapriya śāyara" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Urdū ke lokapriya śāyara" + ], "contributorLiteral": [ "Panḍit, Prakāsh, 1924-" ], "dateStartYear": [ 1966 ], + "idOclc": [ + "NYPG001000070-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -5490,14 +5421,14 @@ "type": "nypl:Bnumber", "value": "10000122" }, - { - "type": "bf:Lccn", - "value": "sa 68008215" - }, { "type": "nypl:Oclc", "value": "NYPG001000070-B" }, + { + "type": "bf:Lccn", + "value": "sa 68008215" + }, { "type": "bf:Identifier", "value": "NNSZ00100070" @@ -5507,19 +5438,17 @@ "value": "(WaOLN)nyp0200121" } ], - "idOclc": [ - "NYPG001000070-B" - ], - "updatedAt": 1674870759272, + "updatedAt": 1711606516370, "publicationStatement": [ "Dillī, Rājapāla [1966]" ], "identifier": [ + "urn:shelfmark:*OKTX 82-5136", "urn:bnum:10000122", - "urn:lccn:sa 68008215", "urn:oclc:NYPG001000070-B", - "urn:undefined:NNSZ00100070", - "urn:undefined:(WaOLN)nyp0200121" + "urn:lccn:sa 68008215", + "urn:identifier:NNSZ00100070", + "urn:identifier:(WaOLN)nyp0200121" ], "numCheckinCardItems": [ 0 @@ -5552,12 +5481,6 @@ "lccClassification": [ "PK2200.S27 A6 1966" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Dillī" ], @@ -5594,24 +5517,14 @@ }, "_score": null, "_source": { - "uri": "i10000057", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -5622,6 +5535,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -5631,8 +5547,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKTX 82-5136" + "idBarcode": [ + "33433004673145" + ], + "identifier": [ + "urn:shelfmark:*OKTX 82-5136", + "urn:barcode:33433004673145" ], "identifierV2": [ { @@ -5640,41 +5560,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433004673145" + "value": "33433004673145", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKTX 82-5136" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433004673145" - ], - "idBarcode": [ - "33433004673145" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKTX 82-5136" + ], + "shelfMark_sort": "a*OKTX 82-005136", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKTX 82-005136" + "uri": "i10000057" }, "sort": [ null @@ -5722,24 +5646,24 @@ "createdYear": [ 1962 ], - "type": [ - "nypl:Item" - ], "title": [ "Elomelo." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKV 82-5135" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Bose, Buddhadeva." - ], "createdString": [ "1962" ], + "creatorLiteral": [ + "Bose, Buddhadeva." + ], "idLccn": [ "sa 63003593" ], @@ -5749,6 +5673,9 @@ "dateStartYear": [ 1962 ], + "idOclc": [ + "NYPG001000071-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -5758,14 +5685,14 @@ "type": "nypl:Bnumber", "value": "10000123" }, - { - "type": "bf:Lccn", - "value": "sa 63003593" - }, { "type": "nypl:Oclc", "value": "NYPG001000071-B" }, + { + "type": "bf:Lccn", + "value": "sa 63003593" + }, { "type": "bf:Identifier", "value": "NNSZ00100071" @@ -5775,19 +5702,17 @@ "value": "(WaOLN)nyp0200122" } ], - "idOclc": [ - "NYPG001000071-B" - ], - "updatedAt": 1674870754295, + "updatedAt": 1711162344638, "publicationStatement": [ "Kalakātā, Śrī Prakāśa Bhavana [1962]" ], "identifier": [ + "urn:shelfmark:*OKV 82-5135", "urn:bnum:10000123", - "urn:lccn:sa 63003593", "urn:oclc:NYPG001000071-B", - "urn:undefined:NNSZ00100071", - "urn:undefined:(WaOLN)nyp0200122" + "urn:lccn:sa 63003593", + "urn:identifier:NNSZ00100071", + "urn:identifier:(WaOLN)nyp0200122" ], "numCheckinCardItems": [ 0 @@ -5820,12 +5745,6 @@ "lccClassification": [ "PZ90.B4 B6" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Kalakātā" ], @@ -5862,24 +5781,14 @@ }, "_score": null, "_source": { - "uri": "i10000058", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -5890,6 +5799,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -5899,8 +5811,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKV 82-5135" + "idBarcode": [ + "33433011167826" + ], + "identifier": [ + "urn:shelfmark:*OKV 82-5135", + "urn:barcode:33433011167826" ], "identifierV2": [ { @@ -5908,41 +5824,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011167826" + "value": "33433011167826", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKV 82-5135" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433011167826" - ], - "idBarcode": [ - "33433011167826" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKV 82-5135" + ], + "shelfMark_sort": "a*OKV 82-005135", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKV 82-005135" + "uri": "i10000058" }, "sort": [ null @@ -5995,24 +5915,24 @@ "createdYear": [ 1963 ], - "type": [ - "nypl:Item" - ], "title": [ "Samudra śaṅkha." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKV 82-5134" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Rājaguru, Śaktipada." - ], "createdString": [ "1963" ], + "creatorLiteral": [ + "Rājaguru, Śaktipada." + ], "idLccn": [ "sa 63004625" ], @@ -6022,6 +5942,9 @@ "dateStartYear": [ 1963 ], + "idOclc": [ + "NYPG001000072-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6031,14 +5954,14 @@ "type": "nypl:Bnumber", "value": "10000124" }, - { - "type": "bf:Lccn", - "value": "sa 63004625" - }, { "type": "nypl:Oclc", "value": "NYPG001000072-B" }, + { + "type": "bf:Lccn", + "value": "sa 63004625" + }, { "type": "bf:Identifier", "value": "NNSZ00100072" @@ -6048,19 +5971,17 @@ "value": "(WaOLN)nyp0200123" } ], - "idOclc": [ - "NYPG001000072-B" - ], - "updatedAt": 1674870754295, + "updatedAt": 1711606518873, "publicationStatement": [ "Kalikātā, Es. Si. Sarakāra [1963]" ], "identifier": [ + "urn:shelfmark:*OKV 82-5134", "urn:bnum:10000124", - "urn:lccn:sa 63004625", "urn:oclc:NYPG001000072-B", - "urn:undefined:NNSZ00100072", - "urn:undefined:(WaOLN)nyp0200123" + "urn:lccn:sa 63004625", + "urn:identifier:NNSZ00100072", + "urn:identifier:(WaOLN)nyp0200123" ], "numCheckinCardItems": [ 0 @@ -6093,12 +6014,6 @@ "lccClassification": [ "PK1718.R24 S23" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Kalikātā" ], @@ -6135,24 +6050,14 @@ }, "_score": null, "_source": { - "uri": "i10000059", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -6163,6 +6068,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -6172,8 +6080,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKV 82-5134" + "idBarcode": [ + "33433011167818" + ], + "identifier": [ + "urn:shelfmark:*OKV 82-5134", + "urn:barcode:33433011167818" ], "identifierV2": [ { @@ -6181,41 +6093,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011167818" + "value": "33433011167818", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKV 82-5134" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433011167818" - ], - "idBarcode": [ - "33433011167818" - ], "requestable": [ true ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" + "shelfMark": [ + "*OKV 82-5134" + ], + "shelfMark_sort": "a*OKV 82-005134", + "status": [ + { + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKV 82-005134" + "uri": "i10000059" }, "sort": [ null @@ -6275,24 +6191,24 @@ "createdYear": [ 1973 ], - "type": [ - "nypl:Item" - ], "title": [ "Shiʻr al-Yazīdīyīn" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFS 82-3836" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Ghayāḍ, Muḥsin." - ], "createdString": [ "1973" ], + "creatorLiteral": [ + "Ghayāḍ, Muḥsin." + ], "idLccn": [ "74222306" ], @@ -6302,6 +6218,9 @@ "dateStartYear": [ 1973 ], + "idOclc": [ + "NYPG001000073-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6311,14 +6230,14 @@ "type": "nypl:Bnumber", "value": "10000125" }, - { - "type": "bf:Lccn", - "value": "74222306" - }, { "type": "nypl:Oclc", "value": "NYPG001000073-B" }, + { + "type": "bf:Lccn", + "value": "74222306" + }, { "type": "bf:Identifier", "value": "NNSZ00100073" @@ -6328,19 +6247,17 @@ "value": "(WaOLN)nyp0200124" } ], - "idOclc": [ - "NYPG001000073-B" - ], - "updatedAt": 1674870759272, + "updatedAt": 1711307083722, "publicationStatement": [ "[Baghdād, Tawzīʻ Maktabat al-Andalus] 1973." ], "identifier": [ + "urn:shelfmark:*OFS 82-3836", "urn:bnum:10000125", - "urn:lccn:74222306", "urn:oclc:NYPG001000073-B", - "urn:undefined:NNSZ00100073", - "urn:undefined:(WaOLN)nyp0200124" + "urn:lccn:74222306", + "urn:identifier:NNSZ00100073", + "urn:identifier:(WaOLN)nyp0200124" ], "numCheckinCardItems": [ 0 @@ -6377,12 +6294,6 @@ "lccClassification": [ "PJ8034 .G5" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Baghdād" ], @@ -6419,24 +6330,14 @@ }, "_score": null, "_source": { - "uri": "i10000060", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -6447,6 +6348,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -6456,8 +6360,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFS 82-3836" + "idBarcode": [ + "33433014514172" + ], + "identifier": [ + "urn:shelfmark:*OFS 82-3836", + "urn:barcode:33433014514172" ], "identifierV2": [ { @@ -6465,41 +6373,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433014514172" + "value": "33433014514172", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFS 82-3836" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433014514172" - ], - "idBarcode": [ - "33433014514172" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFS 82-3836" + ], + "shelfMark_sort": "a*OFS 82-003836", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFS 82-003836" + "uri": "i10000060" }, "sort": [ null @@ -6596,7 +6508,7 @@ "value": "(WaOLN)nyp0200125" } ], - "updatedAt": 1703706750428, + "updatedAt": 1711329093444, "publicationStatement": [ "Tirūvaṇṇāmalai : Śrī Ramaṇāśrama, 1974." ], @@ -6808,24 +6720,24 @@ "createdYear": [ 1967 ], - "type": [ - "nypl:Item" - ], "title": [ "Tārīkh Lubnān al-ḥadīth" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFP 82-3837" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Salibi, Kamal S. (Kamal Suleiman), 1929-2011." - ], "createdString": [ "1967" ], + "creatorLiteral": [ + "Salibi, Kamal S. (Kamal Suleiman), 1929-2011." + ], "idLccn": [ "75232402" ], @@ -6835,6 +6747,9 @@ "dateStartYear": [ 1967 ], + "idOclc": [ + "NYPG001000075-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -6844,14 +6759,14 @@ "type": "nypl:Bnumber", "value": "10000127" }, - { - "type": "bf:Lccn", - "value": "75232402" - }, { "type": "nypl:Oclc", "value": "NYPG001000075-B" }, + { + "type": "bf:Lccn", + "value": "75232402" + }, { "type": "bf:Identifier", "value": "NNSZ00100075" @@ -6861,19 +6776,17 @@ "value": "(WaOLN)nyp0200126" } ], - "idOclc": [ - "NYPG001000075-B" - ], - "updatedAt": 1674870755402, + "updatedAt": 1711329108558, "publicationStatement": [ "Bayrūt, Dār al-Nahār lil-Nashr [1967]" ], "identifier": [ + "urn:shelfmark:*OFP 82-3837", "urn:bnum:10000127", - "urn:lccn:75232402", "urn:oclc:NYPG001000075-B", - "urn:undefined:NNSZ00100075", - "urn:undefined:(WaOLN)nyp0200126" + "urn:lccn:75232402", + "urn:identifier:NNSZ00100075", + "urn:identifier:(WaOLN)nyp0200126" ], "numCheckinCardItems": [ 0 @@ -6909,12 +6822,6 @@ "lccClassification": [ "DS84 .S25" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Bayrūt" ], @@ -6951,24 +6858,14 @@ }, "_score": null, "_source": { - "uri": "i10000061", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -6979,6 +6876,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -6988,8 +6888,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFP 82-3837" + "idBarcode": [ + "33433001542319" + ], + "identifier": [ + "urn:shelfmark:*OFP 82-3837", + "urn:barcode:33433001542319" ], "identifierV2": [ { @@ -6997,41 +6901,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001542319" + "value": "33433001542319", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFP 82-3837" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433001542319" - ], - "idBarcode": [ - "33433001542319" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFP 82-3837" + ], + "shelfMark_sort": "a*OFP 82-003837", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFP 82-003837" + "uri": "i10000061" }, "sort": [ null @@ -7082,24 +6990,24 @@ "createdYear": [ 1969 ], - "type": [ - "nypl:Item" - ], "title": [ "Lūrins kamā ʻaraftuh" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFS 82-3903" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "ʻUmarī, Ṣubḥī, 1898-" - ], "createdString": [ "1969" ], + "creatorLiteral": [ + "ʻUmarī, Ṣubḥī, 1898-" + ], "idLccn": [ "79282457" ], @@ -7109,6 +7017,9 @@ "dateStartYear": [ 1969 ], + "idOclc": [ + "NYPG001000076-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -7118,14 +7029,14 @@ "type": "nypl:Bnumber", "value": "10000128" }, - { - "type": "bf:Lccn", - "value": "79282457" - }, { "type": "nypl:Oclc", "value": "NYPG001000076-B" }, + { + "type": "bf:Lccn", + "value": "79282457" + }, { "type": "bf:Identifier", "value": "NNSZ00100076" @@ -7135,19 +7046,17 @@ "value": "(WaOLN)nyp0200127" } ], - "idOclc": [ - "NYPG001000076-B" - ], - "updatedAt": 1674870755402, + "updatedAt": 1711606518873, "publicationStatement": [ "[Bayrūt] Dār al-Nahār [1969]" ], "identifier": [ + "urn:shelfmark:*OFS 82-3903", "urn:bnum:10000128", - "urn:lccn:79282457", "urn:oclc:NYPG001000076-B", - "urn:undefined:NNSZ00100076", - "urn:undefined:(WaOLN)nyp0200127" + "urn:lccn:79282457", + "urn:identifier:NNSZ00100076", + "urn:identifier:(WaOLN)nyp0200127" ], "numCheckinCardItems": [ 0 @@ -7183,12 +7092,6 @@ "lccClassification": [ "D568.4.L45 U45" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Bayrūt]" ], @@ -7225,24 +7128,14 @@ }, "_score": null, "_source": { - "uri": "i10000062", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ - { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" - } - ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -7253,6 +7146,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -7262,8 +7158,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFS 82-3903" + "idBarcode": [ + "33433014514271" + ], + "identifier": [ + "urn:shelfmark:*OFS 82-3903", + "urn:barcode:33433014514271" ], "identifierV2": [ { @@ -7271,41 +7171,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433014514271" + "value": "33433014514271", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFS 82-3903" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433014514271" - ], - "idBarcode": [ - "33433014514271" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFS 82-3903" + ], + "shelfMark_sort": "a*OFS 82-003903", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFS 82-003903" + "uri": "i10000062" }, "sort": [ null @@ -7363,39 +7267,42 @@ "createdYear": [ 1972 ], - "type": [ - "nypl:Item" - ], "title": [ "Dīwān ʻAmr ibn Qamīʼah" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OEM 82-3896" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "ʻAmr ibn Qamīʼah." - ], "createdString": [ "1972" ], + "creatorLiteral": [ + "ʻAmr ibn Qamīʼah." + ], "idLccn": [ "75587883" ], - "seriesStatement": [ - "Silsilat Kutub al-turāth." - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Silsilat Kutub al-turāth." + ], "contributorLiteral": [ "ʻAṭīyah, Khalīl Ibrāhīm." ], "dateStartYear": [ 1972 ], + "idOclc": [ + "NYPG001000077-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -7405,14 +7312,14 @@ "type": "nypl:Bnumber", "value": "10000129" }, - { - "type": "bf:Lccn", - "value": "75587883" - }, { "type": "nypl:Oclc", "value": "NYPG001000077-B" }, + { + "type": "bf:Lccn", + "value": "75587883" + }, { "type": "bf:Identifier", "value": "NNSZ00100077" @@ -7422,19 +7329,17 @@ "value": "(WaOLN)nyp0200128" } ], - "idOclc": [ - "NYPG001000077-B" - ], - "updatedAt": 1674870759272, + "updatedAt": 1711150459329, "publicationStatement": [ "Baghdād : al-Jumhūrīyah al-ʻIrāqīyah, Wizārat al-Iʻlām, Mudīrīyat al-Thaqāfah al-ʻĀmmah, 1972." ], "identifier": [ + "urn:shelfmark:*OEM 82-3896", "urn:bnum:10000129", - "urn:lccn:75587883", "urn:oclc:NYPG001000077-B", - "urn:undefined:NNSZ00100077", - "urn:undefined:(WaOLN)nyp0200128" + "urn:lccn:75587883", + "urn:identifier:NNSZ00100077", + "urn:identifier:(WaOLN)nyp0200128" ], "numCheckinCardItems": [ 0 @@ -7467,12 +7372,6 @@ "lccClassification": [ "PJ7696.A5 A6 1972" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Baghdād" ], @@ -7509,24 +7408,14 @@ }, "_score": null, "_source": { - "uri": "i10000063", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -7537,6 +7426,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -7546,8 +7438,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OEM 82-3896" + "idBarcode": [ + "33433002038218" + ], + "identifier": [ + "urn:shelfmark:*OEM 82-3896", + "urn:barcode:33433002038218" ], "identifierV2": [ { @@ -7555,41 +7451,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433002038218" + "value": "33433002038218", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OEM 82-3896" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433002038218" - ], - "idBarcode": [ - "33433002038218" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OEM 82-3896" + ], + "shelfMark_sort": "a*OEM 82-003896", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OEM 82-003896" + "uri": "i10000063" }, "sort": [ null @@ -7661,12 +7561,12 @@ "createdYear": [ 1967 ], - "type": [ - "nypl:Item" - ], "title": [ "al-Burhān fī wujūh al-bayān" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OEQ 82-4707" ], @@ -7691,6 +7591,9 @@ "dateStartYear": [ 1967 ], + "idOclc": [ + "NYPG001000078-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -7700,14 +7603,14 @@ "type": "nypl:Bnumber", "value": "10000130" }, - { - "type": "bf:Lccn", - "value": "ne 68003583" - }, { "type": "nypl:Oclc", "value": "NYPG001000078-B" }, + { + "type": "bf:Lccn", + "value": "ne 68003583" + }, { "type": "bf:Identifier", "value": "NNSZ00100078" @@ -7717,19 +7620,17 @@ "value": "(WaOLN)nyp0200129" } ], - "idOclc": [ - "NYPG001000078-B" - ], - "updatedAt": 1674870754295, + "updatedAt": 1711567431280, "publicationStatement": [ "[Baghdād] Jāmiʻat Baghdād 1967." ], "identifier": [ + "urn:shelfmark:*OEQ 82-4707", "urn:bnum:10000130", - "urn:lccn:ne 68003583", "urn:oclc:NYPG001000078-B", - "urn:undefined:NNSZ00100078", - "urn:undefined:(WaOLN)nyp0200129" + "urn:lccn:ne 68003583", + "urn:identifier:NNSZ00100078", + "urn:identifier:(WaOLN)nyp0200129" ], "numCheckinCardItems": [ 0 @@ -7765,12 +7666,6 @@ "lccClassification": [ "PJ6161 .B78 1967" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Baghdād]" ], @@ -7810,24 +7705,14 @@ }, "_score": null, "_source": { - "uri": "i10000064", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -7838,6 +7723,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -7847,8 +7735,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OEQ 82-4707" + "idBarcode": [ + "33433014519783" + ], + "identifier": [ + "urn:shelfmark:*OEQ 82-4707", + "urn:barcode:33433014519783" ], "identifierV2": [ { @@ -7856,41 +7748,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433014519783" + "value": "33433014519783", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OEQ 82-4707" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433014519783" - ], - "idBarcode": [ - "33433014519783" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OEQ 82-4707" + ], + "shelfMark_sort": "a*OEQ 82-004707", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OEQ 82-004707" + "uri": "i10000064" }, "sort": [ null @@ -7955,24 +7851,24 @@ "createdYear": [ 1974 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Kubaysī, Ḥamdān ʻAbd al-Majīd." - ], "createdString": [ "1974" ], + "creatorLiteral": [ + "Kubaysī, Ḥamdān ʻAbd al-Majīd." + ], "idLccn": [ "78970114" ], @@ -7982,6 +7878,9 @@ "dateStartYear": [ 1974 ], + "idOclc": [ + "NYPG001000079-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -7991,14 +7890,14 @@ "type": "nypl:Bnumber", "value": "10000131" }, - { - "type": "bf:Lccn", - "value": "78970114" - }, { "type": "nypl:Oclc", "value": "NYPG001000079-B" }, + { + "type": "bf:Lccn", + "value": "78970114" + }, { "type": "bf:Identifier", "value": "NNSZ00100079" @@ -8008,19 +7907,17 @@ "value": "(WaOLN)nyp0200130" } ], - "idOclc": [ - "NYPG001000079-B" - ], - "updatedAt": 1674870754295, + "updatedAt": 1711329108558, "publicationStatement": [ "[5.1. : s.n.], 1974" ], "identifier": [ + "urn:shelfmark:*OFM 82-4705", "urn:bnum:10000131", - "urn:lccn:78970114", "urn:oclc:NYPG001000079-B", - "urn:undefined:NNSZ00100079", - "urn:undefined:(WaOLN)nyp0200130" + "urn:lccn:78970114", + "urn:identifier:NNSZ00100079", + "urn:identifier:(WaOLN)nyp0200130" ], "numCheckinCardItems": [ 0 @@ -8058,12 +7955,6 @@ "lccClassification": [ "DS38.6 .K82" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[5.1." ], @@ -8097,24 +7988,14 @@ }, "_score": null, "_source": { - "uri": "i10000065", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -8125,6 +8006,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -8134,8 +8018,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFM 82-4705" + "idBarcode": [ + "33433014463446" + ], + "identifier": [ + "urn:shelfmark:*OFM 82-4705", + "urn:barcode:33433014463446" ], "identifierV2": [ { @@ -8143,41 +8031,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433014463446" + "value": "33433014463446", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFM 82-4705" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433014463446" - ], - "idBarcode": [ - "33433014463446" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFM 82-4705" + ], + "shelfMark_sort": "a*OFM 82-004705", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFM 82-004705" + "uri": "i10000065" }, "sort": [ null @@ -8233,33 +8125,36 @@ "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "title": [ "Suqūṭ Dawlat al-Muwaḥḥidīn" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFO 82-4577" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Ghannāy, Marājiʻ ʻAqīlah." - ], "createdString": [ "1975" ], - "seriesStatement": [ - "Manshūrāt Jāmiʻat Binghāzī" + "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", @@ -8282,18 +8177,16 @@ "value": "(WaOLN)nyp0200131" } ], - "idOclc": [ - "NYPG001000080-B" - ], - "updatedAt": 1674870759272, + "updatedAt": 1711392284791, "publicationStatement": [ "[S.l. : s.n.] 1975" ], "identifier": [ + "urn:shelfmark:*OFO 82-4577", "urn:bnum:10000132", "urn:oclc:NYPG001000080-B", - "urn:undefined:NNSZ00100080", - "urn:undefined:(WaOLN)nyp0200131" + "urn:identifier:NNSZ00100080", + "urn:identifier:(WaOLN)nyp0200131" ], "numCheckinCardItems": [ 0 @@ -8326,12 +8219,6 @@ "Suqūṭ Dawlat al-Muwaḥḥidīn / taʼlīf Marājiʻ ʻAqīlah al-Ghannāy." ], "uri": "b10000132", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[S.l." ], @@ -8368,24 +8255,14 @@ }, "_score": null, "_source": { - "uri": "i10000066", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -8396,6 +8273,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -8405,8 +8285,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFO 82-4577" + "idBarcode": [ + "33433005586346" + ], + "identifier": [ + "urn:shelfmark:*OFO 82-4577", + "urn:barcode:33433005586346" ], "identifierV2": [ { @@ -8414,41 +8298,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433005586346" + "value": "33433005586346", + "type": "bf:Barcode" } ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFO 82-4577" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433005586346" - ], - "idBarcode": [ - "33433005586346" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFO 82-4577" + ], + "shelfMark_sort": "a*OFO 82-004577", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFO 82-004577" + "uri": "i10000066" }, "sort": [ null @@ -8502,30 +8390,33 @@ "createdYear": [ 1970 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Amīn, ʻAlī ʻAbd al-Raḥmān." - ], "createdString": [ "1970" ], + "creatorLiteral": [ + "Amīn, ʻAlī ʻAbd al-Raḥmān." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1970 ], + "idOclc": [ + "NYPG001000081-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -8548,18 +8439,16 @@ "value": "(WaOLN)nyp0200132" } ], - "idOclc": [ - "NYPG001000081-B" - ], - "updatedAt": 1674870754295, + "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:undefined:NNSZ00100081", - "urn:undefined:(WaOLN)nyp0200132" + "urn:identifier:NNSZ00100081", + "urn:identifier:(WaOLN)nyp0200132" ], "numCheckinCardItems": [ 0 @@ -8593,12 +8482,6 @@ "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", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ṣaydā" ], @@ -8635,24 +8518,14 @@ }, "_score": null, "_source": { - "uri": "i10000067", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -8663,6 +8536,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -8672,8 +8548,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFP 82-4578" + "idBarcode": [ + "33433001937469" + ], + "identifier": [ + "urn:shelfmark:*OFP 82-4578", + "urn:barcode:33433001937469" ], "identifierV2": [ { @@ -8681,41 +8561,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001937469" + "value": "33433001937469", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFP 82-4578" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433001937469" - ], - "idBarcode": [ - "33433001937469" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFP 82-4578" + ], + "shelfMark_sort": "a*OFP 82-004578", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFP 82-004578" + "uri": "i10000067" }, "sort": [ null @@ -8787,24 +8671,24 @@ "createdYear": [ 1969 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Qaraghūllī, Jihādīyah." - ], "createdString": [ "1969" ], + "creatorLiteral": [ + "Qaraghūllī, Jihādīyah." + ], "idLccn": [ "74248948" ], @@ -8814,6 +8698,9 @@ "dateStartYear": [ 1969 ], + "idOclc": [ + "NYPG001000082-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -8823,14 +8710,14 @@ "type": "nypl:Bnumber", "value": "10000134" }, - { - "type": "bf:Lccn", - "value": "74248948" - }, { "type": "nypl:Oclc", "value": "NYPG001000082-B" }, + { + "type": "bf:Lccn", + "value": "74248948" + }, { "type": "bf:Identifier", "value": "NNSZ00100082" @@ -8840,19 +8727,17 @@ "value": "(WaOLN)nyp0200133" } ], - "idOclc": [ - "NYPG001000082-B" - ], - "updatedAt": 1674870759272, + "updatedAt": 1711097717293, "publicationStatement": [ "Baghdād, Maṭbaʻat Dār al-Baṣrī [1969]" ], "identifier": [ + "urn:shelfmark:*OFQ 81-2737", "urn:bnum:10000134", - "urn:lccn:74248948", "urn:oclc:NYPG001000082-B", - "urn:undefined:NNSZ00100082", - "urn:undefined:(WaOLN)nyp0200133" + "urn:lccn:74248948", + "urn:identifier:NNSZ00100082", + "urn:identifier:(WaOLN)nyp0200133" ], "numCheckinCardItems": [ 0 @@ -8888,12 +8773,6 @@ "lccClassification": [ "DS51.S2 Q3" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Baghdād" ], @@ -8930,24 +8809,14 @@ }, "_score": null, "_source": { - "uri": "i10000068", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -8958,6 +8827,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -8967,8 +8839,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFQ 81-2737" + "idBarcode": [ + "33433014504074" + ], + "identifier": [ + "urn:shelfmark:*OFQ 81-2737", + "urn:barcode:33433014504074" ], "identifierV2": [ { @@ -8976,41 +8852,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433014504074" + "value": "33433014504074", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFQ 81-2737" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433014504074" - ], - "idBarcode": [ - "33433014504074" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFQ 81-2737" + ], + "shelfMark_sort": "a*OFQ 81-002737", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFQ 81-002737" + "uri": "i10000068" }, "sort": [ null @@ -9067,12 +8947,12 @@ "createdYear": [ 1971 ], - "type": [ - "nypl:Item" - ], "title": [ "Qiṣaṣ ʻIrāqīyah muʻāṣirah" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFC 81-3162" ], @@ -9095,6 +8975,9 @@ "dateStartYear": [ 1971 ], + "idOclc": [ + "NYPG001000083-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -9104,14 +8987,14 @@ "type": "nypl:Bnumber", "value": "10000135" }, - { - "type": "bf:Lccn", - "value": "75972325" - }, { "type": "nypl:Oclc", "value": "NYPG001000083-B" }, + { + "type": "bf:Lccn", + "value": "75972325" + }, { "type": "bf:Identifier", "value": "NNSZ00100083" @@ -9121,19 +9004,17 @@ "value": "(WaOLN)nyp0200134" } ], - "idOclc": [ - "NYPG001000083-B" - ], - "updatedAt": 1674870755402, + "updatedAt": 1711050815477, "publicationStatement": [ "Baghdād : [Maktabat Baghdād], 1971." ], "identifier": [ + "urn:shelfmark:*OFC 81-3162", "urn:bnum:10000135", - "urn:lccn:75972325", "urn:oclc:NYPG001000083-B", - "urn:undefined:NNSZ00100083", - "urn:undefined:(WaOLN)nyp0200134" + "urn:lccn:75972325", + "urn:identifier:NNSZ00100083", + "urn:identifier:(WaOLN)nyp0200134" ], "numCheckinCardItems": [ 0 @@ -9169,12 +9050,6 @@ "lccClassification": [ "75972325" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Baghdād" ], @@ -9211,24 +9086,14 @@ }, "_score": null, "_source": { - "uri": "i10000069", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -9239,6 +9104,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -9248,8 +9116,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFC 81-3162" + "idBarcode": [ + "33433001965965" + ], + "identifier": [ + "urn:shelfmark:*OFC 81-3162", + "urn:barcode:33433001965965" ], "identifierV2": [ { @@ -9257,41 +9129,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001965965" + "value": "33433001965965", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFC 81-3162" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433001965965" - ], - "idBarcode": [ - "33433001965965" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFC 81-3162" + ], + "shelfMark_sort": "a*OFC 81-003162", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFC 81-003162" + "uri": "i10000069" }, "sort": [ null @@ -9347,24 +9223,24 @@ "createdYear": [ 1973 ], - "type": [ - "nypl:Item" - ], "title": [ "Rawḍat al-muḥibbīn wa-nuzhat al-mushtāqīn" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFC 81-3166" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Ibn Qayyim al-Jawzīyah, Muḥammad ibn Abī Bakr, 1292-1350." - ], "createdString": [ "1973" ], + "creatorLiteral": [ + "Ibn Qayyim al-Jawzīyah, Muḥammad ibn Abī Bakr, 1292-1350." + ], "idLccn": [ "74960035" ], @@ -9377,6 +9253,9 @@ "dateStartYear": [ 1973 ], + "idOclc": [ + "NYPG001000084-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -9386,14 +9265,14 @@ "type": "nypl:Bnumber", "value": "10000136" }, - { - "type": "bf:Lccn", - "value": "74960035" - }, { "type": "nypl:Oclc", "value": "NYPG001000084-B" }, + { + "type": "bf:Lccn", + "value": "74960035" + }, { "type": "bf:Identifier", "value": "NNSZ00100084" @@ -9403,19 +9282,17 @@ "value": "(WaOLN)nyp0200135" } ], - "idOclc": [ - "NYPG001000084-B" - ], - "updatedAt": 1674870754295, + "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:lccn:74960035", "urn:oclc:NYPG001000084-B", - "urn:undefined:NNSZ00100084", - "urn:undefined:(WaOLN)nyp0200135" + "urn:lccn:74960035", + "urn:identifier:NNSZ00100084", + "urn:identifier:(WaOLN)nyp0200135" ], "numCheckinCardItems": [ 0 @@ -9451,12 +9328,6 @@ "lccClassification": [ "HQ801 .I25 1973" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "al-Qāhirah" ], @@ -9493,24 +9364,14 @@ }, "_score": null, "_source": { - "uri": "i10000070", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -9521,6 +9382,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -9530,8 +9394,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFC 81-3166" + "idBarcode": [ + "33433001965734" + ], + "identifier": [ + "urn:shelfmark:*OFC 81-3166", + "urn:barcode:33433001965734" ], "identifierV2": [ { @@ -9539,41 +9407,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001965734" + "value": "33433001965734", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFC 81-3166" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433001965734" - ], - "idBarcode": [ - "33433001965734" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFC 81-3166" + ], + "shelfMark_sort": "a*OFC 81-003166", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFC 81-003166" + "uri": "i10000070" }, "sort": [ null @@ -9621,36 +9493,39 @@ "createdYear": [ 1973 ], - "type": [ - "nypl:Item" - ], "title": [ "Dīwān al-Qarawī" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFA 81-3160" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Shāʻir al-Qarawī." - ], "createdString": [ "1973" ], + "creatorLiteral": [ + "Shāʻir al-Qarawī." + ], "idLccn": [ "74960574" ], - "seriesStatement": [ - "Dīwān al-Shiʻr al-ʻArabī al-ḥadīth ; 27" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Dīwān al-Shiʻr al-ʻArabī al-ḥadīth ; 27" + ], "dateStartYear": [ 1973 ], + "idOclc": [ + "NYPG001000085-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -9660,14 +9535,14 @@ "type": "nypl:Bnumber", "value": "10000137" }, - { - "type": "bf:Lccn", - "value": "74960574" - }, { "type": "nypl:Oclc", "value": "NYPG001000085-B" }, + { + "type": "bf:Lccn", + "value": "74960574" + }, { "type": "bf:Identifier", "value": "NNSZ00100085" @@ -9677,19 +9552,17 @@ "value": "(WaOLN)nyp0200136" } ], - "idOclc": [ - "NYPG001000085-B" - ], - "updatedAt": 1674870759272, + "updatedAt": 1711150459329, "publicationStatement": [ "[Baghdād] : Wizārat al-Iʻlām, Mudīrīyat al-Thaqāfah al-ʻĀmmah, [1973]" ], "identifier": [ + "urn:shelfmark:*OFA 81-3160", "urn:bnum:10000137", - "urn:lccn:74960574", "urn:oclc:NYPG001000085-B", - "urn:undefined:NNSZ00100085", - "urn:undefined:(WaOLN)nyp0200136" + "urn:lccn:74960574", + "urn:identifier:NNSZ00100085", + "urn:identifier:(WaOLN)nyp0200136" ], "numCheckinCardItems": [ 0 @@ -9722,12 +9595,6 @@ "lccClassification": [ "PJ7842.H858 A6 1973" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Baghdād]" ], @@ -9764,24 +9631,14 @@ }, "_score": null, "_source": { - "uri": "i10000071", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -9792,6 +9649,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -9801,8 +9661,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFA 81-3160" + "idBarcode": [ + "33433001999683" + ], + "identifier": [ + "urn:shelfmark:*OFA 81-3160", + "urn:barcode:33433001999683" ], "identifierV2": [ { @@ -9810,41 +9674,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001999683" + "value": "33433001999683", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFA 81-3160" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433001999683" - ], - "idBarcode": [ - "33433001999683" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFA 81-3160" + ], + "shelfMark_sort": "a*OFA 81-003160", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFA 81-003160" + "uri": "i10000071" }, "sort": [ null @@ -9892,24 +9760,24 @@ "createdYear": [ 1968 ], - "type": [ - "nypl:Item" - ], "title": [ "Aḥibb baladī" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFA 81-3163" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Faraj, Faraj Khamīs." - ], "createdString": [ "1968" ], + "creatorLiteral": [ + "Faraj, Faraj Khamīs." + ], "idLccn": [ "73961049" ], @@ -9919,6 +9787,9 @@ "dateStartYear": [ 1968 ], + "idOclc": [ + "NYPG001000086-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -9928,14 +9799,14 @@ "type": "nypl:Bnumber", "value": "10000138" }, - { - "type": "bf:Lccn", - "value": "73961049" - }, { "type": "nypl:Oclc", "value": "NYPG001000086-B" }, + { + "type": "bf:Lccn", + "value": "73961049" + }, { "type": "bf:Identifier", "value": "NNSZ00100086" @@ -9945,19 +9816,17 @@ "value": "(WaOLN)nyp0200137" } ], - "idOclc": [ - "NYPG001000086-B" - ], - "updatedAt": 1674870754295, + "updatedAt": 1711509030095, "publicationStatement": [ "al-Iskandarīyah, Jamʻīyat Udabāʼ al-Shaʻb [1968]" ], "identifier": [ + "urn:shelfmark:*OFA 81-3163", "urn:bnum:10000138", - "urn:lccn:73961049", "urn:oclc:NYPG001000086-B", - "urn:undefined:NNSZ00100086", - "urn:undefined:(WaOLN)nyp0200137" + "urn:lccn:73961049", + "urn:identifier:NNSZ00100086", + "urn:identifier:(WaOLN)nyp0200137" ], "numCheckinCardItems": [ 0 @@ -9990,12 +9859,6 @@ "lccClassification": [ "PJ7824.A68 A7" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "al-Iskandarīyah" ], @@ -10032,24 +9895,14 @@ }, "_score": null, "_source": { - "uri": "i10000072", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -10060,6 +9913,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -10069,8 +9925,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFA 81-3163" + "idBarcode": [ + "33433001999675" + ], + "identifier": [ + "urn:shelfmark:*OFA 81-3163", + "urn:barcode:33433001999675" ], "identifierV2": [ { @@ -10078,41 +9938,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001999675" + "value": "33433001999675", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFA 81-3163" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433001999675" - ], - "idBarcode": [ - "33433001999675" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFA 81-3163" + ], + "shelfMark_sort": "a*OFA 81-003163", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFA 81-003163" + "uri": "i10000072" }, "sort": [ null @@ -10168,24 +10032,24 @@ "createdYear": [ 1970 ], - "type": [ - "nypl:Item" - ], "title": [ "ʻAbd Allāh al-Nadīm Khaṭīb al-Thawrah al-ʻUrābīyah" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFS 81-3165" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Tawfīq, Najīb." - ], "createdString": [ "1970" ], + "creatorLiteral": [ + "Tawfīq, Najīb." + ], "idLccn": [ "74963003" ], @@ -10195,6 +10059,9 @@ "dateStartYear": [ 1970 ], + "idOclc": [ + "NYPG001000087-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -10204,14 +10071,14 @@ "type": "nypl:Bnumber", "value": "10000139" }, - { - "type": "bf:Lccn", - "value": "74963003" - }, { "type": "nypl:Oclc", "value": "NYPG001000087-B" }, + { + "type": "bf:Lccn", + "value": "74963003" + }, { "type": "bf:Identifier", "value": "NNSZ00100087" @@ -10221,19 +10088,17 @@ "value": "(WaOLN)nyp0200138" } ], - "idOclc": [ - "NYPG001000087-B" - ], - "updatedAt": 1674870755402, + "updatedAt": 1711606518873, "publicationStatement": [ "[al-Qāhirah] Maktabat al-Kullīyat al-Azharīyah [1970]" ], "identifier": [ + "urn:shelfmark:*OFS 81-3165", "urn:bnum:10000139", - "urn:lccn:74963003", "urn:oclc:NYPG001000087-B", - "urn:undefined:NNSZ00100087", - "urn:undefined:(WaOLN)nyp0200138" + "urn:lccn:74963003", + "urn:identifier:NNSZ00100087", + "urn:identifier:(WaOLN)nyp0200138" ], "numCheckinCardItems": [ 0 @@ -10269,12 +10134,6 @@ "lccClassification": [ "DT107.2.N25 T38" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[al-Qāhirah]" ], @@ -10311,24 +10170,14 @@ }, "_score": null, "_source": { - "uri": "i10000073", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -10339,6 +10188,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -10348,8 +10200,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFS 81-3165" + "idBarcode": [ + "33433005562628" + ], + "identifier": [ + "urn:shelfmark:*OFS 81-3165", + "urn:barcode:33433005562628" ], "identifierV2": [ { @@ -10357,41 +10213,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433005562628" + "value": "33433005562628", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFS 81-3165" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433005562628" - ], - "idBarcode": [ - "33433005562628" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFS 81-3165" + ], + "shelfMark_sort": "a*OFS 81-003165", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFS 81-003165" + "uri": "i10000073" }, "sort": [ null @@ -10423,7 +10283,8 @@ ], "subjectLiteral_exploded": [ "Muslim pilgrims and pilgrimages", - "Muslim pilgrims and pilgrimages -- Mecca" + "Muslim pilgrims and pilgrimages -- Saudi Arabia", + "Muslim pilgrims and pilgrimages -- Saudi Arabia -- Mecca" ], "numItemDatesParsed": [ 0 @@ -10440,36 +10301,39 @@ "numItemsTotal": [ 1 ], - "dateEndString": [ - "1979" - ], "createdYear": [ 1970 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1979" ], "title": [ "Ḥajj" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OGH 82-280" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Ṭāliqānī, Maḥmūd." - ], "createdString": [ "1970" ], + "creatorLiteral": [ + "Ṭāliqānī, Maḥmūd." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1970 ], + "idOclc": [ + "NYPG001000088-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -10492,21 +10356,19 @@ "value": "(WaOLN)nyp0200139" } ], - "idOclc": [ - "NYPG001000088-B" - ], "dateEndYear": [ 1979 ], - "updatedAt": 1674870755402, + "updatedAt": 1711249214226, "publicationStatement": [ "[S.l. : s.n., 197-?]" ], "identifier": [ + "urn:shelfmark:*OGH 82-280", "urn:bnum:10000140", "urn:oclc:NYPG001000088-B", - "urn:undefined:NNSZ00100088", - "urn:undefined:(WaOLN)nyp0200139" + "urn:identifier:NNSZ00100088", + "urn:identifier:(WaOLN)nyp0200139" ], "numCheckinCardItems": [ 0 @@ -10533,18 +10395,12 @@ } ], "subjectLiteral": [ - "Muslim pilgrims and pilgrimages -- Mecca." + "Muslim pilgrims and pilgrimages -- Saudi Arabia -- Mecca." ], "titleDisplay": [ "Ḥajj / Āyat Allāh Sayyid Maḥmūd Ṭāliqānī." ], "uri": "b10000140", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[S.l." ], @@ -10581,24 +10437,14 @@ }, "_score": null, "_source": { - "uri": "i12858033", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -10609,6 +10455,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -10618,8 +10467,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OGH 82-280" + "idBarcode": [ + "33433058007638" + ], + "identifier": [ + "urn:shelfmark:*OGH 82-280", + "urn:barcode:33433058007638" ], "identifierV2": [ { @@ -10627,41 +10480,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058007638" + "value": "33433058007638", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OGH 82-280" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433058007638" - ], - "idBarcode": [ - "33433058007638" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OGH 82-280" + ], + "shelfMark_sort": "a*OGH 82-000280", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OGH 82-000280" + "uri": "i12858033" }, "sort": [ null @@ -10781,7 +10638,7 @@ "value": "(WaOLN)nyp0200140" } ], - "updatedAt": 1705601948562, + "updatedAt": 1711069400201, "publicationStatement": [ "Likhnu : Nasīm Bukḍipu, 1974." ], @@ -11007,30 +10864,33 @@ "createdYear": [ 1979 ], - "type": [ - "nypl:Item" - ], "title": [ "Ḥukūmat-i Islāmī va taḥlīlī az nihẓat-i ḥāẓir" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OGC 82-274" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Nūrī, Yaḥyá." - ], "createdString": [ "1979" ], + "creatorLiteral": [ + "Nūrī, Yaḥyá." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1979 ], + "idOclc": [ + "NYPG001000090-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -11053,18 +10913,16 @@ "value": "(WaOLN)nyp0200141" } ], - "idOclc": [ - "NYPG001000090-B" - ], - "updatedAt": 1674870759272, + "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:undefined:NNSZ00100090", - "urn:undefined:(WaOLN)nyp0200141" + "urn:identifier:NNSZ00100090", + "urn:identifier:(WaOLN)nyp0200141" ], "numCheckinCardItems": [ 0 @@ -11098,12 +10956,6 @@ "Ḥ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", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tihrān" ], @@ -11143,24 +10995,14 @@ }, "_score": null, "_source": { - "uri": "i12540041", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -11171,6 +11013,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -11180,8 +11025,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OGC 82-274" + "idBarcode": [ + "33433022688901" + ], + "identifier": [ + "urn:shelfmark:*OGC 82-274", + "urn:barcode:33433022688901" ], "identifierV2": [ { @@ -11189,41 +11038,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433022688901" + "value": "33433022688901", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OGC 82-274" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433022688901" - ], - "idBarcode": [ - "33433022688901" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OGC 82-274" + ], + "shelfMark_sort": "a*OGC 82-000274", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OGC 82-000274" + "uri": "i12540041" }, "sort": [ null @@ -11280,24 +11133,24 @@ "createdYear": [ 1978 ], - "type": [ - "nypl:Item" - ], "title": [ "Tārīkh-i Avadh kā mukhtaṣar jāʼizah" ], - "shelfMark": [ - "*OLL 82-275" + "type": [ + "nypl:Item" + ], + "shelfMark": [ + "*OLL 82-275" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Ḵẖāṉ, Amjad ʻAlī." - ], "createdString": [ "1978" ], + "creatorLiteral": [ + "Ḵẖāṉ, Amjad ʻAlī." + ], "idLccn": [ "78908573" ], @@ -11307,6 +11160,9 @@ "dateStartYear": [ 1978 ], + "idOclc": [ + "NYPG001000091-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -11316,14 +11172,14 @@ "type": "nypl:Bnumber", "value": "10000143" }, - { - "type": "bf:Lccn", - "value": "78908573" - }, { "type": "nypl:Oclc", "value": "NYPG001000091-B" }, + { + "type": "bf:Lccn", + "value": "78908573" + }, { "type": "bf:Identifier", "value": "NNSZ00100091" @@ -11333,19 +11189,17 @@ "value": "(WaOLN)nyp0200142" } ], - "idOclc": [ - "NYPG001000091-B" - ], - "updatedAt": 1674870755402, + "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:lccn:78908573", "urn:oclc:NYPG001000091-B", - "urn:undefined:NNSZ00100091", - "urn:undefined:(WaOLN)nyp0200142" + "urn:lccn:78908573", + "urn:identifier:NNSZ00100091", + "urn:identifier:(WaOLN)nyp0200142" ], "numCheckinCardItems": [ 0 @@ -11381,12 +11235,6 @@ "lccClassification": [ "DS485.094 K42" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Lakhaʼū" ], @@ -11423,24 +11271,14 @@ }, "_score": null, "_source": { - "uri": "i13783801", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -11451,6 +11289,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -11460,8 +11301,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLL 82-275" + "idBarcode": [ + "33433061320515" + ], + "identifier": [ + "urn:shelfmark:*OLL 82-275", + "urn:barcode:33433061320515" ], "identifierV2": [ { @@ -11469,41 +11314,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061320515" + "value": "33433061320515", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLL 82-275" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061320515" - ], - "idBarcode": [ - "33433061320515" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLL 82-275" + ], + "shelfMark_sort": "a*OLL 82-000275", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLL 82-000275" + "uri": "i13783801" }, "sort": [ null @@ -11553,36 +11402,39 @@ "numItemsTotal": [ 1 ], - "dateEndString": [ - "1979" - ], "createdYear": [ 1978 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1979" ], "title": [ "Īshīq" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OOX 82-272" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Nābadal, ʻAlī Rizā." - ], "createdString": [ "1978" ], + "creatorLiteral": [ + "Nābadal, ʻAlī Rizā." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1978 ], + "idOclc": [ + "NYPG001000092-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -11605,21 +11457,19 @@ "value": "(WaOLN)nyp0200143" } ], - "idOclc": [ - "NYPG001000092-B" - ], "dateEndYear": [ 1979 ], - "updatedAt": 1674870754295, + "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:undefined:NNSZ00100092", - "urn:undefined:(WaOLN)nyp0200143" + "urn:identifier:NNSZ00100092", + "urn:identifier:(WaOLN)nyp0200143" ], "numCheckinCardItems": [ 0 @@ -11649,12 +11499,6 @@ "Īshīq / ʻAlī Rizā Nābadal Ukhtāy." ], "uri": "b10000144", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Tihrān?]" ], @@ -11691,24 +11535,14 @@ }, "_score": null, "_source": { - "uri": "i10000075", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -11719,6 +11553,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -11728,8 +11565,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OOX 82-272" + "idBarcode": [ + "33433001718117" + ], + "identifier": [ + "urn:shelfmark:*OOX 82-272", + "urn:barcode:33433001718117" ], "identifierV2": [ { @@ -11737,41 +11578,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001718117" + "value": "33433001718117", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OOX 82-272" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433001718117" - ], - "idBarcode": [ - "33433001718117" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OOX 82-272" + ], + "shelfMark_sort": "a*OOX 82-000272", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OOX 82-000272" + "uri": "i10000075" }, "sort": [ null @@ -11819,24 +11664,24 @@ "createdYear": [ 1969 ], - "type": [ - "nypl:Item" - ], "title": [ "Khān al-Khalīlī" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFC 82-271" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Maḥfūẓ, Najīb, 1911-2006." - ], "createdString": [ "1969" ], + "creatorLiteral": [ + "Maḥfūẓ, Najīb, 1911-2006." + ], "idLccn": [ "73962212" ], @@ -11846,6 +11691,9 @@ "dateStartYear": [ 1969 ], + "idOclc": [ + "NYPG001000093-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -11855,14 +11703,14 @@ "type": "nypl:Bnumber", "value": "10000145" }, - { - "type": "bf:Lccn", - "value": "73962212" - }, { "type": "nypl:Oclc", "value": "NYPG001000093-B" }, + { + "type": "bf:Lccn", + "value": "73962212" + }, { "type": "bf:Identifier", "value": "NNSZ00100093" @@ -11872,19 +11720,17 @@ "value": "(WaOLN)nyp0200144" } ], - "idOclc": [ - "NYPG001000093-B" - ], - "updatedAt": 1674870759272, + "updatedAt": 1711598876187, "publicationStatement": [ "[al-Qāhirah] Maktabat Miṣr [1969]" ], "identifier": [ + "urn:shelfmark:*OFC 82-271", "urn:bnum:10000145", - "urn:lccn:73962212", "urn:oclc:NYPG001000093-B", - "urn:undefined:NNSZ00100093", - "urn:undefined:(WaOLN)nyp0200144" + "urn:lccn:73962212", + "urn:identifier:NNSZ00100093", + "urn:identifier:(WaOLN)nyp0200144" ], "numCheckinCardItems": [ 0 @@ -11917,12 +11763,6 @@ "lccClassification": [ "PJ7846.A46 K48 1969" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[al-Qāhirah]" ], @@ -11962,24 +11802,14 @@ }, "_score": null, "_source": { - "uri": "i10000076", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -11990,6 +11820,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -11999,8 +11832,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFC 82-271" + "idBarcode": [ + "33433001965767" + ], + "identifier": [ + "urn:shelfmark:*OFC 82-271", + "urn:barcode:33433001965767" ], "identifierV2": [ { @@ -12008,41 +11845,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001965767" + "value": "33433001965767", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "*OFC 82-271" - ], - "recapCustomerCode": [ - "NA" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], - "identifier": [ - "urn:barcode:33433001965767" + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], - "idBarcode": [ - "33433001965767" + "physicalLocation": [ + "*OFC 82-271" + ], + "recapCustomerCode": [ + "NA" ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFC 82-271" + ], + "shelfMark_sort": "a*OFC 82-000271", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFC 82-000271" + "uri": "i10000076" }, "sort": [ null @@ -12098,24 +11939,24 @@ "createdYear": [ 1971 ], - "type": [ - "nypl:Item" - ], "title": [ "Ṣaḥīfah-yi Ṭīpū Sul̤tān" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLO 82-265" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Maḥmūd Banglaurī." - ], "createdString": [ "1971" ], + "creatorLiteral": [ + "Maḥmūd Banglaurī." + ], "idLccn": [ "79928817" ], @@ -12125,6 +11966,9 @@ "dateStartYear": [ 1971 ], + "idOclc": [ + "NYPG001000094-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -12134,14 +11978,14 @@ "type": "nypl:Bnumber", "value": "10000146" }, - { - "type": "bf:Lccn", - "value": "79928817" - }, { "type": "nypl:Oclc", "value": "NYPG001000094-B" }, + { + "type": "bf:Lccn", + "value": "79928817" + }, { "type": "bf:Identifier", "value": "NNSZ00100094" @@ -12151,19 +11995,17 @@ "value": "(WaOLN)nyp0200145" } ], - "idOclc": [ - "NYPG001000094-B" - ], - "updatedAt": 1674870754295, + "updatedAt": 1711329108558, "publicationStatement": [ "Dihlī, Himaliyah Pablishīng Haus [1971]" ], "identifier": [ + "urn:shelfmark:*OLO 82-265", "urn:bnum:10000146", - "urn:lccn:79928817", "urn:oclc:NYPG001000094-B", - "urn:undefined:NNSZ00100094", - "urn:undefined:(WaOLN)nyp0200145" + "urn:lccn:79928817", + "urn:identifier:NNSZ00100094", + "urn:identifier:(WaOLN)nyp0200145" ], "numCheckinCardItems": [ 0 @@ -12199,12 +12041,6 @@ "lccClassification": [ "DS470.T6 M34" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Dihlī" ], @@ -12241,24 +12077,14 @@ }, "_score": null, "_source": { - "uri": "i13783802", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -12269,6 +12095,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -12278,8 +12107,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLO 82-265" + "idBarcode": [ + "33433061328062" + ], + "identifier": [ + "urn:shelfmark:*OLO 82-265", + "urn:barcode:33433061328062" ], "identifierV2": [ { @@ -12287,41 +12120,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061328062" + "value": "33433061328062", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLO 82-265" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061328062" - ], - "idBarcode": [ - "33433061328062" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLO 82-265" + ], + "shelfMark_sort": "a*OLO 82-000265", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLO 82-000265" + "uri": "i13783802" }, "sort": [ null @@ -12374,39 +12211,42 @@ "createdYear": [ 1968 ], - "type": [ - "nypl:Item" - ], "title": [ "Māḷavikāgnimitraṃ." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLC 82-270" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Gōpālakrṣṇa, Reṇṭāla, 1922-" - ], "createdString": [ "1968" ], + "creatorLiteral": [ + "Gōpālakrṣṇa, Reṇṭāla, 1922-" + ], "idLccn": [ "77901180" ], - "seriesStatement": [ - "Vacana prabandha sāhityaṃ." - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Vacana prabandha sāhityaṃ." + ], "contributorLiteral": [ "Kālidāsa." ], "dateStartYear": [ 1968 ], + "idOclc": [ + "NYPG001000095-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -12416,14 +12256,14 @@ "type": "nypl:Bnumber", "value": "10000147" }, - { - "type": "bf:Lccn", - "value": "77901180" - }, { "type": "nypl:Oclc", "value": "NYPG001000095-B" }, + { + "type": "bf:Lccn", + "value": "77901180" + }, { "type": "bf:Identifier", "value": "NNSZ00100095" @@ -12433,19 +12273,17 @@ "value": "(WaOLN)nyp0200146" } ], - "idOclc": [ - "NYPG001000095-B" - ], - "updatedAt": 1674870754295, + "updatedAt": 1711284782152, "publicationStatement": [ "Vijayavāḍa, Jayantipablikēṣans [1968]" ], "identifier": [ + "urn:shelfmark:*OLC 82-270", "urn:bnum:10000147", - "urn:lccn:77901180", "urn:oclc:NYPG001000095-B", - "urn:undefined:NNSZ00100095", - "urn:undefined:(WaOLN)nyp0200146" + "urn:lccn:77901180", + "urn:identifier:NNSZ00100095", + "urn:identifier:(WaOLN)nyp0200146" ], "numCheckinCardItems": [ 0 @@ -12478,12 +12316,6 @@ "lccClassification": [ "PL4780.9.G563 M27" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Vijayavāḍa" ], @@ -12520,24 +12352,14 @@ }, "_score": null, "_source": { - "uri": "i10000077", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -12548,6 +12370,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -12557,8 +12382,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLC 82-270" + "idBarcode": [ + "33433004552323" + ], + "identifier": [ + "urn:shelfmark:*OLC 82-270", + "urn:barcode:33433004552323" ], "identifierV2": [ { @@ -12566,41 +12395,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433004552323" + "value": "33433004552323", + "type": "bf:Barcode" } ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLC 82-270" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433004552323" - ], - "idBarcode": [ - "33433004552323" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLC 82-270" + ], + "shelfMark_sort": "a*OLC 82-000270", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLC 82-000270" + "uri": "i10000077" }, "sort": [ null @@ -12651,24 +12484,24 @@ "createdYear": [ 1967 ], - "type": [ - "nypl:Item" - ], "title": [ "Kannaḍa ogaṭugaḷu." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLA 82-269" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Paramashivaiah, Ji. Sam., 1933-" - ], "createdString": [ "1967" ], + "creatorLiteral": [ + "Paramashivaiah, Ji. Sam., 1933-" + ], "idLccn": [ "sa 68011006" ], @@ -12678,6 +12511,9 @@ "dateStartYear": [ 1967 ], + "idOclc": [ + "NYPG001000096-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -12687,14 +12523,14 @@ "type": "nypl:Bnumber", "value": "10000148" }, - { - "type": "bf:Lccn", - "value": "sa 68011006" - }, { "type": "nypl:Oclc", "value": "NYPG001000096-B" }, + { + "type": "bf:Lccn", + "value": "sa 68011006" + }, { "type": "bf:Identifier", "value": "NNSZ00100096" @@ -12704,19 +12540,17 @@ "value": "(WaOLN)nyp0200147" } ], - "idOclc": [ - "NYPG001000096-B" - ], - "updatedAt": 1674870759272, + "updatedAt": 1711544681362, "publicationStatement": [ "Maisūru, Sāhitya Sadana [1967]" ], "identifier": [ + "urn:shelfmark:*OLA 82-269", "urn:bnum:10000148", - "urn:lccn:sa 68011006", "urn:oclc:NYPG001000096-B", - "urn:undefined:NNSZ00100096", - "urn:undefined:(WaOLN)nyp0200147" + "urn:lccn:sa 68011006", + "urn:identifier:NNSZ00100096", + "urn:identifier:(WaOLN)nyp0200147" ], "numCheckinCardItems": [ 0 @@ -12752,12 +12586,6 @@ "lccClassification": [ "PN6519.K25 P3" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Maisūru" ], @@ -12794,24 +12622,14 @@ }, "_score": null, "_source": { - "uri": "i10000078", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -12822,6 +12640,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -12831,8 +12652,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLA 82-269" + "idBarcode": [ + "33433013118892" + ], + "identifier": [ + "urn:shelfmark:*OLA 82-269", + "urn:barcode:33433013118892" ], "identifierV2": [ { @@ -12840,41 +12665,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433013118892" + "value": "33433013118892", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLA 82-269" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433013118892" - ], - "idBarcode": [ - "33433013118892" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLA 82-269" + ], + "shelfMark_sort": "a*OLA 82-000269", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLA 82-000269" + "uri": "i10000078" }, "sort": [ null @@ -13315,30 +13144,30 @@ "numItemsTotal": [ 1 ], - "dateEndString": [ - "1969" - ], "createdYear": [ 1960 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1969" ], "title": [ "Min al-Yaman" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OFA 82-4408" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Shāmī, Aḥmad Muḥammad, 1924-" - ], "createdString": [ "1960" ], + "creatorLiteral": [ + "Shāmī, Aḥmad Muḥammad, 1924-" + ], "idLccn": [ "ne 66000571" ], @@ -13348,6 +13177,9 @@ "dateStartYear": [ 1960 ], + "idOclc": [ + "NYPG001000098-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -13357,14 +13189,14 @@ "type": "nypl:Bnumber", "value": "10000150" }, - { - "type": "bf:Lccn", - "value": "ne 66000571" - }, { "type": "nypl:Oclc", "value": "NYPG001000098-B" }, + { + "type": "bf:Lccn", + "value": "ne 66000571" + }, { "type": "bf:Identifier", "value": "NNSZ00100098" @@ -13374,22 +13206,20 @@ "value": "(WaOLN)nyp0200149" } ], - "idOclc": [ - "NYPG001000098-B" - ], "dateEndYear": [ 1969 ], - "updatedAt": 1674870755402, + "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:lccn:ne 66000571", "urn:oclc:NYPG001000098-B", - "urn:undefined:NNSZ00100098", - "urn:undefined:(WaOLN)nyp0200149" + "urn:lccn:ne 66000571", + "urn:identifier:NNSZ00100098", + "urn:identifier:(WaOLN)nyp0200149" ], "numCheckinCardItems": [ 0 @@ -13419,12 +13249,6 @@ "Min al-Yaman, shiʻr Aḥmad Muḥammad al-Shāmī." ], "uri": "b10000150", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Bayrūt" ], @@ -13461,24 +13285,14 @@ }, "_score": null, "_source": { - "uri": "i10000081", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -13489,6 +13303,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -13498,8 +13315,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OFA 82-4408" + "idBarcode": [ + "33433002000598" + ], + "identifier": [ + "urn:shelfmark:*OFA 82-4408", + "urn:barcode:33433002000598" ], "identifierV2": [ { @@ -13507,41 +13328,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433002000598" + "value": "33433002000598", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OFA 82-4408" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433002000598" - ], - "idBarcode": [ - "33433002000598" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OFA 82-4408" + ], + "shelfMark_sort": "a*OFA 82-004408", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OFA 82-004408" + "uri": "i10000081" }, "sort": [ null @@ -13592,30 +13417,33 @@ "createdYear": [ 1971 ], - "type": [ - "nypl:Item" - ], "title": [ "al-Furqān bayna awliyāʼ al-Raḥmān wa-awliyāʼ al-Shayṭān" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OGL 82-4418" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Ibn Taymīyah, Aḥmad ibn ʻAbd al-Ḥalīm, 1263-1328." - ], "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", @@ -13638,18 +13466,16 @@ "value": "(WaOLN)nyp0200150" } ], - "idOclc": [ - "NYPG001000099-B" - ], - "updatedAt": 1674870754295, + "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:undefined:NNSZ00100099", - "urn:undefined:(WaOLN)nyp0200150" + "urn:identifier:NNSZ00100099", + "urn:identifier:(WaOLN)nyp0200150" ], "numCheckinCardItems": [ 0 @@ -13682,12 +13508,6 @@ "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", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Bayrūt" ], @@ -13724,24 +13544,14 @@ }, "_score": null, "_source": { - "uri": "i12858034", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -13752,6 +13562,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -13761,8 +13574,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OGL 82-4418" + "idBarcode": [ + "33433058069497" + ], + "identifier": [ + "urn:shelfmark:*OGL 82-4418", + "urn:barcode:33433058069497" ], "identifierV2": [ { @@ -13770,41 +13587,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058069497" + "value": "33433058069497", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OGL 82-4418" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433058069497" - ], - "idBarcode": [ - "33433058069497" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OGL 82-4418" + ], + "shelfMark_sort": "a*OGL 82-004418", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OGL 82-004418" + "uri": "i12858034" }, "sort": [ null @@ -13857,24 +13678,24 @@ "createdYear": [ 1969 ], - "type": [ - "nypl:Item" - ], "title": [ "Ēkalavya." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLA 83-693" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Kailāsaṃ, Ṭī. Pi., 1885-1948." - ], "createdString": [ "1969" ], + "creatorLiteral": [ + "Kailāsaṃ, Ṭī. Pi., 1885-1948." + ], "idLccn": [ "73925571" ], @@ -13887,6 +13708,9 @@ "dateStartYear": [ 1969 ], + "idOclc": [ + "NYPG001000100-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -13896,14 +13720,14 @@ "type": "nypl:Bnumber", "value": "10000152" }, - { - "type": "bf:Lccn", - "value": "73925571" - }, { "type": "nypl:Oclc", "value": "NYPG001000100-B" }, + { + "type": "bf:Lccn", + "value": "73925571" + }, { "type": "bf:Identifier", "value": "NNSZ00100100" @@ -13913,22 +13737,20 @@ "value": "(WaOLN)nyp0200151" } ], - "idOclc": [ - "NYPG001000100-B" - ], "uniformTitle": [ "Purpose. Kannada" ], - "updatedAt": 1674870759272, + "updatedAt": 1711329108558, "publicationStatement": [ "Beṅgaḷūru, Bi. Es. Rāmarāv [1969]" ], "identifier": [ + "urn:shelfmark:*OLA 83-693", "urn:bnum:10000152", - "urn:lccn:73925571", "urn:oclc:NYPG001000100-B", - "urn:undefined:NNSZ00100100", - "urn:undefined:(WaOLN)nyp0200151" + "urn:lccn:73925571", + "urn:identifier:NNSZ00100100", + "urn:identifier:(WaOLN)nyp0200151" ], "numCheckinCardItems": [ 0 @@ -13961,24 +13783,18 @@ "lccClassification": [ "PR9480.9.K32 P814" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Beṅgaḷūru" ], - "titleAlt": [ - "Purpose." - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Purpose." + ], "dimensions": [ "19 cm." ] @@ -14006,24 +13822,14 @@ }, "_score": null, "_source": { - "uri": "i10000082", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -14034,6 +13840,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -14043,8 +13852,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLA 83-693" + "idBarcode": [ + "33433013125202" + ], + "identifier": [ + "urn:shelfmark:*OLA 83-693", + "urn:barcode:33433013125202" ], "identifierV2": [ { @@ -14052,41 +13865,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433013125202" + "value": "33433013125202", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLA 83-693" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433013125202" - ], - "idBarcode": [ - "33433013125202" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLA 83-693" + ], + "shelfMark_sort": "a*OLA 83-000693", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLA 83-000693" + "uri": "i10000082" }, "sort": [ null @@ -14148,36 +13965,39 @@ "createdYear": [ 1981 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Khvārazmī, Kamāl al-Dīn Ḥusayn." - ], "createdString": [ "1981" ], - "seriesStatement": [ - "Intishārāt-i Anjuman-i Ustādān-i Zabān va Adabīyāt-i Fārsī ; 7" + "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", @@ -14200,18 +14020,16 @@ "value": "(WaOLN)nyp0200152" } ], - "idOclc": [ - "NYPG001000101-B" - ], - "updatedAt": 1674870759272, + "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:undefined:NNSZ00100101", - "urn:undefined:(WaOLN)nyp0200152" + "urn:identifier:NNSZ00100101", + "urn:identifier:(WaOLN)nyp0200152" ], "numCheckinCardItems": [ 0 @@ -14244,12 +14062,6 @@ "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", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tihrān" ], @@ -14286,24 +14098,14 @@ }, "_score": null, "_source": { - "uri": "i10000083", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -14314,6 +14116,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -14323,8 +14128,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OMQ 83-4676" + "idBarcode": [ + "33433013145382" + ], + "identifier": [ + "urn:shelfmark:*OMQ 83-4676", + "urn:barcode:33433013145382" ], "identifierV2": [ { @@ -14332,41 +14141,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433013145382" + "value": "33433013145382", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OMQ 83-4676" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433013145382" - ], - "idBarcode": [ - "33433013145382" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OMQ 83-4676" + ], + "shelfMark_sort": "a*OMQ 83-004676", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OMQ 83-004676" + "uri": "i10000083" }, "sort": [ null @@ -14422,24 +14235,24 @@ "createdYear": [ 1971 ], - "type": [ - "nypl:Item" - ], "title": [ "Āditīrthankara Rṣabhadēva." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLA 83-4815" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Anna Rao Appanna, Mirji, 1918-" - ], "createdString": [ "1971" ], + "creatorLiteral": [ + "Anna Rao Appanna, Mirji, 1918-" + ], "idLccn": [ "72903657" ], @@ -14449,6 +14262,9 @@ "dateStartYear": [ 1971 ], + "idOclc": [ + "NYPG001000102-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -14458,14 +14274,14 @@ "type": "nypl:Bnumber", "value": "10000154" }, - { - "type": "bf:Lccn", - "value": "72903657" - }, { "type": "nypl:Oclc", "value": "NYPG001000102-B" }, + { + "type": "bf:Lccn", + "value": "72903657" + }, { "type": "bf:Identifier", "value": "NNSZ00100102" @@ -14475,19 +14291,17 @@ "value": "(WaOLN)nyp0200153" } ], - "idOclc": [ - "NYPG001000102-B" - ], - "updatedAt": 1674870754295, + "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:lccn:72903657", "urn:oclc:NYPG001000102-B", - "urn:undefined:NNSZ00100102", - "urn:undefined:(WaOLN)nyp0200153" + "urn:lccn:72903657", + "urn:identifier:NNSZ00100102", + "urn:identifier:(WaOLN)nyp0200153" ], "numCheckinCardItems": [ 0 @@ -14523,12 +14337,6 @@ "lccClassification": [ "BL1373.R7 A66" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Guḍibaṇḍe, Kōlārajille" ], @@ -14565,24 +14373,14 @@ }, "_score": null, "_source": { - "uri": "i10000084", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -14593,6 +14391,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -14602,50 +14403,58 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLA 83-4815" - ], + "idBarcode": [ + "33433012996868" + ], + "identifier": [ + "urn:shelfmark:*OLA 83-4815", + "urn:barcode:33433012996868" + ], "identifierV2": [ { "value": "*OLA 83-4815", "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433012996868" + "value": "33433012996868", + "type": "bf:Barcode" } ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLA 83-4815" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433012996868" - ], - "idBarcode": [ - "33433012996868" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLA 83-4815" + ], + "shelfMark_sort": "a*OLA 83-004815", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLA 83-004815" + "uri": "i10000084" }, "sort": [ null @@ -14684,7 +14493,7 @@ "Jāḥiẓ, -868 or 869", "Jāḥiẓ, -868 or 869 -- Knowledge", "Jāḥiẓ, -868 or 869 -- Knowledge -- Folklore", - "Jāḥiẓ, -868 or 869 -- Mythology" + "Jāḥiẓ, -868 or 869 -- Knowledge -- Mythology" ], "numItemDatesParsed": [ 0 @@ -14704,36 +14513,39 @@ "createdYear": [ 1976 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Markaz al-Fūlklurī al-ʻIrāqī." - ], "createdString": [ "1976" ], + "creatorLiteral": [ + "Markaz al-Fūlklurī al-ʻIrāqī." + ], "idLccn": [ "78971085" ], - "seriesStatement": [ - "Silsilat al-maʻājim wa-al-fahāris ; 10" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Silsilat al-maʻājim wa-al-fahāris ; 10" + ], "dateStartYear": [ 1976 ], + "idOclc": [ + "NYPG001000103-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -14743,14 +14555,14 @@ "type": "nypl:Bnumber", "value": "10000155" }, - { - "type": "bf:Lccn", - "value": "78971085" - }, { "type": "nypl:Oclc", "value": "NYPG001000103-B" }, + { + "type": "bf:Lccn", + "value": "78971085" + }, { "type": "bf:Identifier", "value": "NNSZ00100103" @@ -14760,19 +14572,17 @@ "value": "(WaOLN)nyp0200154" } ], - "idOclc": [ - "NYPG001000103-B" - ], - "updatedAt": 1674870759272, + "updatedAt": 1711097905535, "publicationStatement": [ "[Baghdād] : al-Wizārah, [1976]" ], "identifier": [ + "urn:shelfmark:*OEM 83-4899", "urn:bnum:10000155", - "urn:lccn:78971085", "urn:oclc:NYPG001000103-B", - "urn:undefined:NNSZ00100103", - "urn:undefined:(WaOLN)nyp0200154" + "urn:lccn:78971085", + "urn:identifier:NNSZ00100103", + "urn:identifier:(WaOLN)nyp0200154" ], "numCheckinCardItems": [ 0 @@ -14800,7 +14610,7 @@ ], "subjectLiteral": [ "Jāḥiẓ, -868 or 869 -- Knowledge -- Folklore.", - "Jāḥiẓ, -868 or 869 -- Mythology." + "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." @@ -14809,12 +14619,6 @@ "lccClassification": [ "PJ7745.J3 Z785" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Baghdād]" ], @@ -14851,24 +14655,14 @@ }, "_score": null, "_source": { - "uri": "i10000085", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -14879,6 +14673,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -14888,8 +14685,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OEM 83-4899" + "idBarcode": [ + "33433001925001" + ], + "identifier": [ + "urn:shelfmark:*OEM 83-4899", + "urn:barcode:33433001925001" ], "identifierV2": [ { @@ -14897,41 +14698,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001925001" + "value": "33433001925001", + "type": "bf:Barcode" } ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OEM 83-4899" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433001925001" - ], - "idBarcode": [ - "33433001925001" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OEM 83-4899" + ], + "shelfMark_sort": "a*OEM 83-004899", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OEM 83-004899" + "uri": "i10000085" }, "sort": [ null @@ -14993,24 +14798,24 @@ "createdYear": [ 1972 ], - "type": [ - "nypl:Item" - ], "title": [ "Aṣṭakapañcakam = Ashtaka-panchakam ; Jaladhijānandalaharī = Jaladhijanandalahari" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLY 83-4674" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Lakshmikantaiah, Garikapati, 1900-" - ], "createdString": [ "1972" ], + "creatorLiteral": [ + "Lakshmikantaiah, Garikapati, 1900-" + ], "idLccn": [ "75902648" ], @@ -15023,6 +14828,9 @@ "dateStartYear": [ 1972 ], + "idOclc": [ + "NYPG001000104-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -15032,14 +14840,14 @@ "type": "nypl:Bnumber", "value": "10000156" }, - { - "type": "bf:Lccn", - "value": "75902648" - }, { "type": "nypl:Oclc", "value": "NYPG001000104-B" }, + { + "type": "bf:Lccn", + "value": "75902648" + }, { "type": "bf:Identifier", "value": "NNSZ00100104" @@ -15049,22 +14857,20 @@ "value": "(WaOLN)nyp0200155" } ], - "idOclc": [ - "NYPG001000104-B" - ], "uniformTitle": [ "Aṣṭakapañcaka" ], - "updatedAt": 1674870754295, + "updatedAt": 1711105928195, "publicationStatement": [ "[S.l. : Go. Venkaṭarāmaśāstri], 1972." ], "identifier": [ + "urn:shelfmark:*OLY 83-4674", "urn:bnum:10000156", - "urn:lccn:75902648", "urn:oclc:NYPG001000104-B", - "urn:undefined:NNSZ00100104", - "urn:undefined:(WaOLN)nyp0200155" + "urn:lccn:75902648", + "urn:identifier:NNSZ00100104", + "urn:identifier:(WaOLN)nyp0200155" ], "numCheckinCardItems": [ 0 @@ -15101,25 +14907,19 @@ "lccClassification": [ "BL1216 .L34" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[S.l." ], - "titleAlt": [ - "Aṣṭakapañcaka", - "Jaladhijānandalaharī." - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Aṣṭakapañcaka", + "Jaladhijānandalaharī." + ], "dimensions": [ "22 cm." ] @@ -15147,78 +14947,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433060370396" - ], - "physicalLocation": [ - "*OLY 83-4674" - ], - "shelfMark_sort": "a*OLY 83-004674", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433060370396" ], - "uri": "i13783803", - "shelfMark": [ - "*OLY 83-4674" + "identifier": [ + "urn:shelfmark:*OLY 83-4674", + "urn:barcode:33433060370396" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLY 83-4674" + "value": "*OLY 83-4674", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433060370396" + "value": "33433060370396", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433060370396" + "physicalLocation": [ + "*OLY 83-4674" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLY 83-4674" ], + "shelfMark_sort": "a*OLY 83-004674", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" ], - "formatLiteral": [ - "Text" - ] + "type": [ + "bf:Item" + ], + "uri": "i13783803" }, "sort": [ null @@ -15274,24 +15075,24 @@ "createdYear": [ 1970 ], - "type": [ - "nypl:Item" - ], "title": [ "al-Anbiyāʼ fī al-Qurʼān al-karīm" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OGDM 83-4900" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Sharqāwī, Maḥmūd." - ], "createdString": [ "1970" ], + "creatorLiteral": [ + "Sharqāwī, Maḥmūd." + ], "idLccn": [ "75961943" ], @@ -15301,6 +15102,9 @@ "dateStartYear": [ 1970 ], + "idOclc": [ + "NYPG001000105-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -15310,14 +15114,14 @@ "type": "nypl:Bnumber", "value": "10000157" }, - { - "type": "bf:Lccn", - "value": "75961943" - }, { "type": "nypl:Oclc", "value": "NYPG001000105-B" }, + { + "type": "bf:Lccn", + "value": "75961943" + }, { "type": "bf:Identifier", "value": "NNSZ00100105" @@ -15327,19 +15131,17 @@ "value": "(WaOLN)nyp0200156" } ], - "idOclc": [ - "NYPG001000105-B" - ], - "updatedAt": 1674870755402, + "updatedAt": 1711097717293, "publicationStatement": [ "al-Qāhirah, Dār al-shaʻb [1970]" ], "identifier": [ + "urn:shelfmark:*OGDM 83-4900", "urn:bnum:10000157", - "urn:lccn:75961943", "urn:oclc:NYPG001000105-B", - "urn:undefined:NNSZ00100105", - "urn:undefined:(WaOLN)nyp0200156" + "urn:lccn:75961943", + "urn:identifier:NNSZ00100105", + "urn:identifier:(WaOLN)nyp0200156" ], "numCheckinCardItems": [ 0 @@ -15375,12 +15177,6 @@ "lccClassification": [ "BP134.P745 S5" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "al-Qāhirah" ], @@ -15417,24 +15213,14 @@ }, "_score": null, "_source": { - "uri": "i10000086", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -15445,6 +15231,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -15454,8 +15243,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OGDM 83-4900" + "idBarcode": [ + "33433005577659" + ], + "identifier": [ + "urn:shelfmark:*OGDM 83-4900", + "urn:barcode:33433005577659" ], "identifierV2": [ { @@ -15463,41 +15256,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433005577659" + "value": "33433005577659", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OGDM 83-4900" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433005577659" - ], - "idBarcode": [ - "33433005577659" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OGDM 83-4900" + ], + "shelfMark_sort": "a*OGDM 83-004900", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OGDM 83-004900" + "uri": "i10000086" }, "sort": [ null @@ -15820,12 +15617,12 @@ "createdYear": [ 1974 ], - "type": [ - "nypl:Item" - ], "title": [ "Jānapada kathālōka" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLA 83-4817" ], @@ -15847,6 +15644,9 @@ "dateStartYear": [ 1974 ], + "idOclc": [ + "NYPG001000107-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -15856,14 +15656,14 @@ "type": "nypl:Bnumber", "value": "10000159" }, - { - "type": "bf:Lccn", - "value": "75902609" - }, { "type": "nypl:Oclc", "value": "NYPG001000107-B" }, + { + "type": "bf:Lccn", + "value": "75902609" + }, { "type": "bf:Identifier", "value": "NNSZ00100107" @@ -15873,19 +15673,17 @@ "value": "(WaOLN)nyp0200158" } ], - "idOclc": [ - "NYPG001000107-B" - ], - "updatedAt": 1674870759272, + "updatedAt": 1711606521719, "publicationStatement": [ "Beṅgaḷūru : Āśā Sāhitya, 1974." ], "identifier": [ + "urn:shelfmark:*OLA 83-4817", "urn:bnum:10000159", - "urn:lccn:75902609", "urn:oclc:NYPG001000107-B", - "urn:undefined:NNSZ00100107", - "urn:undefined:(WaOLN)nyp0200158" + "urn:lccn:75902609", + "urn:identifier:NNSZ00100107", + "urn:identifier:(WaOLN)nyp0200158" ], "numCheckinCardItems": [ 0 @@ -15918,12 +15716,6 @@ "Jānapada kathālōka / Krpānanda." ], "uri": "b10000159", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Beṅgaḷūru" ], @@ -15960,24 +15752,14 @@ }, "_score": null, "_source": { - "uri": "i10000088", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -15988,6 +15770,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -15997,8 +15782,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLA 83-4817" + "idBarcode": [ + "33433012996876" + ], + "identifier": [ + "urn:shelfmark:*OLA 83-4817", + "urn:barcode:33433012996876" ], "identifierV2": [ { @@ -16006,41 +15795,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433012996876" + "value": "33433012996876", + "type": "bf:Barcode" } ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLA 83-4817" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433012996876" - ], - "idBarcode": [ - "33433012996876" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLA 83-4817" + ], + "shelfMark_sort": "a*OLA 83-004817", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLA 83-004817" + "uri": "i10000088" }, "sort": [ null @@ -16092,24 +15885,24 @@ "createdYear": [ 1966 ], - "type": [ - "nypl:Item" - ], "title": [ "Ilakkiya nayam" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 83-4818" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Irācāmaṇi, R." - ], "createdString": [ "1966" ], + "creatorLiteral": [ + "Irācāmaṇi, R." + ], "idLccn": [ "75908529" ], @@ -16119,6 +15912,9 @@ "dateStartYear": [ 1966 ], + "idOclc": [ + "NYPG001000108-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -16128,14 +15924,14 @@ "type": "nypl:Bnumber", "value": "10000160" }, - { - "type": "bf:Lccn", - "value": "75908529" - }, { "type": "nypl:Oclc", "value": "NYPG001000108-B" }, + { + "type": "bf:Lccn", + "value": "75908529" + }, { "type": "bf:Identifier", "value": "NNSZ00100108" @@ -16145,19 +15941,17 @@ "value": "(WaOLN)nyp0200159" } ], - "idOclc": [ - "NYPG001000108-B" - ], - "updatedAt": 1674870759272, + "updatedAt": 1711250180777, "publicationStatement": [ "Ceṉṉai : Paḻaṉiyappā Piratars, [1966]." ], "identifier": [ + "urn:shelfmark:*OLB 83-4818", "urn:bnum:10000160", - "urn:lccn:75908529", "urn:oclc:NYPG001000108-B", - "urn:undefined:NNSZ00100108", - "urn:undefined:(WaOLN)nyp0200159" + "urn:lccn:75908529", + "urn:identifier:NNSZ00100108", + "urn:identifier:(WaOLN)nyp0200159" ], "numCheckinCardItems": [ 0 @@ -16190,12 +15984,6 @@ "Ilakkiya nayam / [Eḻutiyavar] Ra. Irācāmaṇi." ], "uri": "b10000160", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ceṉṉai" ], @@ -16232,24 +16020,14 @@ }, "_score": null, "_source": { - "uri": "i13783804", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -16260,6 +16038,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -16269,8 +16050,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 83-4818" + "idBarcode": [ + "33433061299065" + ], + "identifier": [ + "urn:shelfmark:*OLB 83-4818", + "urn:barcode:33433061299065" ], "identifierV2": [ { @@ -16278,41 +16063,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061299065" + "value": "33433061299065", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 83-4818" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061299065" - ], - "idBarcode": [ - "33433061299065" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 83-4818" + ], + "shelfMark_sort": "a*OLB 83-004818", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 83-004818" + "uri": "i13783804" }, "sort": [ null @@ -16370,24 +16159,24 @@ "createdYear": [ 1982 ], - "type": [ - "nypl:Item" - ], "title": [ "Maṉita coṟūpaṅkaḷ : paṉṉiru ciṟu kataikaḷ" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 83-4819" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Kohila Mahendiran." - ], "createdString": [ "1982" ], + "creatorLiteral": [ + "Kohila Mahendiran." + ], "idLccn": [ "83900649" ], @@ -16397,6 +16186,9 @@ "dateStartYear": [ 1982 ], + "idOclc": [ + "NYPG001000109-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -16406,14 +16198,14 @@ "type": "nypl:Bnumber", "value": "10000161" }, - { - "type": "bf:Lccn", - "value": "83900649" - }, { "type": "nypl:Oclc", "value": "NYPG001000109-B" }, + { + "type": "bf:Lccn", + "value": "83900649" + }, { "type": "bf:Identifier", "value": "NNSZ00100109" @@ -16423,19 +16215,17 @@ "value": "(WaOLN)nyp0200160" } ], - "idOclc": [ - "NYPG001000109-B" - ], - "updatedAt": 1674870754295, + "updatedAt": 1711606521719, "publicationStatement": [ "[Tellippalai] : Civaṉ Kalvi Nilaiya Veḷiyīṭu, 1982." ], "identifier": [ + "urn:shelfmark:*OLB 83-4819", "urn:bnum:10000161", - "urn:lccn:83900649", "urn:oclc:NYPG001000109-B", - "urn:undefined:NNSZ00100109", - "urn:undefined:(WaOLN)nyp0200160" + "urn:lccn:83900649", + "urn:identifier:NNSZ00100109", + "urn:identifier:(WaOLN)nyp0200160" ], "numCheckinCardItems": [ 0 @@ -16465,12 +16255,6 @@ "Maṉita coṟūpaṅkaḷ : paṉṉiru ciṟu kataikaḷ / Kōkilā Makēntiraṉ." ], "uri": "b10000161", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Tellippalai]" ], @@ -16507,24 +16291,14 @@ }, "_score": null, "_source": { - "uri": "i13783805", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -16535,6 +16309,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -16544,8 +16321,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 83-4819" + "idBarcode": [ + "33433061299073" + ], + "identifier": [ + "urn:shelfmark:*OLB 83-4819", + "urn:barcode:33433061299073" ], "identifierV2": [ { @@ -16553,41 +16334,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061299073" + "value": "33433061299073", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 83-4819" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061299073" - ], - "idBarcode": [ - "33433061299073" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 83-4819" + ], + "shelfMark_sort": "a*OLB 83-004819", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 83-004819" + "uri": "i13783805" }, "sort": [ null @@ -16648,24 +16433,24 @@ "createdYear": [ 1971 ], - "type": [ - "nypl:Item" - ], "title": [ "Mahākavi Kuvempu avara Candrahāsa nāṭaka samīkṣe." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLA 83-4864" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Vasantakumār, Maḷali." - ], "createdString": [ "1971" ], + "creatorLiteral": [ + "Vasantakumār, Maḷali." + ], "idLccn": [ "72902165" ], @@ -16675,6 +16460,9 @@ "dateStartYear": [ 1971 ], + "idOclc": [ + "NYPG001000110-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -16684,14 +16472,14 @@ "type": "nypl:Bnumber", "value": "10000162" }, - { - "type": "bf:Lccn", - "value": "72902165" - }, { "type": "nypl:Oclc", "value": "NYPG001000110-B" }, + { + "type": "bf:Lccn", + "value": "72902165" + }, { "type": "bf:Identifier", "value": "NNSZ00100110" @@ -16701,19 +16489,17 @@ "value": "(WaOLN)nyp0200161" } ], - "idOclc": [ - "NYPG001000110-B" - ], - "updatedAt": 1674870755402, + "updatedAt": 1711475962055, "publicationStatement": [ "Maisūru, Pampa Prakāśạna [1971]" ], "identifier": [ + "urn:shelfmark:*OLA 83-4864", "urn:bnum:10000162", - "urn:lccn:72902165", "urn:oclc:NYPG001000110-B", - "urn:undefined:NNSZ00100110", - "urn:undefined:(WaOLN)nyp0200161" + "urn:lccn:72902165", + "urn:identifier:NNSZ00100110", + "urn:identifier:(WaOLN)nyp0200161" ], "numCheckinCardItems": [ 0 @@ -16749,12 +16535,6 @@ "lccClassification": [ "PL4659.P797 C339" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Maisūru" ], @@ -16794,24 +16574,14 @@ }, "_score": null, "_source": { - "uri": "i10000089", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -16822,6 +16592,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -16831,8 +16604,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLA 83-4864" + "idBarcode": [ + "33433012996892" + ], + "identifier": [ + "urn:shelfmark:*OLA 83-4864", + "urn:barcode:33433012996892" ], "identifierV2": [ { @@ -16840,41 +16617,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433012996892" + "value": "33433012996892", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLA 83-4864" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433012996892" - ], - "idBarcode": [ - "33433012996892" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLA 83-4864" + ], + "shelfMark_sort": "a*OLA 83-004864", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLA 83-004864" + "uri": "i10000089" }, "sort": [ null @@ -16932,24 +16713,24 @@ "createdYear": [ 1982 ], - "type": [ - "nypl:Item" - ], "title": [ "Iruḷiṉ viṭivu : kuṟunāval" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 83-4821" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Tāvaiyūr Kāṇṭīpaṉ." - ], "createdString": [ "1982" ], + "creatorLiteral": [ + "Tāvaiyūr Kāṇṭīpaṉ." + ], "idLccn": [ "83900646" ], @@ -16959,6 +16740,9 @@ "dateStartYear": [ 1982 ], + "idOclc": [ + "NYPG001000111-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -16968,14 +16752,14 @@ "type": "nypl:Bnumber", "value": "10000163" }, - { - "type": "bf:Lccn", - "value": "83900646" - }, { "type": "nypl:Oclc", "value": "NYPG001000111-B" }, + { + "type": "bf:Lccn", + "value": "83900646" + }, { "type": "bf:Identifier", "value": "NNSZ00100111" @@ -16985,19 +16769,17 @@ "value": "(WaOLN)nyp0200162" } ], - "idOclc": [ - "NYPG001000111-B" - ], - "updatedAt": 1674870754295, + "updatedAt": 1711117259803, "publicationStatement": [ "Tirunelvēli, Yāḻppāṇam : Kalaiñar Patippakam, 1982." ], "identifier": [ + "urn:shelfmark:*OLB 83-4821", "urn:bnum:10000163", - "urn:lccn:83900646", "urn:oclc:NYPG001000111-B", - "urn:undefined:NNSZ00100111", - "urn:undefined:(WaOLN)nyp0200162" + "urn:lccn:83900646", + "urn:identifier:NNSZ00100111", + "urn:identifier:(WaOLN)nyp0200162" ], "numCheckinCardItems": [ 0 @@ -17027,12 +16809,6 @@ "Iruḷiṉ viṭivu : kuṟunāval / Tāvaiyūr Kāṇṭīpaṉ." ], "uri": "b10000163", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tirunelvēli, Yāḻppāṇam" ], @@ -17069,24 +16845,14 @@ }, "_score": null, "_source": { - "uri": "i13783806", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -17097,6 +16863,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -17106,8 +16875,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 83-4821" + "idBarcode": [ + "33433061299099" + ], + "identifier": [ + "urn:shelfmark:*OLB 83-4821", + "urn:barcode:33433061299099" ], "identifierV2": [ { @@ -17115,41 +16888,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061299099" + "value": "33433061299099", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 83-4821" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061299099" - ], - "idBarcode": [ - "33433061299099" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 83-4821" + ], + "shelfMark_sort": "a*OLB 83-004821", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 83-004821" + "uri": "i13783806" }, "sort": [ null @@ -17201,24 +16978,24 @@ "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "title": [ "Kaṇṇatācaṉ kavinayam" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 83-4822" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Gunasekar, P., 1936-" - ], "createdString": [ "1975" ], + "creatorLiteral": [ + "Gunasekar, P., 1936-" + ], "idLccn": [ "76900404" ], @@ -17228,6 +17005,9 @@ "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG001000112-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -17237,14 +17017,14 @@ "type": "nypl:Bnumber", "value": "10000164" }, - { - "type": "bf:Lccn", - "value": "76900404" - }, { "type": "nypl:Oclc", "value": "NYPG001000112-B" }, + { + "type": "bf:Lccn", + "value": "76900404" + }, { "type": "bf:Identifier", "value": "NNSZ00100112" @@ -17254,19 +17034,17 @@ "value": "(WaOLN)nyp0200163" } ], - "idOclc": [ - "NYPG001000112-B" - ], - "updatedAt": 1674870755402, + "updatedAt": 1711255239192, "publicationStatement": [ "Ceṉṉai : Vāṉati Patippakam, 1975." ], "identifier": [ + "urn:shelfmark:*OLB 83-4822", "urn:bnum:10000164", - "urn:lccn:76900404", "urn:oclc:NYPG001000112-B", - "urn:undefined:NNSZ00100112", - "urn:undefined:(WaOLN)nyp0200163" + "urn:lccn:76900404", + "urn:identifier:NNSZ00100112", + "urn:identifier:(WaOLN)nyp0200163" ], "numCheckinCardItems": [ 0 @@ -17302,12 +17080,6 @@ "lccClassification": [ "PL4758.9.K327 Z65" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ceṉṉai" ], @@ -17344,24 +17116,14 @@ }, "_score": null, "_source": { - "uri": "i13783807", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -17372,6 +17134,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -17381,8 +17146,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 83-4822" + "idBarcode": [ + "33433061299107" + ], + "identifier": [ + "urn:shelfmark:*OLB 83-4822", + "urn:barcode:33433061299107" ], "identifierV2": [ { @@ -17390,41 +17159,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061299107" + "value": "33433061299107", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 83-4822" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061299107" - ], - "idBarcode": [ - "33433061299107" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 83-4822" + ], + "shelfMark_sort": "a*OLB 83-004822", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 83-004822" + "uri": "i13783807" }, "sort": [ null @@ -17482,12 +17255,12 @@ "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "title": [ "Āḻv̲arkaḷ Tamiḻil akkārak kaṉikaḷ" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLY 83-4895" ], @@ -17509,6 +17282,9 @@ "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG001000113-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -17518,14 +17294,14 @@ "type": "nypl:Bnumber", "value": "10000165" }, - { - "type": "bf:Lccn", - "value": "76901471" - }, { "type": "nypl:Oclc", "value": "NYPG001000113-B" }, + { + "type": "bf:Lccn", + "value": "76901471" + }, { "type": "bf:Identifier", "value": "NNSZ00100113" @@ -17535,22 +17311,20 @@ "value": "(WaOLN)nyp0200164" } ], - "idOclc": [ - "NYPG001000113-B" - ], "uniformTitle": [ "Nālāyirat tivviyap pirapantam. Selections." ], - "updatedAt": 1674870755402, + "updatedAt": 1711255749140, "publicationStatement": [ "Kaṭalūr : Nārāyaṇacāmi Nāyaṭu, 1975." ], "identifier": [ + "urn:shelfmark:*OLY 83-4895", "urn:bnum:10000165", - "urn:lccn:76901471", "urn:oclc:NYPG001000113-B", - "urn:undefined:NNSZ00100113", - "urn:undefined:(WaOLN)nyp0200164" + "urn:lccn:76901471", + "urn:identifier:NNSZ00100113", + "urn:identifier:(WaOLN)nyp0200164" ], "numCheckinCardItems": [ 0 @@ -17586,12 +17360,6 @@ "lccClassification": [ "BL1245.V3 N28 1975" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Kaṭalūr" ], @@ -17628,78 +17396,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433060419649" - ], - "physicalLocation": [ - "*OLY 83-4895" - ], - "shelfMark_sort": "a*OLY 83-004895", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433060419649" ], - "uri": "i13783808", - "shelfMark": [ - "*OLY 83-4895" + "identifier": [ + "urn:shelfmark:*OLY 83-4895", + "urn:barcode:33433060419649" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLY 83-4895" + "value": "*OLY 83-4895", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433060419649" + "value": "33433060419649", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433060419649" + "physicalLocation": [ + "*OLY 83-4895" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLY 83-4895" ], + "shelfMark_sort": "a*OLY 83-004895", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" ], - "formatLiteral": [ - "Text" - ] + "type": [ + "bf:Item" + ], + "uri": "i13783808" }, "sort": [ null @@ -17750,30 +17519,33 @@ "createdYear": [ 1962 ], - "type": [ - "nypl:Item" - ], "title": [ "Laṭāʼif al-irfān : az durūs-i dawrah-ʼi dukturā-yi Dānishkadah-ʼi ʻUlūm-i Maʻqūl va Manqūl" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OMQ 84-154" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Ḥakīm, Muḥammad ʻAlī." - ], "createdString": [ "1962" ], + "creatorLiteral": [ + "Ḥakīm, Muḥammad ʻAlī." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1962 ], + "idOclc": [ + "NYPG001000114-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -17796,18 +17568,16 @@ "value": "(WaOLN)nyp0200165" } ], - "idOclc": [ - "NYPG001000114-B" - ], - "updatedAt": 1674870754295, + "updatedAt": 1711606521719, "publicationStatement": [ "Tihrān : Dānishgāh-i Tihrān, Dānishkadah-ʼi ʻUlūm-i Maʻqūl va Manqūl, 1340 [1962]" ], "identifier": [ + "urn:shelfmark:*OMQ 84-154", "urn:bnum:10000166", "urn:oclc:NYPG001000114-B", - "urn:undefined:NNSZ00100114", - "urn:undefined:(WaOLN)nyp0200165" + "urn:identifier:NNSZ00100114", + "urn:identifier:(WaOLN)nyp0200165" ], "numCheckinCardItems": [ 0 @@ -17840,12 +17610,6 @@ "Laṭāʼif al-irfān : az durūs-i dawrah-ʼi dukturā-yi Dānishkadah-ʼi ʻUlūm-i Maʻqūl va Manqūl / taʼlīf-i Muḥammad ʻAlī Ḥakīm." ], "uri": "b10000166", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tihrān" ], @@ -17882,24 +17646,14 @@ }, "_score": null, "_source": { - "uri": "i10000090", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -17910,6 +17664,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -17919,8 +17676,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OMQ 84-154 " + "idBarcode": [ + "33433013145390" + ], + "identifier": [ + "urn:shelfmark:*OMQ 84-154 ", + "urn:barcode:33433013145390" ], "identifierV2": [ { @@ -17928,41 +17689,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433013145390" + "value": "33433013145390", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OMQ 84-154 " ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433013145390" - ], - "idBarcode": [ - "33433013145390" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OMQ 84-154 " + ], + "shelfMark_sort": "a*OMQ 84-154 ", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OMQ 84-154 " + "uri": "i10000090" }, "sort": [ null @@ -18263,7 +18028,8 @@ "subjectLiteral_exploded": [ "Rajaraja Varma, A. R., 1863-1918", "Malayalam language", - "Malayalam language -- History and criticism" + "Malayalam language -- Grammar", + "Malayalam language -- Grammar -- History and criticism" ], "numItemDatesParsed": [ 0 @@ -18283,24 +18049,24 @@ "createdYear": [ 1982 ], - "type": [ - "nypl:Item" - ], "title": [ "Kēraḷapāṇinīyaṃ, cila anubandhacintakaḷ : paṭhanaṃ" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLD 84-110" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Mīrākkuṭṭi, Pi., 1930-" - ], "createdString": [ "1982" ], + "creatorLiteral": [ + "Mīrākkuṭṭi, Pi., 1930-" + ], "idLccn": [ "82906730" ], @@ -18310,6 +18076,9 @@ "dateStartYear": [ 1982 ], + "idOclc": [ + "NYPG001000116-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -18319,14 +18088,14 @@ "type": "nypl:Bnumber", "value": "10000168" }, - { - "type": "bf:Lccn", - "value": "82906730" - }, { "type": "nypl:Oclc", "value": "NYPG001000116-B" }, + { + "type": "bf:Lccn", + "value": "82906730" + }, { "type": "bf:Identifier", "value": "NNSZ00100116" @@ -18336,19 +18105,17 @@ "value": "(WaOLN)nyp0200167" } ], - "idOclc": [ - "NYPG001000116-B" - ], - "updatedAt": 1674870755402, + "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:lccn:82906730", "urn:oclc:NYPG001000116-B", - "urn:undefined:NNSZ00100116", - "urn:undefined:(WaOLN)nyp0200167" + "urn:lccn:82906730", + "urn:identifier:NNSZ00100116", + "urn:identifier:(WaOLN)nyp0200167" ], "numCheckinCardItems": [ 0 @@ -18376,18 +18143,12 @@ ], "subjectLiteral": [ "Rajaraja Varma, A. R., 1863-1918.", - "Malayalam language -- History and criticism." + "Malayalam language -- Grammar -- History and criticism." ], "titleDisplay": [ "Kēraḷapāṇinīyaṃ, cila anubandhacintakaḷ : paṭhanaṃ / Pi. Mīrākkuṭṭi." ], "uri": "b10000168", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[S.l.] : Kōṭṭayaṃ" ], @@ -18424,24 +18185,14 @@ }, "_score": null, "_source": { - "uri": "i10000091", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -18452,6 +18203,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -18461,8 +18215,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLD 84-110" + "idBarcode": [ + "33433011098963" + ], + "identifier": [ + "urn:shelfmark:*OLD 84-110", + "urn:barcode:33433011098963" ], "identifierV2": [ { @@ -18470,41 +18228,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011098963" + "value": "33433011098963", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLD 84-110" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433011098963" - ], - "idBarcode": [ - "33433011098963" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLD 84-110" + ], + "shelfMark_sort": "a*OLD 84-000110", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLD 84-000110" + "uri": "i10000091" }, "sort": [ null @@ -18563,24 +18325,24 @@ "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "title": [ "Keṭilakkarai nākarikam" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-112" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Cuntara Caṇmukaṉār, 1922-" - ], "createdString": [ "1975" ], + "creatorLiteral": [ + "Cuntara Caṇmukaṉār, 1922-" + ], "idLccn": [ "76900317" ], @@ -18590,6 +18352,9 @@ "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG001000117-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -18599,14 +18364,14 @@ "type": "nypl:Bnumber", "value": "10000169" }, - { - "type": "bf:Lccn", - "value": "76900317" - }, { "type": "nypl:Oclc", "value": "NYPG001000117-B" }, + { + "type": "bf:Lccn", + "value": "76900317" + }, { "type": "bf:Identifier", "value": "NNSZ00100117" @@ -18616,19 +18381,17 @@ "value": "(WaOLN)nyp0200168" } ], - "idOclc": [ - "NYPG001000117-B" - ], - "updatedAt": 1674870759272, + "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:lccn:76900317", "urn:oclc:NYPG001000117-B", - "urn:undefined:NNSZ00100117", - "urn:undefined:(WaOLN)nyp0200168" + "urn:lccn:76900317", + "urn:identifier:NNSZ00100117", + "urn:identifier:(WaOLN)nyp0200168" ], "numCheckinCardItems": [ 0 @@ -18665,12 +18428,6 @@ "lccClassification": [ "DS432.T3 S95" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ceṉṉai" ], @@ -18707,24 +18464,14 @@ }, "_score": null, "_source": { - "uri": "i13783809", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -18735,6 +18482,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -18744,8 +18494,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-112" + "idBarcode": [ + "33433061299735" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-112", + "urn:barcode:33433061299735" ], "identifierV2": [ { @@ -18753,41 +18507,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061299735" + "value": "33433061299735", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-112" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061299735" - ], - "idBarcode": [ - "33433061299735" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-112" + ], + "shelfMark_sort": "a*OLB 84-000112", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-000112" + "uri": "i13783809" }, "sort": [ null @@ -18849,33 +18607,33 @@ "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Potunilaip Pattunāḷ Karuttaraṅku (3rd : 1974 : University of Madras, India)" - ], "createdString": [ "1975" ], + "creatorLiteral": [ + "Potunilaip Pattunāḷ Karuttaraṅku (3rd : 1974 : University of Madras, India)" + ], "idLccn": [ "76901454" ], - "seriesStatement": [ - "Ceṉṉaip Palkalaik Kaḻakat Tamiḻt Tuṟai veḷiyīṭu ; 37" - ], "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." @@ -18883,6 +18641,9 @@ "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG001000118-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -18892,14 +18653,14 @@ "type": "nypl:Bnumber", "value": "10000170" }, - { - "type": "bf:Lccn", - "value": "76901454" - }, { "type": "nypl:Oclc", "value": "NYPG001000118-B" }, + { + "type": "bf:Lccn", + "value": "76901454" + }, { "type": "bf:Identifier", "value": "NNSZ00100118" @@ -18909,19 +18670,17 @@ "value": "(WaOLN)nyp0200169" } ], - "idOclc": [ - "NYPG001000118-B" - ], - "updatedAt": 1674870755402, + "updatedAt": 1710984207952, "publicationStatement": [ "[Ceṉṉai] : Ceṉṉai Palkalaik Kaḻaka Veḷiyīṭu, 1975." ], "identifier": [ + "urn:shelfmark:*OLB 84-105", "urn:bnum:10000170", - "urn:lccn:76901454", "urn:oclc:NYPG001000118-B", - "urn:undefined:NNSZ00100118", - "urn:undefined:(WaOLN)nyp0200169" + "urn:lccn:76901454", + "urn:identifier:NNSZ00100118", + "urn:identifier:(WaOLN)nyp0200169" ], "numCheckinCardItems": [ 0 @@ -18957,12 +18716,6 @@ "lccClassification": [ "PL4751 .P73 1974" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Ceṉṉai]" ], @@ -18999,24 +18752,14 @@ }, "_score": null, "_source": { - "uri": "i13783810", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -19027,6 +18770,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -19036,8 +18782,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-105" + "idBarcode": [ + "33433061299719" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-105", + "urn:barcode:33433061299719" ], "identifierV2": [ { @@ -19045,41 +18795,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061299719" + "value": "33433061299719", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-105" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061299719" - ], - "idBarcode": [ - "33433061299719" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-105" + ], + "shelfMark_sort": "a*OLB 84-000105", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-000105" + "uri": "i13783810" }, "sort": [ null @@ -19156,30 +18910,33 @@ "createdYear": [ 1966 ], - "type": [ - "nypl:Item" - ], "title": [ "Jalalineri sharzhumě ev Hay zhoghovrdi vichake Osmanian Kaysrutʻian mej (XVI-XVII darer)" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*ONQ 84-119" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Zulalyan, M. K. (Manvel Karapeti)" - ], "createdString": [ "1966" ], + "creatorLiteral": [ + "Zulalyan, M. K. (Manvel Karapeti)" + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1966 ], + "idOclc": [ + "NYPG001000119-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -19202,18 +18959,16 @@ "value": "(WaOLN)nyp0200170" } ], - "idOclc": [ - "NYPG001000119-B" - ], - "updatedAt": 1674870754295, + "updatedAt": 1711284791663, "publicationStatement": [ "Erevan : Haykakan SSH GA Hratarakchʻutʻyun" ], "identifier": [ + "urn:shelfmark:*ONQ 84-119", "urn:bnum:10000171", "urn:oclc:NYPG001000119-B", - "urn:undefined:NNSZ00100119", - "urn:undefined:(WaOLN)nyp0200170" + "urn:identifier:NNSZ00100119", + "urn:identifier:(WaOLN)nyp0200170" ], "numCheckinCardItems": [ 0 @@ -19248,12 +19003,6 @@ "Jalalineri sharzhumě ev Hay zhoghovrdi vichake Osmanian Kaysrutʻian mej (XVI-XVII darer) / M.K. Zulalian." ], "uri": "b10000171", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Erevan" ], @@ -19293,24 +19042,14 @@ }, "_score": null, "_source": { - "uri": "i10000092", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -19321,6 +19060,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -19330,8 +19072,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*ONQ 84-119" + "idBarcode": [ + "33433001889223" + ], + "identifier": [ + "urn:shelfmark:*ONQ 84-119", + "urn:barcode:33433001889223" ], "identifierV2": [ { @@ -19339,41 +19085,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001889223" + "value": "33433001889223", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*ONQ 84-119" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433001889223" - ], - "idBarcode": [ - "33433001889223" - ], "requestable": [ true ], - "accessMessage": [ - { - "id": "accessMessage:2", - "label": "Request in advance" + "shelfMark": [ + "*ONQ 84-119" + ], + "shelfMark_sort": "a*ONQ 84-000119", + "status": [ + { + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*ONQ 84-000119" + "uri": "i10000092" }, "sort": [ null @@ -19440,24 +19190,24 @@ "createdYear": [ 1977 ], - "type": [ - "nypl:Item" - ], "title": [ "Haghags ḳerakani" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*ONL 84-118" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Hovhannes, Ḳṛnetsʻi, active 14th century." - ], "createdString": [ "1977" ], + "creatorLiteral": [ + "Hovhannes, Ḳṛnetsʻi, active 14th century." + ], "numElectronicResources": [ 0 ], @@ -19468,6 +19218,9 @@ "dateStartYear": [ 1977 ], + "idOclc": [ + "NYPG001000120-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -19490,18 +19243,16 @@ "value": "(WaOLN)nyp0200171" } ], - "idOclc": [ - "NYPG001000120-B" - ], - "updatedAt": 1674870759272, + "updatedAt": 1711497803593, "publicationStatement": [ "Erevan : Haykakan SSH GA Hratarakchutʻyun, 1977." ], "identifier": [ + "urn:shelfmark:*ONL 84-118", "urn:bnum:10000172", "urn:oclc:NYPG001000120-B", - "urn:undefined:NNSZ00100120", - "urn:undefined:(WaOLN)nyp0200171" + "urn:identifier:NNSZ00100120", + "urn:identifier:(WaOLN)nyp0200171" ], "numCheckinCardItems": [ 0 @@ -19534,12 +19285,6 @@ "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", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Erevan" ], @@ -19576,24 +19321,14 @@ }, "_score": null, "_source": { - "uri": "i10000093", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -19604,6 +19339,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -19613,8 +19351,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*ONL 84-118" + "idBarcode": [ + "33433013020924" + ], + "identifier": [ + "urn:shelfmark:*ONL 84-118", + "urn:barcode:33433013020924" ], "identifierV2": [ { @@ -19622,41 +19364,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433013020924" + "value": "33433013020924", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*ONL 84-118" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433013020924" - ], - "idBarcode": [ - "33433013020924" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*ONL 84-118" + ], + "shelfMark_sort": "a*ONL 84-000118", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*ONL 84-000118" + "uri": "i10000093" }, "sort": [ null @@ -19704,24 +19450,24 @@ "createdYear": [ 1980 ], - "type": [ - "nypl:Item" - ], "title": [ "Kāṭṭāḷan" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLD 84-113" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Manōj." - ], "createdString": [ "1980" ], + "creatorLiteral": [ + "Manōj." + ], "idLccn": [ "82903306" ], @@ -19731,6 +19477,9 @@ "dateStartYear": [ 1980 ], + "idOclc": [ + "NYPG001000121-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -19740,14 +19489,14 @@ "type": "nypl:Bnumber", "value": "10000173" }, - { - "type": "bf:Lccn", - "value": "82903306" - }, { "type": "nypl:Oclc", "value": "NYPG001000121-B" }, + { + "type": "bf:Lccn", + "value": "82903306" + }, { "type": "bf:Identifier", "value": "NNSZ00100121" @@ -19757,19 +19506,17 @@ "value": "(WaOLN)nyp0200172" } ], - "idOclc": [ - "NYPG001000121-B" - ], - "updatedAt": 1674870754295, + "updatedAt": 1711255285695, "publicationStatement": [ "Tiruvanantapuram : Navadhāra, 1980." ], "identifier": [ + "urn:shelfmark:*OLD 84-113", "urn:bnum:10000173", - "urn:lccn:82903306", "urn:oclc:NYPG001000121-B", - "urn:undefined:NNSZ00100121", - "urn:undefined:(WaOLN)nyp0200172" + "urn:lccn:82903306", + "urn:identifier:NNSZ00100121", + "urn:identifier:(WaOLN)nyp0200172" ], "numCheckinCardItems": [ 0 @@ -19799,12 +19546,6 @@ "Kāṭṭāḷan / Manoj." ], "uri": "b10000173", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tiruvanantapuram" ], @@ -19841,24 +19582,14 @@ }, "_score": null, "_source": { - "uri": "i10000094", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -19869,6 +19600,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -19878,8 +19612,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLD 84-113" + "idBarcode": [ + "33433011098971" + ], + "identifier": [ + "urn:shelfmark:*OLD 84-113", + "urn:barcode:33433011098971" ], "identifierV2": [ { @@ -19887,41 +19625,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011098971" + "value": "33433011098971", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLD 84-113" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433011098971" - ], - "idBarcode": [ - "33433011098971" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLD 84-113" + ], + "shelfMark_sort": "a*OLD 84-000113", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLD 84-000113" + "uri": "i10000094" }, "sort": [ null @@ -19983,24 +19725,24 @@ "createdYear": [ 1982 ], - "type": [ - "nypl:Item" - ], "title": [ "Nampūtiribhāṣā śabdakōśaṃ" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLD 84-116" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Viṣṇunampūtiri, Eṃ. Vi." - ], "createdString": [ "1982" ], + "creatorLiteral": [ + "Viṣṇunampūtiri, Eṃ. Vi." + ], "idLccn": [ "83900738" ], @@ -20010,6 +19752,9 @@ "dateStartYear": [ 1982 ], + "idOclc": [ + "NYPG001000122-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -20019,14 +19764,14 @@ "type": "nypl:Bnumber", "value": "10000174" }, - { - "type": "bf:Lccn", - "value": "83900738" - }, { "type": "nypl:Oclc", "value": "NYPG001000122-B" }, + { + "type": "bf:Lccn", + "value": "83900738" + }, { "type": "bf:Identifier", "value": "NNSZ00100122" @@ -20036,19 +19781,17 @@ "value": "(WaOLN)nyp0200173" } ], - "idOclc": [ - "NYPG001000122-B" - ], - "updatedAt": 1674870755402, + "updatedAt": 1711597472682, "publicationStatement": [ "[Rāmantaḷi] : Visnunampūtiri ; Kōṭṭayaṃ : Nāṣanal Bukksṯāḷ 1982." ], "identifier": [ + "urn:shelfmark:*OLD 84-116", "urn:bnum:10000174", - "urn:lccn:83900738", "urn:oclc:NYPG001000122-B", - "urn:undefined:NNSZ00100122", - "urn:undefined:(WaOLN)nyp0200173" + "urn:lccn:83900738", + "urn:identifier:NNSZ00100122", + "urn:identifier:(WaOLN)nyp0200173" ], "numCheckinCardItems": [ 0 @@ -20081,12 +19824,6 @@ "Nampūtiribhāṣā śabdakōśaṃ / Eṃ. Vi. Viṣṇunampūtiri." ], "uri": "b10000174", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Rāmantaḷi] : Kōṭṭayaṃ" ], @@ -20123,24 +19860,14 @@ }, "_score": null, "_source": { - "uri": "i10000095", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -20151,6 +19878,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -20160,8 +19890,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLD 84-116" + "idBarcode": [ + "33433011098989" + ], + "identifier": [ + "urn:shelfmark:*OLD 84-116", + "urn:barcode:33433011098989" ], "identifierV2": [ { @@ -20169,41 +19903,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011098989" + "value": "33433011098989", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLD 84-116" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433011098989" - ], - "idBarcode": [ - "33433011098989" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLD 84-116" + ], + "shelfMark_sort": "a*OLD 84-000116", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLD 84-000116" + "uri": "i10000095" }, "sort": [ null @@ -20252,36 +19990,39 @@ "numItemsTotal": [ 1 ], - "dateEndString": [ - "1983" - ], "createdYear": [ 1982 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1983" ], "title": [ "Khud'āmūz-i zabān-i Sanskrīt" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKE 84-115" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Ḥasanī Dāʻī al-Islāmī, Muḥammad ʻAlī." - ], "createdString": [ "1982" ], + "creatorLiteral": [ + "Ḥasanī Dāʻī al-Islāmī, Muḥammad ʻAlī." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1982 ], + "idOclc": [ + "NYPG001000123-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -20304,21 +20045,19 @@ "value": "(WaOLN)nyp0200174" } ], - "idOclc": [ - "NYPG001000123-B" - ], "dateEndYear": [ 1983 ], - "updatedAt": 1674870755402, + "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:undefined:NNSZ00100123", - "urn:undefined:(WaOLN)nyp0200174" + "urn:identifier:NNSZ00100123", + "urn:identifier:(WaOLN)nyp0200174" ], "numCheckinCardItems": [ 0 @@ -20351,12 +20090,6 @@ "Khud'āmūz-i zabān-i Sanskrīt / taʼlīf-i Muḥammad ʻAlī Ḥasanī Dāʻī al-Islāmī." ], "uri": "b10000175", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tihrān" ], @@ -20393,24 +20126,14 @@ }, "_score": null, "_source": { - "uri": "i12858035", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -20421,6 +20144,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -20430,8 +20156,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKE 84-115" + "idBarcode": [ + "33433058552856" + ], + "identifier": [ + "urn:shelfmark:*OKE 84-115", + "urn:barcode:33433058552856" ], "identifierV2": [ { @@ -20439,41 +20169,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058552856" + "value": "33433058552856", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKE 84-115" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433058552856" - ], - "idBarcode": [ - "33433058552856" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKE 84-115" + ], + "shelfMark_sort": "a*OKE 84-000115", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKE 84-000115" + "uri": "i12858035" }, "sort": [ null @@ -20530,24 +20264,24 @@ "createdYear": [ 1973 ], - "type": [ - "nypl:Item" - ], "title": [ "Rājapraśastiḥ mahākāvyam" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKP 84-84" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Raṇachoḍabhaṭṭa, active 1661-1681." - ], "createdString": [ "1973" ], + "creatorLiteral": [ + "Raṇachoḍabhaṭṭa, active 1661-1681." + ], "idLccn": [ "75902395" ], @@ -20560,6 +20294,9 @@ "dateStartYear": [ 1973 ], + "idOclc": [ + "NYPG001000124-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -20569,14 +20306,14 @@ "type": "nypl:Bnumber", "value": "10000176" }, - { - "type": "bf:Lccn", - "value": "75902395" - }, { "type": "nypl:Oclc", "value": "NYPG001000124-B" }, + { + "type": "bf:Lccn", + "value": "75902395" + }, { "type": "bf:Identifier", "value": "NNSZ00100124" @@ -20586,22 +20323,20 @@ "value": "(WaOLN)nyp0200175" } ], - "idOclc": [ - "NYPG001000124-B" - ], "uniformTitle": [ "Rājapraśasti" ], - "updatedAt": 1674870755402, + "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:lccn:75902395", "urn:oclc:NYPG001000124-B", - "urn:undefined:NNSZ00100124", - "urn:undefined:(WaOLN)nyp0200175" + "urn:lccn:75902395", + "urn:identifier:NNSZ00100124", + "urn:identifier:(WaOLN)nyp0200175" ], "numCheckinCardItems": [ 0 @@ -20637,25 +20372,19 @@ "lccClassification": [ "PK3798.R2872 R3" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Udayapura" ], - "titleAlt": [ - "Rājapraśasti", - "Rājapraśasti." - ], "issuance": [ { "id": "urn:biblevel:m", "label": "monograph/item" } ], + "titleAlt": [ + "Rājapraśasti", + "Rājapraśasti." + ], "dimensions": [ "25 cm." ] @@ -20683,24 +20412,14 @@ }, "_score": null, "_source": { - "uri": "i13783811", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -20711,6 +20430,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -20720,8 +20442,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKP 84-84" + "idBarcode": [ + "33433058153408" + ], + "identifier": [ + "urn:shelfmark:*OKP 84-84", + "urn:barcode:33433058153408" ], "identifierV2": [ { @@ -20729,41 +20455,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058153408" + "value": "33433058153408", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKP 84-84" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433058153408" - ], - "idBarcode": [ - "33433058153408" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKP 84-84" + ], + "shelfMark_sort": "a*OKP 84-000084", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKP 84-000084" + "uri": "i13783811" }, "sort": [ null @@ -20819,36 +20549,39 @@ "createdYear": [ 1973 ], - "type": [ - "nypl:Item" - ], "title": [ "Rāmasnehī-sampradāya kī dārśanika prshṭhabhūmi." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLY 84-85" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Pāṇḍeya, Śivāśaṅkara, 1935-" - ], "createdString": [ "1973" ], + "creatorLiteral": [ + "Pāṇḍeya, Śivāśaṅkara, 1935-" + ], "idLccn": [ "74901467" ], - "seriesStatement": [ - "Rāmasnehī sāhitya śodha saṃsthāna, pushpa 1" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Rāmasnehī sāhitya śodha saṃsthāna, pushpa 1" + ], "dateStartYear": [ 1973 ], + "idOclc": [ + "NYPG001000125-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -20856,16 +20589,16 @@ }, { "type": "nypl:Bnumber", - "value": "10000177" - }, - { - "type": "bf:Lccn", - "value": "74901467" + "value": "10000177" }, { "type": "nypl:Oclc", "value": "NYPG001000125-B" }, + { + "type": "bf:Lccn", + "value": "74901467" + }, { "type": "bf:Identifier", "value": "NNSZ00100125" @@ -20875,19 +20608,17 @@ "value": "(WaOLN)nyp0200176" } ], - "idOclc": [ - "NYPG001000125-B" - ], - "updatedAt": 1674870754295, + "updatedAt": 1711606528351, "publicationStatement": [ "Dillī, Rāmasnehī Sāhitya Śodha Saṃsthāna [1973]" ], "identifier": [ + "urn:shelfmark:*OLY 84-85", "urn:bnum:10000177", - "urn:lccn:74901467", "urn:oclc:NYPG001000125-B", - "urn:undefined:NNSZ00100125", - "urn:undefined:(WaOLN)nyp0200176" + "urn:lccn:74901467", + "urn:identifier:NNSZ00100125", + "urn:identifier:(WaOLN)nyp0200176" ], "numCheckinCardItems": [ 0 @@ -20923,12 +20654,6 @@ "lccClassification": [ "BL1245.R35 P36" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Dillī" ], @@ -20965,78 +20690,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433060419680" - ], - "physicalLocation": [ - "*OLY 84-85" - ], - "shelfMark_sort": "a*OLY 84-000085", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433060419680" ], - "uri": "i13783812", - "shelfMark": [ - "*OLY 84-85" + "identifier": [ + "urn:shelfmark:*OLY 84-85", + "urn:barcode:33433060419680" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLY 84-85" + "value": "*OLY 84-85", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433060419680" + "value": "33433060419680", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433060419680" + "physicalLocation": [ + "*OLY 84-85" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLY 84-85" ], + "shelfMark_sort": "a*OLY 84-000085", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" ], - "formatLiteral": [ - "Text" - ] + "type": [ + "bf:Item" + ], + "uri": "i13783812" }, "sort": [ null @@ -21099,24 +20825,24 @@ "createdYear": [ 1974 ], - "type": [ - "nypl:Item" - ], "title": [ "Hindī Krshṇabhakti sāhitya meṃ madhurabhāva kī upāsanā." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKTM 84-81" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Rai, Purnamasi, 1928-" - ], "createdString": [ "1974" ], + "creatorLiteral": [ + "Rai, Purnamasi, 1928-" + ], "idLccn": [ "74901757" ], @@ -21126,6 +20852,9 @@ "dateStartYear": [ 1974 ], + "idOclc": [ + "NYPG001000126-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -21135,14 +20864,14 @@ "type": "nypl:Bnumber", "value": "10000178" }, - { - "type": "bf:Lccn", - "value": "74901757" - }, { "type": "nypl:Oclc", "value": "NYPG001000126-B" }, + { + "type": "bf:Lccn", + "value": "74901757" + }, { "type": "bf:Identifier", "value": "NNSZ00100126" @@ -21152,19 +20881,17 @@ "value": "(WaOLN)nyp0200177" } ], - "idOclc": [ - "NYPG001000126-B" - ], - "updatedAt": 1674870755402, + "updatedAt": 1711247411237, "publicationStatement": [ "Ilāhābāda, Abhinava Bhārati Prakāśana [1974]" ], "identifier": [ + "urn:shelfmark:*OKTM 84-81", "urn:bnum:10000178", - "urn:lccn:74901757", "urn:oclc:NYPG001000126-B", - "urn:undefined:NNSZ00100126", - "urn:undefined:(WaOLN)nyp0200177" + "urn:lccn:74901757", + "urn:identifier:NNSZ00100126", + "urn:identifier:(WaOLN)nyp0200177" ], "numCheckinCardItems": [ 0 @@ -21201,12 +20928,6 @@ "lccClassification": [ "PK2040 .R33" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ilāhābāda" ], @@ -21243,24 +20964,14 @@ }, "_score": null, "_source": { - "uri": "i10942053", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -21271,6 +20982,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -21280,8 +20994,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKTM 84-81" + "idBarcode": [ + "33433011093949" + ], + "identifier": [ + "urn:shelfmark:*OKTM 84-81", + "urn:barcode:33433011093949" ], "identifierV2": [ { @@ -21289,41 +21007,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011093949" + "value": "33433011093949", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKTM 84-81" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433011093949" - ], - "idBarcode": [ - "33433011093949" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKTM 84-81" + ], + "shelfMark_sort": "a*OKTM 84-000081", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKTM 84-000081" + "uri": "i10942053" }, "sort": [ null @@ -21371,7 +21093,8 @@ "subjectLiteral_exploded": [ "Ottanthullal", "Dance", - "Dance -- Kerala", + "Dance -- India", + "Dance -- India -- Kerala", "Kathakali" ], "numItemDatesParsed": [ @@ -21392,36 +21115,39 @@ "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "title": [ "Kālakēyavadhaṃ : śītaṅkantuḷḷal" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*MGS (Hindu) 84-117" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Dāmōdaran Nampūtiri, Pūntōttattu, 1815-1865." - ], "createdString": [ "1975" ], + "creatorLiteral": [ + "Dāmōdaran Nampūtiri, Pūntōttattu, 1815-1865." + ], "idLccn": [ "78900937" ], - "seriesStatement": [ - "Sṟīrāmavarmma granthāvali" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Sṟīrāmavarmma granthāvali" + ], "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG001000127-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -21431,14 +21157,14 @@ "type": "nypl:Bnumber", "value": "10000179" }, - { - "type": "bf:Lccn", - "value": "78900937" - }, { "type": "nypl:Oclc", "value": "NYPG001000127-B" }, + { + "type": "bf:Lccn", + "value": "78900937" + }, { "type": "bf:Identifier", "value": "NNSZ00100127" @@ -21448,19 +21174,17 @@ "value": "(WaOLN)nyp0200178" } ], - "idOclc": [ - "NYPG001000127-B" - ], - "updatedAt": 1690381457572, + "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:lccn:78900937", "urn:oclc:NYPG001000127-B", - "urn:undefined:NNSZ00100127", - "urn:undefined:(WaOLN)nyp0200178" + "urn:lccn:78900937", + "urn:identifier:NNSZ00100127", + "urn:identifier:(WaOLN)nyp0200178" ], "numCheckinCardItems": [ 0 @@ -21488,19 +21212,13 @@ ], "subjectLiteral": [ "Ottanthullal", - "Dance -- Kerala.", + "Dance -- India -- Kerala.", "Kathakali." ], "titleDisplay": [ "Kālakēyavadhaṃ : śītaṅkantuḷḷal / Granthakarttā Puntōṭṭattu Dāmōdaran Nampūtiri." ], "uri": "b10000179", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Trśśūr] : Kōṭṭayaṃ" ], @@ -21537,15 +21255,14 @@ }, "_score": null, "_source": { - "uri": "i14746410", - "status": [ + "accessMessage": [ { - "id": "status:a", - "label": "Available" + "id": "accessMessage:1", + "label": "Use in library" } ], - "status_packed": [ - "status:a||Available" + "accessMessage_packed": [ + "accessMessage:1||Use in library" ], "catalogItemType": [ { @@ -21556,6 +21273,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:pad32", @@ -21565,8 +21285,12 @@ "holdingLocation_packed": [ "loc:pad32||Performing Arts Research Collections - Dance" ], - "shelfMark": [ - "*MGS (Hindu) 84-117" + "idBarcode": [ + "33433093040370" + ], + "identifier": [ + "urn:shelfmark:*MGS (Hindu) 84-117", + "urn:barcode:33433093040370" ], "identifierV2": [ { @@ -21574,38 +21298,33 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433093040370" + "value": "33433093040370", + "type": "bf:Barcode" } ], "physicalLocation": [ - "*MGS (Hindu) 84-117" - ], - "identifier": [ - "urn:barcode:33433093040370" - ], - "idBarcode": [ - "33433093040370" + "*MGS (Hindu) 84-117" ], "requestable": [ false ], - "accessMessage": [ + "shelfMark": [ + "*MGS (Hindu) 84-117" + ], + "shelfMark_sort": "a*MGS (Hindu) 84-000117", + "status": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:1||Use in library" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*MGS (Hindu) 84-000117" + "uri": "i14746410" }, "sort": [ null @@ -21653,24 +21372,24 @@ "createdYear": [ 1971 ], - "type": [ - "nypl:Item" - ], "title": [ "Vitiyō? Vīṇaiyō?" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-102" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Tamiḻoḷi." - ], "createdString": [ "1971" ], + "creatorLiteral": [ + "Tamiḻoḷi." + ], "idLccn": [ "72908855" ], @@ -21683,6 +21402,9 @@ "dateStartYear": [ 1971 ], + "idOclc": [ + "NYPG001000128-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -21692,14 +21414,14 @@ "type": "nypl:Bnumber", "value": "10000180" }, - { - "type": "bf:Lccn", - "value": "72908855" - }, { "type": "nypl:Oclc", "value": "NYPG001000128-B" }, + { + "type": "bf:Lccn", + "value": "72908855" + }, { "type": "bf:Identifier", "value": "NNSZ00100128" @@ -21709,19 +21431,17 @@ "value": "(WaOLN)nyp0200179" } ], - "idOclc": [ - "NYPG001000128-B" - ], - "updatedAt": 1674870754295, + "updatedAt": 1711256613764, "publicationStatement": [ "Ceṉṉai : Putumaip Piracuram, [1971]" ], "identifier": [ + "urn:shelfmark:*OLB 84-102", "urn:bnum:10000180", - "urn:lccn:72908855", "urn:oclc:NYPG001000128-B", - "urn:undefined:NNSZ00100128", - "urn:undefined:(WaOLN)nyp0200179" + "urn:lccn:72908855", + "urn:identifier:NNSZ00100128", + "urn:identifier:(WaOLN)nyp0200179" ], "numCheckinCardItems": [ 0 @@ -21751,12 +21471,6 @@ "Vitiyō? Vīṇaiyō? / Kaviñar Tamiḻoḷi ; muṉṉurai : A. Citamparanātaṉ." ], "uri": "b10000180", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ceṉṉai" ], @@ -21793,24 +21507,14 @@ }, "_score": null, "_source": { - "uri": "i13783813", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -21821,6 +21525,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -21830,8 +21537,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-102" + "idBarcode": [ + "33433061299701" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-102", + "urn:barcode:33433061299701" ], "identifierV2": [ { @@ -21839,41 +21550,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061299701" + "value": "33433061299701", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-102" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061299701" - ], - "idBarcode": [ - "33433061299701" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-102" + ], + "shelfMark_sort": "a*OLB 84-000102", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-000102" + "uri": "i13783813" }, "sort": [ null @@ -21911,8 +21626,9 @@ "subjectLiteral_exploded": [ "Mēri Jōsna", "Social workers", - "Social workers -- Kerala", - "Social workers -- Kerala -- Biography" + "Social workers -- India", + "Social workers -- India -- Kerala", + "Social workers -- India -- Kerala -- Biography" ], "numItemDatesParsed": [ 0 @@ -21932,24 +21648,24 @@ "createdYear": [ 1981 ], - "type": [ - "nypl:Item" - ], "title": [ "Simhabhūmiyil : yātṟāvivaraṇaṃ" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLD 84-103" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Kuryan Pāmpāṭi, 1941-" - ], "createdString": [ "1981" ], + "creatorLiteral": [ + "Kuryan Pāmpāṭi, 1941-" + ], "idLccn": [ "82904779" ], @@ -21959,6 +21675,9 @@ "dateStartYear": [ 1981 ], + "idOclc": [ + "NYPG001000129-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -21968,14 +21687,14 @@ "type": "nypl:Bnumber", "value": "10000181" }, - { - "type": "bf:Lccn", - "value": "82904779" - }, { "type": "nypl:Oclc", "value": "NYPG001000129-B" }, + { + "type": "bf:Lccn", + "value": "82904779" + }, { "type": "bf:Identifier", "value": "NNSZ00100129" @@ -21985,19 +21704,17 @@ "value": "(WaOLN)nyp0200180" } ], - "idOclc": [ - "NYPG001000129-B" - ], - "updatedAt": 1674870759272, + "updatedAt": 1711318499555, "publicationStatement": [ "Kōṭṭayaṃ : Kaṟanṯ Buks, 1981." ], "identifier": [ + "urn:shelfmark:*OLD 84-103", "urn:bnum:10000181", - "urn:lccn:82904779", "urn:oclc:NYPG001000129-B", - "urn:undefined:NNSZ00100129", - "urn:undefined:(WaOLN)nyp0200180" + "urn:lccn:82904779", + "urn:identifier:NNSZ00100129", + "urn:identifier:(WaOLN)nyp0200180" ], "numCheckinCardItems": [ 0 @@ -22025,18 +21742,12 @@ ], "subjectLiteral": [ "Mēri Jōsna.", - "Social workers -- Kerala -- Biography." + "Social workers -- India -- Kerala -- Biography." ], "titleDisplay": [ "Simhabhūmiyil : yātṟāvivaraṇaṃ / Kuryan Pāmpāṭi." ], "uri": "b10000181", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Kōṭṭayaṃ" ], @@ -22076,24 +21787,14 @@ }, "_score": null, "_source": { - "uri": "i10000096", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -22104,6 +21805,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -22113,8 +21817,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLD 84-103" + "idBarcode": [ + "33433011098955" + ], + "identifier": [ + "urn:shelfmark:*OLD 84-103", + "urn:barcode:33433011098955" ], "identifierV2": [ { @@ -22122,41 +21830,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011098955" + "value": "33433011098955", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLD 84-103" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433011098955" - ], - "idBarcode": [ - "33433011098955" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLD 84-103" + ], + "shelfMark_sort": "a*OLD 84-000103", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLD 84-000103" + "uri": "i10000096" }, "sort": [ null @@ -22219,24 +21931,24 @@ "createdYear": [ 1974 ], - "type": [ - "nypl:Item" - ], "title": [ "Naī kavitā, udbhava aura vikāsa" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKTM 84-86" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Rāya, Rāma Vacana." - ], "createdString": [ "1974" ], + "creatorLiteral": [ + "Rāya, Rāma Vacana." + ], "idLccn": [ "75902264" ], @@ -22246,6 +21958,9 @@ "dateStartYear": [ 1974 ], + "idOclc": [ + "NYPG001000130-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -22255,14 +21970,14 @@ "type": "nypl:Bnumber", "value": "10000182" }, - { - "type": "bf:Lccn", - "value": "75902264" - }, { "type": "nypl:Oclc", "value": "NYPG001000130-B" }, + { + "type": "bf:Lccn", + "value": "75902264" + }, { "type": "bf:Identifier", "value": "NNSZ00100130" @@ -22272,19 +21987,17 @@ "value": "(WaOLN)nyp0200181" } ], - "idOclc": [ - "NYPG001000130-B" - ], - "updatedAt": 1674870755402, + "updatedAt": 1710982280350, "publicationStatement": [ "Patanā : Bihāra Hindī Grantha Akādamī, 1974." ], "identifier": [ + "urn:shelfmark:*OKTM 84-86", "urn:bnum:10000182", - "urn:lccn:75902264", "urn:oclc:NYPG001000130-B", - "urn:undefined:NNSZ00100130", - "urn:undefined:(WaOLN)nyp0200181" + "urn:lccn:75902264", + "urn:identifier:NNSZ00100130", + "urn:identifier:(WaOLN)nyp0200181" ], "numCheckinCardItems": [ 0 @@ -22317,12 +22030,6 @@ "Naī kavitā, udbhava aura vikāsa / lekhaka Rāmavacana Rāya." ], "uri": "b10000182", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Patanā" ], @@ -22359,24 +22066,14 @@ }, "_score": null, "_source": { - "uri": "i10942054", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -22387,6 +22084,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -22396,8 +22096,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKTM 84-86" + "idBarcode": [ + "33433011093956" + ], + "identifier": [ + "urn:shelfmark:*OKTM 84-86", + "urn:barcode:33433011093956" ], "identifierV2": [ { @@ -22405,41 +22109,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011093956" + "value": "33433011093956", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKTM 84-86" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433011093956" - ], - "idBarcode": [ - "33433011093956" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKTM 84-86" + ], + "shelfMark_sort": "a*OKTM 84-000086", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKTM 84-000086" + "uri": "i10942054" }, "sort": [ null @@ -22496,24 +22204,24 @@ "createdYear": [ 1982 ], - "type": [ - "nypl:Item" - ], "title": [ "Apaśabdabodhini" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLD 84-90" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Damodaran Nair, P., 1913-" - ], "createdString": [ "1982" ], + "creatorLiteral": [ + "Damodaran Nair, P., 1913-" + ], "idLccn": [ "83901968" ], @@ -22523,6 +22231,9 @@ "dateStartYear": [ 1982 ], + "idOclc": [ + "NYPG001000131-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -22532,14 +22243,14 @@ "type": "nypl:Bnumber", "value": "10000183" }, - { - "type": "bf:Lccn", - "value": "83901968" - }, { "type": "nypl:Oclc", "value": "NYPG001000131-B" }, + { + "type": "bf:Lccn", + "value": "83901968" + }, { "type": "bf:Identifier", "value": "NNSZ00100131" @@ -22549,19 +22260,17 @@ "value": "(WaOLN)nyp0200182" } ], - "idOclc": [ - "NYPG001000131-B" - ], - "updatedAt": 1674870759272, + "updatedAt": 1711102509897, "publicationStatement": [ "Kōṭṭayaṃ : Sāhityapṟavarttaka Sahakaraṇasaṅghaṃ : Nāṣanal Bukksṯāḷ, 1982." ], "identifier": [ + "urn:shelfmark:*OLD 84-90", "urn:bnum:10000183", - "urn:lccn:83901968", "urn:oclc:NYPG001000131-B", - "urn:undefined:NNSZ00100131", - "urn:undefined:(WaOLN)nyp0200182" + "urn:lccn:83901968", + "urn:identifier:NNSZ00100131", + "urn:identifier:(WaOLN)nyp0200182" ], "numCheckinCardItems": [ 0 @@ -22594,12 +22303,6 @@ "Apaśabdabodhini / Pi. Dāmōdarannāyar." ], "uri": "b10000183", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Kōṭṭayaṃ" ], @@ -22636,24 +22339,14 @@ }, "_score": null, "_source": { - "uri": "i10000097", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -22664,6 +22357,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -22673,8 +22369,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLD 84-90" + "idBarcode": [ + "33433011098930" + ], + "identifier": [ + "urn:shelfmark:*OLD 84-90", + "urn:barcode:33433011098930" ], "identifierV2": [ { @@ -22682,41 +22382,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011098930" + "value": "33433011098930", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLD 84-90" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433011098930" - ], - "idBarcode": [ - "33433011098930" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLD 84-90" + ], + "shelfMark_sort": "a*OLD 84-000090", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLD 84-000090" + "uri": "i10000097" }, "sort": [ null @@ -22772,36 +22476,39 @@ "createdYear": [ 1968 ], - "type": [ - "nypl:Item" - ], "title": [ "Yugadrashṭā Bhagata Siṃha aura una ke mrtyuñjaya purakhe." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKTO 84-164" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Sindhu, Virendra, 1940-" - ], "createdString": [ "1968" ], + "creatorLiteral": [ + "Sindhu, Virendra, 1940-" + ], "idLccn": [ "75901954" ], - "seriesStatement": [ - "Lokodaya granthamālā, granthaṅka 268" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Lokodaya granthamālā, granthaṅka 268" + ], "dateStartYear": [ 1968 ], + "idOclc": [ + "NYPG001000132-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -22811,14 +22518,14 @@ "type": "nypl:Bnumber", "value": "10000184" }, - { - "type": "bf:Lccn", - "value": "75901954" - }, { "type": "nypl:Oclc", "value": "NYPG001000132-B" }, + { + "type": "bf:Lccn", + "value": "75901954" + }, { "type": "bf:Identifier", "value": "NNSZ00100132" @@ -22828,19 +22535,17 @@ "value": "(WaOLN)nyp0200183" } ], - "idOclc": [ - "NYPG001000132-B" - ], - "updatedAt": 1674870759272, + "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:lccn:75901954", "urn:oclc:NYPG001000132-B", - "urn:undefined:NNSZ00100132", - "urn:undefined:(WaOLN)nyp0200183" + "urn:lccn:75901954", + "urn:identifier:NNSZ00100132", + "urn:identifier:(WaOLN)nyp0200183" ], "numCheckinCardItems": [ 0 @@ -22876,12 +22581,6 @@ "lccClassification": [ "DS481.S55 S5" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Vārāṇasī]" ], @@ -22918,24 +22617,14 @@ }, "_score": null, "_source": { - "uri": "i10000098", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -22946,6 +22635,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -22955,8 +22647,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKTO 84-164" + "idBarcode": [ + "33433011049917" + ], + "identifier": [ + "urn:shelfmark:*OKTO 84-164", + "urn:barcode:33433011049917" ], "identifierV2": [ { @@ -22964,41 +22660,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011049917" + "value": "33433011049917", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKTO 84-164" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433011049917" - ], - "idBarcode": [ - "33433011049917" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKTO 84-164" + ], + "shelfMark_sort": "a*OKTO 84-000164", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKTO 84-000164" + "uri": "i10000098" }, "sort": [ null @@ -23059,24 +22759,24 @@ "createdYear": [ 1975 ], - "type": [ - "nypl:Item" - ], "title": [ "Periya purāṇattil uvamaikaḷ" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 84-92" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Sankari, A., 1950-" - ], "createdString": [ "1975" ], + "creatorLiteral": [ + "Sankari, A., 1950-" + ], "idLccn": [ "76900433" ], @@ -23086,6 +22786,9 @@ "dateStartYear": [ 1975 ], + "idOclc": [ + "NYPG001000133-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -23095,14 +22798,14 @@ "type": "nypl:Bnumber", "value": "10000185" }, - { - "type": "bf:Lccn", - "value": "76900433" - }, { "type": "nypl:Oclc", "value": "NYPG001000133-B" }, + { + "type": "bf:Lccn", + "value": "76900433" + }, { "type": "bf:Identifier", "value": "NNSZ00100133" @@ -23112,19 +22815,17 @@ "value": "(WaOLN)nyp0200184" } ], - "idOclc": [ - "NYPG001000133-B" - ], - "updatedAt": 1674870759272, + "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:lccn:76900433", "urn:oclc:NYPG001000133-B", - "urn:undefined:NNSZ00100133", - "urn:undefined:(WaOLN)nyp0200184" + "urn:lccn:76900433", + "urn:identifier:NNSZ00100133", + "urn:identifier:(WaOLN)nyp0200184" ], "numCheckinCardItems": [ 0 @@ -23160,12 +22861,6 @@ "lccClassification": [ "PL4758.9.C385 P479" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ayinkamam : Nākarkōvil" ], @@ -23202,24 +22897,14 @@ }, "_score": null, "_source": { - "uri": "i13783814", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -23230,6 +22915,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -23239,8 +22927,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 84-92" + "idBarcode": [ + "33433061299693" + ], + "identifier": [ + "urn:shelfmark:*OLB 84-92", + "urn:barcode:33433061299693" ], "identifierV2": [ { @@ -23248,41 +22940,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061299693" + "value": "33433061299693", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 84-92" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061299693" - ], - "idBarcode": [ - "33433061299693" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 84-92" + ], + "shelfMark_sort": "a*OLB 84-000092", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 84-000092" + "uri": "i13783814" }, "sort": [ null @@ -23340,36 +23036,39 @@ "createdYear": [ 1972 ], - "type": [ - "nypl:Item" - ], "title": [ "Vaidika-svara-bodha." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKTH 84-163" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Caube, Vrajabihārī, 1940-" - ], "createdString": [ "1972" ], + "creatorLiteral": [ + "Caube, Vrajabihārī, 1940-" + ], "idLccn": [ "72902691" ], - "seriesStatement": [ - "Vaidika sāhitya sadana granthamālā, pushpa 2" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "Vaidika sāhitya sadana granthamālā, pushpa 2" + ], "dateStartYear": [ 1972 ], + "idOclc": [ + "NYPG001000134-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -23379,14 +23078,14 @@ "type": "nypl:Bnumber", "value": "10000186" }, - { - "type": "bf:Lccn", - "value": "72902691" - }, { "type": "nypl:Oclc", "value": "NYPG001000134-B" }, + { + "type": "bf:Lccn", + "value": "72902691" + }, { "type": "bf:Identifier", "value": "NNSZ00100134" @@ -23396,19 +23095,17 @@ "value": "(WaOLN)nyp0200185" } ], - "idOclc": [ - "NYPG001000134-B" - ], - "updatedAt": 1674870755402, + "updatedAt": 1711595631616, "publicationStatement": [ "Hośiyārapura, Vaidika Sāhitya Sadana, 1972." ], "identifier": [ + "urn:shelfmark:*OKTH 84-163", "urn:bnum:10000186", - "urn:lccn:72902691", "urn:oclc:NYPG001000134-B", - "urn:undefined:NNSZ00100134", - "urn:undefined:(WaOLN)nyp0200185" + "urn:lccn:72902691", + "urn:identifier:NNSZ00100134", + "urn:identifier:(WaOLN)nyp0200185" ], "numCheckinCardItems": [ 0 @@ -23445,12 +23142,6 @@ "lccClassification": [ "PK243 .C5" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Hośiyārapura" ], @@ -23487,24 +23178,14 @@ }, "_score": null, "_source": { - "uri": "i10000099", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -23515,6 +23196,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -23524,8 +23208,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKTH 84-163" + "idBarcode": [ + "33433010762189" + ], + "identifier": [ + "urn:shelfmark:*OKTH 84-163", + "urn:barcode:33433010762189" ], "identifierV2": [ { @@ -23533,41 +23221,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433010762189" + "value": "33433010762189", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKTH 84-163" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433010762189" - ], - "idBarcode": [ - "33433010762189" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKTH 84-163" + ], + "shelfMark_sort": "a*OKTH 84-000163", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKTH 84-000163" + "uri": "i10000099" }, "sort": [ null @@ -23635,30 +23327,33 @@ "createdYear": [ 1983 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Payfun, Muḥammad." - ], "createdString": [ "1983" ], + "creatorLiteral": [ + "Payfun, Muḥammad." + ], "numElectronicResources": [ 0 ], "dateStartYear": [ 1983 ], + "idOclc": [ + "NYPG001000135-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -23681,18 +23376,16 @@ "value": "(WaOLN)nyp0200186" } ], - "idOclc": [ - "NYPG001000135-B" - ], - "updatedAt": 1674870755402, + "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:undefined:NNSZ00100135", - "urn:undefined:(WaOLN)nyp0200186" + "urn:identifier:NNSZ00100135", + "urn:identifier:(WaOLN)nyp0200186" ], "numCheckinCardItems": [ 0 @@ -23725,12 +23418,6 @@ "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", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tihrān" ], @@ -23770,24 +23457,14 @@ }, "_score": null, "_source": { - "uri": "i10000100", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -23798,6 +23475,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -23807,8 +23487,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OOX 84-178" + "idBarcode": [ + "33433001718323" + ], + "identifier": [ + "urn:shelfmark:*OOX 84-178", + "urn:barcode:33433001718323" ], "identifierV2": [ { @@ -23816,41 +23500,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433001718323" + "value": "33433001718323", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OOX 84-178" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433001718323" - ], - "idBarcode": [ - "33433001718323" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OOX 84-178" + ], + "shelfMark_sort": "a*OOX 84-000178", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OOX 84-000178" + "uri": "i10000100" }, "sort": [ null @@ -23898,24 +23586,24 @@ "createdYear": [ 1974 ], - "type": [ - "nypl:Item" - ], "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 ], - "creatorLiteral": [ - "Muntaẓar Lakhnavī, Nūrulislām, 1769?-1806?" - ], "createdString": [ "1974" ], + "creatorLiteral": [ + "Muntaẓar Lakhnavī, Nūrulislām, 1769?-1806?" + ], "idLccn": [ "74903706" ], @@ -23928,6 +23616,9 @@ "dateStartYear": [ 1974 ], + "idOclc": [ + "NYPG001000136-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -23937,14 +23628,14 @@ "type": "nypl:Bnumber", "value": "10000188" }, - { - "type": "bf:Lccn", - "value": "74903706" - }, { "type": "nypl:Oclc", "value": "NYPG001000136-B" }, + { + "type": "bf:Lccn", + "value": "74903706" + }, { "type": "bf:Identifier", "value": "NNSZ00100136" @@ -23954,19 +23645,17 @@ "value": "(WaOLN)nyp0200187" } ], - "idOclc": [ - "NYPG001000136-B" - ], - "updatedAt": 1674870759272, + "updatedAt": 1711061850598, "publicationStatement": [ "Paṭnah, Bahār Urdū Ākādimī [1974]" ], "identifier": [ + "urn:shelfmark:*OKTX 84-150", "urn:bnum:10000188", - "urn:lccn:74903706", "urn:oclc:NYPG001000136-B", - "urn:undefined:NNSZ00100136", - "urn:undefined:(WaOLN)nyp0200187" + "urn:lccn:74903706", + "urn:identifier:NNSZ00100136", + "urn:identifier:(WaOLN)nyp0200187" ], "numCheckinCardItems": [ 0 @@ -23999,12 +23688,6 @@ "lccClassification": [ "PK2198.M874 I58" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Paṭnah" ], @@ -24041,24 +23724,14 @@ }, "_score": null, "_source": { - "uri": "i10942055", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -24069,6 +23742,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -24078,8 +23754,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKTX 84-150" + "idBarcode": [ + "33433015458726" + ], + "identifier": [ + "urn:shelfmark:*OKTX 84-150", + "urn:barcode:33433015458726" ], "identifierV2": [ { @@ -24087,41 +23767,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433015458726" + "value": "33433015458726", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKTX 84-150" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433015458726" - ], - "idBarcode": [ - "33433015458726" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKTX 84-150" + ], + "shelfMark_sort": "a*OKTX 84-000150", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKTX 84-000150" + "uri": "i10942055" }, "sort": [ null @@ -24184,24 +23868,24 @@ "createdYear": [ 1972 ], - "type": [ - "nypl:Item" - ], "title": [ "Hindī meṃ deśaja śabda." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKTH 84-155" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Daḅāsa, Pūrṇasiṃha, 1938-" - ], "createdString": [ "1972" ], + "creatorLiteral": [ + "Daḅāsa, Pūrṇasiṃha, 1938-" + ], "idLccn": [ "73903281" ], @@ -24211,6 +23895,9 @@ "dateStartYear": [ 1972 ], + "idOclc": [ + "NYPG001000137-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -24220,14 +23907,14 @@ "type": "nypl:Bnumber", "value": "10000189" }, - { - "type": "bf:Lccn", - "value": "73903281" - }, { "type": "nypl:Oclc", "value": "NYPG001000137-B" }, + { + "type": "bf:Lccn", + "value": "73903281" + }, { "type": "bf:Identifier", "value": "NNSZ00100137" @@ -24237,19 +23924,17 @@ "value": "(WaOLN)nyp0200188" } ], - "idOclc": [ - "NYPG001000137-B" - ], - "updatedAt": 1674870754295, + "updatedAt": 1711194560142, "publicationStatement": [ "Dillī, Neśanala Pabḷiśiṅga Hāusa [1972]" ], "identifier": [ + "urn:shelfmark:*OKTH 84-155", "urn:bnum:10000189", - "urn:lccn:73903281", "urn:oclc:NYPG001000137-B", - "urn:undefined:NNSZ00100137", - "urn:undefined:(WaOLN)nyp0200188" + "urn:lccn:73903281", + "urn:identifier:NNSZ00100137", + "urn:identifier:(WaOLN)nyp0200188" ], "numCheckinCardItems": [ 0 @@ -24286,12 +23971,6 @@ "lccClassification": [ "PK1939 .D24" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Dillī" ], @@ -24328,24 +24007,14 @@ }, "_score": null, "_source": { - "uri": "i10000101", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -24356,6 +24025,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -24365,8 +24037,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKTH 84-155" + "idBarcode": [ + "33433010762171" + ], + "identifier": [ + "urn:shelfmark:*OKTH 84-155", + "urn:barcode:33433010762171" ], "identifierV2": [ { @@ -24374,41 +24050,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433010762171" + "value": "33433010762171", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKTH 84-155" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433010762171" - ], - "idBarcode": [ - "33433010762171" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKTH 84-155" + ], + "shelfMark_sort": "a*OKTH 84-000155", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKTH 84-000155" + "uri": "i10000101" }, "sort": [ null @@ -24453,18 +24133,18 @@ "numItemsTotal": [ 1 ], - "dateEndString": [ - "1967" - ], "createdYear": [ 1966 ], - "type": [ - "nypl:Item" + "dateEndString": [ + "1967" ], "title": [ "Vidura nīti; Mahābhārata Udyogaparva se." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKOC 84-137" ], @@ -24483,6 +24163,9 @@ "dateStartYear": [ 1966 ], + "idOclc": [ + "NYPG001000138-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -24492,14 +24175,14 @@ "type": "nypl:Bnumber", "value": "10000190" }, - { - "type": "bf:Lccn", - "value": "sa 68014141" - }, { "type": "nypl:Oclc", "value": "NYPG001000138-B" }, + { + "type": "bf:Lccn", + "value": "sa 68014141" + }, { "type": "bf:Identifier", "value": "NNSZ00100138" @@ -24509,25 +24192,23 @@ "value": "(WaOLN)nyp0200189" } ], - "idOclc": [ - "NYPG001000138-B" - ], "uniformTitle": [ "Mahābhārata. Udyogaparva Viduranīti." ], "dateEndYear": [ 1967 ], - "updatedAt": 1674870759272, + "updatedAt": 1711605282327, "publicationStatement": [ "Gorakhapura, Gītā Presa [1966 or 7]" ], "identifier": [ + "urn:shelfmark:*OKOC 84-137", "urn:bnum:10000190", - "urn:lccn:sa 68014141", "urn:oclc:NYPG001000138-B", - "urn:undefined:NNSZ00100138", - "urn:undefined:(WaOLN)nyp0200189" + "urn:lccn:sa 68014141", + "urn:identifier:NNSZ00100138", + "urn:identifier:(WaOLN)nyp0200189" ], "numCheckinCardItems": [ 0 @@ -24556,16 +24237,10 @@ "titleDisplay": [ "Vidura nīti; Mahābhārata Udyogaparva se." ], - "uri": "b10000190", - "lccClassification": [ - "PK3631 .U32 1966" - ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], + "uri": "b10000190", + "lccClassification": [ + "PK3631 .U32 1966" + ], "placeOfPublication": [ "Gorakhapura" ], @@ -24602,24 +24277,14 @@ }, "_score": null, "_source": { - "uri": "i13783815", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -24630,6 +24295,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -24639,8 +24307,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKOC 84-137" + "idBarcode": [ + "33433058630249" + ], + "identifier": [ + "urn:shelfmark:*OKOC 84-137", + "urn:barcode:33433058630249" ], "identifierV2": [ { @@ -24648,41 +24320,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058630249" + "value": "33433058630249", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKOC 84-137" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433058630249" - ], - "idBarcode": [ - "33433058630249" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKOC 84-137" + ], + "shelfMark_sort": "a*OKOC 84-000137", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKOC 84-000137" + "uri": "i13783815" }, "sort": [ null @@ -24750,24 +24426,24 @@ "createdYear": [ 1974 ], - "type": [ - "nypl:Item" - ], "title": [ "Dvārakālīlāparaka Hindī Krshṇa kāvya." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKTM 84-130" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Caturvedī, Sudhā, 1944-" - ], "createdString": [ "1974" ], + "creatorLiteral": [ + "Caturvedī, Sudhā, 1944-" + ], "idLccn": [ "74902459" ], @@ -24777,6 +24453,9 @@ "dateStartYear": [ 1974 ], + "idOclc": [ + "NYPG001000139-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -24786,14 +24465,14 @@ "type": "nypl:Bnumber", "value": "10000191" }, - { - "type": "bf:Lccn", - "value": "74902459" - }, { "type": "nypl:Oclc", "value": "NYPG001000139-B" }, + { + "type": "bf:Lccn", + "value": "74902459" + }, { "type": "bf:Identifier", "value": "NNSZ00100139" @@ -24803,19 +24482,17 @@ "value": "(WaOLN)nyp0200190" } ], - "idOclc": [ - "NYPG001000139-B" - ], - "updatedAt": 1674870759272, + "updatedAt": 1711148520559, "publicationStatement": [ "Lakhanaū, Aśoka Prakāśana [1974]" ], "identifier": [ + "urn:shelfmark:*OKTM 84-130", "urn:bnum:10000191", - "urn:lccn:74902459", "urn:oclc:NYPG001000139-B", - "urn:undefined:NNSZ00100139", - "urn:undefined:(WaOLN)nyp0200190" + "urn:lccn:74902459", + "urn:identifier:NNSZ00100139", + "urn:identifier:(WaOLN)nyp0200190" ], "numCheckinCardItems": [ 0 @@ -24852,12 +24529,6 @@ "lccClassification": [ "PK2040 .C313 1974" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Lakhanaū" ], @@ -24894,24 +24565,14 @@ }, "_score": null, "_source": { - "uri": "i10942056", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -24922,6 +24583,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -24931,8 +24595,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKTM 84-130" + "idBarcode": [ + "33433011093998" + ], + "identifier": [ + "urn:shelfmark:*OKTM 84-130", + "urn:barcode:33433011093998" ], "identifierV2": [ { @@ -24940,41 +24608,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011093998" + "value": "33433011093998", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKTM 84-130" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433011093998" - ], - "idBarcode": [ - "33433011093998" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKTM 84-130" + ], + "shelfMark_sort": "a*OKTM 84-000130", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKTM 84-000130" + "uri": "i10942056" }, "sort": [ null @@ -25031,24 +24703,24 @@ "createdYear": [ 1973 ], - "type": [ - "nypl:Item" - ], "title": [ "Bhāratīya sāhitya darśana." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKTM 84-136" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Krishnalal." - ], "createdString": [ "1973" ], + "creatorLiteral": [ + "Krishnalal." + ], "idLccn": [ "73902642" ], @@ -25058,6 +24730,9 @@ "dateStartYear": [ 1973 ], + "idOclc": [ + "NYPG001000140-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -25067,14 +24742,14 @@ "type": "nypl:Bnumber", "value": "10000192" }, - { - "type": "bf:Lccn", - "value": "73902642" - }, { "type": "nypl:Oclc", "value": "NYPG001000140-B" }, + { + "type": "bf:Lccn", + "value": "73902642" + }, { "type": "bf:Identifier", "value": "NNSZ00100140" @@ -25084,19 +24759,17 @@ "value": "(WaOLN)nyp0200191" } ], - "idOclc": [ - "NYPG001000140-B" - ], - "updatedAt": 1674870759272, + "updatedAt": 1711111743073, "publicationStatement": [ "Kānapura, Granthama [1973]" ], "identifier": [ + "urn:shelfmark:*OKTM 84-136", "urn:bnum:10000192", - "urn:lccn:73902642", "urn:oclc:NYPG001000140-B", - "urn:undefined:NNSZ00100140", - "urn:undefined:(WaOLN)nyp0200191" + "urn:lccn:73902642", + "urn:identifier:NNSZ00100140", + "urn:identifier:(WaOLN)nyp0200191" ], "numCheckinCardItems": [ 0 @@ -25132,12 +24805,6 @@ "lccClassification": [ "PK2903 .K675" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Kānapura" ], @@ -25174,24 +24841,14 @@ }, "_score": null, "_source": { - "uri": "i10942057", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -25202,6 +24859,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -25211,8 +24871,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKTM 84-136" + "idBarcode": [ + "33433011094004" + ], + "identifier": [ + "urn:shelfmark:*OKTM 84-136", + "urn:barcode:33433011094004" ], "identifierV2": [ { @@ -25220,41 +24884,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011094004" + "value": "33433011094004", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKTM 84-136" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433011094004" - ], - "idBarcode": [ - "33433011094004" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKTM 84-136" + ], + "shelfMark_sort": "a*OKTM 84-000136", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKTM 84-000136" + "uri": "i10942057" }, "sort": [ null @@ -25312,24 +24980,24 @@ "createdYear": [ 1966 ], - "type": [ - "nypl:Item" - ], "title": [ "Abhinava-kāvya-prakāśaḥ" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKP 84-162" ], "numItemVolumesParsed": [ 1 ], - "creatorLiteral": [ - "Vyāsa, Giridharalāla, 1894-" - ], "createdString": [ "1966" ], + "creatorLiteral": [ + "Vyāsa, Giridharalāla, 1894-" + ], "idLccn": [ "76902375" ], @@ -25339,6 +25007,9 @@ "dateStartYear": [ 1966 ], + "idOclc": [ + "NYPG001000141-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -25348,14 +25019,14 @@ "type": "nypl:Bnumber", "value": "10000193" }, - { - "type": "bf:Lccn", - "value": "76902375" - }, { "type": "nypl:Oclc", "value": "NYPG001000141-B" }, + { + "type": "bf:Lccn", + "value": "76902375" + }, { "type": "bf:Identifier", "value": "NNSZ00100141" @@ -25365,19 +25036,17 @@ "value": "(WaOLN)nyp0200192" } ], - "idOclc": [ - "NYPG001000141-B" - ], - "updatedAt": 1674870759272, + "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:lccn:76902375", "urn:oclc:NYPG001000141-B", - "urn:undefined:NNSZ00100141", - "urn:undefined:(WaOLN)nyp0200192" + "urn:lccn:76902375", + "urn:identifier:NNSZ00100141", + "urn:identifier:(WaOLN)nyp0200192" ], "numCheckinCardItems": [ 0 @@ -25414,12 +25083,6 @@ "lccClassification": [ "PK2916 .V93 1966" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Udayapura : [Vāṛāṇasī" ], @@ -25456,24 +25119,14 @@ }, "_score": null, "_source": { - "uri": "i13783816", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -25484,6 +25137,15 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "enumerationChronology": [ + "v. 1" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -25493,8 +25155,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKP 84-162 v. 1" + "idBarcode": [ + "33433058153416" + ], + "identifier": [ + "urn:shelfmark:*OKP 84-162 v. 1", + "urn:barcode:33433058153416" ], "identifierV2": [ { @@ -25502,12 +25168,18 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433058153416" + "value": "33433058153416", + "type": "bf:Barcode" } ], - "enumerationChronology": [ - "v. 1" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], "physicalLocation": [ "*OKP 84-162" @@ -25515,23 +25187,24 @@ "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433058153416" - ], - "idBarcode": [ - "33433058153416" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKP 84-162 v. 1" + ], + "shelfMark_sort": "a*OKP 84-162 v. 000001", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], "volumeRange": [ { @@ -25539,16 +25212,7 @@ "lte": 1 } ], - "enumerationChronology_sort": [ - " 1-" - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKP 84-162 v. 000001" + "uri": "i13783816" }, "sort": [ " 1-" @@ -25601,36 +25265,39 @@ "createdYear": [ 1969 ], - "type": [ - "nypl:Item" - ], "title": [ "Hampīkanyalu." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLC 83-2593" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Calaṃ, 1894-1979." - ], "createdString": [ "1969" ], + "creatorLiteral": [ + "Calaṃ, 1894-1979." + ], "idLccn": [ "77908094" ], - "seriesStatement": [ - "EMESCO pocket books, 86" - ], "numElectronicResources": [ 0 ], + "seriesStatement": [ + "EMESCO pocket books, 86" + ], "dateStartYear": [ 1969 ], + "idOclc": [ + "NYPG001000142-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -25640,14 +25307,14 @@ "type": "nypl:Bnumber", "value": "10000194" }, - { - "type": "bf:Lccn", - "value": "77908094" - }, { "type": "nypl:Oclc", "value": "NYPG001000142-B" }, + { + "type": "bf:Lccn", + "value": "77908094" + }, { "type": "bf:Identifier", "value": "NNSZ00100142" @@ -25657,19 +25324,17 @@ "value": "(WaOLN)nyp0200193" } ], - "idOclc": [ - "NYPG001000142-B" - ], - "updatedAt": 1674870754295, + "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:lccn:77908094", "urn:oclc:NYPG001000142-B", - "urn:undefined:NNSZ00100142", - "urn:undefined:(WaOLN)nyp0200193" + "urn:lccn:77908094", + "urn:identifier:NNSZ00100142", + "urn:identifier:(WaOLN)nyp0200193" ], "numCheckinCardItems": [ 0 @@ -25702,12 +25367,6 @@ "lccClassification": [ "PL4780.9.V4 H3" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Macilīpaṭnaṃ" ], @@ -25744,24 +25403,14 @@ }, "_score": null, "_source": { - "uri": "i10000102", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -25772,6 +25421,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -25781,8 +25433,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLC 83-2593" + "idBarcode": [ + "33433004689018" + ], + "identifier": [ + "urn:shelfmark:*OLC 83-2593", + "urn:barcode:33433004689018" ], "identifierV2": [ { @@ -25790,41 +25446,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433004689018" + "value": "33433004689018", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLC 83-2593" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433004689018" - ], - "idBarcode": [ - "33433004689018" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLC 83-2593" + ], + "shelfMark_sort": "a*OLC 83-002593", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLC 83-002593" + "uri": "i10000102" }, "sort": [ null @@ -25875,24 +25535,24 @@ "createdYear": [ 1972 ], - "type": [ - "nypl:Item" - ], "title": [ "Irāmāyaṇap pāttiraṅkaḷ; ātāraṅkaḷil uḷḷapaṭi tokuttatu." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLY 83-2592" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Rāmacāmi, Ī. Ve., Tantai Periyār, 1878-1973." - ], "createdString": [ "1972" ], + "creatorLiteral": [ + "Rāmacāmi, Ī. Ve., Tantai Periyār, 1878-1973." + ], "idLccn": [ "73903633" ], @@ -25902,6 +25562,9 @@ "dateStartYear": [ 1972 ], + "idOclc": [ + "NYPG001000143-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -25911,14 +25574,14 @@ "type": "nypl:Bnumber", "value": "10000195" }, - { - "type": "bf:Lccn", - "value": "73903633" - }, { "type": "nypl:Oclc", "value": "NYPG001000143-B" }, + { + "type": "bf:Lccn", + "value": "73903633" + }, { "type": "bf:Identifier", "value": "NNSZ00100143" @@ -25928,19 +25591,17 @@ "value": "(WaOLN)nyp0200194" } ], - "idOclc": [ - "NYPG001000143-B" - ], - "updatedAt": 1674870759272, + "updatedAt": 1711231215642, "publicationStatement": [ "Tirucci, Periyār Cuyamariyātaip Piracāra Niṟuvaṉa Veḷiyīṭu [1972]" ], "identifier": [ + "urn:shelfmark:*OLY 83-2592", "urn:bnum:10000195", - "urn:lccn:73903633", "urn:oclc:NYPG001000143-B", - "urn:undefined:NNSZ00100143", - "urn:undefined:(WaOLN)nyp0200194" + "urn:lccn:73903633", + "urn:identifier:NNSZ00100143", + "urn:identifier:(WaOLN)nyp0200194" ], "numCheckinCardItems": [ 0 @@ -25973,14 +25634,8 @@ "Irāmāyaṇap pāttiraṅkaḷ; ātāraṅkaḷil uḷḷapaṭi tokuttatu. [Eḻutiyavar] Periyār Ī. Ve. Rā." ], "uri": "b10000195", - "lccClassification": [ - "PK3659 .R34 1972" - ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "lccClassification": [ + "PK3659 .R34 1972" ], "placeOfPublication": [ "Tirucci" @@ -26018,78 +25673,79 @@ }, "_score": null, "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], "accessMessage_packed": [ "accessMessage:1||Use in library" ], - "identifier": [ - "urn:barcode:33433060418526" - ], - "physicalLocation": [ - "*OLY 83-2592" - ], - "shelfMark_sort": "a*OLY 83-002592", - "m2CustomerCode": [ - "XA" + "catalogItemType": [ + { + "id": "catalogItemType:55", + "label": "book, limited circ, MaRLI" + } ], "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], - "accessMessage": [ + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ { - "id": "accessMessage:1", - "label": "Use in library" + "id": "loc:mal92", + "label": "Schwarzman Building M2 - General Research Room 315" } ], - "status_packed": [ - "status:a||Available" + "holdingLocation_packed": [ + "loc:mal92||Schwarzman Building M2 - General Research Room 315" ], - "type": [ - "bf:Item" + "idBarcode": [ + "33433060418526" ], - "uri": "i13783817", - "shelfMark": [ - "*OLY 83-2592" + "identifier": [ + "urn:shelfmark:*OLY 83-2592", + "urn:barcode:33433060418526" ], "identifierV2": [ { - "type": "bf:ShelfMark", - "value": "*OLY 83-2592" + "value": "*OLY 83-2592", + "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433060418526" + "value": "33433060418526", + "type": "bf:Barcode" } ], - "holdingLocation_packed": [ - "loc:mal92||Schwarzman Building M2 - General Research Room 315" + "m2CustomerCode": [ + "XA" ], - "idBarcode": [ - "33433060418526" + "physicalLocation": [ + "*OLY 83-2592" ], "requestable": [ - false + true ], - "catalogItemType": [ - { - "id": "catalogItemType:55", - "label": "book, limited circ, MaRLI" - } + "shelfMark": [ + "*OLY 83-2592" ], + "shelfMark_sort": "a*OLY 83-002592", "status": [ { "id": "status:a", "label": "Available" } ], - "holdingLocation": [ - { - "id": "loc:mal92", - "label": "Schwarzman Building M2 - General Research Room 315" - } + "status_packed": [ + "status:a||Available" ], - "formatLiteral": [ - "Text" - ] + "type": [ + "bf:Item" + ], + "uri": "i13783817" }, "sort": [ null @@ -26142,24 +25798,24 @@ "createdYear": [ 1969 ], - "type": [ - "nypl:Item" - ], "title": [ "Paṇattōṭṭam." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 83-2591" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Annadurai, C. N., 1909-1969." - ], "createdString": [ "1969" ], + "creatorLiteral": [ + "Annadurai, C. N., 1909-1969." + ], "idLccn": [ "79909527" ], @@ -26169,6 +25825,9 @@ "dateStartYear": [ 1969 ], + "idOclc": [ + "NYPG001000144-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -26178,14 +25837,14 @@ "type": "nypl:Bnumber", "value": "10000196" }, - { - "type": "bf:Lccn", - "value": "79909527" - }, { "type": "nypl:Oclc", "value": "NYPG001000144-B" }, + { + "type": "bf:Lccn", + "value": "79909527" + }, { "type": "bf:Identifier", "value": "NNSZ00100144" @@ -26195,19 +25854,17 @@ "value": "(WaOLN)nyp0200195" } ], - "idOclc": [ - "NYPG001000144-B" - ], - "updatedAt": 1674870759272, + "updatedAt": 1711122910096, "publicationStatement": [ "Tiruccirāppaḷḷi, Tirāviṭappaṇṇai [1969]" ], "identifier": [ + "urn:shelfmark:*OLB 83-2591", "urn:bnum:10000196", - "urn:lccn:79909527", "urn:oclc:NYPG001000144-B", - "urn:undefined:NNSZ00100144", - "urn:undefined:(WaOLN)nyp0200195" + "urn:lccn:79909527", + "urn:identifier:NNSZ00100144", + "urn:identifier:(WaOLN)nyp0200195" ], "numCheckinCardItems": [ 0 @@ -26243,12 +25900,6 @@ "lccClassification": [ "DS480.84 .A76 1969" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Tiruccirāppaḷḷi" ], @@ -26285,24 +25936,14 @@ }, "_score": null, "_source": { - "uri": "i13783818", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -26313,6 +25954,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -26322,8 +25966,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 83-2591" + "idBarcode": [ + "33433061296400" + ], + "identifier": [ + "urn:shelfmark:*OLB 83-2591", + "urn:barcode:33433061296400" ], "identifierV2": [ { @@ -26331,41 +25979,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061296400" + "value": "33433061296400", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLB 83-2591" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433061296400" - ], - "idBarcode": [ - "33433061296400" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 83-2591" + ], + "shelfMark_sort": "a*OLB 83-002591", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 83-002591" + "uri": "i13783818" }, "sort": [ null @@ -26421,24 +26073,24 @@ "createdYear": [ 1974 ], - "type": [ - "nypl:Item" - ], "title": [ "Tirukkuṟaḷilē kalaipaṟṟik kūṟātatēṉ?" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLB 83-2587" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Civañāṉam, Ma. Po., 1906-" - ], "createdString": [ "1974" ], + "creatorLiteral": [ + "Civañāṉam, Ma. Po., 1906-" + ], "idLccn": [ "74903607" ], @@ -26448,6 +26100,9 @@ "dateStartYear": [ 1974 ], + "idOclc": [ + "NYPG001000145-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -26457,14 +26112,14 @@ "type": "nypl:Bnumber", "value": "10000197" }, - { - "type": "bf:Lccn", - "value": "74903607" - }, { "type": "nypl:Oclc", "value": "NYPG001000145-B" }, + { + "type": "bf:Lccn", + "value": "74903607" + }, { "type": "bf:Identifier", "value": "NNSZ00100145" @@ -26474,19 +26129,17 @@ "value": "(WaOLN)nyp0200196" } ], - "idOclc": [ - "NYPG001000145-B" - ], - "updatedAt": 1674870759272, + "updatedAt": 1711329131068, "publicationStatement": [ "Ceṉṉai, Pūṅkoṭi Patippakam [1974]" ], "identifier": [ + "urn:shelfmark:*OLB 83-2587", "urn:bnum:10000197", - "urn:lccn:74903607", "urn:oclc:NYPG001000145-B", - "urn:undefined:NNSZ00100145", - "urn:undefined:(WaOLN)nyp0200196" + "urn:lccn:74903607", + "urn:identifier:NNSZ00100145", + "urn:identifier:(WaOLN)nyp0200196" ], "numCheckinCardItems": [ 0 @@ -26522,12 +26175,6 @@ "lccClassification": [ "PL4758.9.T5 S54" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Ceṉṉai" ], @@ -26564,24 +26211,14 @@ }, "_score": null, "_source": { - "uri": "i13783819", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -26592,6 +26229,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -26601,8 +26241,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLB 83-2587" + "idBarcode": [ + "33433061296392" + ], + "identifier": [ + "urn:shelfmark:*OLB 83-2587", + "urn:barcode:33433061296392" ], "identifierV2": [ { @@ -26610,41 +26254,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433061296392" + "value": "33433061296392", + "type": "bf:Barcode" } ], - "physicalLocation": [ - "*OLB 83-2587" + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } ], - "recapCustomerCode": [ - "NA" + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" ], - "identifier": [ - "urn:barcode:33433061296392" + "physicalLocation": [ + "*OLB 83-2587" ], - "idBarcode": [ - "33433061296392" + "recapCustomerCode": [ + "NA" ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLB 83-2587" + ], + "shelfMark_sort": "a*OLB 83-002587", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLB 83-002587" + "uri": "i13783819" }, "sort": [ null @@ -26692,24 +26340,24 @@ "createdYear": [ 1967 ], - "type": [ - "nypl:Item" - ], "title": [ "Vēmanapadyaratnamulu." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OLC 83-2645" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Vēmana." - ], "createdString": [ "1967" ], + "creatorLiteral": [ + "Vēmana." + ], "idLccn": [ "73907881" ], @@ -26719,6 +26367,9 @@ "dateStartYear": [ 1967 ], + "idOclc": [ + "NYPG001000146-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -26728,14 +26379,14 @@ "type": "nypl:Bnumber", "value": "10000198" }, - { - "type": "bf:Lccn", - "value": "73907881" - }, { "type": "nypl:Oclc", "value": "NYPG001000146-B" }, + { + "type": "bf:Lccn", + "value": "73907881" + }, { "type": "bf:Identifier", "value": "NNSZ00100146" @@ -26745,19 +26396,17 @@ "value": "(WaOLN)nyp0200197" } ], - "idOclc": [ - "NYPG001000146-B" - ], - "updatedAt": 1674870754295, + "updatedAt": 1711620360032, "publicationStatement": [ "Madarāsu, Si. Vi. Krṣṇā Bukḍipō [1967]" ], "identifier": [ + "urn:shelfmark:*OLC 83-2645", "urn:bnum:10000198", - "urn:lccn:73907881", "urn:oclc:NYPG001000146-B", - "urn:undefined:NNSZ00100146", - "urn:undefined:(WaOLN)nyp0200197" + "urn:lccn:73907881", + "urn:identifier:NNSZ00100146", + "urn:identifier:(WaOLN)nyp0200197" ], "numCheckinCardItems": [ 0 @@ -26790,12 +26439,6 @@ "lccClassification": [ "PL4780.9.V38 V5" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Madarāsu" ], @@ -26832,24 +26475,14 @@ }, "_score": null, "_source": { - "uri": "i10000103", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -26860,6 +26493,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -26869,8 +26505,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OLC 83-2645" + "idBarcode": [ + "33433004689042" + ], + "identifier": [ + "urn:shelfmark:*OLC 83-2645", + "urn:barcode:33433004689042" ], "identifierV2": [ { @@ -26878,41 +26518,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433004689042" + "value": "33433004689042", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OLC 83-2645" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433004689042" - ], - "idBarcode": [ - "33433004689042" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OLC 83-2645" + ], + "shelfMark_sort": "a*OLC 83-002645", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OLC 83-002645" + "uri": "i10000103" }, "sort": [ null @@ -26965,24 +26609,24 @@ "createdYear": [ 1965 ], - "type": [ - "nypl:Item" - ], "title": [ "Nijera bipakshe." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OKV 83-2643" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Haque, Samsul, 1937-" - ], "createdString": [ "1965" ], + "creatorLiteral": [ + "Haque, Samsul, 1937-" + ], "idLccn": [ "sa 65006162" ], @@ -26992,6 +26636,9 @@ "dateStartYear": [ 1965 ], + "idOclc": [ + "NYPG001000147-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -27001,14 +26648,14 @@ "type": "nypl:Bnumber", "value": "10000199" }, - { - "type": "bf:Lccn", - "value": "sa 65006162" - }, { "type": "nypl:Oclc", "value": "NYPG001000147-B" }, + { + "type": "bf:Lccn", + "value": "sa 65006162" + }, { "type": "bf:Identifier", "value": "NNSZ00100147" @@ -27018,19 +26665,17 @@ "value": "(WaOLN)nyp0200198" } ], - "idOclc": [ - "NYPG001000147-B" - ], - "updatedAt": 1674870759272, + "updatedAt": 1711635040660, "publicationStatement": [ "Kalakātā, Sāhitya [1965]" ], "identifier": [ + "urn:shelfmark:*OKV 83-2643", "urn:bnum:10000199", - "urn:lccn:sa 65006162", "urn:oclc:NYPG001000147-B", - "urn:undefined:NNSZ00100147", - "urn:undefined:(WaOLN)nyp0200198" + "urn:lccn:sa 65006162", + "urn:identifier:NNSZ00100147", + "urn:identifier:(WaOLN)nyp0200198" ], "numCheckinCardItems": [ 0 @@ -27063,12 +26708,6 @@ "lccClassification": [ "PK1718" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Kalakātā" ], @@ -27105,24 +26744,14 @@ }, "_score": null, "_source": { - "uri": "i10000104", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -27133,6 +26762,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -27142,8 +26774,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OKV 83-2643" + "idBarcode": [ + "33433011439092" + ], + "identifier": [ + "urn:shelfmark:*OKV 83-2643", + "urn:barcode:33433011439092" ], "identifierV2": [ { @@ -27151,41 +26787,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011439092" + "value": "33433011439092", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OKV 83-2643" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433011439092" - ], - "idBarcode": [ - "33433011439092" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OKV 83-2643" + ], + "shelfMark_sort": "a*OKV 83-002643", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OKV 83-002643" + "uri": "i10000104" }, "sort": [ null @@ -27238,24 +26878,24 @@ "createdYear": [ 1963 ], - "type": [ - "nypl:Item" - ], "title": [ "Nirupāya, nirupāya." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OYE 83-2641" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Dāsa, Yogeśa, 1927-" - ], "createdString": [ "1963" ], + "creatorLiteral": [ + "Dāsa, Yogeśa, 1927-" + ], "idLccn": [ "sa 64006442" ], @@ -27265,6 +26905,9 @@ "dateStartYear": [ 1963 ], + "idOclc": [ + "NYPG001000148-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -27274,14 +26917,14 @@ "type": "nypl:Bnumber", "value": "10000200" }, - { - "type": "bf:Lccn", - "value": "sa 64006442" - }, { "type": "nypl:Oclc", "value": "NYPG001000148-B" }, + { + "type": "bf:Lccn", + "value": "sa 64006442" + }, { "type": "bf:Identifier", "value": "NNSZ00100148" @@ -27291,19 +26934,17 @@ "value": "(WaOLN)nyp0200199" } ], - "idOclc": [ - "NYPG001000148-B" - ], - "updatedAt": 1674870754295, + "updatedAt": 1711187007600, "publicationStatement": [ "Guwāhāṭī, Laẏārcha Buka Shṭala [1963]" ], "identifier": [ + "urn:shelfmark:*OYE 83-2641", "urn:bnum:10000200", - "urn:lccn:sa 64006442", "urn:oclc:NYPG001000148-B", - "urn:undefined:NNSZ00100148", - "urn:undefined:(WaOLN)nyp0200199" + "urn:lccn:sa 64006442", + "urn:identifier:NNSZ00100148", + "urn:identifier:(WaOLN)nyp0200199" ], "numCheckinCardItems": [ 0 @@ -27336,12 +26977,6 @@ "lccClassification": [ "PK1569.D2 N5" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Guwāhāṭī" ], @@ -27377,25 +27012,15 @@ "offset": 0 }, "_score": null, - "_source": { - "uri": "i10000105", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "_source": { + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -27406,6 +27031,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -27415,8 +27043,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OYE 83-2641" + "idBarcode": [ + "33433011486549" + ], + "identifier": [ + "urn:shelfmark:*OYE 83-2641", + "urn:barcode:33433011486549" ], "identifierV2": [ { @@ -27424,41 +27056,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433011486549" + "value": "33433011486549", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OYE 83-2641" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433011486549" - ], - "idBarcode": [ - "33433011486549" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OYE 83-2641" + ], + "shelfMark_sort": "a*OYE 83-002641", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OYE 83-002641" + "uri": "i10000105" }, "sort": [ null @@ -27508,24 +27144,24 @@ "createdYear": [ 1964 ], - "type": [ - "nypl:Item" - ], "title": [ "Nimātīra māta." ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OYE 83-2642" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Das, Kandarpa, 1941-" - ], "createdString": [ "1964" ], + "creatorLiteral": [ + "Das, Kandarpa, 1941-" + ], "idLccn": [ "sa 66006179" ], @@ -27535,6 +27171,9 @@ "dateStartYear": [ 1964 ], + "idOclc": [ + "NYPG001000149-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -27544,14 +27183,14 @@ "type": "nypl:Bnumber", "value": "10000201" }, - { - "type": "bf:Lccn", - "value": "sa 66006179" - }, { "type": "nypl:Oclc", "value": "NYPG001000149-B" }, + { + "type": "bf:Lccn", + "value": "sa 66006179" + }, { "type": "bf:Identifier", "value": "NNSZ00100149" @@ -27561,19 +27200,17 @@ "value": "(WaOLN)nyp0200200" } ], - "idOclc": [ - "NYPG001000149-B" - ], - "updatedAt": 1674870759272, + "updatedAt": 1711635040660, "publicationStatement": [ "[Barapeṭā, 1964]" ], "identifier": [ + "urn:shelfmark:*OYE 83-2642", "urn:bnum:10000201", - "urn:lccn:sa 66006179", "urn:oclc:NYPG001000149-B", - "urn:undefined:NNSZ00100149", - "urn:undefined:(WaOLN)nyp0200200" + "urn:lccn:sa 66006179", + "urn:identifier:NNSZ00100149", + "urn:identifier:(WaOLN)nyp0200200" ], "numCheckinCardItems": [ 0 @@ -27606,12 +27243,6 @@ "lccClassification": [ "PK1569.D223 N5" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "[Barapeṭā" ], @@ -27648,24 +27279,14 @@ }, "_score": null, "_source": { - "uri": "i10000106", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -27676,6 +27297,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -27685,8 +27309,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OYE 83-2642" + "idBarcode": [ + "33433010171373" + ], + "identifier": [ + "urn:shelfmark:*OYE 83-2642", + "urn:barcode:33433010171373" ], "identifierV2": [ { @@ -27694,41 +27322,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433010171373" + "value": "33433010171373", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OYE 83-2642" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433010171373" - ], - "idBarcode": [ - "33433010171373" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OYE 83-2642" + ], + "shelfMark_sort": "a*OYE 83-002642", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OYE 83-002642" + "uri": "i10000106" }, "sort": [ null @@ -27791,24 +27423,24 @@ "createdYear": [ 1971 ], - "type": [ - "nypl:Item" - ], "title": [ "al-Fann al-Qaṣaṣī fī al-adab al-ʻIrāqī al-ḥadīth" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "*OEM 83-2834" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Ṭālib, ʻUmar." - ], "createdString": [ "1971" ], + "creatorLiteral": [ + "Ṭālib, ʻUmar." + ], "idLccn": [ "72218369" ], @@ -27818,6 +27450,9 @@ "dateStartYear": [ 1971 ], + "idOclc": [ + "NYPG001000150-B" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -27827,14 +27462,14 @@ "type": "nypl:Bnumber", "value": "10000202" }, - { - "type": "bf:Lccn", - "value": "72218369" - }, { "type": "nypl:Oclc", "value": "NYPG001000150-B" }, + { + "type": "bf:Lccn", + "value": "72218369" + }, { "type": "bf:Identifier", "value": "NNSZ00100150" @@ -27844,19 +27479,17 @@ "value": "(WaOLN)nyp0200201" } ], - "idOclc": [ - "NYPG001000150-B" - ], - "updatedAt": 1674870754295, + "updatedAt": 1711097717294, "publicationStatement": [ "Baghdād, Maktabat al-Andalus, 1971." ], "identifier": [ + "urn:shelfmark:*OEM 83-2834", "urn:bnum:10000202", - "urn:lccn:72218369", "urn:oclc:NYPG001000150-B", - "urn:undefined:NNSZ00100150", - "urn:undefined:(WaOLN)nyp0200201" + "urn:lccn:72218369", + "urn:identifier:NNSZ00100150", + "urn:identifier:(WaOLN)nyp0200201" ], "numCheckinCardItems": [ 0 @@ -27892,24 +27525,18 @@ "lccClassification": [ "PJ8038 .T35" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "Baghdād" ], - "titleAlt": [ - "Masraḥīyah al-ʻArabīyah fī al-ʻIrāq." - ], "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." ], @@ -27940,24 +27567,14 @@ }, "_score": null, "_source": { - "uri": "i10000107", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -27968,6 +27585,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -27977,8 +27597,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "*OEM 83-2834" + "idBarcode": [ + "33433002039166" + ], + "identifier": [ + "urn:shelfmark:*OEM 83-2834", + "urn:barcode:33433002039166" ], "identifierV2": [ { @@ -27986,41 +27610,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433002039166" + "value": "33433002039166", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "*OEM 83-2834" ], "recapCustomerCode": [ "NA" ], - "identifier": [ - "urn:barcode:33433002039166" - ], - "idBarcode": [ - "33433002039166" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "*OEM 83-2834" + ], + "shelfMark_sort": "a*OEM 83-002834", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "a*OEM 83-002834" + "uri": "i10000107" }, "sort": [ null @@ -28034,50 +27662,5 @@ ] } }, - "statusCode": 200, - "headers": { - "date": "Mon, 11 Mar 2024 15:37:01 GMT", - "content-type": "application/json; charset=UTF-8", - "content-length": "331396", - "connection": "keep-alive", - "access-control-allow-origin": "*" - }, - "meta": { - "context": null, - "request": { - "params": { - "method": "POST", - "path": "/resources-2018-04-09/_search", - "body": "{\"from\":100,\"size\":100,\"sort\":[\"uri\"],\"_source\":{\"excludes\":[\"uris\",\"*_packed\",\"*_sort\",\"items.*_packed\",\"contentsTitle\",\"items\"]},\"query\":{\"bool\":{\"filter\":[{\"bool\":{\"should\":[{\"nested\":{\"path\":\"items\",\"query\":{\"bool\":{\"must_not\":[{\"exists\":{\"field\":\"items.electronicLocator\"}}]}},\"inner_hits\":{\"sort\":[{\"items.enumerationChronology_sort\":\"desc\"}],\"size\":\"100\",\"from\":0,\"name\":\"items\"}}},{\"nested\":{\"path\":\"items\",\"query\":{\"exists\":{\"field\":\"items.electronicLocator\"}},\"inner_hits\":{\"name\":\"electronicResources\"}}},{\"match_all\":{}}]}}]}}}", - "querystring": "", - "headers": { - "user-agent": "elasticsearch-js/7.12.0 (darwin 21.6.0-x64; Node.js v18.12.1)", - "x-elastic-client-meta": "es=7.12.0,js=18.12.1,t=7.12.0,hc=18.12.1", - "content-type": "application/json", - "content-length": "539" - }, - "timeout": 30000 - }, - "options": {}, - "id": 43 - }, - "name": "elasticsearch-js", - "connection": { - "url": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "id": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "headers": {}, - "deadCount": 0, - "resurrectTimeout": 0, - "_openRequests": 0, - "status": "alive", - "roles": { - "master": true, - "data": true, - "ingest": true, - "ml": false - } - }, - "attempts": 0, - "aborted": false - } + "statusCode": 200 } \ No newline at end of file diff --git a/test/fixtures/query-a0111709561e56b2a43cdfb8983d4e3e.json b/test/fixtures/query-dc5b4d2b1b0972523a74434dac02c981.json similarity index 69% rename from test/fixtures/query-a0111709561e56b2a43cdfb8983d4e3e.json rename to test/fixtures/query-dc5b4d2b1b0972523a74434dac02c981.json index f1781037..a34f734f 100644 --- a/test/fixtures/query-a0111709561e56b2a43cdfb8983d4e3e.json +++ b/test/fixtures/query-dc5b4d2b1b0972523a74434dac02c981.json @@ -1,6 +1,6 @@ { "body": { - "took": 189, + "took": 144, "timed_out": false, "_shards": { "total": 3, @@ -9,13 +9,13 @@ }, "hits": { "total": 1, - "max_score": 120.132614, + "max_score": 119.44705, "hits": [ { "_index": "resources-2018-04-09", "_type": "resource", "_id": "b13627363", - "_score": 120.132614, + "_score": 119.44705, "_source": { "extent": [ "128 p. illus." @@ -27,6 +27,9 @@ "Cats", "Cats -- Pictorial works" ], + "numItemDatesParsed": [ + 0 + ], "publisherLiteral": [ "Creative age press, inc." ], @@ -36,24 +39,30 @@ "label": "English" } ], + "numItemsTotal": [ + 1 + ], "createdYear": [ 1947 ], - "type": [ - "nypl:Item" - ], "title": [ "Cats, cats, & cats" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "VPS (Rice, E. Cats, cats, & cats)" ], - "creatorLiteral": [ - "Rice, Edward, 1917-" + "numItemVolumesParsed": [ + 0 ], "createdString": [ "1947" ], + "creatorLiteral": [ + "Rice, Edward, 1917-" + ], "idLccn": [ "agr47000211" ], @@ -66,6 +75,9 @@ "dateStartYear": [ 1947 ], + "idOclc": [ + "1303934" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -75,6 +87,10 @@ "type": "nypl:Bnumber", "value": "13627363" }, + { + "type": "nypl:Oclc", + "value": "1303934" + }, { "type": "bf:Lccn", "value": "agr47000211" @@ -84,14 +100,19 @@ "value": "(WaOLN)nyp3600714" } ], - "updatedAt": 1659488510917, + "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:undefined:(WaOLN)nyp3600714" + "urn:identifier:(WaOLN)nyp3600714" + ], + "numCheckinCardItems": [ + 0 ], "materialType": [ { @@ -125,12 +146,6 @@ "lccClassification": [ "SF447 .R5" ], - "numItems": [ - 1 - ], - "numAvailable": [ - 1 - ], "placeOfPublication": [ "New York" ], @@ -164,24 +179,14 @@ }, "_score": null, "_source": { - "uri": "i10754478", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -192,6 +197,9 @@ "catalogItemType_packed": [ "catalogItemType:55||book, limited circ, MaRLI" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rc2ma", @@ -201,8 +209,12 @@ "holdingLocation_packed": [ "loc:rc2ma||Offsite" ], - "shelfMark": [ - "VPS (Rice, E. Cats, cats, & cats)" + "idBarcode": [ + "33433006598316" + ], + "identifier": [ + "urn:shelfmark:VPS (Rice, E. Cats, cats, & cats)", + "urn:barcode:33433006598316" ], "identifierV2": [ { @@ -210,35 +222,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433006598316" + "value": "33433006598316", + "type": "bf:Barcode" } ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" + } + ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "VPS (Rice, E. Cats, cats, & cats)" ], "recapCustomerCode": [ "NL" ], - "identifier": [ - "urn:barcode:33433006598316" - ], - "idBarcode": [ - "33433006598316" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "VPS (Rice, E. Cats, cats, & cats)" + ], + "shelfMark_sort": "aVPS (Rice, E. Cats, cats, & cats)", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" ], - "shelfMark_sort": "aVPS (Rice, E. Cats, cats, & cats)" + "uri": "i10754478" }, "sort": [ null @@ -252,50 +274,5 @@ ] } }, - "statusCode": 200, - "headers": { - "date": "Mon, 11 Mar 2024 15:37:13 GMT", - "content-type": "application/json; charset=UTF-8", - "content-length": "2970", - "connection": "keep-alive", - "access-control-allow-origin": "*" - }, - "meta": { - "context": null, - "request": { - "params": { - "method": "POST", - "path": "/resources-2018-04-09/_search", - "body": "{\"from\":0,\"size\":50,\"query\":{\"function_score\":{\"query\":{\"bool\":{\"must\":[{\"bool\":{\"should\":[{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"VPS \\\\(Rice, E. Cats, cats, \",\"default_operator\":\"AND\"}},{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"\\\"VPS \\\\(Rice, E. Cats, cats, \\\"\",\"default_operator\":\"AND\"}},{\"nested\":{\"path\":\"items\",\"query\":{\"query_string\":{\"fields\":[\"items.shelfMark\"],\"query\":\"VPS \\\\(Rice, E. Cats, cats, \",\"default_operator\":\"AND\"}}}}]}}],\"filter\":[{\"bool\":{\"should\":[{\"nested\":{\"path\":\"items\",\"query\":{\"bool\":{\"must_not\":[{\"exists\":{\"field\":\"items.electronicLocator\"}}]}},\"inner_hits\":{\"sort\":[{\"items.enumerationChronology_sort\":\"desc\"}],\"size\":\"100\",\"from\":0,\"name\":\"items\"}}},{\"nested\":{\"path\":\"items\",\"query\":{\"exists\":{\"field\":\"items.electronicLocator\"}},\"inner_hits\":{\"name\":\"electronicResources\"}}},{\"match_all\":{}}]}}]}}}},\"min_score\":0.65,\"sort\":[\"_score\"],\"_source\":{\"excludes\":[\"uris\",\"*_packed\",\"*_sort\",\"items.*_packed\",\"contentsTitle\",\"items\"]}}", - "querystring": "", - "headers": { - "user-agent": "elasticsearch-js/7.12.0 (darwin 21.6.0-x64; Node.js v18.12.1)", - "x-elastic-client-meta": "es=7.12.0,js=18.12.1,t=7.12.0,hc=18.12.1", - "content-type": "application/json", - "content-length": "1090" - }, - "timeout": 30000 - }, - "options": {}, - "id": 72 - }, - "name": "elasticsearch-js", - "connection": { - "url": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "id": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "headers": {}, - "deadCount": 0, - "resurrectTimeout": 0, - "_openRequests": 0, - "status": "alive", - "roles": { - "master": true, - "data": true, - "ingest": true, - "ml": false - } - }, - "attempts": 0, - "aborted": false - } + "statusCode": 200 } \ No newline at end of file diff --git a/test/fixtures/query-de9396a89b93bb06fbf5487a6fe892b5.json b/test/fixtures/query-de9396a89b93bb06fbf5487a6fe892b5.json new file mode 100644 index 00000000..13516ee9 --- /dev/null +++ b/test/fixtures/query-de9396a89b93bb06fbf5487a6fe892b5.json @@ -0,0 +1,954 @@ +{ + "body": { + "took": 120, + "timed_out": false, + "_shards": { + "total": 3, + "successful": 3, + "failed": 0 + }, + "hits": { + "total": 1, + "max_score": 15.311511, + "hits": [ + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b22144813", + "_score": 15.311511, + "_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" + ], + "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" + ] + }, + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 2, + "max_score": null, + "hits": [ + { + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "enumerationChronology": [ + "v.1" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mall1", + "label": "Schwarzman Building - Main Reading Room 315 - Reference" + } + ], + "holdingLocation_packed": [ + "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" + ], + "idBarcode": [ + "3333333333" + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "urn:barcode:3333333333" + ], + "identifierV2": [ + { + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "type": "bf:ShelfMark" + }, + { + "value": "3333333333", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "requestable": [ + false + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", + "status": [ + { + "id": "status:k", + "label": "Check with staff" + } + ], + "status_packed": [ + "status:k||Check with staff" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ], + "uri": "i37857771" + }, + "sort": [ + " 1-" + ] + }, + { + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "enumerationChronology": [ + "nothing" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmf2", + "label": "Offsite" + } + ], + "holdingLocation_packed": [ + "loc:rcmf2||Offsite" + ], + "idBarcode": [ + "44455533322211" + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "urn:barcode:44455533322211" + ], + "identifierV2": [ + { + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "type": "bf:ShelfMark" + }, + { + "value": "44455533322211", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "requestable": [ + true + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i37857772" + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-286be314fe931d66b3330db990eaff90.json b/test/fixtures/query-ee2b4c88be667bf6a164a326857ed8b5.json similarity index 67% rename from test/fixtures/query-286be314fe931d66b3330db990eaff90.json rename to test/fixtures/query-ee2b4c88be667bf6a164a326857ed8b5.json index 226e64f9..0568d9fb 100644 --- a/test/fixtures/query-286be314fe931d66b3330db990eaff90.json +++ b/test/fixtures/query-ee2b4c88be667bf6a164a326857ed8b5.json @@ -1,6 +1,6 @@ { "body": { - "took": 259, + "took": 352, "timed_out": false, "_shards": { "total": 3, @@ -9,13 +9,13 @@ }, "hits": { "total": 1, - "max_score": 93.21536, + "max_score": 91.4942, "hits": [ { "_index": "resources-2018-04-09", "_type": "resource", "_id": "b13565153", - "_score": 93.21536, + "_score": 91.4942, "_source": { "extent": [ "430 p. : ill. ;" @@ -65,24 +65,24 @@ "dateEndString": [ "1853" ], - "type": [ - "nypl:Item" - ], "title": [ "Gardening for ladies : and, Companion to the flower-garden" ], + "type": [ + "nypl:Item" + ], "shelfMark": [ "VQG (Loudon, J. W. Gardening for ladies. 1854)" ], "numItemVolumesParsed": [ 0 ], - "creatorLiteral": [ - "Loudon, Mrs. (Jane), 1807-1858." - ], "createdString": [ "1854" ], + "creatorLiteral": [ + "Loudon, Mrs. (Jane), 1807-1858." + ], "numElectronicResources": [ 1 ], @@ -92,6 +92,9 @@ "dateStartYear": [ 1854 ], + "idOclc": [ + "31237346" + ], "identifierV2": [ { "type": "bf:ShelfMark", @@ -110,20 +113,18 @@ "value": "(WaOLN)nyp3539974" } ], - "idOclc": [ - "31237346" - ], "dateEndYear": [ 1853 ], - "updatedAt": 1671727849446, + "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:undefined:(WaOLN)nyp3539974" + "urn:identifier:(WaOLN)nyp3539974" ], "numCheckinCardItems": [ 0 @@ -157,25 +158,25 @@ "Gardening for ladies : and, Companion to the flower-garden / by Mrs. Loudon." ], "uri": "b13565153", - "numItems": [ - 1 - ], - "numAvailable": [ - 1 + "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" } ], + "titleAlt": [ + "Companion to the flower-garden.", + "Ladies' companion to the flower garden." + ], "dimensions": [ "20 cm." ] @@ -183,33 +184,9 @@ "inner_hits": { "electronicResources": { "hits": { - "total": 1, - "max_score": 1, - "hits": [ - { - "_nested": { - "field": "items", - "offset": 1 - }, - "_score": 1, - "_source": { - "uri": "i13565153-e", - "electronicLocator": [ - { - "url": "http://babel.hathitrust.org/cgi/pt?id=nyp.33433006564110", - "label": "Full text available via HathiTrust" - } - ], - "type": [ - "bf:Item" - ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "bi13565153-e" - } - } - ] + "total": 0, + "max_score": null, + "hits": [] } }, "items": { @@ -224,24 +201,14 @@ }, "_score": null, "_source": { - "uri": "i10708577", - "status": [ - { - "id": "status:a", - "label": "Available" - } - ], - "status_packed": [ - "status:a||Available" - ], - "owner": [ + "accessMessage": [ { - "id": "orgs:1000", - "label": "Stephen A. Schwarzman Building" + "id": "accessMessage:2", + "label": "Request in advance" } ], - "owner_packed": [ - "orgs:1000||Stephen A. Schwarzman Building" + "accessMessage_packed": [ + "accessMessage:2||Request in advance" ], "catalogItemType": [ { @@ -252,6 +219,9 @@ "catalogItemType_packed": [ "catalogItemType:32||google project, book" ], + "formatLiteral": [ + "Text" + ], "holdingLocation": [ { "id": "loc:rcma2", @@ -261,8 +231,12 @@ "holdingLocation_packed": [ "loc:rcma2||Offsite" ], - "shelfMark": [ - "VQG (Loudon, J. W. Gardening for ladies. 1854)" + "idBarcode": [ + "33433006564110" + ], + "identifier": [ + "urn:shelfmark:VQG (Loudon, J. W. Gardening for ladies. 1854)", + "urn:barcode:33433006564110" ], "identifierV2": [ { @@ -270,41 +244,45 @@ "type": "bf:ShelfMark" }, { - "type": "bf:Barcode", - "value": "33433006564110" + "value": "33433006564110", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1000", + "label": "Stephen A. Schwarzman Building" } ], + "owner_packed": [ + "orgs:1000||Stephen A. Schwarzman Building" + ], "physicalLocation": [ "VQG (Loudon, J. W. Gardening for ladies. 1854)" ], "recapCustomerCode": [ "NL" ], - "identifier": [ - "urn:barcode:33433006564110" - ], - "idBarcode": [ - "33433006564110" - ], "requestable": [ true ], - "accessMessage": [ + "shelfMark": [ + "VQG (Loudon, J. W. Gardening for ladies. 1854)" + ], + "shelfMark_sort": "aVQG (Loudon, J. W. Gardening for ladies. 1854)", + "status": [ { - "id": "accessMessage:2", - "label": "Request in advance" + "id": "status:a", + "label": "Available" } ], - "accessMessage_packed": [ - "accessMessage:2||Request in advance" + "status_packed": [ + "status:a||Available" ], "type": [ "bf:Item" ], - "formatLiteral": [ - "Text" - ], - "shelfMark_sort": "aVQG (Loudon, J. W. Gardening for ladies. 1854)" + "uri": "i10708577" }, "sort": [ null @@ -318,50 +296,5 @@ ] } }, - "statusCode": 200, - "headers": { - "date": "Mon, 11 Mar 2024 15:37:14 GMT", - "content-type": "application/json; charset=UTF-8", - "content-length": "3993", - "connection": "keep-alive", - "access-control-allow-origin": "*" - }, - "meta": { - "context": null, - "request": { - "params": { - "method": "POST", - "path": "/resources-2018-04-09/_search", - "body": "{\"from\":0,\"size\":50,\"query\":{\"function_score\":{\"query\":{\"bool\":{\"must\":[{\"bool\":{\"should\":[{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"VQG \\\\(Loudon, J. W. Gardening for ladies. 1854\\\\)\",\"default_operator\":\"AND\"}},{\"query_string\":{\"fields\":[\"shelfMark\",\"identifierV2.value\",\"uri\",\"identifier\",\"idIsbn_clean\"],\"query\":\"\\\"VQG \\\\(Loudon, J. W. Gardening for ladies. 1854\\\\)\\\"\",\"default_operator\":\"AND\"}},{\"nested\":{\"path\":\"items\",\"query\":{\"query_string\":{\"fields\":[\"items.shelfMark\"],\"query\":\"VQG \\\\(Loudon, J. W. Gardening for ladies. 1854\\\\)\",\"default_operator\":\"AND\"}}}}]}}],\"filter\":[{\"bool\":{\"should\":[{\"nested\":{\"path\":\"items\",\"query\":{\"bool\":{\"must_not\":[{\"exists\":{\"field\":\"items.electronicLocator\"}}]}},\"inner_hits\":{\"sort\":[{\"items.enumerationChronology_sort\":\"desc\"}],\"size\":\"100\",\"from\":0,\"name\":\"items\"}}},{\"nested\":{\"path\":\"items\",\"query\":{\"exists\":{\"field\":\"items.electronicLocator\"}},\"inner_hits\":{\"name\":\"electronicResources\"}}},{\"match_all\":{}}]}}]}}}},\"min_score\":0.65,\"sort\":[\"_score\"],\"_source\":{\"excludes\":[\"uris\",\"*_packed\",\"*_sort\",\"items.*_packed\",\"contentsTitle\",\"items\"]}}", - "querystring": "", - "headers": { - "user-agent": "elasticsearch-js/7.12.0 (darwin 21.6.0-x64; Node.js v18.12.1)", - "x-elastic-client-meta": "es=7.12.0,js=18.12.1,t=7.12.0,hc=18.12.1", - "content-type": "application/json", - "content-length": "1156" - }, - "timeout": 30000 - }, - "options": {}, - "id": 75 - }, - "name": "elasticsearch-js", - "connection": { - "url": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "id": "https://search-discovery-api-production-wio7hqrai645zhzi2cvpitpu6q.us-east-1.es.amazonaws.com/", - "headers": {}, - "deadCount": 0, - "resurrectTimeout": 0, - "_openRequests": 0, - "status": "alive", - "roles": { - "master": true, - "data": true, - "ingest": true, - "ml": false - } - }, - "attempts": 0, - "aborted": false - } + "statusCode": 200 } \ No newline at end of file diff --git a/test/fixtures/query-f334dd5f157274c7d47378a95e264b9c.json b/test/fixtures/query-f334dd5f157274c7d47378a95e264b9c.json new file mode 100644 index 00000000..e00da7aa --- /dev/null +++ b/test/fixtures/query-f334dd5f157274c7d47378a95e264b9c.json @@ -0,0 +1,954 @@ +{ + "body": { + "took": 134, + "timed_out": false, + "_shards": { + "total": 3, + "successful": 3, + "failed": 0 + }, + "hits": { + "total": 1, + "max_score": 14.980111, + "hits": [ + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b22144813", + "_score": 14.980111, + "_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" + ], + "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" + ] + }, + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 2, + "max_score": null, + "hits": [ + { + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "enumerationChronology": [ + "v.1" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mall1", + "label": "Schwarzman Building - Main Reading Room 315 - Reference" + } + ], + "holdingLocation_packed": [ + "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" + ], + "idBarcode": [ + "3333333333" + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "urn:barcode:3333333333" + ], + "identifierV2": [ + { + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "type": "bf:ShelfMark" + }, + { + "value": "3333333333", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "requestable": [ + false + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", + "status": [ + { + "id": "status:k", + "label": "Check with staff" + } + ], + "status_packed": [ + "status:k||Check with staff" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ], + "uri": "i37857771" + }, + "sort": [ + " 1-" + ] + }, + { + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "enumerationChronology": [ + "nothing" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmf2", + "label": "Offsite" + } + ], + "holdingLocation_packed": [ + "loc:rcmf2||Offsite" + ], + "idBarcode": [ + "44455533322211" + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "urn:barcode:44455533322211" + ], + "identifierV2": [ + { + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "type": "bf:ShelfMark" + }, + { + "value": "44455533322211", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "requestable": [ + true + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i37857772" + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/query-f6b7b9f5dde1bbee0240208026e258c8.json b/test/fixtures/query-f6b7b9f5dde1bbee0240208026e258c8.json new file mode 100644 index 00000000..b52e684f --- /dev/null +++ b/test/fixtures/query-f6b7b9f5dde1bbee0240208026e258c8.json @@ -0,0 +1,954 @@ +{ + "body": { + "took": 634, + "timed_out": false, + "_shards": { + "total": 3, + "successful": 3, + "failed": 0 + }, + "hits": { + "total": 1, + "max_score": 51.391922, + "hits": [ + { + "_index": "resources-2018-04-09", + "_type": "resource", + "_id": "b22144813", + "_score": 51.391922, + "_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" + ], + "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" + ] + }, + "inner_hits": { + "electronicResources": { + "hits": { + "total": 0, + "max_score": null, + "hits": [] + } + }, + "items": { + "hits": { + "total": 2, + "max_score": null, + "hits": [ + { + "_nested": { + "field": "items", + "offset": 0 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:1", + "label": "Use in library" + } + ], + "accessMessage_packed": [ + "accessMessage:1||Use in library" + ], + "catalogItemType": [ + { + "id": "catalogItemType:2", + "label": "book non-circ" + } + ], + "catalogItemType_packed": [ + "catalogItemType:2||book non-circ" + ], + "enumerationChronology": [ + "v.1" + ], + "enumerationChronology_sort": [ + " 1-" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:mall1", + "label": "Schwarzman Building - Main Reading Room 315 - Reference" + } + ], + "holdingLocation_packed": [ + "loc:mall1||Schwarzman Building - Main Reading Room 315 - Reference" + ], + "idBarcode": [ + "3333333333" + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "urn:barcode:3333333333" + ], + "identifierV2": [ + { + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1", + "type": "bf:ShelfMark" + }, + { + "value": "3333333333", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1101", + "label": "General Research Division" + } + ], + "owner_packed": [ + "orgs:1101||General Research Division" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "requestable": [ + false + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.1" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER v.000001", + "status": [ + { + "id": "status:k", + "label": "Check with staff" + } + ], + "status_packed": [ + "status:k||Check with staff" + ], + "type": [ + "bf:Item" + ], + "volumeRange": [ + { + "gte": 1, + "lte": 1 + } + ], + "uri": "i37857771" + }, + "sort": [ + " 1-" + ] + }, + { + "_nested": { + "field": "items", + "offset": 1 + }, + "_score": null, + "_source": { + "accessMessage": [ + { + "id": "accessMessage:2", + "label": "Request in advance" + } + ], + "accessMessage_packed": [ + "accessMessage:2||Request in advance" + ], + "catalogItemType": [ + { + "id": "catalogItemType:3", + "label": "serial" + } + ], + "catalogItemType_packed": [ + "catalogItemType:3||serial" + ], + "enumerationChronology": [ + "nothing" + ], + "formatLiteral": [ + "Text" + ], + "holdingLocation": [ + { + "id": "loc:rcmf2", + "label": "Offsite" + } + ], + "holdingLocation_packed": [ + "loc:rcmf2||Offsite" + ], + "idBarcode": [ + "44455533322211" + ], + "identifier": [ + "urn:shelfmark:J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "urn:barcode:44455533322211" + ], + "identifierV2": [ + { + "value": "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "type": "bf:ShelfMark" + }, + { + "value": "44455533322211", + "type": "bf:Barcode" + } + ], + "owner": [ + { + "id": "orgs:1103", + "label": "Dorot Jewish Division" + } + ], + "owner_packed": [ + "orgs:1103||Dorot Jewish Division" + ], + "physicalLocation": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER" + ], + "requestable": [ + true + ], + "shelfMark": [ + "J-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing" + ], + "shelfMark_sort": "aJ-LANG FORMAT Branch -- 091 (C-Tag Branch call) Biographee CUTTER nothing", + "status": [ + { + "id": "status:a", + "label": "Available" + } + ], + "status_packed": [ + "status:a||Available" + ], + "type": [ + "bf:Item" + ], + "uri": "i37857772" + }, + "sort": [ + null + ] + } + ] + } + } + } + } + ] + } + }, + "statusCode": 200 +} \ No newline at end of file diff --git a/test/fixtures/schomburg.js b/test/fixtures/schomburg.js deleted file mode 100644 index e63cdf4c..00000000 --- a/test/fixtures/schomburg.js +++ /dev/null @@ -1,1104 +0,0 @@ -module.exports = { - scff3Microfiche: { - took: 817, - timed_out: false, - _shards: { - total: 3, - successful: 3, - failed: 0 - }, - hits: { - total: 18434492, - max_score: null, - hits: [{ - _index: 'resources-2020-05-08', - _type: 'resource', - _id: 'b10769327', - _version: 6, - found: true, - _source: { - extent: [ - 'v, 107 leaves.' - ], - note: [ - { - noteType: 'Thesis', - label: 'Thesis (Ph. D.)--University of California, Berkeley, June 1977.', - type: 'bf:Note' - }, - { - noteType: 'Bibliography', - label: 'Bibliography: leaves 100-107.', - type: 'bf:Note' - }, - { - noteType: 'Reproduction', - label: 'Microfiche.', - type: 'bf:Note' - } - ], - nyplSource: 'sierra-nypl', - subjectLiteral_exploded: [ - 'African American children', - 'African American children -- Language', - 'African Americans', - 'African Americans -- Study and teaching', - 'Black English', - 'Reading (Elementary)' - ], - language: [ - { - id: 'lang:eng', - label: 'English' - } - ], - createdYear: [ - 1977 - ], - type: [ - 'nypl:Item' - ], - title: [ - 'The effect of Black examiners, who speak Black dialect or standard English, on the test performance of Black second and third grade students administered the survey of primary reading development [microform] / ' - ], - shelfMark: [ - 'Sc Micro F-10210' - ], - creatorLiteral: [ - 'Fisch, Elaine.' - ], - createdString: [ - '1977' - ], - materialType_packed: [ - 'resourcetypes:txt||Text' - ], - language_packed: [ - 'lang:eng||English' - ], - dateStartYear: [ - 1977 - ], - identifierV2: [ - { - type: 'bf:ShelfMark', - value: 'Sc Micro F-10210' - }, - { - type: 'nypl:Bnumber', - value: '10769327' - }, - { - type: 'bf:Identifier', - value: '(WaOLN)nyp0776221' - } - ], - creator_sort: [ - 'fisch, elaine.' - ], - carrierType_packed: [ - 'carriertypes:nc||volume' - ], - issuance_packed: [ - 'urn:biblevel:m||monograph/item' - ], - holdings: [], - updatedAt: 1619446503123, - mediaType_packed: [ - 'mediatypes:n||unmediated' - ], - publicationStatement: [ - '1977.' - ], - identifier: [ - 'urn:bnum:10769327', - 'urn:undefined:(WaOLN)nyp0776221' - ], - materialType: [ - { - id: 'resourcetypes:txt', - label: 'Text' - } - ], - carrierType: [ - { - id: 'carriertypes:nc', - label: 'volume' - } - ], - title_sort: [ - 'the effect of black examiners, who speak black dialect or standard english, on t' - ], - dateString: [ - '1977' - ], - mediaType: [ - { - id: 'mediatypes:n', - label: 'unmediated' - } - ], - subjectLiteral: [ - 'African American children -- Language.', - 'African Americans -- Study and teaching.', - 'Black English.', - 'Reading (Elementary)' - ], - titleDisplay: [ - 'The effect of Black examiners, who speak Black dialect or standard English, on the test performance of Black second and third grade students administered the survey of primary reading development [microform] / by Elaine Fisch.' - ], - uri: 'b10769327', - numItems: [ - 1 - ], - numAvailable: [ - 1 - ], - uris: [ - 'b10769327', - 'b10769327-i13909591' - ], - issuance: [ - { - id: 'urn:biblevel:m', - label: 'monograph/item' - } - ], - items: [ - { - owner: [ - { - id: 'orgs:1114', - label: 'Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division' - } - ], - accessMessage_packed: [ - 'accessMessage:1||Use in library' - ], - identifier: [ - 'urn:barcode:33433058833009' - ], - shelfMark_sort: 'aSc Micro F-10210 no. 000001-2', - catalogItemType_packed: [ - 'catalogItemType:26||microfiche' - ], - accessMessage: [ - { - id: 'accessMessage:1', - label: 'Use in library' - } - ], - status_packed: [ - 'status:a||Available ' - ], - uri: 'i13909591', - shelfMark: [ - 'Sc Micro F-10210 no. 1-2' - ], - identifierV2: [ - { - type: 'bf:ShelfMark', - value: 'Sc Micro F-10210 no. 1-2' - }, - { - type: 'bf:Barcode', - value: '33433058833009' - } - ], - holdingLocation_packed: [ - 'loc:scff3||Schomburg Center - Research & Reference - Desk' - ], - idBarcode: [ - '33433058833009' - ], - owner_packed: [ - 'orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division' - ], - requestable: [ - false - ], - catalogItemType: [ - { - id: 'catalogItemType:26', - label: 'microfiche' - } - ], - status: [ - { - id: 'status:a', - label: 'Available ' - } - ], - holdingLocation: [ - { - id: 'loc:scff3', - label: 'Schomburg Center - Research & Reference - Desk' - } - ] - } - ] - } - }] - } - }, - invalidTypeScff3: { - took: 817, - timed_out: false, - _shards: { - total: 3, - successful: 3, - failed: 0 - }, - hits: { - total: 18434492, - max_score: null, - hits: [ - { - _index: 'resources-2020-05-08', - _type: 'resource', - _id: 'b13643829', - _version: 3, - found: true, - _source: { - extent: [ - '20 p. : ill. ;' - ], - note: [ - { - noteType: 'Note', - label: 'Cover title.', - type: 'bf:Note' - }, - { - noteType: 'Note', - label: 'At head of title: Dark & Lovely.', - type: 'bf:Note' - } - ], - nyplSource: 'sierra-nypl', - subjectLiteral_exploded: [ - 'African American families', - 'Family reunions', - 'Family reunions -- United States', - 'Family reunions -- United States -- Planning', - 'Still family' - ], - publisherLiteral: [ - 's.n.,' - ], - language: [ - { - id: 'lang:eng', - label: 'English' - } - ], - createdYear: [ - 1994 - ], - dateEndString: [ - '1995' - ], - type: [ - 'nypl:Item' - ], - title: [ - 'Proud heritage guide to planning a successful family reunion' - ], - shelfMark: [ - 'Sc D 98-2481' - ], - materialType_packed: [ - 'resourcetypes:txt||Text' - ], - createdString: [ - '1994' - ], - language_packed: [ - 'lang:eng||English' - ], - dateStartYear: [ - 1994 - ], - identifierV2: [ - { - type: 'bf:ShelfMark', - value: 'Sc D 98-2481' - }, - { - type: 'nypl:Bnumber', - value: '13643829' - } - ], - carrierType_packed: [ - 'carriertypes:nc||volume' - ], - issuance_packed: [ - 'urn:biblevel:m||monograph/item' - ], - dateEndYear: [ - 1995 - ], - updatedAt: 1524981554942, - mediaType_packed: [ - 'mediatypes:n||unmediated' - ], - publicationStatement: [ - '[S.l. : s.n., 1994 or 1995]' - ], - identifier: [ - 'urn:bnum:13643829' - ], - materialType: [ - { - id: 'resourcetypes:txt', - label: 'Text' - } - ], - carrierType: [ - { - id: 'carriertypes:nc', - label: 'volume' - } - ], - dateString: [ - '1994' - ], - title_sort: [ - 'proud heritage guide to planning a successful family reunion' - ], - mediaType: [ - { - id: 'mediatypes:n', - label: 'unmediated' - } - ], - subjectLiteral: [ - 'African American families.', - 'Family reunions -- United States -- Planning.', - 'Still family.' - ], - titleDisplay: [ - 'Proud heritage guide to planning a successful family reunion / compliments of the Still family.' - ], - uri: 'b13643829', - numItems: [ - 1 - ], - numAvailable: [ - 1 - ], - uris: [ - 'b13643829', - 'b13643829-i11305566' - ], - placeOfPublication: [ - '[S.l. :' - ], - issuance: [ - { - id: 'urn:biblevel:m', - label: 'monograph/item' - } - ], - items: [ - { - 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:barcode:33433015885043' - ], - catalogItemType_packed: [ - 'catalogItemType:2||book non-circ' - ], - accessMessage: [ - { - id: 'accessMessage:1', - label: 'Use in library' - } - ], - status_packed: [ - 'status:a||Available ' - ], - uri: 'i11305566', - shelfMark: [ - 'Sc D 98-2481' - ], - identifierV2: [ - { - type: 'bf:ShelfMark', - value: 'Sc D 98-2481' - }, - { - type: 'bf:Barcode', - value: '33433015885043' - } - ], - holdingLocation_packed: [ - 'loc:scff3||Schomburg Center - Research & Reference - Desk' - ], - idBarcode: [ - '33433015885043' - ], - 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' - } - ], - status: [ - { - id: 'status:a', - label: 'Available ' - } - ], - holdingLocation: [ - { - id: 'loc:scff3', - label: 'Schomburg Center - Research & Reference - Desk' - } - ] - } - ], - dimensions: [ - '22 cm.' - ] - } - }] - } - }, - scff2Microfilm: { - took: 817, - timed_out: false, - _shards: { - total: 3, - successful: 3, - failed: 0 - }, - hits: { - total: 18434492, - max_score: null, - hits: [{ - _index: 'resources-2020-05-08', - _type: 'resource', - _id: 'b10224367', - _version: 6, - found: true, - _source: { - extent: [ - '223 p.' - ], - note: [ - { - noteType: 'Reproduction', - label: 'Microfilm.', - type: 'bf:Note' - } - ], - nyplSource: 'sierra-nypl', - subjectLiteral_exploded: [ - 'Helper, Hinton Rowan, 1829-1909', - 'Slavery', - 'Slavery -- United States', - 'Slavery -- United States -- Controversial literature', - 'Slavery -- United States -- Controversial literature -- 1860-' - ], - publisherLiteral: [ - 'J. T. Lloyd,' - ], - language: [ - { - id: 'lang:eng', - label: 'English' - } - ], - createdYear: [ - 1860 - ], - type: [ - 'nypl:Item' - ], - title: [ - "Helper's Impending crisis dissected[microform]" - ], - shelfMark: [ - 'Sc Micro R-864 [pt. G]' - ], - creatorLiteral: [ - 'Wolfe, Samuel M.' - ], - createdString: [ - '1860' - ], - materialType_packed: [ - 'resourcetypes:txt||Text' - ], - idLccn: [ - '11017853' - ], - language_packed: [ - 'lang:eng||English' - ], - dateStartYear: [ - 1860 - ], - identifierV2: [ - { - type: 'bf:ShelfMark', - value: 'Sc Micro R-864 [pt. G]' - }, - { - type: 'nypl:Bnumber', - value: '10224367' - }, - { - type: 'bf:Lccn', - value: '11017853' - }, - { - type: 'bf:Identifier', - value: 'NN754080857' - }, - { - type: 'bf:Identifier', - value: '(WaOLN)nyp0226236' - } - ], - creator_sort: [ - 'wolfe, samuel m.' - ], - carrierType_packed: [ - 'carriertypes:nc||volume' - ], - issuance_packed: [ - 'urn:biblevel:m||monograph/item' - ], - holdings: [], - updatedAt: 1619445163123, - mediaType_packed: [ - 'mediatypes:n||unmediated' - ], - publicationStatement: [ - 'Philadelphia: J. T. Lloyd, 1860.' - ], - identifier: [ - 'urn:bnum:10224367', - 'urn:lccn:11017853', - 'urn:undefined:NN754080857', - 'urn:undefined:(WaOLN)nyp0226236' - ], - materialType: [ - { - id: 'resourcetypes:txt', - label: 'Text' - } - ], - carrierType: [ - { - id: 'carriertypes:nc', - label: 'volume' - } - ], - title_sort: [ - "helper's impending crisis dissected[microform]" - ], - dateString: [ - '1860' - ], - mediaType: [ - { - id: 'mediatypes:n', - label: 'unmediated' - } - ], - subjectLiteral: [ - 'Helper, Hinton Rowan, 1829-1909.', - 'Slavery -- United States -- Controversial literature -- 1860-' - ], - titleDisplay: [ - "Helper's Impending crisis dissected[microform] / by Samuel M.Wolfe, Virginia." - ], - uri: 'b10224367', - numItems: [ - 2 - ], - numAvailable: [ - 2 - ], - uris: [ - 'b10224367', - 'b10224367-i24028840', - 'b10224367-i30547944', - 'b10224367-i10053088' - ], - placeOfPublication: [ - 'Philadelphia:' - ], - issuance: [ - { - id: 'urn:biblevel:m', - label: 'monograph/item' - } - ], - items: [ - { - owner: [ - { - id: 'orgs:1114', - label: 'Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division' - } - ], - accessMessage_packed: [ - 'accessMessage:1||Use in library' - ], - identifier: [ - 'urn:barcode:33433016495024' - ], - shelfMark_sort: 'aSc Micro R-000864', - catalogItemType_packed: [ - 'catalogItemType:6||microfilm service copy' - ], - accessMessage: [ - { - id: 'accessMessage:1', - label: 'Use in library' - } - ], - status_packed: [ - 'status:a||Available ' - ], - uri: 'i24028840', - shelfMark: [ - 'Sc Micro R-864' - ], - identifierV2: [ - { - type: 'bf:ShelfMark', - value: 'Sc Micro R-864' - }, - { - type: 'bf:Barcode', - value: '33433016495024' - } - ], - holdingLocation_packed: [ - 'loc:scff2||Schomburg Center - Research & Reference' - ], - idBarcode: [ - '33433016495024' - ], - owner_packed: [ - 'orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division' - ], - requestable: [ - false - ], - catalogItemType: [ - { - id: 'catalogItemType:6', - label: 'microfilm service copy' - } - ], - status: [ - { - id: 'status:a', - label: 'Available ' - } - ], - holdingLocation: [ - { - id: 'loc:scff2', - label: 'Schomburg Center - Research & Reference' - } - ] - }, - { - owner: [ - { - id: 'orgs:1114', - label: 'Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division' - } - ], - accessMessage_packed: [ - 'accessMessage:1||Use in library' - ], - shelfMark_sort: 'aSc Micro R-864 [pt. G]', - catalogItemType_packed: [ - 'catalogItemType:6||microfilm service copy' - ], - accessMessage: [ - { - id: 'accessMessage:1', - label: 'Use in library' - } - ], - status_packed: [ - 'status:a||Available' - ], - uri: 'i10053088', - shelfMark: [ - 'Sc Micro R-864 [pt. G]' - ], - identifierV2: [ - { - type: 'bf:ShelfMark', - value: 'Sc Micro R-864 [pt. G]' - } - ], - holdingLocation_packed: [ - 'loc:scff2||Schomburg Center - Research & Reference' - ], - owner_packed: [ - 'orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division' - ], - requestable: [ - false - ], - catalogItemType: [ - { - id: 'catalogItemType:6', - label: 'microfilm service copy' - } - ], - status: [ - { - id: 'status:a', - label: 'Available' - } - ], - holdingLocation: [ - { - id: 'loc:scff2', - label: 'Schomburg Center - Research & Reference' - } - ] - } - ] - } - }] - } - }, - invalidTypeScff2: { - took: 817, - timed_out: false, - _shards: { - total: 3, - successful: 3, - failed: 0 - }, - hits: { - total: 18434492, - max_score: null, - hits: [{ - _index: 'resources-2020-05-08', - _type: 'resource', - _id: 'b10224367', - _version: 6, - found: true, - _source: { - extent: [ - '223 p.' - ], - note: [ - { - noteType: 'Reproduction', - label: 'Microfilm.', - type: 'bf:Note' - } - ], - nyplSource: 'sierra-nypl', - subjectLiteral_exploded: [ - 'Helper, Hinton Rowan, 1829-1909', - 'Slavery', - 'Slavery -- United States', - 'Slavery -- United States -- Controversial literature', - 'Slavery -- United States -- Controversial literature -- 1860-' - ], - publisherLiteral: [ - 'J. T. Lloyd,' - ], - language: [ - { - id: 'lang:eng', - label: 'English' - } - ], - createdYear: [ - 1860 - ], - type: [ - 'nypl:Item' - ], - title: [ - "Helper's Impending crisis dissected[microform]" - ], - shelfMark: [ - 'Sc Micro R-864 [pt. G]' - ], - creatorLiteral: [ - 'Wolfe, Samuel M.' - ], - createdString: [ - '1860' - ], - materialType_packed: [ - 'resourcetypes:txt||Text' - ], - idLccn: [ - '11017853' - ], - language_packed: [ - 'lang:eng||English' - ], - dateStartYear: [ - 1860 - ], - identifierV2: [ - { - type: 'bf:ShelfMark', - value: 'Sc Micro R-864 [pt. G]' - }, - { - type: 'nypl:Bnumber', - value: '10224367' - }, - { - type: 'bf:Lccn', - value: '11017853' - }, - { - type: 'bf:Identifier', - value: 'NN754080857' - }, - { - type: 'bf:Identifier', - value: '(WaOLN)nyp0226236' - } - ], - creator_sort: [ - 'wolfe, samuel m.' - ], - carrierType_packed: [ - 'carriertypes:nc||volume' - ], - issuance_packed: [ - 'urn:biblevel:m||monograph/item' - ], - holdings: [], - updatedAt: 1619445163123, - mediaType_packed: [ - 'mediatypes:n||unmediated' - ], - publicationStatement: [ - 'Philadelphia: J. T. Lloyd, 1860.' - ], - identifier: [ - 'urn:bnum:10224367', - 'urn:lccn:11017853', - 'urn:undefined:NN754080857', - 'urn:undefined:(WaOLN)nyp0226236' - ], - materialType: [ - { - id: 'resourcetypes:txt', - label: 'Text' - } - ], - carrierType: [ - { - id: 'carriertypes:nc', - label: 'volume' - } - ], - title_sort: [ - "helper's impending crisis dissected[microform]" - ], - dateString: [ - '1860' - ], - mediaType: [ - { - id: 'mediatypes:n', - label: 'unmediated' - } - ], - subjectLiteral: [ - 'Helper, Hinton Rowan, 1829-1909.', - 'Slavery -- United States -- Controversial literature -- 1860-' - ], - titleDisplay: [ - "Helper's Impending crisis dissected[microform] / by Samuel M.Wolfe, Virginia." - ], - uri: 'b10224367', - numItems: [ - 2 - ], - numAvailable: [ - 2 - ], - uris: [ - 'b10224367', - 'b10224367-i24028840', - 'b10224367-i30547944', - 'b10224367-i10053088' - ], - placeOfPublication: [ - 'Philadelphia:' - ], - issuance: [ - { - id: 'urn:biblevel:m', - label: 'monograph/item' - } - ], - items: [ - { - owner: [ - { - id: 'orgs:1114', - label: 'Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division' - } - ], - accessMessage_packed: [ - 'accessMessage:1||Use in library' - ], - identifier: [ - 'urn:barcode:33433016495024' - ], - shelfMark_sort: 'aSc Micro R-000864', - catalogItemType_packed: [ - 'catalogItemType:6||microfilm service copy' - ], - accessMessage: [ - { - id: 'accessMessage:1', - label: 'Use in library' - } - ], - status_packed: [ - 'status:a||Available ' - ], - uri: 'i24028840', - shelfMark: [ - 'Sc Micro R-864' - ], - identifierV2: [ - { - type: 'bf:ShelfMark', - value: 'Sc Micro R-864' - }, - { - type: 'bf:Barcode', - value: '33433016495024' - } - ], - holdingLocation_packed: [ - 'loc:scff2||Schomburg Center - Research & Reference' - ], - idBarcode: [ - '33433016495024' - ], - owner_packed: [ - 'orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division' - ], - requestable: [ - false - ], - catalogItemType: [ - { - id: 'catalogItemType:4', - label: 'microfilm service copy' - } - ], - status: [ - { - id: 'status:a', - label: 'Available ' - } - ], - holdingLocation: [ - { - id: 'loc:scff2', - label: 'Schomburg Center - Research & Reference' - } - ] - }, - { - owner: [ - { - id: 'orgs:1114', - label: 'Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division' - } - ], - accessMessage_packed: [ - 'accessMessage:1||Use in library' - ], - shelfMark_sort: 'aSc Micro R-864 [pt. G]', - catalogItemType_packed: [ - 'catalogItemType:6||microfilm service copy' - ], - accessMessage: [ - { - id: 'accessMessage:1', - label: 'Use in library' - } - ], - status_packed: [ - 'status:a||Available' - ], - uri: 'i10053088', - shelfMark: [ - 'Sc Micro R-864 [pt. G]' - ], - identifierV2: [ - { - type: 'bf:ShelfMark', - value: 'Sc Micro R-864 [pt. G]' - } - ], - holdingLocation_packed: [ - 'loc:scff2||Schomburg Center - Research & Reference' - ], - owner_packed: [ - 'orgs:1114||Schomburg Center for Research in Black Culture, Jean Blackwell Hutson Research and Reference Division' - ], - requestable: [ - false - ], - catalogItemType: [ - { - id: 'catalogItemType:6', - label: 'microfilm service copy' - } - ], - status: [ - { - id: 'status:a', - label: 'Available' - } - ], - holdingLocation: [ - { - id: 'loc:scff2', - label: 'Schomburg Center - Research & Reference' - } - ] - } - ] - } - }] - } - } -} diff --git a/test/fixtures/scsb-by-barcode-fc93667937fec428611fa57b1797d6f1.json b/test/fixtures/scsb-by-barcode-3a5acb02daa746e6e86007d54d2258ae.json similarity index 83% rename from test/fixtures/scsb-by-barcode-fc93667937fec428611fa57b1797d6f1.json rename to test/fixtures/scsb-by-barcode-3a5acb02daa746e6e86007d54d2258ae.json index e75dc2cf..c4320129 100644 --- a/test/fixtures/scsb-by-barcode-fc93667937fec428611fa57b1797d6f1.json +++ b/test/fixtures/scsb-by-barcode-3a5acb02daa746e6e86007d54d2258ae.json @@ -1,12 +1,12 @@ [ { - "itemBarcode": "33433046113795", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "itemBarcode": "33433061318089", + "itemAvailabilityStatus": "Not Available", "errorMessage": null }, { - "itemBarcode": "33433001898497", - "itemAvailabilityStatus": "Available", + "itemBarcode": "33433084847221", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { @@ -19,6 +19,11 @@ "itemAvailabilityStatus": "Available", "errorMessage": null }, + { + "itemBarcode": "33433089337251", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, { "itemBarcode": "33433057030870", "itemAvailabilityStatus": "Available", @@ -35,377 +40,382 @@ "errorMessage": null }, { - "itemBarcode": "33433057030847", + "itemBarcode": "33433058617816", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433057030839", + "itemBarcode": "33433001944960", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433057030821", + "itemBarcode": "33433013221415", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433057030813", + "itemBarcode": "33433013221423", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433057030805", + "itemBarcode": "33433013221407", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433057030797", + "itemBarcode": "33433013501782", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433057030789", + "itemBarcode": "33433001937121", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433057030771", + "itemBarcode": "33433011197476", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433058617816", + "itemBarcode": "33433011197468", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433001997497", + "itemBarcode": "33433011197450", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433014539872", + "itemBarcode": "33433057523718", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433014539880", + "itemBarcode": "33433001707623", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433014539856", + "itemBarcode": "33433003418559", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433013173038", + "itemBarcode": "33433105673499", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433013173053", + "itemBarcode": "33433105674059", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433014539666", - "itemAvailabilityStatus": "Available", + "itemBarcode": "33433030859007", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { - "itemBarcode": "33433001944960", - "itemAvailabilityStatus": "Available", + "itemBarcode": "33433072219805", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { - "itemBarcode": "33433013221423", - "itemAvailabilityStatus": "Available", + "itemBarcode": "33433072219797", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { - "itemBarcode": "33433013221415", - "itemAvailabilityStatus": "Available", + "itemBarcode": "33433017863220", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { - "itemBarcode": "33433013221407", - "itemAvailabilityStatus": "Available", + "itemBarcode": "33433017895651", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { - "itemBarcode": "33433013221399", - "itemAvailabilityStatus": "Available", + "itemBarcode": "33433030890481", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { - "itemBarcode": "33433013221381", - "itemAvailabilityStatus": "Available", + "itemBarcode": "33433076233265", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { - "itemBarcode": "33433013221373", - "itemAvailabilityStatus": "Available", + "itemBarcode": "33433036872368", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { - "itemBarcode": "33433013501782", - "itemAvailabilityStatus": "Available", + "itemBarcode": "33433061038323", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { - "itemBarcode": "33433001937121", - "itemAvailabilityStatus": "Available", + "itemBarcode": "33433059035760", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { - "itemBarcode": "33433011197476", + "itemBarcode": "33433003841073", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433011197468", - "itemAvailabilityStatus": "Available", + "itemBarcode": "33433097665214", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { - "itemBarcode": "33433011197450", + "itemBarcode": "33433004069567", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433011197443", + "itemBarcode": "33433004069559", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433011197435", + "itemBarcode": "33433004069542", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433058069919", + "itemBarcode": "33433004069534", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433001707623", - "itemAvailabilityStatus": "Available", + "itemBarcode": "33433105160679", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { - "itemBarcode": "33433057523718", - "itemAvailabilityStatus": "Available", + "itemBarcode": "33433105160661", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { - "itemBarcode": "33433046113944", + "itemBarcode": "33433105160653", "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { - "itemBarcode": "33433003418559", + "itemBarcode": "33433090390752", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "errorMessage": null + }, + { + "itemBarcode": "33433061354662", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433105673499", + "itemBarcode": "33433061303693", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433105674059", + "itemBarcode": "33433005566249", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433030859007", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "itemBarcode": "33433005566231", + "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433072219805", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "itemBarcode": "33433005566223", + "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433072219797", + "itemBarcode": "33433034815294", "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { - "itemBarcode": "33433036649329", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "itemBarcode": "33433013119130", + "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433021813997", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "itemBarcode": "33433005544246", + "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433017863220", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "itemBarcode": "33433005544238", + "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433058825831", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "itemBarcode": "33433005577105", + "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433036604563", + "itemBarcode": "33433036872814", "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { - "itemBarcode": "33433017895651", + "itemBarcode": "33433057875217", "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { - "itemBarcode": "33433030890481", + "itemBarcode": "33433057875050", "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { - "itemBarcode": "33433021791029", + "itemBarcode": "33433021653690", "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { - "itemBarcode": "33433003630815", + "itemBarcode": "33433079237768", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433031242500", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "itemBarcode": "33433079237776", + "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433031242492", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "itemBarcode": "33433079237784", + "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433076233265", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "itemBarcode": "33433059486757", + "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433036872368", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "itemBarcode": "33433059486500", + "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433061038323", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "itemBarcode": "33433037693862", + "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433036649683", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "itemBarcode": "33433059486724", + "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433036807315", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "itemBarcode": "33433059486450", + "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433059035760", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "itemBarcode": "33433037693870", + "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433058831748", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "itemBarcode": "33433061304865", + "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433003841073", + "itemBarcode": "33433061304857", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433097665214", + "itemBarcode": "33433059585376", "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { - "itemBarcode": "33433037693748", - "itemAvailabilityStatus": "Available", + "itemBarcode": "33433059585368", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { - "itemBarcode": "33433004069567", - "itemAvailabilityStatus": "Available", + "itemBarcode": "33433059585350", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { - "itemBarcode": "33433004069559", + "itemBarcode": "33433105667400", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433004069542", - "itemAvailabilityStatus": "Available", + "itemBarcode": "33433093160137", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { - "itemBarcode": "33433004069534", - "itemAvailabilityStatus": "Available", + "itemBarcode": "33433093160145", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { - "itemBarcode": "33433050352214", + "itemBarcode": "33433093160152", "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { - "itemBarcode": "33433105160679", + "itemBarcode": "33433070348341", "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { - "itemBarcode": "33433105160661", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "itemBarcode": "33433017526959", + "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433105160653", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "itemBarcode": "33433017526942", + "itemAvailabilityStatus": "Not Available", "errorMessage": null }, { - "itemBarcode": "33433105160646", + "itemBarcode": "33433091335061", "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { - "itemBarcode": "33433105160638", + "itemBarcode": "33433091335053", "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { - "itemBarcode": "33433105160620", + "itemBarcode": "33433085274375", "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { - "itemBarcode": "33433105160612", + "itemBarcode": "33433032068110", "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { - "itemBarcode": "33433090390752", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "itemBarcode": "33433106577558", + "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433032723599", + "itemBarcode": "33433106577871", "itemAvailabilityStatus": "Available", "errorMessage": null } diff --git a/test/fixtures/scsb-by-barcode-86d3e2182e29772fa98a527eb571085b.json b/test/fixtures/scsb-by-barcode-3d77f8777cda47bb1b3a3f335ada393b.json similarity index 99% rename from test/fixtures/scsb-by-barcode-86d3e2182e29772fa98a527eb571085b.json rename to test/fixtures/scsb-by-barcode-3d77f8777cda47bb1b3a3f335ada393b.json index c12317b6..842641e8 100644 --- a/test/fixtures/scsb-by-barcode-86d3e2182e29772fa98a527eb571085b.json +++ b/test/fixtures/scsb-by-barcode-3d77f8777cda47bb1b3a3f335ada393b.json @@ -119,11 +119,6 @@ "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, - { - "itemBarcode": "33433014525079", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, { "itemBarcode": "33433096515220", "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", @@ -134,6 +129,11 @@ "itemAvailabilityStatus": "Available", "errorMessage": null }, + { + "itemBarcode": "33433014525079", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, { "itemBarcode": "33433058548284", "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", @@ -216,7 +216,7 @@ }, { "itemBarcode": "33433032678454", - "itemAvailabilityStatus": "Not Available", + "itemAvailabilityStatus": "Available", "errorMessage": null }, { diff --git a/test/fixtures/scsb-by-barcode-5aa8466d9f5620b303b09ea3f221fab2.json b/test/fixtures/scsb-by-barcode-5aa8466d9f5620b303b09ea3f221fab2.json deleted file mode 100644 index 7dd1483c..00000000 --- a/test/fixtures/scsb-by-barcode-5aa8466d9f5620b303b09ea3f221fab2.json +++ /dev/null @@ -1,937 +0,0 @@ -[ - { - "itemBarcode": "33433061318089", - "itemAvailabilityStatus": "Not Available", - "errorMessage": null - }, - { - "itemBarcode": "33433084847221", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433005586197", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433005586189", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433089337251", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057030870", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057030862", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057030854", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057030847", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057030839", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057030821", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057030813", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057030805", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057030797", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057030789", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057030771", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433058617816", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433001944960", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013221423", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013221415", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013221407", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013221399", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013221381", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013221373", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013501782", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433001937121", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433011197476", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433011197468", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433011197450", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433011197443", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433011197435", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433001707623", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057523718", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433003418559", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433105673499", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433105674059", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433030859007", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433072219805", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433072219797", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433017863220", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433017895651", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433030890481", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433076233265", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433036872368", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433061038323", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433059035760", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433003841073", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433097665214", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433004069567", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433004069559", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433004069542", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433004069534", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433105160679", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433105160661", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433105160653", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433105160646", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433105160638", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433105160620", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433105160612", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433090390752", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433061354662", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433061303693", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433005566249", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433005566231", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433005566223", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433005566215", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433005566207", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433034815294", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433013119130", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433005544246", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433005544238", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433005577105", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057875258", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433057875068", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433057875050", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433057875217", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433036872814", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433021653690", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433079237768", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433079237776", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433079237784", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433079237792", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433033482716", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433059486757", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433059486500", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433037693862", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433059486724", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433059486450", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433037693870", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433061304865", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433061304857", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433059585376", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433059585368", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433059585350", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433059585343", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433059585335", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433059585327", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433059585319", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433105667400", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433093160152", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433093160145", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433093160137", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433070348341", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433017526959", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433017526942", - "itemAvailabilityStatus": "Not Available", - "errorMessage": null - }, - { - "itemBarcode": "33433091335061", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433091335053", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433091335046", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433085274375", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433032068110", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433109377063", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433109377055", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433109377048", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433109377030", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433109377022", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433109377014", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433109375604", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433109375596", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433108987573", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433108987565", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433108987557", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433108987540", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433108987532", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433104416387", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433104416379", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433104416361", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433064479821", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433064479813", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433064479805", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433064468642", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433064468634", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433064468626", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433064468618", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433073091195", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433073091187", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433073091179", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433073091161", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433073091153", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433060824954", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433060824947", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433060824939", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433073125142", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433073125134", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433075624639", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433075624647", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433064471521", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433064471539", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433064470556", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433064470564", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433064470549", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433064452521", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433022621332", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433064452513", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433022619146", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433022621456", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433022619021", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433022582096", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433018654123", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433018654248", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433018654362", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433018654487", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433018654602", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433018654115", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433018654230", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433018654354", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433018654479", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433018654594", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433018654107", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433018654222", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433018654347", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433018654461", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433018654586", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433018654099", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433018654214", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433018654339", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433018654453", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433018654578", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433018654081", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433018654206", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433018654446", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433018654560", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433018654073", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433018654198", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433018654313", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433018654321", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433106577558", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433106577871", - "itemAvailabilityStatus": "Available", - "errorMessage": null - } -] \ No newline at end of file diff --git a/test/fixtures/scsb-by-barcode-90631da55eeeb66c5b375de62298d27a.json b/test/fixtures/scsb-by-barcode-6ed56ac8eb33194ca443037d095f9f27.json similarity index 98% rename from test/fixtures/scsb-by-barcode-90631da55eeeb66c5b375de62298d27a.json rename to test/fixtures/scsb-by-barcode-6ed56ac8eb33194ca443037d095f9f27.json index 1641db79..6bdf5b23 100644 --- a/test/fixtures/scsb-by-barcode-90631da55eeeb66c5b375de62298d27a.json +++ b/test/fixtures/scsb-by-barcode-6ed56ac8eb33194ca443037d095f9f27.json @@ -189,11 +189,6 @@ "itemAvailabilityStatus": "Available", "errorMessage": null }, - { - "itemBarcode": "33433002000432", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, { "itemBarcode": "33433004672238", "itemAvailabilityStatus": "Available", diff --git a/test/fixtures/scsb-by-barcode-a240a643965b774ab9384fbfc813a6f3.json b/test/fixtures/scsb-by-barcode-a240a643965b774ab9384fbfc813a6f3.json deleted file mode 100644 index e216aecc..00000000 --- a/test/fixtures/scsb-by-barcode-a240a643965b774ab9384fbfc813a6f3.json +++ /dev/null @@ -1,757 +0,0 @@ -[ - { - "itemBarcode": "33433001707623", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057523718", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013119130", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433005544246", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433005544238", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433068848849", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433012999664", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433012999656", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013000082", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433068817299", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013001759", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013001767", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013002005", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013128214", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013128156", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013128149", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013128164", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433058620984", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013126648", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013128081", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013126325", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013271295", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433121642221", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433117979967", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433117980106", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433085539777", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433085541104", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433074631197", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013574946", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433015942182", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433014575918", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433014575900", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433111366286", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433014576510", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433014576502", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433014576528", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433014576478", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433014576460", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433014576486", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433014576494", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433014576452", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433014576445", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433014576437", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433014576429", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433014576411", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433014576049", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433014576031", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433014576023", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433014576015", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433014575991", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433014576007", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433014575983", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433014575975", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433014575967", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433014575959", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433014575934", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433014575942", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433001543184", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433069710808", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433069710790", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057842282", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057842274", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057842266", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057842258", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057842241", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057842233", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057842225", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057842217", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057842209", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057842191", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433005546423", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433005546415", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433005546647", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433005546639", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433005546621", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433005546613", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433005546605", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433005546597", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433005546589", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057842290", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433005544758", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433005544741", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433005544733", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433005545201", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433005545193", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433005545185", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433005545177", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433005545169", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433005545151", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433005545144", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433005545136", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433005545128", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433014576221", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013122498", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013118769", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013118751", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013118744", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013122290", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013122282", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013122274", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433068812035", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433068812027", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433068812019", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013124239", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013117753", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013126176", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013126085", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013126093", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013123777", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013123785", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013126036", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013119056", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433071260552", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433071260776", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433061320531", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433012997643", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433012997627", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433012997635", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433068805302", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433012997601", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433012996918", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433012998203", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433012998195", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433012998187", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433012998468", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433012998450", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433012998286", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433012997999", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433012997981", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433012997973", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433012998641", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433058618830", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433058618822", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433058618749", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433058618731", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433058618814", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433058618806", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433058618798", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433058618780", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433058618772", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433058618764", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433012999102", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433012999300", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433012999318", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433012999284", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433012999292", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433060421967", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433060421959", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433012998591", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013120096", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013120682", - "itemAvailabilityStatus": "Available", - "errorMessage": null - } -] \ No newline at end of file diff --git a/test/fixtures/scsb-by-barcode-8a1efe7954b1daeec96bdaef058cbad0.json b/test/fixtures/scsb-by-barcode-afe0e930a6fdea689b957827ec04472d.json similarity index 84% rename from test/fixtures/scsb-by-barcode-8a1efe7954b1daeec96bdaef058cbad0.json rename to test/fixtures/scsb-by-barcode-afe0e930a6fdea689b957827ec04472d.json index 7ec10310..3bd44c96 100644 --- a/test/fixtures/scsb-by-barcode-8a1efe7954b1daeec96bdaef058cbad0.json +++ b/test/fixtures/scsb-by-barcode-afe0e930a6fdea689b957827ec04472d.json @@ -54,46 +54,6 @@ "itemAvailabilityStatus": "Available", "errorMessage": null }, - { - "itemBarcode": "33433057030847", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057030839", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057030821", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057030813", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057030805", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057030797", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057030789", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057030771", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, { "itemBarcode": "33433058617816", "itemAvailabilityStatus": "Available", @@ -139,33 +99,18 @@ "itemAvailabilityStatus": "Available", "errorMessage": null }, - { - "itemBarcode": "33433013221423", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, { "itemBarcode": "33433013221415", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433013221407", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013221399", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433013221381", + "itemBarcode": "33433013221423", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433013221373", + "itemBarcode": "33433013221407", "itemAvailabilityStatus": "Available", "errorMessage": null }, @@ -194,28 +139,18 @@ "itemAvailabilityStatus": "Available", "errorMessage": null }, - { - "itemBarcode": "33433011197443", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433011197435", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, { "itemBarcode": "33433058069919", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433001707623", + "itemBarcode": "33433057523718", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433057523718", + "itemBarcode": "33433001707623", "itemAvailabilityStatus": "Available", "errorMessage": null }, @@ -290,13 +225,13 @@ "errorMessage": null }, { - "itemBarcode": "33433021791029", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "itemBarcode": "33433003630815", + "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433003630815", - "itemAvailabilityStatus": "Available", + "itemBarcode": "33433021791029", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { diff --git a/test/fixtures/scsb-by-barcode-9e9a29d34586bc5cca958c5c2e537ee6.json b/test/fixtures/scsb-by-barcode-b86d64b253d74246664ecc0d372f9cd7.json similarity index 100% rename from test/fixtures/scsb-by-barcode-9e9a29d34586bc5cca958c5c2e537ee6.json rename to test/fixtures/scsb-by-barcode-b86d64b253d74246664ecc0d372f9cd7.json index faccfafc..7fb099c6 100644 --- a/test/fixtures/scsb-by-barcode-9e9a29d34586bc5cca958c5c2e537ee6.json +++ b/test/fixtures/scsb-by-barcode-b86d64b253d74246664ecc0d372f9cd7.json @@ -175,13 +175,13 @@ "errorMessage": null }, { - "itemBarcode": "33433101143836", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "itemBarcode": "33433002023293", + "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433002023293", - "itemAvailabilityStatus": "Available", + "itemBarcode": "33433101143836", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { diff --git a/test/fixtures/scsb-by-barcode-bfc351f78a622096ab59425821a2c7f6.json b/test/fixtures/scsb-by-barcode-bfc351f78a622096ab59425821a2c7f6.json new file mode 100644 index 00000000..dd811722 --- /dev/null +++ b/test/fixtures/scsb-by-barcode-bfc351f78a622096ab59425821a2c7f6.json @@ -0,0 +1,327 @@ +[ + { + "itemBarcode": "33433046113795", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "errorMessage": null + }, + { + "itemBarcode": "33433001898497", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433005586197", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433005586189", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433057030870", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433057030862", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433057030854", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433058617816", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433001997497", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433014539872", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433014539880", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433014539856", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433013173038", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433013173053", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433014539666", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433001944960", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433013221415", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433013221423", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433013221407", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433013501782", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433001937121", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433011197476", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433011197468", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433011197450", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433058069919", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433057523718", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433001707623", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433046113944", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "errorMessage": null + }, + { + "itemBarcode": "33433003418559", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433105673499", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433105674059", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433030859007", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "errorMessage": null + }, + { + "itemBarcode": "33433072219805", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "errorMessage": null + }, + { + "itemBarcode": "33433072219797", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "errorMessage": null + }, + { + "itemBarcode": "33433036649329", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "errorMessage": null + }, + { + "itemBarcode": "33433021813997", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "errorMessage": null + }, + { + "itemBarcode": "33433017863220", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "errorMessage": null + }, + { + "itemBarcode": "33433058825831", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "errorMessage": null + }, + { + "itemBarcode": "33433036604563", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "errorMessage": null + }, + { + "itemBarcode": "33433017895651", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "errorMessage": null + }, + { + "itemBarcode": "33433030890481", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "errorMessage": null + }, + { + "itemBarcode": "33433003630815", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433021791029", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "errorMessage": null + }, + { + "itemBarcode": "33433031242500", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "errorMessage": null + }, + { + "itemBarcode": "33433031242492", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "errorMessage": null + }, + { + "itemBarcode": "33433076233265", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "errorMessage": null + }, + { + "itemBarcode": "33433036872368", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "errorMessage": null + }, + { + "itemBarcode": "33433061038323", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "errorMessage": null + }, + { + "itemBarcode": "33433036649683", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "errorMessage": null + }, + { + "itemBarcode": "33433036807315", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "errorMessage": null + }, + { + "itemBarcode": "33433059035760", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "errorMessage": null + }, + { + "itemBarcode": "33433058831748", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "errorMessage": null + }, + { + "itemBarcode": "33433003841073", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433097665214", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "errorMessage": null + }, + { + "itemBarcode": "33433037693748", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433004069567", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433004069559", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433004069542", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433004069534", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433050352214", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "errorMessage": null + }, + { + "itemBarcode": "33433105160679", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "errorMessage": null + }, + { + "itemBarcode": "33433105160661", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "errorMessage": null + }, + { + "itemBarcode": "33433105160653", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "errorMessage": null + }, + { + "itemBarcode": "33433090390752", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "errorMessage": null + }, + { + "itemBarcode": "33433032723599", + "itemAvailabilityStatus": "Available", + "errorMessage": null + } +] \ No newline at end of file diff --git a/test/fixtures/scsb-by-barcode-b03969825ecd51133aa3ec63442c38bc.json b/test/fixtures/scsb-by-barcode-c86fdba33471ba073be076622a4e3591.json similarity index 57% rename from test/fixtures/scsb-by-barcode-b03969825ecd51133aa3ec63442c38bc.json rename to test/fixtures/scsb-by-barcode-c86fdba33471ba073be076622a4e3591.json index 13e263e8..2ab81df3 100644 --- a/test/fixtures/scsb-by-barcode-b03969825ecd51133aa3ec63442c38bc.json +++ b/test/fixtures/scsb-by-barcode-c86fdba33471ba073be076622a4e3591.json @@ -30,13 +30,13 @@ "errorMessage": null }, { - "itemBarcode": "33433101143836", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "itemBarcode": "33433002023293", + "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433002023293", - "itemAvailabilityStatus": "Available", + "itemBarcode": "33433101143836", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { @@ -64,11 +64,6 @@ "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, - { - "itemBarcode": "33433076159494", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, { "itemBarcode": "33433117263263", "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", @@ -80,12 +75,12 @@ "errorMessage": null }, { - "itemBarcode": "33433076137185", + "itemBarcode": "33433019684897", "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { - "itemBarcode": "33433019684897", + "itemBarcode": "33433076137185", "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, @@ -120,12 +115,12 @@ "errorMessage": null }, { - "itemBarcode": "33433058298906", + "itemBarcode": "33433058299276", "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { - "itemBarcode": "33433058299276", + "itemBarcode": "33433058298906", "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, @@ -169,36 +164,6 @@ "itemAvailabilityStatus": "Available", "errorMessage": null }, - { - "itemBarcode": "33433010676850", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433010676843", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433010676835", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433010676827", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433010676819", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433010676801", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, { "itemBarcode": "33433089858876", "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", @@ -229,131 +194,6 @@ "itemAvailabilityStatus": "Available", "errorMessage": null }, - { - "itemBarcode": "33433057102208", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057102190", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057102182", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057102174", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057102166", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057102158", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057102141", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057100301", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057100293", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057100285", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057100277", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057100269", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433057100251", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433089464600", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433031851227", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433031851219", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433062480177", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433062480169", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433062480151", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433062480144", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433062480136", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433062480128", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433062480110", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433062480102", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433062480094", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, { "itemBarcode": "33433092672512", "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", @@ -370,13 +210,13 @@ "errorMessage": null }, { - "itemBarcode": "33433090700216", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "itemBarcode": "33433110386137", + "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433110386137", - "itemAvailabilityStatus": "Available", + "itemBarcode": "33433090700216", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { @@ -439,91 +279,21 @@ "itemAvailabilityStatus": "Available", "errorMessage": null }, - { - "itemBarcode": "33433062614056", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433093588832", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, { "itemBarcode": "33433062614098", "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { - "itemBarcode": "33433093588709", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433062614080", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433093588717", + "itemBarcode": "33433093588832", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433062614072", + "itemBarcode": "33433062614056", "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, - { - "itemBarcode": "33433093588667", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433093588675", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433093588683", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433093588915", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433093588956", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433093588824", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433093588931", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433093588949", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433093588691", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, - { - "itemBarcode": "33433093588923", - "itemAvailabilityStatus": "Available", - "errorMessage": null - }, { "itemBarcode": "33433110389370", "itemAvailabilityStatus": "Available", diff --git a/test/fixtures/scsb-by-barcode-dd9dd92a10ca4d25577f9b525eccf269.json b/test/fixtures/scsb-by-barcode-dd9dd92a10ca4d25577f9b525eccf269.json new file mode 100644 index 00000000..199b6c18 --- /dev/null +++ b/test/fixtures/scsb-by-barcode-dd9dd92a10ca4d25577f9b525eccf269.json @@ -0,0 +1,47 @@ +[ + { + "itemBarcode": "33433076530082", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "errorMessage": null + }, + { + "itemBarcode": "33433076543143", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433115147914", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433105255586", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433074083142", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433116522354", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "errorMessage": null + }, + { + "itemBarcode": "33433099607917", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433099608063", + "itemAvailabilityStatus": "Available", + "errorMessage": null + }, + { + "itemBarcode": "33433099608188", + "itemAvailabilityStatus": "Available", + "errorMessage": null + } +] \ No newline at end of file diff --git a/test/fixtures/scsb-by-barcode-5dc39526e3786ae0cbecbdef1db3e7a4.json b/test/fixtures/scsb-by-barcode-f008d5ab151559cb35574cd929736123.json similarity index 59% rename from test/fixtures/scsb-by-barcode-5dc39526e3786ae0cbecbdef1db3e7a4.json rename to test/fixtures/scsb-by-barcode-f008d5ab151559cb35574cd929736123.json index f0e8386c..c272990b 100644 --- a/test/fixtures/scsb-by-barcode-5dc39526e3786ae0cbecbdef1db3e7a4.json +++ b/test/fixtures/scsb-by-barcode-f008d5ab151559cb35574cd929736123.json @@ -1,477 +1,442 @@ [ { - "itemBarcode": "33433076530082", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433076543143", + "itemBarcode": "33433057523718", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433072299997", + "itemBarcode": "33433001707623", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433076529019", + "itemBarcode": "33433013119130", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433076528763", + "itemBarcode": "33433005544246", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433083531677", + "itemBarcode": "33433005544238", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433086720046", + "itemBarcode": "33433068848849", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433069825366", + "itemBarcode": "33433012999664", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433112607373", + "itemBarcode": "33433012999656", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433101062549", + "itemBarcode": "33433013000082", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433101084204", + "itemBarcode": "33433068817299", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433101072555", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433088832484", + "itemBarcode": "33433013001759", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433084525736", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433102440397", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433102440389", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433078272329", + "itemBarcode": "33433013001767", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433101083917", + "itemBarcode": "33433013002005", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433078272311", + "itemBarcode": "33433013128214", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433078272303", + "itemBarcode": "33433013128164", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433078272295", + "itemBarcode": "33433013128156", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433078272287", + "itemBarcode": "33433013128149", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433078272279", + "itemBarcode": "33433058620984", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433078272261", + "itemBarcode": "33433013126648", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433078272253", + "itemBarcode": "33433013128081", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433078272238", + "itemBarcode": "33433013126325", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433078272220", + "itemBarcode": "33433013271295", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433078272212", + "itemBarcode": "33433121642221", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433078272204", + "itemBarcode": "33433117979967", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433078272246", + "itemBarcode": "33433117980106", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433078272196", - "itemAvailabilityStatus": "Available", + "itemBarcode": "33433069710808", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { - "itemBarcode": "33433078272188", + "itemBarcode": "33433069710790", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433078272170", + "itemBarcode": "33433057842282", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433078272162", + "itemBarcode": "33433005546423", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433078272147", + "itemBarcode": "33433005546415", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433078272139", + "itemBarcode": "33433005546647", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433078272121", + "itemBarcode": "33433057842290", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433078272154", + "itemBarcode": "33433005544758", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433078272113", + "itemBarcode": "33433005544733", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433115147914", + "itemBarcode": "33433005544741", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433105255586", + "itemBarcode": "33433005545177", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433074083142", + "itemBarcode": "33433005545151", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433074083191", + "itemBarcode": "33433005545169", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433074083217", + "itemBarcode": "33433014576221", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433074083209", + "itemBarcode": "33433013122498", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433074083225", + "itemBarcode": "33433013118769", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433074083175", + "itemBarcode": "33433013118751", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433074083159", + "itemBarcode": "33433013122290", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433074083183", + "itemBarcode": "33433013122282", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433116522354", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433121729853", + "itemBarcode": "33433013122274", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433117119341", + "itemBarcode": "33433068812035", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433117979173", + "itemBarcode": "33433068812027", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433112611961", + "itemBarcode": "33433068812019", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433101055220", + "itemBarcode": "33433013124239", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433019857568", + "itemBarcode": "33433013117753", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433060930082", + "itemBarcode": "33433013126176", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433019857550", + "itemBarcode": "33433013126093", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433019857634", + "itemBarcode": "33433013126085", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433019857626", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", - "errorMessage": null - }, - { - "itemBarcode": "33433019857618", + "itemBarcode": "33433013123785", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433019857543", + "itemBarcode": "33433013123777", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433019857600", + "itemBarcode": "33433013126036", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433019857592", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "itemBarcode": "33433013119056", + "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433019857584", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "itemBarcode": "33433071260552", + "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433019857576", + "itemBarcode": "33433071260776", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433019857535", + "itemBarcode": "33433061320531", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433099607917", + "itemBarcode": "33433012997643", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433099608063", + "itemBarcode": "33433012997627", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433099608188", + "itemBarcode": "33433012997635", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433071526242", + "itemBarcode": "33433068805302", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433071526234", + "itemBarcode": "33433012997601", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433071526226", + "itemBarcode": "33433012996918", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433071526218", + "itemBarcode": "33433012998203", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433071526143", + "itemBarcode": "33433012998195", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433105255578", + "itemBarcode": "33433012998187", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433019846223", + "itemBarcode": "33433012998468", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433019846215", + "itemBarcode": "33433012998450", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433019846207", + "itemBarcode": "33433012998286", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433019846199", + "itemBarcode": "33433012997999", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433019846181", + "itemBarcode": "33433012997981", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433019846173", + "itemBarcode": "33433012997973", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433019846165", + "itemBarcode": "33433012998641", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433019846157", + "itemBarcode": "33433058618830", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433019846140", - "itemAvailabilityStatus": "Not Available", + "itemBarcode": "33433058618822", + "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433019846132", - "itemAvailabilityStatus": "Not Available", + "itemBarcode": "33433058618749", + "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433019846124", + "itemBarcode": "33433012999102", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433019846116", + "itemBarcode": "33433012999300", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433019846108", + "itemBarcode": "33433012999318", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433019846090", + "itemBarcode": "33433012999284", "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433019846082", - "itemAvailabilityStatus": "Available", + "itemBarcode": "33433060421967", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { - "itemBarcode": "33433019846074", - "itemAvailabilityStatus": "Available", + "itemBarcode": "33433060421959", + "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", "errorMessage": null }, { - "itemBarcode": "33433019846066", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "itemBarcode": "33433012998591", + "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433019846058", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "itemBarcode": "33433013120096", + "itemAvailabilityStatus": "Available", "errorMessage": null }, { - "itemBarcode": "33433019846041", - "itemAvailabilityStatus": "Item Barcode doesn't exist in SCSB database.", + "itemBarcode": "33433013120682", + "itemAvailabilityStatus": "Available", "errorMessage": null } ] \ No newline at end of file diff --git a/test/requestability_resolver.test.js b/test/requestability_resolver.test.js index 247361bd..0a348373 100644 --- a/test/requestability_resolver.test.js +++ b/test/requestability_resolver.test.js @@ -3,32 +3,8 @@ const elasticSearchResponse = require('./fixtures/elastic_search_response.js') const specRequestableElasticSearchResponse = require('./fixtures/specRequestable-es-response') const eddElasticSearchResponse = require('./fixtures/edd_elastic_search_response') const noBarcodeResponse = require('./fixtures/no_barcode_es_response') -// const { scff3Microfiche, invalidTypeScff3, scff2Microfilm, invalidTypeScff2 } = require('./fixtures/schomburg.js') -const { scff3Microfiche, invalidTypeScff3, invalidTypeScff2 } = require('./fixtures/schomburg.js') describe('RequestabilityResolver', () => { - describe('Schomburg requestability', () => { - it('returns physRequestable true for scff3 microfiche', () => { - const resp = RequestabilityResolver.fixItemRequestability(scff3Microfiche) - const item = resp.hits.hits[0]._source.items[0] - expect(item.physRequestable).to.equal(true) - }) - it('returns physRequestable false for invalid item type, scff3', () => { - const resp = RequestabilityResolver.fixItemRequestability(invalidTypeScff3) - const item = resp.hits.hits[0]._source.items[0] - expect(item.physRequestable).to.equal(false) - }) - // it('returns physRequestable true for scff2 microfilm', () => { - // const resp = RequestabilityResolver.fixItemRequestability(scff2Microfilm) - // const item = resp.hits.hits[0]._source.items[0] - // expect(item.physRequestable).to.be.true - // }) - it('returns physRequestable false for invalid item type, scff2', () => { - const resp = RequestabilityResolver.fixItemRequestability(invalidTypeScff2) - const item = resp.hits.hits[0]._source.items[0] - expect(item.physRequestable).to.equal(false) - }) - }) describe('fixItemRequestability', function () { const NyplResponse = elasticSearchResponse.fakeElasticSearchResponseNyplItem() it('sets physRequestable false for items with no barcodes', () => { @@ -110,6 +86,79 @@ describe('RequestabilityResolver', () => { const notAvailableItem = items.find((item) => item.uri === 'i10283665777') expect(notAvailableItem.requestable[0]).to.equal(true) }) + + describe('On-site edd requestability', function () { + let esResponse + + beforeEach(() => { + const item = { + uri: 'i10283665', + accessMessage: [{ id: 'accessMessage:1' }], + catalogItemType: [{ id: 'catalogItemType:2' }], + status: [{ id: 'status:a' }], + holdingLocation: [{ id: 'loc:scff2' }], + identifier: ['urn:barcode:33433058338470'] + } + esResponse = { hits: { hits: [{ _source: { items: [item] } }] } } + }) + + it('an item that meets all on-site edd criteria is edd-requestable', function () { + let updatedItem = RequestabilityResolver.fixItemRequestability(esResponse) + .hits.hits[0]._source.items[0] + expect(updatedItem.eddRequestable).to.equal(true) + + // Access message '-' still eddRequestable: + esResponse.hits.hits[0]._source.items[0].accessMessage = [ + { id: 'accessMessage:-' } + ] + updatedItem = RequestabilityResolver.fixItemRequestability(esResponse) + .hits.hits[0]._source.items[0] + expect(updatedItem.eddRequestable).to.equal(true) + + // Access message '1' still eddRequestable: + esResponse.hits.hits[0]._source.items[0].accessMessage = [ + { id: 'accessMessage:1' } + ] + updatedItem = RequestabilityResolver.fixItemRequestability(esResponse) + .hits.hits[0]._source.items[0] + expect(updatedItem.eddRequestable).to.equal(true) + + // Status 'na' still eddRequestable: + esResponse.hits.hits[0]._source.items[0].status = [ + { id: 'status:na' } + ] + updatedItem = RequestabilityResolver.fixItemRequestability(esResponse) + .hits.hits[0]._source.items[0] + expect(updatedItem.eddRequestable).to.equal(true) + }) + + it('an item that with an invalid accessMessage is no longer edd-requestable', function () { + esResponse.hits.hits[0]._source.items[0].accessMessage = [ + { id: 'accessMessage:b' } + ] + const updatedItem = RequestabilityResolver.fixItemRequestability(esResponse) + .hits.hits[0]._source.items[0] + expect(updatedItem.eddRequestable).to.equal(false) + }) + + it('an item that with an invalid catalogItemType is no longer edd-requestable', function () { + esResponse.hits.hits[0]._source.items[0].catalogItemType = [ + { id: 'catalogItemType:13' } + ] + const updatedItem = RequestabilityResolver.fixItemRequestability(esResponse) + .hits.hits[0]._source.items[0] + expect(updatedItem.eddRequestable).to.equal(false) + }) + + it('an item that with an invalid status is no longer edd-requestable', function () { + esResponse.hits.hits[0]._source.items[0].status = [ + { id: 'status:o' } + ] + const updatedItem = RequestabilityResolver.fixItemRequestability(esResponse) + .hits.hits[0]._source.items[0] + expect(updatedItem.eddRequestable).to.equal(false) + }) + }) }) describe('Special collections items', function () { diff --git a/test/util.test.js b/test/util.test.js index 5e33a750..c6a4ef71 100644 --- a/test/util.test.js +++ b/test/util.test.js @@ -3,29 +3,6 @@ const { expect } = require('chai') const util = require('../lib/util') describe('Util', function () { - describe('isSchomburg', () => { - it('returns false for non schomburg location', () => { - const item = { - holdingLocation: [ - { - id: 'loc:mal' - } - ] - } - expect(util.isInSchomburg(item)).to.equal(false) - }) - it('returns true for schomburg items', () => { - const item = { - holdingLocation: [ - { - id: 'loc:scff3' - } - ] - } - expect(util.isInSchomburg(item)).to.equal(true) - }) - }) - describe('backslashes', function () { it('escapes specials', function () { const result = util.backslashes('?', 2)