diff --git a/app/indexers/plum_jsonld_converter.rb b/app/indexers/plum_jsonld_converter.rb index f8ea0e65..5a2113e9 100644 --- a/app/indexers/plum_jsonld_converter.rb +++ b/app/indexers/plum_jsonld_converter.rb @@ -47,7 +47,8 @@ def output "date_created" => date_created, "description" => description, "series" => series, - "provenance" => provenance + "provenance" => provenance, + "collections_label" => collections } end @@ -255,4 +256,18 @@ def physical_number def box_physical_number box["box_number"] end + + def collections + eligible_collections.map do |member| + member["title"] + end + end + + # Return all collections which aren't boxes (have a barcode) and which + # aren't the LAE collection (which is every item.) + def eligible_collections + Array.wrap(json["memberOf"]).select do |member| + member["barcode"].blank? && member["title"] != "Latin American Ephemera" + end + end end diff --git a/spec/fixtures/files/plum_records/986ecdfc-7a39-4511-9412-1d5e6edaeaee.jsonld b/spec/fixtures/files/plum_records/986ecdfc-7a39-4511-9412-1d5e6edaeaee.jsonld new file mode 100644 index 00000000..42cc896a --- /dev/null +++ b/spec/fixtures/files/plum_records/986ecdfc-7a39-4511-9412-1d5e6edaeaee.jsonld @@ -0,0 +1,177 @@ +{ + "@context": "https://bibdata.princeton.edu/context.json", + "@id": "https://figgy.princeton.edu/catalog/986ecdfc-7a39-4511-9412-1d5e6edaeaee", + "@type": "pcdm:Object", + "barcode": "32101085320008", + "category": [ + { + "@id": "https://figgy.princeton.edu/catalog/69d9e1d0-7cf2-49e7-9c28-ac03d6628b64", + "@type": "skos:ConceptScheme", + "pref_label": "Tourism" + }, + { + "@id": "https://figgy.princeton.edu/catalog/69d9e1d0-7cf2-49e7-9c28-ac03d6628b64", + "@type": "skos:ConceptScheme", + "pref_label": "Tourism" + }, + { + "@id": "https://figgy.princeton.edu/catalog/69d9e1d0-7cf2-49e7-9c28-ac03d6628b64", + "@type": "skos:ConceptScheme", + "pref_label": "Tourism" + } + ], + "contributor": [ + "Comercializadora de Servicios M\u00e9dicos Cubanos (SMC)" + ], + "coverage": [ + { + "@id": "https://figgy.princeton.edu/catalog/8fcc94cd-3043-4c89-958b-19c8e4f8c416", + "@type": "skos:Concept", + "exact_match": { + "@id": "http://id.loc.gov/vocabulary/countries/cu" + }, + "in_scheme": { + "@id": "https://figgy.princeton.edu/ns/lAEGeographicAreas", + "@type": "skos:ConceptScheme", + "pref_label": "LAE Geographic Areas" + }, + "pref_label": "Cuba" + } + ], + "created": "08/24/20 06:02:18 PM UTC", + "date_created": [ + "2018" + ], + "dcterms_type": [ + { + "@id": "https://figgy.princeton.edu/catalog/42754ac7-7723-4219-81eb-11085946fdca", + "@type": "skos:Concept", + "exact_match": { + "@id": "http://id.loc.gov/vocabulary/graphicMaterials/tgm007415" + }, + "in_scheme": { + "@id": "https://figgy.princeton.edu/ns/lAEGenres", + "@type": "skos:ConceptScheme", + "pref_label": "LAE Genres" + }, + "pref_label": "Pamphlets" + } + ], + "edm_rights": { + "@id": "http://rightsstatements.org/vocab/CNE/1.0/", + "@type": "dcterms:RightsStatement", + "pref_label": "Copyright Not Evaluated" + }, + "folder_number": "142", + "height": [ + "13" + ], + "is_part_of": "Latin American Ephemera", + "label": "Folder 142", + "language": [ + { + "@id": "https://figgy.princeton.edu/catalog/1bb6e264-8b3a-452c-9bc5-10e1c4c98c3e", + "@type": "skos:Concept", + "exact_match": { + "@id": "http://id.loc.gov/vocabulary/iso639-1/es" + }, + "in_scheme": { + "@id": "https://figgy.princeton.edu/ns/lAELanguages", + "@type": "skos:ConceptScheme", + "pref_label": "LAE Languages" + }, + "pref_label": "Spanish" + } + ], + "memberOf": [ + { + "@id": "https://figgy.princeton.edu/catalog/9c1af234-a3d6-45bb-9ade-dd461f3d6578", + "@type": "pcdm:Collection", + "title": "Tourism in Cuba" + }, + { + "@id": "https://figgy.princeton.edu/catalog/d7c889ba-9992-494e-8fe4-2c4a9b3c3d7d", + "@type": "pcdm:Collection", + "title": "Latin American Ephemera" + }, + { + "@id": "https://figgy.princeton.edu/catalog/1d245989-e0fd-44ad-8839-f811c77e4170", + "@type": "pcdm:Collection", + "barcode": "32101085320008", + "box_number": "102", + "label": "Box 102" + } + ], + "modified": "12/18/20 07:23:06 PM UTC", + "origin_place": [ + { + "@id": "https://figgy.princeton.edu/catalog/8fcc94cd-3043-4c89-958b-19c8e4f8c416", + "@type": "skos:Concept", + "exact_match": { + "@id": "http://id.loc.gov/vocabulary/countries/cu" + }, + "in_scheme": { + "@id": "https://figgy.princeton.edu/ns/lAEGeographicAreas", + "@type": "skos:ConceptScheme", + "pref_label": "LAE Geographic Areas" + }, + "pref_label": "Cuba" + } + ], + "page_count": "68", + "publisher": [ + "Revista M\u00e1s Cuba" + ], + "sort_title": [ + "pasaporte tur\u00edstico y gastron\u00f3mico." + ], + "subject": [ + { + "@id": "https://figgy.princeton.edu/catalog/a51c7f0b-4203-4ae9-b063-3e03fac1832b", + "@type": "skos:Concept", + "exact_match": { + "@id": "http://id.loc.gov/authorities/subjects/sh88000359" + }, + "in_scheme": { + "@id": "https://figgy.princeton.edu/ns/lAESubjects/tourism", + "@type": "skos:ConceptScheme", + "pref_label": "Tourism" + }, + "pref_label": "Advertising--Tourism" + }, + { + "@id": "https://figgy.princeton.edu/catalog/1ab0e166-4ebb-42a2-af47-566958588062", + "@type": "skos:Concept", + "exact_match": { + "@id": "http://id.loc.gov/authorities/subjects/sh85057716" + }, + "in_scheme": { + "@id": "https://figgy.princeton.edu/ns/lAESubjects/tourism", + "@type": "skos:ConceptScheme", + "pref_label": "Tourism" + }, + "pref_label": "Guidebooks" + }, + { + "@id": "https://figgy.princeton.edu/catalog/25fb6dfc-11b8-4ecc-bc53-8decb5a0dc51", + "@type": "skos:Concept", + "exact_match": { + "@id": "http://id.loc.gov/authorities/subjects/sh2003000021" + }, + "in_scheme": { + "@id": "https://figgy.princeton.edu/ns/lAESubjects/tourism", + "@type": "skos:ConceptScheme", + "pref_label": "Tourism" + }, + "pref_label": "Tourism and gastronomy" + } + ], + "system_created_at": "2020-08-24T18:02:18Z", + "system_updated_at": "2020-12-18T19:23:06Z", + "title": [ + "Pasaporte tur\u00edstico y gastron\u00f3mico." + ], + "width": [ + "9" + ] +} diff --git a/spec/fixtures/files/plum_records/986ecdfc-7a39-4511-9412-1d5e6edaeaee.manifest.json b/spec/fixtures/files/plum_records/986ecdfc-7a39-4511-9412-1d5e6edaeaee.manifest.json new file mode 100644 index 00000000..6744cccb --- /dev/null +++ b/spec/fixtures/files/plum_records/986ecdfc-7a39-4511-9412-1d5e6edaeaee.manifest.json @@ -0,0 +1 @@ +{"@context":"http://iiif.io/api/presentation/2/context.json","@type":"sc:Manifest","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest","label":["Pasaporte turístico y gastronómico."],"viewingHint":"individuals","metadata":[{"label":"Barcode","value":["32101109443489"]},{"label":"Folder Number","value":["142"]},{"label":"Title","value":["Pasaporte turístico y gastronómico."]},{"label":"Language","value":["Spanish"]},{"label":"Genre","value":["Pamphlets"]},{"label":"Width","value":["9"]},{"label":"Height","value":["13"]},{"label":"Page Count","value":["68"]},{"label":"Contributor","value":["Comercializadora de Servicios Médicos Cubanos (SMC)"]},{"label":"Publisher","value":["Revista Más Cuba"]},{"label":"Geographic Origin","value":["Cuba"]},{"label":"Geo Subject","value":["Cuba"]},{"label":"Date Created","value":["2018"]},{"label":"Member Of Collections","value":["Tourism in Cuba"]},{"label":"Subject","value":["Advertising--Tourism","Guidebooks","Tourism and gastronomy"]},{"label":"Categories","value":[{"id":{"id":"69d9e1d0-7cf2-49e7-9c28-ac03d6628b64"},"internal_resource":"EphemeraVocabulary","created_at":"10/06/17 07:48:38 PM UTC","updated_at":"03/09/18 08:20:12 PM UTC","new_record":false,"read_groups":[],"read_users":[],"edit_users":[],"edit_groups":[],"label":"Tourism","uri":"https://figgy.princeton.edu/ns/lAESubjects/tourism","definition":null,"member_of_vocabulary_id":[{"id":"94ac8724-64e5-4f46-bbe1-991d6cdd438f"}]},{"id":{"id":"69d9e1d0-7cf2-49e7-9c28-ac03d6628b64"},"internal_resource":"EphemeraVocabulary","created_at":"10/06/17 07:48:38 PM UTC","updated_at":"03/09/18 08:20:12 PM UTC","new_record":false,"read_groups":[],"read_users":[],"edit_users":[],"edit_groups":[],"label":"Tourism","uri":"https://figgy.princeton.edu/ns/lAESubjects/tourism","definition":null,"member_of_vocabulary_id":[{"id":"94ac8724-64e5-4f46-bbe1-991d6cdd438f"}]},{"id":{"id":"69d9e1d0-7cf2-49e7-9c28-ac03d6628b64"},"internal_resource":"EphemeraVocabulary","created_at":"10/06/17 07:48:38 PM UTC","updated_at":"03/09/18 08:20:12 PM UTC","new_record":false,"read_groups":[],"read_users":[],"edit_users":[],"edit_groups":[],"label":"Tourism","uri":"https://figgy.princeton.edu/ns/lAESubjects/tourism","definition":null,"member_of_vocabulary_id":[{"id":"94ac8724-64e5-4f46-bbe1-991d6cdd438f"}]}]}],"sequences":[{"@type":"sc:Sequence","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/sequence/normal","rendering":[{"@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/pdf","label":"Download as PDF","format":"application/pdf"}],"canvases":[{"@type":"sc:Canvas","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/0eae6a7d-87a8-4d58-9ae4-e4c434f8a0a1","label":"1","rendering":[{"@id":"https://figgy.princeton.edu/concern/file_sets/0eae6a7d-87a8-4d58-9ae4-e4c434f8a0a1/text","format":"text/plain","label":"Download page text"},{"@id":"https://figgy.princeton.edu/downloads/0eae6a7d-87a8-4d58-9ae4-e4c434f8a0a1/file/e3a9781c-3399-41a7-ad14-20f9a9ad856a","label":"Download the original file","format":"image/tiff"}],"width":8258,"height":5524,"images":[{"@type":"oa:Annotation","motivation":"sc:painting","resource":{"@type":"dctypes:Image","@id":"https://iiif-cloud.princeton.edu/iiif/2/ad%2Fd9%2F17%2Fadd917b723794d4b9caac7755dcaf180%2Fintermediate_file/full/1000,/0/default.jpg","height":5524,"width":8258,"format":"image/jpeg","service":{"@context":"http://iiif.io/api/image/2/context.json","@id":"https://iiif-cloud.princeton.edu/iiif/2/ad%2Fd9%2F17%2Fadd917b723794d4b9caac7755dcaf180%2Fintermediate_file","profile":"http://iiif.io/api/image/2/level2.json"}},"@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/image/0eae6a7d-87a8-4d58-9ae4-e4c434f8a0a1","on":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/0eae6a7d-87a8-4d58-9ae4-e4c434f8a0a1"}]},{"@type":"sc:Canvas","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/3d19be26-fe60-4607-9a87-8d15a2b2cfd3","label":"2","rendering":[{"@id":"https://figgy.princeton.edu/concern/file_sets/3d19be26-fe60-4607-9a87-8d15a2b2cfd3/text","format":"text/plain","label":"Download page text"},{"@id":"https://figgy.princeton.edu/downloads/3d19be26-fe60-4607-9a87-8d15a2b2cfd3/file/fbe484b7-d3d6-46b7-aaa4-8593a07aa52d","label":"Download the original file","format":"image/tiff"}],"width":2906,"height":2047,"images":[{"@type":"oa:Annotation","motivation":"sc:painting","resource":{"@type":"dctypes:Image","@id":"https://iiif-cloud.princeton.edu/iiif/2/16%2F49%2F26%2F1649262736bd427bbd1e42354b412f90%2Fintermediate_file/full/1000,/0/default.jpg","height":2047,"width":2906,"format":"image/jpeg","service":{"@context":"http://iiif.io/api/image/2/context.json","@id":"https://iiif-cloud.princeton.edu/iiif/2/16%2F49%2F26%2F1649262736bd427bbd1e42354b412f90%2Fintermediate_file","profile":"http://iiif.io/api/image/2/level2.json"}},"@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/image/3d19be26-fe60-4607-9a87-8d15a2b2cfd3","on":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/3d19be26-fe60-4607-9a87-8d15a2b2cfd3"}]},{"@type":"sc:Canvas","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/e02989f4-0efe-401b-95a0-589431a5af55","label":"3","rendering":[{"@id":"https://figgy.princeton.edu/concern/file_sets/e02989f4-0efe-401b-95a0-589431a5af55/text","format":"text/plain","label":"Download page text"},{"@id":"https://figgy.princeton.edu/downloads/e02989f4-0efe-401b-95a0-589431a5af55/file/3350d4df-3c77-4322-9438-d78ad21242d9","label":"Download the original file","format":"image/tiff"}],"width":2907,"height":2049,"images":[{"@type":"oa:Annotation","motivation":"sc:painting","resource":{"@type":"dctypes:Image","@id":"https://iiif-cloud.princeton.edu/iiif/2/b5%2F4b%2F3e%2Fb54b3e86a0b34c76add93d0f7ad9d7d0%2Fintermediate_file/full/1000,/0/default.jpg","height":2049,"width":2907,"format":"image/jpeg","service":{"@context":"http://iiif.io/api/image/2/context.json","@id":"https://iiif-cloud.princeton.edu/iiif/2/b5%2F4b%2F3e%2Fb54b3e86a0b34c76add93d0f7ad9d7d0%2Fintermediate_file","profile":"http://iiif.io/api/image/2/level2.json"}},"@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/image/e02989f4-0efe-401b-95a0-589431a5af55","on":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/e02989f4-0efe-401b-95a0-589431a5af55"}]},{"@type":"sc:Canvas","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/56576150-3725-4e46-90a8-c59281ba79ec","label":"4","rendering":[{"@id":"https://figgy.princeton.edu/concern/file_sets/56576150-3725-4e46-90a8-c59281ba79ec/text","format":"text/plain","label":"Download page text"},{"@id":"https://figgy.princeton.edu/downloads/56576150-3725-4e46-90a8-c59281ba79ec/file/d73faa5c-1495-4489-82bd-1dfe3662b65f","label":"Download the original file","format":"image/tiff"}],"width":2909,"height":2051,"images":[{"@type":"oa:Annotation","motivation":"sc:painting","resource":{"@type":"dctypes:Image","@id":"https://iiif-cloud.princeton.edu/iiif/2/c1%2F1f%2Fc3%2Fc11fc3022f5c4f86b191b66e0787411a%2Fintermediate_file/full/1000,/0/default.jpg","height":2051,"width":2909,"format":"image/jpeg","service":{"@context":"http://iiif.io/api/image/2/context.json","@id":"https://iiif-cloud.princeton.edu/iiif/2/c1%2F1f%2Fc3%2Fc11fc3022f5c4f86b191b66e0787411a%2Fintermediate_file","profile":"http://iiif.io/api/image/2/level2.json"}},"@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/image/56576150-3725-4e46-90a8-c59281ba79ec","on":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/56576150-3725-4e46-90a8-c59281ba79ec"}]},{"@type":"sc:Canvas","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/f766dbf9-a959-4ca4-85d1-55bc161bb289","label":"5","rendering":[{"@id":"https://figgy.princeton.edu/concern/file_sets/f766dbf9-a959-4ca4-85d1-55bc161bb289/text","format":"text/plain","label":"Download page text"},{"@id":"https://figgy.princeton.edu/downloads/f766dbf9-a959-4ca4-85d1-55bc161bb289/file/728161c3-d776-4dcf-b870-0336b393e6b1","label":"Download the original file","format":"image/tiff"}],"width":2912,"height":2051,"images":[{"@type":"oa:Annotation","motivation":"sc:painting","resource":{"@type":"dctypes:Image","@id":"https://iiif-cloud.princeton.edu/iiif/2/82%2Fe1%2F49%2F82e1498f40484d588d493d474fed36c4%2Fintermediate_file/full/1000,/0/default.jpg","height":2051,"width":2912,"format":"image/jpeg","service":{"@context":"http://iiif.io/api/image/2/context.json","@id":"https://iiif-cloud.princeton.edu/iiif/2/82%2Fe1%2F49%2F82e1498f40484d588d493d474fed36c4%2Fintermediate_file","profile":"http://iiif.io/api/image/2/level2.json"}},"@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/image/f766dbf9-a959-4ca4-85d1-55bc161bb289","on":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/f766dbf9-a959-4ca4-85d1-55bc161bb289"}]},{"@type":"sc:Canvas","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/60c7f917-3348-46cc-956d-521a38a91624","label":"6","rendering":[{"@id":"https://figgy.princeton.edu/concern/file_sets/60c7f917-3348-46cc-956d-521a38a91624/text","format":"text/plain","label":"Download page text"},{"@id":"https://figgy.princeton.edu/downloads/60c7f917-3348-46cc-956d-521a38a91624/file/6a23aaaf-f681-47d2-86c9-e587345f5dee","label":"Download the original file","format":"image/tiff"}],"width":2910,"height":2045,"images":[{"@type":"oa:Annotation","motivation":"sc:painting","resource":{"@type":"dctypes:Image","@id":"https://iiif-cloud.princeton.edu/iiif/2/ee%2F87%2Fa3%2Fee87a38e7e3b45cda9d906d71b08573f%2Fintermediate_file/full/1000,/0/default.jpg","height":2045,"width":2910,"format":"image/jpeg","service":{"@context":"http://iiif.io/api/image/2/context.json","@id":"https://iiif-cloud.princeton.edu/iiif/2/ee%2F87%2Fa3%2Fee87a38e7e3b45cda9d906d71b08573f%2Fintermediate_file","profile":"http://iiif.io/api/image/2/level2.json"}},"@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/image/60c7f917-3348-46cc-956d-521a38a91624","on":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/60c7f917-3348-46cc-956d-521a38a91624"}]},{"@type":"sc:Canvas","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/5cf41786-463c-4187-83bf-59b9a5c457cb","label":"7","rendering":[{"@id":"https://figgy.princeton.edu/concern/file_sets/5cf41786-463c-4187-83bf-59b9a5c457cb/text","format":"text/plain","label":"Download page text"},{"@id":"https://figgy.princeton.edu/downloads/5cf41786-463c-4187-83bf-59b9a5c457cb/file/794b1153-3080-4b84-aadc-afe6287fd18c","label":"Download the original file","format":"image/tiff"}],"width":2913,"height":2045,"images":[{"@type":"oa:Annotation","motivation":"sc:painting","resource":{"@type":"dctypes:Image","@id":"https://iiif-cloud.princeton.edu/iiif/2/04%2F60%2F6b%2F04606b71c3694a6893c6b44145b85927%2Fintermediate_file/full/1000,/0/default.jpg","height":2045,"width":2913,"format":"image/jpeg","service":{"@context":"http://iiif.io/api/image/2/context.json","@id":"https://iiif-cloud.princeton.edu/iiif/2/04%2F60%2F6b%2F04606b71c3694a6893c6b44145b85927%2Fintermediate_file","profile":"http://iiif.io/api/image/2/level2.json"}},"@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/image/5cf41786-463c-4187-83bf-59b9a5c457cb","on":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/5cf41786-463c-4187-83bf-59b9a5c457cb"}]},{"@type":"sc:Canvas","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/51a5da4c-8785-4d66-869c-d16fccba137a","label":"8","rendering":[{"@id":"https://figgy.princeton.edu/concern/file_sets/51a5da4c-8785-4d66-869c-d16fccba137a/text","format":"text/plain","label":"Download page text"},{"@id":"https://figgy.princeton.edu/downloads/51a5da4c-8785-4d66-869c-d16fccba137a/file/1c924d35-4277-4d61-8e11-e00552b2d03f","label":"Download the original file","format":"image/tiff"}],"width":2889,"height":2043,"images":[{"@type":"oa:Annotation","motivation":"sc:painting","resource":{"@type":"dctypes:Image","@id":"https://iiif-cloud.princeton.edu/iiif/2/7d%2F2f%2F69%2F7d2f69d43e224921ac1d26439aa2f27f%2Fintermediate_file/full/1000,/0/default.jpg","height":2043,"width":2889,"format":"image/jpeg","service":{"@context":"http://iiif.io/api/image/2/context.json","@id":"https://iiif-cloud.princeton.edu/iiif/2/7d%2F2f%2F69%2F7d2f69d43e224921ac1d26439aa2f27f%2Fintermediate_file","profile":"http://iiif.io/api/image/2/level2.json"}},"@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/image/51a5da4c-8785-4d66-869c-d16fccba137a","on":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/51a5da4c-8785-4d66-869c-d16fccba137a"}]},{"@type":"sc:Canvas","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/839ac8be-d36d-4169-a423-84c31a59c5b1","label":"9","rendering":[{"@id":"https://figgy.princeton.edu/concern/file_sets/839ac8be-d36d-4169-a423-84c31a59c5b1/text","format":"text/plain","label":"Download page text"},{"@id":"https://figgy.princeton.edu/downloads/839ac8be-d36d-4169-a423-84c31a59c5b1/file/c6ecc96e-51ba-44f0-a28f-50a1c0ad103f","label":"Download the original file","format":"image/tiff"}],"width":2890,"height":2043,"images":[{"@type":"oa:Annotation","motivation":"sc:painting","resource":{"@type":"dctypes:Image","@id":"https://iiif-cloud.princeton.edu/iiif/2/7b%2Fab%2Fd1%2F7babd136430a4e4889a8a1cb93bc10fd%2Fintermediate_file/full/1000,/0/default.jpg","height":2043,"width":2890,"format":"image/jpeg","service":{"@context":"http://iiif.io/api/image/2/context.json","@id":"https://iiif-cloud.princeton.edu/iiif/2/7b%2Fab%2Fd1%2F7babd136430a4e4889a8a1cb93bc10fd%2Fintermediate_file","profile":"http://iiif.io/api/image/2/level2.json"}},"@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/image/839ac8be-d36d-4169-a423-84c31a59c5b1","on":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/839ac8be-d36d-4169-a423-84c31a59c5b1"}]},{"@type":"sc:Canvas","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/89545817-2005-4e8b-9534-ced9eae7dcb3","label":"10","rendering":[{"@id":"https://figgy.princeton.edu/concern/file_sets/89545817-2005-4e8b-9534-ced9eae7dcb3/text","format":"text/plain","label":"Download page text"},{"@id":"https://figgy.princeton.edu/downloads/89545817-2005-4e8b-9534-ced9eae7dcb3/file/3a258732-5589-4a69-9eeb-fbb61e32ea85","label":"Download the original file","format":"image/tiff"}],"width":2889,"height":2042,"images":[{"@type":"oa:Annotation","motivation":"sc:painting","resource":{"@type":"dctypes:Image","@id":"https://iiif-cloud.princeton.edu/iiif/2/1a%2Fa9%2Fbf%2F1aa9bf53468f42c5a6ec7931fddc520f%2Fintermediate_file/full/1000,/0/default.jpg","height":2042,"width":2889,"format":"image/jpeg","service":{"@context":"http://iiif.io/api/image/2/context.json","@id":"https://iiif-cloud.princeton.edu/iiif/2/1a%2Fa9%2Fbf%2F1aa9bf53468f42c5a6ec7931fddc520f%2Fintermediate_file","profile":"http://iiif.io/api/image/2/level2.json"}},"@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/image/89545817-2005-4e8b-9534-ced9eae7dcb3","on":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/89545817-2005-4e8b-9534-ced9eae7dcb3"}]},{"@type":"sc:Canvas","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/194fba8e-5b1a-4f62-b5c2-0aff21e5fbf7","label":"11","rendering":[{"@id":"https://figgy.princeton.edu/concern/file_sets/194fba8e-5b1a-4f62-b5c2-0aff21e5fbf7/text","format":"text/plain","label":"Download page text"},{"@id":"https://figgy.princeton.edu/downloads/194fba8e-5b1a-4f62-b5c2-0aff21e5fbf7/file/8a9e1514-5c6f-4efc-bc45-393732965b3c","label":"Download the original file","format":"image/tiff"}],"width":2892,"height":2053,"images":[{"@type":"oa:Annotation","motivation":"sc:painting","resource":{"@type":"dctypes:Image","@id":"https://iiif-cloud.princeton.edu/iiif/2/17%2F2c%2F4d%2F172c4d2dbee644f99768a0d211c823fa%2Fintermediate_file/full/1000,/0/default.jpg","height":2053,"width":2892,"format":"image/jpeg","service":{"@context":"http://iiif.io/api/image/2/context.json","@id":"https://iiif-cloud.princeton.edu/iiif/2/17%2F2c%2F4d%2F172c4d2dbee644f99768a0d211c823fa%2Fintermediate_file","profile":"http://iiif.io/api/image/2/level2.json"}},"@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/image/194fba8e-5b1a-4f62-b5c2-0aff21e5fbf7","on":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/194fba8e-5b1a-4f62-b5c2-0aff21e5fbf7"}]},{"@type":"sc:Canvas","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/2a25c1a4-3bd5-45f4-b43c-65bd1bd22ce8","label":"12","rendering":[{"@id":"https://figgy.princeton.edu/concern/file_sets/2a25c1a4-3bd5-45f4-b43c-65bd1bd22ce8/text","format":"text/plain","label":"Download page text"},{"@id":"https://figgy.princeton.edu/downloads/2a25c1a4-3bd5-45f4-b43c-65bd1bd22ce8/file/6dca358f-dfd0-4ce6-b5f6-56be90631b3c","label":"Download the original file","format":"image/tiff"}],"width":2892,"height":2052,"images":[{"@type":"oa:Annotation","motivation":"sc:painting","resource":{"@type":"dctypes:Image","@id":"https://iiif-cloud.princeton.edu/iiif/2/4d%2Ff5%2F21%2F4df521c50bd1453a90824e5b2dddc377%2Fintermediate_file/full/1000,/0/default.jpg","height":2052,"width":2892,"format":"image/jpeg","service":{"@context":"http://iiif.io/api/image/2/context.json","@id":"https://iiif-cloud.princeton.edu/iiif/2/4d%2Ff5%2F21%2F4df521c50bd1453a90824e5b2dddc377%2Fintermediate_file","profile":"http://iiif.io/api/image/2/level2.json"}},"@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/image/2a25c1a4-3bd5-45f4-b43c-65bd1bd22ce8","on":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/2a25c1a4-3bd5-45f4-b43c-65bd1bd22ce8"}]},{"@type":"sc:Canvas","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/07cd5a02-814d-42a9-b43c-cb7bdec89393","label":"13","rendering":[{"@id":"https://figgy.princeton.edu/concern/file_sets/07cd5a02-814d-42a9-b43c-cb7bdec89393/text","format":"text/plain","label":"Download page text"},{"@id":"https://figgy.princeton.edu/downloads/07cd5a02-814d-42a9-b43c-cb7bdec89393/file/2020d19e-6819-441f-9c21-7ab7894e7347","label":"Download the original file","format":"image/tiff"}],"width":2896,"height":2041,"images":[{"@type":"oa:Annotation","motivation":"sc:painting","resource":{"@type":"dctypes:Image","@id":"https://iiif-cloud.princeton.edu/iiif/2/8c%2Fcf%2F97%2F8ccf977ecd5d4da8b862a5dbd17c0f8d%2Fintermediate_file/full/1000,/0/default.jpg","height":2041,"width":2896,"format":"image/jpeg","service":{"@context":"http://iiif.io/api/image/2/context.json","@id":"https://iiif-cloud.princeton.edu/iiif/2/8c%2Fcf%2F97%2F8ccf977ecd5d4da8b862a5dbd17c0f8d%2Fintermediate_file","profile":"http://iiif.io/api/image/2/level2.json"}},"@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/image/07cd5a02-814d-42a9-b43c-cb7bdec89393","on":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/07cd5a02-814d-42a9-b43c-cb7bdec89393"}]},{"@type":"sc:Canvas","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/f637ff84-6a15-4deb-a9fd-bf36ec76d415","label":"14","rendering":[{"@id":"https://figgy.princeton.edu/concern/file_sets/f637ff84-6a15-4deb-a9fd-bf36ec76d415/text","format":"text/plain","label":"Download page text"},{"@id":"https://figgy.princeton.edu/downloads/f637ff84-6a15-4deb-a9fd-bf36ec76d415/file/27d038e2-37c4-4c8e-82e1-6825b9242ecb","label":"Download the original file","format":"image/tiff"}],"width":2894,"height":2054,"images":[{"@type":"oa:Annotation","motivation":"sc:painting","resource":{"@type":"dctypes:Image","@id":"https://iiif-cloud.princeton.edu/iiif/2/1d%2F8b%2F88%2F1d8b88927fe04dc58dc9030c87174e00%2Fintermediate_file/full/1000,/0/default.jpg","height":2054,"width":2894,"format":"image/jpeg","service":{"@context":"http://iiif.io/api/image/2/context.json","@id":"https://iiif-cloud.princeton.edu/iiif/2/1d%2F8b%2F88%2F1d8b88927fe04dc58dc9030c87174e00%2Fintermediate_file","profile":"http://iiif.io/api/image/2/level2.json"}},"@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/image/f637ff84-6a15-4deb-a9fd-bf36ec76d415","on":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/f637ff84-6a15-4deb-a9fd-bf36ec76d415"}]},{"@type":"sc:Canvas","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/93696506-8c73-434e-95e3-1fcab4e62f9b","label":"15","rendering":[{"@id":"https://figgy.princeton.edu/concern/file_sets/93696506-8c73-434e-95e3-1fcab4e62f9b/text","format":"text/plain","label":"Download page text"},{"@id":"https://figgy.princeton.edu/downloads/93696506-8c73-434e-95e3-1fcab4e62f9b/file/f16d2306-fb54-4668-8ff0-afbd9626cf68","label":"Download the original file","format":"image/tiff"}],"width":2872,"height":2046,"images":[{"@type":"oa:Annotation","motivation":"sc:painting","resource":{"@type":"dctypes:Image","@id":"https://iiif-cloud.princeton.edu/iiif/2/d3%2Fcf%2F0d%2Fd3cf0d73962c432c8e06eb6b4e4c86df%2Fintermediate_file/full/1000,/0/default.jpg","height":2046,"width":2872,"format":"image/jpeg","service":{"@context":"http://iiif.io/api/image/2/context.json","@id":"https://iiif-cloud.princeton.edu/iiif/2/d3%2Fcf%2F0d%2Fd3cf0d73962c432c8e06eb6b4e4c86df%2Fintermediate_file","profile":"http://iiif.io/api/image/2/level2.json"}},"@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/image/93696506-8c73-434e-95e3-1fcab4e62f9b","on":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/93696506-8c73-434e-95e3-1fcab4e62f9b"}]},{"@type":"sc:Canvas","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/fa97ff6b-6e20-4f38-9213-82eae61583a1","label":"16","rendering":[{"@id":"https://figgy.princeton.edu/concern/file_sets/fa97ff6b-6e20-4f38-9213-82eae61583a1/text","format":"text/plain","label":"Download page text"},{"@id":"https://figgy.princeton.edu/downloads/fa97ff6b-6e20-4f38-9213-82eae61583a1/file/9fbdc499-f98b-4448-9810-6f2775f5383a","label":"Download the original file","format":"image/tiff"}],"width":2875,"height":2048,"images":[{"@type":"oa:Annotation","motivation":"sc:painting","resource":{"@type":"dctypes:Image","@id":"https://iiif-cloud.princeton.edu/iiif/2/be%2Fbd%2F47%2Fbebd47d332ce4292947c2b22bc9a0ac8%2Fintermediate_file/full/1000,/0/default.jpg","height":2048,"width":2875,"format":"image/jpeg","service":{"@context":"http://iiif.io/api/image/2/context.json","@id":"https://iiif-cloud.princeton.edu/iiif/2/be%2Fbd%2F47%2Fbebd47d332ce4292947c2b22bc9a0ac8%2Fintermediate_file","profile":"http://iiif.io/api/image/2/level2.json"}},"@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/image/fa97ff6b-6e20-4f38-9213-82eae61583a1","on":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/fa97ff6b-6e20-4f38-9213-82eae61583a1"}]},{"@type":"sc:Canvas","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/7a53df96-cb54-4648-91db-79ed69b41dbe","label":"17","rendering":[{"@id":"https://figgy.princeton.edu/concern/file_sets/7a53df96-cb54-4648-91db-79ed69b41dbe/text","format":"text/plain","label":"Download page text"},{"@id":"https://figgy.princeton.edu/downloads/7a53df96-cb54-4648-91db-79ed69b41dbe/file/f8b68afe-ee97-4016-b1f1-91748d31255b","label":"Download the original file","format":"image/tiff"}],"width":2877,"height":2056,"images":[{"@type":"oa:Annotation","motivation":"sc:painting","resource":{"@type":"dctypes:Image","@id":"https://iiif-cloud.princeton.edu/iiif/2/19%2Fd3%2Fa4%2F19d3a465294d475388cca18c3eb96892%2Fintermediate_file/full/1000,/0/default.jpg","height":2056,"width":2877,"format":"image/jpeg","service":{"@context":"http://iiif.io/api/image/2/context.json","@id":"https://iiif-cloud.princeton.edu/iiif/2/19%2Fd3%2Fa4%2F19d3a465294d475388cca18c3eb96892%2Fintermediate_file","profile":"http://iiif.io/api/image/2/level2.json"}},"@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/image/7a53df96-cb54-4648-91db-79ed69b41dbe","on":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/7a53df96-cb54-4648-91db-79ed69b41dbe"}]},{"@type":"sc:Canvas","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/749196b0-cb33-4383-9dd1-55bc3f0b60da","label":"18","rendering":[{"@id":"https://figgy.princeton.edu/concern/file_sets/749196b0-cb33-4383-9dd1-55bc3f0b60da/text","format":"text/plain","label":"Download page text"},{"@id":"https://figgy.princeton.edu/downloads/749196b0-cb33-4383-9dd1-55bc3f0b60da/file/282d58f6-85ba-4cfd-bb49-5f9a686a9452","label":"Download the original file","format":"image/tiff"}],"width":2876,"height":2053,"images":[{"@type":"oa:Annotation","motivation":"sc:painting","resource":{"@type":"dctypes:Image","@id":"https://iiif-cloud.princeton.edu/iiif/2/cd%2F14%2F6f%2Fcd146ff8bd0a4ab0887c4160ec00d25f%2Fintermediate_file/full/1000,/0/default.jpg","height":2053,"width":2876,"format":"image/jpeg","service":{"@context":"http://iiif.io/api/image/2/context.json","@id":"https://iiif-cloud.princeton.edu/iiif/2/cd%2F14%2F6f%2Fcd146ff8bd0a4ab0887c4160ec00d25f%2Fintermediate_file","profile":"http://iiif.io/api/image/2/level2.json"}},"@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/image/749196b0-cb33-4383-9dd1-55bc3f0b60da","on":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/749196b0-cb33-4383-9dd1-55bc3f0b60da"}]},{"@type":"sc:Canvas","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/0dd7b548-8fd9-4c6b-ad69-075da7603e97","label":"19","rendering":[{"@id":"https://figgy.princeton.edu/concern/file_sets/0dd7b548-8fd9-4c6b-ad69-075da7603e97/text","format":"text/plain","label":"Download page text"},{"@id":"https://figgy.princeton.edu/downloads/0dd7b548-8fd9-4c6b-ad69-075da7603e97/file/f26a985d-1276-4d60-910b-ab641ce5feed","label":"Download the original file","format":"image/tiff"}],"width":2842,"height":2040,"images":[{"@type":"oa:Annotation","motivation":"sc:painting","resource":{"@type":"dctypes:Image","@id":"https://iiif-cloud.princeton.edu/iiif/2/e3%2F20%2F9c%2Fe3209c53f4c141a59e19d517be1f8db6%2Fintermediate_file/full/1000,/0/default.jpg","height":2040,"width":2842,"format":"image/jpeg","service":{"@context":"http://iiif.io/api/image/2/context.json","@id":"https://iiif-cloud.princeton.edu/iiif/2/e3%2F20%2F9c%2Fe3209c53f4c141a59e19d517be1f8db6%2Fintermediate_file","profile":"http://iiif.io/api/image/2/level2.json"}},"@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/image/0dd7b548-8fd9-4c6b-ad69-075da7603e97","on":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/0dd7b548-8fd9-4c6b-ad69-075da7603e97"}]},{"@type":"sc:Canvas","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/938279c5-140f-4ddf-aaae-606be79ec055","label":"20","rendering":[{"@id":"https://figgy.princeton.edu/concern/file_sets/938279c5-140f-4ddf-aaae-606be79ec055/text","format":"text/plain","label":"Download page text"},{"@id":"https://figgy.princeton.edu/downloads/938279c5-140f-4ddf-aaae-606be79ec055/file/17998698-f258-48cc-a09c-7197cdea3daf","label":"Download the original file","format":"image/tiff"}],"width":2850,"height":2048,"images":[{"@type":"oa:Annotation","motivation":"sc:painting","resource":{"@type":"dctypes:Image","@id":"https://iiif-cloud.princeton.edu/iiif/2/6e%2Fb4%2Fcb%2F6eb4cb81aa624fbcad0f9d69f7a4a24c%2Fintermediate_file/full/1000,/0/default.jpg","height":2048,"width":2850,"format":"image/jpeg","service":{"@context":"http://iiif.io/api/image/2/context.json","@id":"https://iiif-cloud.princeton.edu/iiif/2/6e%2Fb4%2Fcb%2F6eb4cb81aa624fbcad0f9d69f7a4a24c%2Fintermediate_file","profile":"http://iiif.io/api/image/2/level2.json"}},"@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/image/938279c5-140f-4ddf-aaae-606be79ec055","on":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/938279c5-140f-4ddf-aaae-606be79ec055"}]},{"@type":"sc:Canvas","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/099553c7-89ab-46d0-b8cd-e9324d8b1651","label":"21","rendering":[{"@id":"https://figgy.princeton.edu/concern/file_sets/099553c7-89ab-46d0-b8cd-e9324d8b1651/text","format":"text/plain","label":"Download page text"},{"@id":"https://figgy.princeton.edu/downloads/099553c7-89ab-46d0-b8cd-e9324d8b1651/file/87326627-2171-4aa9-a311-a21142355978","label":"Download the original file","format":"image/tiff"}],"width":2857,"height":2049,"images":[{"@type":"oa:Annotation","motivation":"sc:painting","resource":{"@type":"dctypes:Image","@id":"https://iiif-cloud.princeton.edu/iiif/2/46%2Fa0%2F41%2F46a041c97278462a913a24d936e2bc2f%2Fintermediate_file/full/1000,/0/default.jpg","height":2049,"width":2857,"format":"image/jpeg","service":{"@context":"http://iiif.io/api/image/2/context.json","@id":"https://iiif-cloud.princeton.edu/iiif/2/46%2Fa0%2F41%2F46a041c97278462a913a24d936e2bc2f%2Fintermediate_file","profile":"http://iiif.io/api/image/2/level2.json"}},"@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/image/099553c7-89ab-46d0-b8cd-e9324d8b1651","on":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/099553c7-89ab-46d0-b8cd-e9324d8b1651"}]},{"@type":"sc:Canvas","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/ee1bb382-3935-4afd-848f-7418e2a6fea7","label":"22","rendering":[{"@id":"https://figgy.princeton.edu/concern/file_sets/ee1bb382-3935-4afd-848f-7418e2a6fea7/text","format":"text/plain","label":"Download page text"},{"@id":"https://figgy.princeton.edu/downloads/ee1bb382-3935-4afd-848f-7418e2a6fea7/file/c098ce5e-0db3-4bef-b121-497e0c3cc03f","label":"Download the original file","format":"image/tiff"}],"width":2864,"height":2055,"images":[{"@type":"oa:Annotation","motivation":"sc:painting","resource":{"@type":"dctypes:Image","@id":"https://iiif-cloud.princeton.edu/iiif/2/fc%2Fd4%2F08%2Ffcd408b2302a41ff820e7246c7d9d7e3%2Fintermediate_file/full/1000,/0/default.jpg","height":2055,"width":2864,"format":"image/jpeg","service":{"@context":"http://iiif.io/api/image/2/context.json","@id":"https://iiif-cloud.princeton.edu/iiif/2/fc%2Fd4%2F08%2Ffcd408b2302a41ff820e7246c7d9d7e3%2Fintermediate_file","profile":"http://iiif.io/api/image/2/level2.json"}},"@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/image/ee1bb382-3935-4afd-848f-7418e2a6fea7","on":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/ee1bb382-3935-4afd-848f-7418e2a6fea7"}]},{"@type":"sc:Canvas","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/ec4349ec-b196-4073-be7f-a93278f54de0","label":"23","rendering":[{"@id":"https://figgy.princeton.edu/concern/file_sets/ec4349ec-b196-4073-be7f-a93278f54de0/text","format":"text/plain","label":"Download page text"},{"@id":"https://figgy.princeton.edu/downloads/ec4349ec-b196-4073-be7f-a93278f54de0/file/cd5bd66b-064f-4615-84fe-a76c128ed3f9","label":"Download the original file","format":"image/tiff"}],"width":2874,"height":2055,"images":[{"@type":"oa:Annotation","motivation":"sc:painting","resource":{"@type":"dctypes:Image","@id":"https://iiif-cloud.princeton.edu/iiif/2/c5%2Ff4%2Ff6%2Fc5f4f68cfe16433da16fe02f06869aab%2Fintermediate_file/full/1000,/0/default.jpg","height":2055,"width":2874,"format":"image/jpeg","service":{"@context":"http://iiif.io/api/image/2/context.json","@id":"https://iiif-cloud.princeton.edu/iiif/2/c5%2Ff4%2Ff6%2Fc5f4f68cfe16433da16fe02f06869aab%2Fintermediate_file","profile":"http://iiif.io/api/image/2/level2.json"}},"@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/image/ec4349ec-b196-4073-be7f-a93278f54de0","on":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/ec4349ec-b196-4073-be7f-a93278f54de0"}]},{"@type":"sc:Canvas","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/3d93bfd0-4215-43b1-8837-b36205fd41e0","label":"24","rendering":[{"@id":"https://figgy.princeton.edu/concern/file_sets/3d93bfd0-4215-43b1-8837-b36205fd41e0/text","format":"text/plain","label":"Download page text"},{"@id":"https://figgy.princeton.edu/downloads/3d93bfd0-4215-43b1-8837-b36205fd41e0/file/623a4a52-e970-41d6-8e23-6ac3c009d73a","label":"Download the original file","format":"image/tiff"}],"width":2890,"height":2072,"images":[{"@type":"oa:Annotation","motivation":"sc:painting","resource":{"@type":"dctypes:Image","@id":"https://iiif-cloud.princeton.edu/iiif/2/9d%2F25%2Ff0%2F9d25f0f829e04c50815827316d1a0009%2Fintermediate_file/full/1000,/0/default.jpg","height":2072,"width":2890,"format":"image/jpeg","service":{"@context":"http://iiif.io/api/image/2/context.json","@id":"https://iiif-cloud.princeton.edu/iiif/2/9d%2F25%2Ff0%2F9d25f0f829e04c50815827316d1a0009%2Fintermediate_file","profile":"http://iiif.io/api/image/2/level2.json"}},"@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/image/3d93bfd0-4215-43b1-8837-b36205fd41e0","on":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/3d93bfd0-4215-43b1-8837-b36205fd41e0"}]},{"@type":"sc:Canvas","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/279ea823-48fe-4f8d-bbe8-9c3affb01e17","label":"25","rendering":[{"@id":"https://figgy.princeton.edu/concern/file_sets/279ea823-48fe-4f8d-bbe8-9c3affb01e17/text","format":"text/plain","label":"Download page text"},{"@id":"https://figgy.princeton.edu/downloads/279ea823-48fe-4f8d-bbe8-9c3affb01e17/file/e3f2ec25-c1bc-4de8-8dc3-ed8526fe9bfc","label":"Download the original file","format":"image/tiff"}],"width":2888,"height":2061,"images":[{"@type":"oa:Annotation","motivation":"sc:painting","resource":{"@type":"dctypes:Image","@id":"https://iiif-cloud.princeton.edu/iiif/2/e3%2Ff1%2F24%2Fe3f1249ac2834b088b7e9c0b8fb63546%2Fintermediate_file/full/1000,/0/default.jpg","height":2061,"width":2888,"format":"image/jpeg","service":{"@context":"http://iiif.io/api/image/2/context.json","@id":"https://iiif-cloud.princeton.edu/iiif/2/e3%2Ff1%2F24%2Fe3f1249ac2834b088b7e9c0b8fb63546%2Fintermediate_file","profile":"http://iiif.io/api/image/2/level2.json"}},"@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/image/279ea823-48fe-4f8d-bbe8-9c3affb01e17","on":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/279ea823-48fe-4f8d-bbe8-9c3affb01e17"}]},{"@type":"sc:Canvas","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/15ec29da-8752-4ed3-94d9-ef93728ba752","label":"26","rendering":[{"@id":"https://figgy.princeton.edu/concern/file_sets/15ec29da-8752-4ed3-94d9-ef93728ba752/text","format":"text/plain","label":"Download page text"},{"@id":"https://figgy.princeton.edu/downloads/15ec29da-8752-4ed3-94d9-ef93728ba752/file/4d62cd18-f80a-4537-960b-e0474e91b8df","label":"Download the original file","format":"image/tiff"}],"width":2879,"height":2049,"images":[{"@type":"oa:Annotation","motivation":"sc:painting","resource":{"@type":"dctypes:Image","@id":"https://iiif-cloud.princeton.edu/iiif/2/dd%2Fe8%2F46%2Fdde84634a05e457ea03003c3701ed357%2Fintermediate_file/full/1000,/0/default.jpg","height":2049,"width":2879,"format":"image/jpeg","service":{"@context":"http://iiif.io/api/image/2/context.json","@id":"https://iiif-cloud.princeton.edu/iiif/2/dd%2Fe8%2F46%2Fdde84634a05e457ea03003c3701ed357%2Fintermediate_file","profile":"http://iiif.io/api/image/2/level2.json"}},"@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/image/15ec29da-8752-4ed3-94d9-ef93728ba752","on":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/15ec29da-8752-4ed3-94d9-ef93728ba752"}]},{"@type":"sc:Canvas","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/4337f4cc-4f31-4570-a0ec-74be7c189474","label":"27","rendering":[{"@id":"https://figgy.princeton.edu/concern/file_sets/4337f4cc-4f31-4570-a0ec-74be7c189474/text","format":"text/plain","label":"Download page text"},{"@id":"https://figgy.princeton.edu/downloads/4337f4cc-4f31-4570-a0ec-74be7c189474/file/a9260e09-da23-48ed-ab93-40065e90f5be","label":"Download the original file","format":"image/tiff"}],"width":2892,"height":2057,"images":[{"@type":"oa:Annotation","motivation":"sc:painting","resource":{"@type":"dctypes:Image","@id":"https://iiif-cloud.princeton.edu/iiif/2/1c%2F9f%2Fd8%2F1c9fd86ab6c8490fae877ae37cb949ea%2Fintermediate_file/full/1000,/0/default.jpg","height":2057,"width":2892,"format":"image/jpeg","service":{"@context":"http://iiif.io/api/image/2/context.json","@id":"https://iiif-cloud.princeton.edu/iiif/2/1c%2F9f%2Fd8%2F1c9fd86ab6c8490fae877ae37cb949ea%2Fintermediate_file","profile":"http://iiif.io/api/image/2/level2.json"}},"@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/image/4337f4cc-4f31-4570-a0ec-74be7c189474","on":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/4337f4cc-4f31-4570-a0ec-74be7c189474"}]},{"@type":"sc:Canvas","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/dd9400c2-2c91-4f12-a449-ac2ff54dff4e","label":"28","rendering":[{"@id":"https://figgy.princeton.edu/concern/file_sets/dd9400c2-2c91-4f12-a449-ac2ff54dff4e/text","format":"text/plain","label":"Download page text"},{"@id":"https://figgy.princeton.edu/downloads/dd9400c2-2c91-4f12-a449-ac2ff54dff4e/file/4343f3bd-2e4d-4812-91a6-35f72e5816ae","label":"Download the original file","format":"image/tiff"}],"width":2889,"height":2048,"images":[{"@type":"oa:Annotation","motivation":"sc:painting","resource":{"@type":"dctypes:Image","@id":"https://iiif-cloud.princeton.edu/iiif/2/92%2Fb2%2F80%2F92b280c56f2042219091eb6909bbb7af%2Fintermediate_file/full/1000,/0/default.jpg","height":2048,"width":2889,"format":"image/jpeg","service":{"@context":"http://iiif.io/api/image/2/context.json","@id":"https://iiif-cloud.princeton.edu/iiif/2/92%2Fb2%2F80%2F92b280c56f2042219091eb6909bbb7af%2Fintermediate_file","profile":"http://iiif.io/api/image/2/level2.json"}},"@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/image/dd9400c2-2c91-4f12-a449-ac2ff54dff4e","on":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/dd9400c2-2c91-4f12-a449-ac2ff54dff4e"}]},{"@type":"sc:Canvas","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/600f774f-f2a6-479f-aa78-d7dc3ad985f6","label":"29","rendering":[{"@id":"https://figgy.princeton.edu/concern/file_sets/600f774f-f2a6-479f-aa78-d7dc3ad985f6/text","format":"text/plain","label":"Download page text"},{"@id":"https://figgy.princeton.edu/downloads/600f774f-f2a6-479f-aa78-d7dc3ad985f6/file/7951bbaa-ef01-411f-a985-fbf767733d91","label":"Download the original file","format":"image/tiff"}],"width":2887,"height":2044,"images":[{"@type":"oa:Annotation","motivation":"sc:painting","resource":{"@type":"dctypes:Image","@id":"https://iiif-cloud.princeton.edu/iiif/2/53%2Fef%2F79%2F53ef796c02c241be8da03bb75bfb3eb8%2Fintermediate_file/full/1000,/0/default.jpg","height":2044,"width":2887,"format":"image/jpeg","service":{"@context":"http://iiif.io/api/image/2/context.json","@id":"https://iiif-cloud.princeton.edu/iiif/2/53%2Fef%2F79%2F53ef796c02c241be8da03bb75bfb3eb8%2Fintermediate_file","profile":"http://iiif.io/api/image/2/level2.json"}},"@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/image/600f774f-f2a6-479f-aa78-d7dc3ad985f6","on":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/600f774f-f2a6-479f-aa78-d7dc3ad985f6"}]},{"@type":"sc:Canvas","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/e4d1b0aa-4aa0-40b3-96b0-cb055536d97d","label":"30","rendering":[{"@id":"https://figgy.princeton.edu/concern/file_sets/e4d1b0aa-4aa0-40b3-96b0-cb055536d97d/text","format":"text/plain","label":"Download page text"},{"@id":"https://figgy.princeton.edu/downloads/e4d1b0aa-4aa0-40b3-96b0-cb055536d97d/file/6cb251b5-d573-4776-83b4-6627bcd547b7","label":"Download the original file","format":"image/tiff"}],"width":2893,"height":2053,"images":[{"@type":"oa:Annotation","motivation":"sc:painting","resource":{"@type":"dctypes:Image","@id":"https://iiif-cloud.princeton.edu/iiif/2/d5%2Fd8%2F79%2Fd5d87991276f420e93dc60d051953d01%2Fintermediate_file/full/1000,/0/default.jpg","height":2053,"width":2893,"format":"image/jpeg","service":{"@context":"http://iiif.io/api/image/2/context.json","@id":"https://iiif-cloud.princeton.edu/iiif/2/d5%2Fd8%2F79%2Fd5d87991276f420e93dc60d051953d01%2Fintermediate_file","profile":"http://iiif.io/api/image/2/level2.json"}},"@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/image/e4d1b0aa-4aa0-40b3-96b0-cb055536d97d","on":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/e4d1b0aa-4aa0-40b3-96b0-cb055536d97d"}]},{"@type":"sc:Canvas","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/b7c656c5-9446-4835-be96-f122a091aa4d","label":"31","rendering":[{"@id":"https://figgy.princeton.edu/concern/file_sets/b7c656c5-9446-4835-be96-f122a091aa4d/text","format":"text/plain","label":"Download page text"},{"@id":"https://figgy.princeton.edu/downloads/b7c656c5-9446-4835-be96-f122a091aa4d/file/a531f240-87b4-4f0f-a23c-9a352b6d5fa9","label":"Download the original file","format":"image/tiff"}],"width":2912,"height":2048,"images":[{"@type":"oa:Annotation","motivation":"sc:painting","resource":{"@type":"dctypes:Image","@id":"https://iiif-cloud.princeton.edu/iiif/2/fc%2F67%2Fde%2Ffc67de886b814028844826d3cab6cc3f%2Fintermediate_file/full/1000,/0/default.jpg","height":2048,"width":2912,"format":"image/jpeg","service":{"@context":"http://iiif.io/api/image/2/context.json","@id":"https://iiif-cloud.princeton.edu/iiif/2/fc%2F67%2Fde%2Ffc67de886b814028844826d3cab6cc3f%2Fintermediate_file","profile":"http://iiif.io/api/image/2/level2.json"}},"@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/image/b7c656c5-9446-4835-be96-f122a091aa4d","on":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/b7c656c5-9446-4835-be96-f122a091aa4d"}]},{"@type":"sc:Canvas","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/ef270a01-825b-4f17-b3de-a0c018cbd85b","label":"32","rendering":[{"@id":"https://figgy.princeton.edu/concern/file_sets/ef270a01-825b-4f17-b3de-a0c018cbd85b/text","format":"text/plain","label":"Download page text"},{"@id":"https://figgy.princeton.edu/downloads/ef270a01-825b-4f17-b3de-a0c018cbd85b/file/4dd877d3-c851-4b2b-b9be-dfbb995d3d05","label":"Download the original file","format":"image/tiff"}],"width":2871,"height":2051,"images":[{"@type":"oa:Annotation","motivation":"sc:painting","resource":{"@type":"dctypes:Image","@id":"https://iiif-cloud.princeton.edu/iiif/2/59%2F28%2Fdb%2F5928dba7323e435991262948ae5100f5%2Fintermediate_file/full/1000,/0/default.jpg","height":2051,"width":2871,"format":"image/jpeg","service":{"@context":"http://iiif.io/api/image/2/context.json","@id":"https://iiif-cloud.princeton.edu/iiif/2/59%2F28%2Fdb%2F5928dba7323e435991262948ae5100f5%2Fintermediate_file","profile":"http://iiif.io/api/image/2/level2.json"}},"@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/image/ef270a01-825b-4f17-b3de-a0c018cbd85b","on":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/ef270a01-825b-4f17-b3de-a0c018cbd85b"}]},{"@type":"sc:Canvas","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/71712ac2-a828-46cb-9156-fd35ac6db208","label":"33","rendering":[{"@id":"https://figgy.princeton.edu/concern/file_sets/71712ac2-a828-46cb-9156-fd35ac6db208/text","format":"text/plain","label":"Download page text"},{"@id":"https://figgy.princeton.edu/downloads/71712ac2-a828-46cb-9156-fd35ac6db208/file/40222966-94de-4386-bba4-c70801864f70","label":"Download the original file","format":"image/tiff"}],"width":2887,"height":2064,"images":[{"@type":"oa:Annotation","motivation":"sc:painting","resource":{"@type":"dctypes:Image","@id":"https://iiif-cloud.princeton.edu/iiif/2/0f%2Fbf%2F93%2F0fbf9357419b4adf9d08d7526d8f816a%2Fintermediate_file/full/1000,/0/default.jpg","height":2064,"width":2887,"format":"image/jpeg","service":{"@context":"http://iiif.io/api/image/2/context.json","@id":"https://iiif-cloud.princeton.edu/iiif/2/0f%2Fbf%2F93%2F0fbf9357419b4adf9d08d7526d8f816a%2Fintermediate_file","profile":"http://iiif.io/api/image/2/level2.json"}},"@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/image/71712ac2-a828-46cb-9156-fd35ac6db208","on":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/71712ac2-a828-46cb-9156-fd35ac6db208"}]},{"@type":"sc:Canvas","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/aef3a09d-15de-4f5b-ae23-7392cdfad75b","label":"34","rendering":[{"@id":"https://figgy.princeton.edu/concern/file_sets/aef3a09d-15de-4f5b-ae23-7392cdfad75b/text","format":"text/plain","label":"Download page text"},{"@id":"https://figgy.princeton.edu/downloads/aef3a09d-15de-4f5b-ae23-7392cdfad75b/file/d5ccf453-f0d1-46e6-88e4-14d679181fa3","label":"Download the original file","format":"image/tiff"}],"width":2876,"height":2050,"images":[{"@type":"oa:Annotation","motivation":"sc:painting","resource":{"@type":"dctypes:Image","@id":"https://iiif-cloud.princeton.edu/iiif/2/37%2Fae%2F63%2F37ae631ba6f8422b9f74b02b144fb0bf%2Fintermediate_file/full/1000,/0/default.jpg","height":2050,"width":2876,"format":"image/jpeg","service":{"@context":"http://iiif.io/api/image/2/context.json","@id":"https://iiif-cloud.princeton.edu/iiif/2/37%2Fae%2F63%2F37ae631ba6f8422b9f74b02b144fb0bf%2Fintermediate_file","profile":"http://iiif.io/api/image/2/level2.json"}},"@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/image/aef3a09d-15de-4f5b-ae23-7392cdfad75b","on":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/aef3a09d-15de-4f5b-ae23-7392cdfad75b"}]},{"@type":"sc:Canvas","@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/1d3ffeb1-dd2e-4913-ac35-b29e98dbfadd","label":"35","rendering":[{"@id":"https://figgy.princeton.edu/concern/file_sets/1d3ffeb1-dd2e-4913-ac35-b29e98dbfadd/text","format":"text/plain","label":"Download page text"},{"@id":"https://figgy.princeton.edu/downloads/1d3ffeb1-dd2e-4913-ac35-b29e98dbfadd/file/ccd49f4f-2549-4a53-a3f7-6a3fb13f69d1","label":"Download the original file","format":"image/tiff"}],"width":1541,"height":2121,"images":[{"@type":"oa:Annotation","motivation":"sc:painting","resource":{"@type":"dctypes:Image","@id":"https://iiif-cloud.princeton.edu/iiif/2/53%2Fad%2Fab%2F53adab99524a47099eb0c10f2303b605%2Fintermediate_file/full/1000,/0/default.jpg","height":2121,"width":1541,"format":"image/jpeg","service":{"@context":"http://iiif.io/api/image/2/context.json","@id":"https://iiif-cloud.princeton.edu/iiif/2/53%2Fad%2Fab%2F53adab99524a47099eb0c10f2303b605%2Fintermediate_file","profile":"http://iiif.io/api/image/2/level2.json"}},"@id":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/image/1d3ffeb1-dd2e-4913-ac35-b29e98dbfadd","on":"https://figgy.princeton.edu/concern/ephemera_folders/986ecdfc-7a39-4511-9412-1d5e6edaeaee/manifest/canvas/1d3ffeb1-dd2e-4913-ac35-b29e98dbfadd"}]}],"viewingHint":"individuals"}],"seeAlso":{"@id":"https://figgy.princeton.edu/catalog/986ecdfc-7a39-4511-9412-1d5e6edaeaee.jsonld","format":"application/ld+json"},"license":"http://rightsstatements.org/vocab/CNE/1.0/","thumbnail":{"@id":"https://iiif-cloud.princeton.edu/iiif/2/ad%2Fd9%2F17%2Fadd917b723794d4b9caac7755dcaf180%2Fintermediate_file/full/!200,150/0/default.jpg","service":{"@context":"http://iiif.io/api/image/2/context.json","@id":"https://iiif-cloud.princeton.edu/iiif/2/ad%2Fd9%2F17%2Fadd917b723794d4b9caac7755dcaf180%2Fintermediate_file","profile":"http://iiif.io/api/image/2/level2.json"}},"logo":"https://figgy.princeton.edu/assets/pul_logo_icon-7b5f9384dfa5ca04f4851c6ee9e44e2d6953e55f893472a3e205e1591d3b2ca6.png","service":{"@context":"http://iiif.io/api/search/0/context.json","@id":"https://figgy.princeton.edu/catalog/986ecdfc-7a39-4511-9412-1d5e6edaeaee/iiif_search","profile":"http://iiif.io/api/search/0/search","label":"Search within this item"}} diff --git a/spec/indexers/plum_jsonld_converter_spec.rb b/spec/indexers/plum_jsonld_converter_spec.rb index 9309270f..2c767b9f 100644 --- a/spec/indexers/plum_jsonld_converter_spec.rb +++ b/spec/indexers/plum_jsonld_converter_spec.rb @@ -57,10 +57,21 @@ "latest_created" => "2012", "date_display" => "2004-2012", "date_created" => nil, - "description" => ["Test Description"] + "description" => ["Test Description"], + "collections_label" => [] ) end end + context "when there's collections" do + let(:jsonld) { file_fixture("plum_records/986ecdfc-7a39-4511-9412-1d5e6edaeaee.jsonld").read } + it "indexes collections" do + stub_plum_jsonld(record: "986ecdfc-7a39-4511-9412-1d5e6edaeaee") + + output = converter.output + + expect(output["collections_label"]).to eq ["Tourism in Cuba"] + end + end context "when there's no subject" do let(:jsonld) { file_fixture("plum_records/1b910c5c-a4d1-449f-b663-781dc8541c6f.jsonld").read } it "works" do