commonwealth-vlr-engine 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (361) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +91 -0
  3. data/.gitmodules +3 -0
  4. data/Gemfile +20 -0
  5. data/LICENSE +202 -0
  6. data/README.md +38 -0
  7. data/Rakefile +43 -0
  8. data/app/assets/images/commonwealth-vlr-engine/bplLoginButton.png +0 -0
  9. data/app/assets/images/commonwealth-vlr-engine/dc_audio-icon.png +0 -0
  10. data/app/assets/images/commonwealth-vlr-engine/dc_collection-icon.png +0 -0
  11. data/app/assets/images/commonwealth-vlr-engine/dc_image-icon.png +0 -0
  12. data/app/assets/images/commonwealth-vlr-engine/dc_institution-icon.png +0 -0
  13. data/app/assets/images/commonwealth-vlr-engine/dc_moving-image-icon.png +0 -0
  14. data/app/assets/images/commonwealth-vlr-engine/dc_text-icon.png +0 -0
  15. data/app/assets/images/commonwealth-vlr-engine/facebookLoginButton.png +0 -0
  16. data/app/assets/images/commonwealth-vlr-engine/loading-wdl-grid.gif +0 -0
  17. data/app/assets/images/commonwealth-vlr-engine/loading-wdl.gif +0 -0
  18. data/app/assets/images/commonwealth-vlr-engine/loading.gif +0 -0
  19. data/app/assets/images/commonwealth-vlr-engine/openseadragon/fullpage_grouphover.png +0 -0
  20. data/app/assets/images/commonwealth-vlr-engine/openseadragon/fullpage_hover.png +0 -0
  21. data/app/assets/images/commonwealth-vlr-engine/openseadragon/fullpage_pressed.png +0 -0
  22. data/app/assets/images/commonwealth-vlr-engine/openseadragon/fullpage_rest.png +0 -0
  23. data/app/assets/images/commonwealth-vlr-engine/openseadragon/home_grouphover.png +0 -0
  24. data/app/assets/images/commonwealth-vlr-engine/openseadragon/home_hover.png +0 -0
  25. data/app/assets/images/commonwealth-vlr-engine/openseadragon/home_pressed.png +0 -0
  26. data/app/assets/images/commonwealth-vlr-engine/openseadragon/home_rest.png +0 -0
  27. data/app/assets/images/commonwealth-vlr-engine/openseadragon/next_grouphover.png +0 -0
  28. data/app/assets/images/commonwealth-vlr-engine/openseadragon/next_hover.png +0 -0
  29. data/app/assets/images/commonwealth-vlr-engine/openseadragon/next_pressed.png +0 -0
  30. data/app/assets/images/commonwealth-vlr-engine/openseadragon/next_rest.png +0 -0
  31. data/app/assets/images/commonwealth-vlr-engine/openseadragon/previous_grouphover.png +0 -0
  32. data/app/assets/images/commonwealth-vlr-engine/openseadragon/previous_hover.png +0 -0
  33. data/app/assets/images/commonwealth-vlr-engine/openseadragon/previous_pressed.png +0 -0
  34. data/app/assets/images/commonwealth-vlr-engine/openseadragon/previous_rest.png +0 -0
  35. data/app/assets/images/commonwealth-vlr-engine/openseadragon/rotateleft_grouphover.png +0 -0
  36. data/app/assets/images/commonwealth-vlr-engine/openseadragon/rotateleft_hover.png +0 -0
  37. data/app/assets/images/commonwealth-vlr-engine/openseadragon/rotateleft_pressed.png +0 -0
  38. data/app/assets/images/commonwealth-vlr-engine/openseadragon/rotateleft_rest.png +0 -0
  39. data/app/assets/images/commonwealth-vlr-engine/openseadragon/rotateright_grouphover.png +0 -0
  40. data/app/assets/images/commonwealth-vlr-engine/openseadragon/rotateright_hover.png +0 -0
  41. data/app/assets/images/commonwealth-vlr-engine/openseadragon/rotateright_pressed.png +0 -0
  42. data/app/assets/images/commonwealth-vlr-engine/openseadragon/rotateright_rest.png +0 -0
  43. data/app/assets/images/commonwealth-vlr-engine/openseadragon/zoomin_grouphover.png +0 -0
  44. data/app/assets/images/commonwealth-vlr-engine/openseadragon/zoomin_hover.png +0 -0
  45. data/app/assets/images/commonwealth-vlr-engine/openseadragon/zoomin_pressed.png +0 -0
  46. data/app/assets/images/commonwealth-vlr-engine/openseadragon/zoomin_rest.png +0 -0
  47. data/app/assets/images/commonwealth-vlr-engine/openseadragon/zoomout_grouphover.png +0 -0
  48. data/app/assets/images/commonwealth-vlr-engine/openseadragon/zoomout_hover.png +0 -0
  49. data/app/assets/images/commonwealth-vlr-engine/openseadragon/zoomout_pressed.png +0 -0
  50. data/app/assets/images/commonwealth-vlr-engine/openseadragon/zoomout_rest.png +0 -0
  51. data/app/assets/images/commonwealth-vlr-engine/vlr_logo_img.png +0 -0
  52. data/app/assets/javascripts/blacklight_gallery.js +1 -0
  53. data/app/assets/javascripts/blacklight_google_analytics/blacklight_google_analytics.js.erb +165 -0
  54. data/app/assets/javascripts/bootstrap-accessibility-plugin/bootstrap-accessibility.js +586 -0
  55. data/app/assets/javascripts/commonwealth-vlr-engine.js +22 -0
  56. data/app/assets/javascripts/commonwealth-vlr-engine/collection_facets.js +5 -0
  57. data/app/assets/javascripts/commonwealth-vlr-engine/disable_dropdown_nav.js +21 -0
  58. data/app/assets/javascripts/commonwealth-vlr-engine/feedback_alerts.js.erb +19 -0
  59. data/app/assets/javascripts/commonwealth-vlr-engine/folder_tools.js +26 -0
  60. data/app/assets/javascripts/commonwealth-vlr-engine/multi_img_viewer.js.erb +20 -0
  61. data/app/assets/javascripts/commonwealth-vlr-engine/ocr_search_utils.js.erb +32 -0
  62. data/app/assets/javascripts/commonwealth-vlr-engine/volumes_list.js +5 -0
  63. data/app/assets/javascripts/openseadragon.js +2 -0
  64. data/app/assets/javascripts/respond/respond.min.js +6 -0
  65. data/app/assets/javascripts/wdl-viewer/fd-slider.js +1303 -0
  66. data/app/assets/javascripts/wdl-viewer/jquery-deparam.js +113 -0
  67. data/app/assets/javascripts/wdl-viewer/jquery.ba-throttle-debounce.min.js +9 -0
  68. data/app/assets/javascripts/wdl-viewer/jquery.hammer.min.js +7 -0
  69. data/app/assets/javascripts/wdl-viewer/modernizr-wdl.min.js +3 -0
  70. data/app/assets/javascripts/wdl-viewer/wdl-search.js +33 -0
  71. data/app/assets/javascripts/wdl-viewer/wdl-viewer_commonwealth.js +1147 -0
  72. data/app/assets/stylesheets/blacklight_advanced_search.css +5 -0
  73. data/app/assets/stylesheets/blacklight_gallery.css +1 -0
  74. data/app/assets/stylesheets/blacklight_maps.css +1 -0
  75. data/app/assets/stylesheets/bootstrap-accessibility-plugin/bootstrap-accessibility.css +105 -0
  76. data/app/assets/stylesheets/commonwealth-vlr-engine/advanced_search.scss +139 -0
  77. data/app/assets/stylesheets/commonwealth-vlr-engine/basic_search.scss +47 -0
  78. data/app/assets/stylesheets/commonwealth-vlr-engine/book_viewer.scss +576 -0
  79. data/app/assets/stylesheets/commonwealth-vlr-engine/carousel.scss +94 -0
  80. data/app/assets/stylesheets/commonwealth-vlr-engine/cmmnwlth_defaults.scss +45 -0
  81. data/app/assets/stylesheets/commonwealth-vlr-engine/cmmnwlth_shared.scss +75 -0
  82. data/app/assets/stylesheets/commonwealth-vlr-engine/collections.scss +563 -0
  83. data/app/assets/stylesheets/commonwealth-vlr-engine/commonwealth-vlr-engine.css +32 -0
  84. data/app/assets/stylesheets/commonwealth-vlr-engine/facets.scss +111 -0
  85. data/app/assets/stylesheets/commonwealth-vlr-engine/feedback.scss +10 -0
  86. data/app/assets/stylesheets/commonwealth-vlr-engine/folders.scss +276 -0
  87. data/app/assets/stylesheets/commonwealth-vlr-engine/footer.scss +47 -0
  88. data/app/assets/stylesheets/commonwealth-vlr-engine/header.scss +329 -0
  89. data/app/assets/stylesheets/commonwealth-vlr-engine/home.scss +269 -0
  90. data/app/assets/stylesheets/commonwealth-vlr-engine/index.scss +580 -0
  91. data/app/assets/stylesheets/commonwealth-vlr-engine/institutions.scss +246 -0
  92. data/app/assets/stylesheets/commonwealth-vlr-engine/pages.scss +31 -0
  93. data/app/assets/stylesheets/commonwealth-vlr-engine/search_inside.scss +172 -0
  94. data/app/assets/stylesheets/commonwealth-vlr-engine/searches.scss +55 -0
  95. data/app/assets/stylesheets/commonwealth-vlr-engine/show.scss +840 -0
  96. data/app/assets/stylesheets/commonwealth-vlr-engine/signin.scss +43 -0
  97. data/app/assets/stylesheets/commonwealth-vlr-engine/users.scss +18 -0
  98. data/app/assets/stylesheets/commonwealth-vlr-engine/vlr_dependencies.css +8 -0
  99. data/app/assets/stylesheets/ie_fixes.css +16 -0
  100. data/app/assets/stylesheets/openseadragon.css +1 -0
  101. data/app/assets/stylesheets/wdl-viewer/fd-slider.min.css +2 -0
  102. data/app/controllers/blacklight_advanced_search/advanced_controller.rb +66 -0
  103. data/app/controllers/bookmarks_controller.rb +38 -0
  104. data/app/controllers/collections_controller.rb +128 -0
  105. data/app/controllers/commonwealth_vlr_engine/application_controller.rb +8 -0
  106. data/app/controllers/feedback_controller.rb +39 -0
  107. data/app/controllers/folder_items_actions_controller.rb +72 -0
  108. data/app/controllers/folder_items_controller.rb +90 -0
  109. data/app/controllers/folders_controller.rb +132 -0
  110. data/app/controllers/iiif_manifest_controller.rb +74 -0
  111. data/app/controllers/image_viewer_controller.rb +34 -0
  112. data/app/controllers/institutions_controller.rb +62 -0
  113. data/app/controllers/ocr_search_controller.rb +78 -0
  114. data/app/controllers/pages_controller.rb +5 -0
  115. data/app/controllers/users/omniauth_callbacks_controller.rb +10 -0
  116. data/app/controllers/users/registrations_controller.rb +3 -0
  117. data/app/controllers/users/sessions_controller.rb +3 -0
  118. data/app/controllers/users_controller.rb +27 -0
  119. data/app/helpers/blacklight_maps_helper.rb +3 -0
  120. data/app/helpers/collections_helper.rb +3 -0
  121. data/app/helpers/commonwealth_vlr_engine/application_helper.rb +200 -0
  122. data/app/helpers/commonwealth_vlr_engine/blacklight_helper.rb +35 -0
  123. data/app/helpers/commonwealth_vlr_engine/blacklight_url_helper.rb +53 -0
  124. data/app/helpers/commonwealth_vlr_engine/catalog_helper.rb +414 -0
  125. data/app/helpers/commonwealth_vlr_engine/collections_helper_behavior.rb +19 -0
  126. data/app/helpers/commonwealth_vlr_engine/component_helper.rb +22 -0
  127. data/app/helpers/commonwealth_vlr_engine/facets_helper.rb +20 -0
  128. data/app/helpers/commonwealth_vlr_engine/feedback_helper_behavior.rb +14 -0
  129. data/app/helpers/commonwealth_vlr_engine/folders_helper_behavior.rb +9 -0
  130. data/app/helpers/commonwealth_vlr_engine/image_viewer_helper_behavior.rb +14 -0
  131. data/app/helpers/commonwealth_vlr_engine/institutions_helper_behavior.rb +31 -0
  132. data/app/helpers/commonwealth_vlr_engine/layout_helper.rb +22 -0
  133. data/app/helpers/commonwealth_vlr_engine/ocr_search_helper_behavior.rb +48 -0
  134. data/app/helpers/commonwealth_vlr_engine/pages_helper_behavior.rb +38 -0
  135. data/app/helpers/commonwealth_vlr_engine/vlr_blacklight_maps_helper_behavior.rb +59 -0
  136. data/app/helpers/feedback_helper.rb +3 -0
  137. data/app/helpers/folders_helper.rb +3 -0
  138. data/app/helpers/image_viewer_helper.rb +3 -0
  139. data/app/helpers/institutions_helper.rb +3 -0
  140. data/app/helpers/ocr_search_helper.rb +3 -0
  141. data/app/helpers/pages_helper.rb +3 -0
  142. data/app/mailers/notifier.rb +5 -0
  143. data/app/models/carousel_slide.rb +7 -0
  144. data/app/models/record_mailer.rb +18 -0
  145. data/app/models/user.rb +15 -0
  146. data/app/views/advanced/_advanced_search_date.html.erb +23 -0
  147. data/app/views/advanced/_advanced_search_facets.html.erb +5 -0
  148. data/app/views/advanced/_advanced_search_fields.html.erb +39 -0
  149. data/app/views/advanced/_advanced_search_form.html.erb +51 -0
  150. data/app/views/advanced/_advanced_search_help.html.erb +13 -0
  151. data/app/views/advanced/_facet_layout.html.erb +9 -0
  152. data/app/views/advanced/_facet_limit.html.erb +15 -0
  153. data/app/views/advanced/index.html.erb +29 -0
  154. data/app/views/blacklight_advanced_search/_facet_limit.html.erb +12 -0
  155. data/app/views/bookmarks/_tools.html.erb +25 -0
  156. data/app/views/bookmarks/index.html.erb +64 -0
  157. data/app/views/bookmarks/update.js.erb +1 -0
  158. data/app/views/bpluser/folders/_folder.html.erb +36 -0
  159. data/app/views/catalog/_add_this.html.erb +10 -0
  160. data/app/views/catalog/_az_links.html.erb +15 -0
  161. data/app/views/catalog/_basic_search.html.erb +67 -0
  162. data/app/views/catalog/_citation.html.erb +50 -0
  163. data/app/views/catalog/_constraints.html.erb +26 -0
  164. data/app/views/catalog/_document_collections_gallery.html.erb +7 -0
  165. data/app/views/catalog/_facet_limit_series.html.erb +21 -0
  166. data/app/views/catalog/_facets.html.erb +31 -0
  167. data/app/views/catalog/_facets_series.html.erb +4 -0
  168. data/app/views/catalog/_folder_item_control.html.erb +64 -0
  169. data/app/views/catalog/_index_collections_gallery.html.erb +12 -0
  170. data/app/views/catalog/_index_gallery.html.erb +11 -0
  171. data/app/views/catalog/_index_header_default.html.erb +22 -0
  172. data/app/views/catalog/_index_list_collection.html.erb +33 -0
  173. data/app/views/catalog/_index_list_default.html.erb +13 -0
  174. data/app/views/catalog/_index_map_institutions.html.erb +10 -0
  175. data/app/views/catalog/_index_masonry.html.erb +8 -0
  176. data/app/views/catalog/_index_slideshow.html.erb +18 -0
  177. data/app/views/catalog/_more_like_this.html.erb +9 -0
  178. data/app/views/catalog/_opengraph.html.erb +16 -0
  179. data/app/views/catalog/_previous_next_doc.html.erb +22 -0
  180. data/app/views/catalog/_results_pagination.html.erb +9 -0
  181. data/app/views/catalog/_search_form.html.erb +23 -0
  182. data/app/views/catalog/_search_header.html.erb +5 -0
  183. data/app/views/catalog/_show_default.html.erb +75 -0
  184. data/app/views/catalog/_show_main_content.html.erb +27 -0
  185. data/app/views/catalog/_show_more_like_this.html.erb +15 -0
  186. data/app/views/catalog/_show_partials/_show_book_viewer_link.html.erb +25 -0
  187. data/app/views/catalog/_show_partials/_show_default_img.html.erb +32 -0
  188. data/app/views/catalog/_show_partials/_show_default_metadata.html.erb +486 -0
  189. data/app/views/catalog/_show_partials/_show_default_simple_img_viewer.html.erb +45 -0
  190. data/app/views/catalog/_show_partials/_show_downloads.html.erb +14 -0
  191. data/app/views/catalog/_show_partials/_show_flagged_notice.html.erb +29 -0
  192. data/app/views/catalog/_show_partials/_show_multi_img.html.erb +42 -0
  193. data/app/views/catalog/_show_partials/_show_multi_img_pagination.html.erb +20 -0
  194. data/app/views/catalog/_show_partials/_show_oai_item_img.html.erb +5 -0
  195. data/app/views/catalog/_show_partials/_show_oai_item_link.html.erb +8 -0
  196. data/app/views/catalog/_show_partials/_show_prev_next_carousel_links.html.erb +17 -0
  197. data/app/views/catalog/_show_partials/_show_volumes.html.erb +52 -0
  198. data/app/views/catalog/_show_sidebar.html.erb +1 -0
  199. data/app/views/catalog/_show_tools.html.erb +42 -0
  200. data/app/views/catalog/_zero_results.html.erb +20 -0
  201. data/app/views/catalog/email.html.erb +6 -0
  202. data/app/views/catalog/index.html.erb +17 -0
  203. data/app/views/catalog/metadata_view.html.erb +7 -0
  204. data/app/views/catalog/show.html.erb +13 -0
  205. data/app/views/collections/_search_form_collection.html.erb +23 -0
  206. data/app/views/collections/index.html.erb +30 -0
  207. data/app/views/collections/show.html.erb +116 -0
  208. data/app/views/devise/confirmations/new.html.erb +14 -0
  209. data/app/views/devise/mailer/reset_password_instructions.html.erb +13 -0
  210. data/app/views/devise/passwords/edit.html.erb +33 -0
  211. data/app/views/devise/passwords/new.html.erb +31 -0
  212. data/app/views/devise/registrations/edit.html.erb +83 -0
  213. data/app/views/devise/registrations/new.html.erb +53 -0
  214. data/app/views/devise/sessions/new.html.erb +75 -0
  215. data/app/views/devise/shared/_links.erb +29 -0
  216. data/app/views/feedback/complete.html.erb +9 -0
  217. data/app/views/feedback/show.html.erb +61 -0
  218. data/app/views/folder_items/create.js.erb +1 -0
  219. data/app/views/folder_items/destroy.js.erb +1 -0
  220. data/app/views/folder_items/item_actions.js.erb +2 -0
  221. data/app/views/folder_items/update.js.erb +1 -0
  222. data/app/views/folders/_in_folder.html.erb +2 -0
  223. data/app/views/folders/_new_edit_form_fields.html.erb +36 -0
  224. data/app/views/folders/edit.html.erb +25 -0
  225. data/app/views/folders/index.html.erb +73 -0
  226. data/app/views/folders/new.html.erb +27 -0
  227. data/app/views/folders/public_list.html.erb +44 -0
  228. data/app/views/folders/show.html.erb +98 -0
  229. data/app/views/image_viewer/_book_viewer_help.html.erb +125 -0
  230. data/app/views/image_viewer/_render_book_viewer.html.erb +185 -0
  231. data/app/views/image_viewer/book_viewer.html.erb +57 -0
  232. data/app/views/image_viewer/show.js.erb +19 -0
  233. data/app/views/institutions/_intro_text.html.erb +1 -0
  234. data/app/views/institutions/_map_institutions_search.html.erb +9 -0
  235. data/app/views/institutions/_search_form_institution.html.erb +24 -0
  236. data/app/views/institutions/index.html.erb +31 -0
  237. data/app/views/institutions/show.html.erb +104 -0
  238. data/app/views/layouts/_google_analytics.html.erb +9 -0
  239. data/app/views/layouts/book_viewer.html.erb +37 -0
  240. data/app/views/layouts/commonwealth-vlr-engine.html.erb +59 -0
  241. data/app/views/notifier/feedback.text.erb +6 -0
  242. data/app/views/ocr_search/_index_ocr_list.html.erb +17 -0
  243. data/app/views/ocr_search/_search_form_ocr.html.erb +23 -0
  244. data/app/views/ocr_search/_snippets_more.html.erb +15 -0
  245. data/app/views/ocr_search/_zero_results_ocr.html.erb +9 -0
  246. data/app/views/ocr_search/index.html.erb +49 -0
  247. data/app/views/pages/_carousel.html.erb +46 -0
  248. data/app/views/pages/_home_partials/_banner.html.erb +23 -0
  249. data/app/views/pages/_home_partials/_browse.html.erb +55 -0
  250. data/app/views/pages/_home_partials/_context.html.erb +24 -0
  251. data/app/views/pages/_home_partials/_home_content.html.erb +14 -0
  252. data/app/views/pages/about.html.erb +10 -0
  253. data/app/views/pages/about_site.html.erb +6 -0
  254. data/app/views/pages/explore.html.erb +32 -0
  255. data/app/views/pages/home.html.erb +3 -0
  256. data/app/views/record_mailer/email_record.text.erb +7 -0
  257. data/app/views/saved_searches/index.html.erb +60 -0
  258. data/app/views/search_history/index.html.erb +59 -0
  259. data/app/views/shared/_error_messages.html.erb +9 -0
  260. data/app/views/shared/_flash_msg_maintenance.html.erb +6 -0
  261. data/app/views/shared/_folder_item_actions.html.erb +66 -0
  262. data/app/views/shared/_folder_tools.html.erb +4 -0
  263. data/app/views/shared/_footer.html.erb +14 -0
  264. data/app/views/shared/_header_navbar.html.erb +34 -0
  265. data/app/views/shared/_nav_links.html.erb +58 -0
  266. data/app/views/shared/_search_form_header.html.erb +16 -0
  267. data/app/views/shared/_tools.html.erb +14 -0
  268. data/app/views/shared/_user_util_links.html.erb +43 -0
  269. data/app/views/users/show.html.erb +33 -0
  270. data/commonwealth-vlr-engine.gemspec +47 -0
  271. data/config/initializers/patch_blacklight_advanced_search.rb +74 -0
  272. data/config/initializers/patch_blacklight_maps.rb +20 -0
  273. data/config/jetty.yml +7 -0
  274. data/config/locales/commonwealth-vlr-engine.en.yml +463 -0
  275. data/config/routes.rb +92 -0
  276. data/lib/commonwealth-vlr-engine.rb +55 -0
  277. data/lib/commonwealth-vlr-engine/commonwealth_search_builder.rb +66 -0
  278. data/lib/commonwealth-vlr-engine/controller.rb +69 -0
  279. data/lib/commonwealth-vlr-engine/controller_override.rb +238 -0
  280. data/lib/commonwealth-vlr-engine/engine.rb +40 -0
  281. data/lib/commonwealth-vlr-engine/finder.rb +285 -0
  282. data/lib/commonwealth-vlr-engine/iiif_manifest.rb +189 -0
  283. data/lib/commonwealth-vlr-engine/notifier.rb +33 -0
  284. data/lib/commonwealth-vlr-engine/pages.rb +33 -0
  285. data/lib/commonwealth-vlr-engine/render_constraints_override.rb +57 -0
  286. data/lib/commonwealth-vlr-engine/route_sets.rb +49 -0
  287. data/lib/commonwealth-vlr-engine/routes.rb +21 -0
  288. data/lib/commonwealth-vlr-engine/version.rb +3 -0
  289. data/lib/generators/commonwealth_vlr_engine/controller_generator.rb +92 -0
  290. data/lib/generators/commonwealth_vlr_engine/environment_generator.rb +49 -0
  291. data/lib/generators/commonwealth_vlr_engine/install_generator.rb +57 -0
  292. data/lib/generators/commonwealth_vlr_engine/localassets_generator.rb +29 -0
  293. data/lib/generators/commonwealth_vlr_engine/model_generator.rb +65 -0
  294. data/lib/generators/commonwealth_vlr_engine/routes_generator.rb +39 -0
  295. data/lib/generators/commonwealth_vlr_engine/templates/commonwealth_vlr_engine.css.scss +4 -0
  296. data/lib/generators/commonwealth_vlr_engine/templates/config/contact_emails.yml.sample +13 -0
  297. data/lib/generators/commonwealth_vlr_engine/templates/config/fedora.yml.sample +6 -0
  298. data/lib/generators/commonwealth_vlr_engine/templates/config/geojson_static_file.yml.sample +11 -0
  299. data/lib/generators/commonwealth_vlr_engine/templates/config/google_analytics.yml.sample +10 -0
  300. data/lib/generators/commonwealth_vlr_engine/templates/config/iiif_server.yml.sample +10 -0
  301. data/lib/generators/commonwealth_vlr_engine/templates/config/initializers/a_load_commonwealth_vlr_configs.rb +14 -0
  302. data/lib/generators/commonwealth_vlr_engine/templates/config/initializers/devise.rb +269 -0
  303. data/lib/generators/commonwealth_vlr_engine/templates/config/initializers/secret_token.rb +8 -0
  304. data/lib/generators/commonwealth_vlr_engine/templates/config/locales/blacklight.en.yml +44 -0
  305. data/lib/generators/commonwealth_vlr_engine/templates/config/locales/devise.en.yml +12 -0
  306. data/lib/generators/commonwealth_vlr_engine/templates/config/omniauth-facebook.yml.sample +14 -0
  307. data/lib/generators/commonwealth_vlr_engine/templates/config/omniauth-polaris.yml.sample +20 -0
  308. data/lib/generators/commonwealth_vlr_engine/templates/config/vlr.yml +13 -0
  309. data/lib/generators/commonwealth_vlr_engine/yml_generator.rb +29 -0
  310. data/lib/railties/commonwealth_vlr_engine.rake +6 -0
  311. data/solr_conf/conf/schema.xml +476 -0
  312. data/solr_conf/conf/solrconfig.xml +286 -0
  313. data/spec/controllers/catalog_controller_spec.rb +67 -0
  314. data/spec/controllers/collections_controller_spec.rb +127 -0
  315. data/spec/controllers/feedback_controller_spec.rb +51 -0
  316. data/spec/controllers/folder_items_actions_controller_spec.rb +99 -0
  317. data/spec/controllers/folder_items_controller_spec.rb +90 -0
  318. data/spec/controllers/folders_controller_spec.rb +368 -0
  319. data/spec/controllers/iiif_manifest_controller_spec.rb +85 -0
  320. data/spec/controllers/image_viewer_controller_spec.rb +50 -0
  321. data/spec/controllers/institutions_controller_spec.rb +64 -0
  322. data/spec/controllers/ocr_search_controller_spec.rb +71 -0
  323. data/spec/controllers/pages_controller_spec.rb +58 -0
  324. data/spec/controllers/users_controller_spec.rb +62 -0
  325. data/spec/features/catalog/_az_links_spec.rb +27 -0
  326. data/spec/features/catalog/_show_partials/_show_book_viewer_link_spec.rb +47 -0
  327. data/spec/features/catalog/_show_partials/_show_default_simple_img_viewer_spec.rb +19 -0
  328. data/spec/features/catalog/_show_partials/_show_flagged_notice_spec.rb +23 -0
  329. data/spec/features/catalog/_show_partials/_show_multi_img_spec.rb +18 -0
  330. data/spec/features/catalog/_show_partials/_show_volumes_spec.rb +24 -0
  331. data/spec/features/collections/index_spec.rb +35 -0
  332. data/spec/features/feedback/show_spec.rb +47 -0
  333. data/spec/features/image_viewer/book_viewer_spec.rb +67 -0
  334. data/spec/features/institutions/index_spec.rb +31 -0
  335. data/spec/features/institutions/map_view_spec.rb +37 -0
  336. data/spec/features/more_like_this_search_spec.rb +23 -0
  337. data/spec/features/ocr_search/index_spec.rb +89 -0
  338. data/spec/fixtures/sample_rss_feed.xml +56 -0
  339. data/spec/fixtures/sample_solr_documents.yml +2748 -0
  340. data/spec/helpers/application_helper_spec.rb +114 -0
  341. data/spec/helpers/catalog_helper_spec.rb +386 -0
  342. data/spec/helpers/collections_helper_spec.rb +28 -0
  343. data/spec/helpers/component_helper_spec.rb +34 -0
  344. data/spec/helpers/folders_helper_spec.rb +31 -0
  345. data/spec/helpers/image_viewer_helper_spec.rb +15 -0
  346. data/spec/helpers/institutions_helper_spec.rb +53 -0
  347. data/spec/helpers/ocr_search_helper_spec.rb +70 -0
  348. data/spec/helpers/pages_helper_spec.rb +21 -0
  349. data/spec/lib/commonwealth-vlr-engine/commonwealth_search_builder_spec.rb +101 -0
  350. data/spec/lib/commonwealth-vlr-engine/controller_override_spec.rb +41 -0
  351. data/spec/lib/commonwealth-vlr-engine/controller_spec.rb +33 -0
  352. data/spec/lib/commonwealth-vlr-engine/finder_spec.rb +140 -0
  353. data/spec/lib/commonwealth-vlr-engine/iiif_manifest_spec.rb +157 -0
  354. data/spec/lib/commonwealth-vlr-engine/render_constraints_override_spec.rb +97 -0
  355. data/spec/mailers/notifier_spec.rb +31 -0
  356. data/spec/models/carousel_slide_spec.rb +38 -0
  357. data/spec/spec_helper.rb +40 -0
  358. data/spec/tasks/vlr_engine_rake_spec.rb +28 -0
  359. data/spec/test_app_templates/lib/generators/test_app_generator.rb +23 -0
  360. data/tasks/vlr_engine.rake +46 -0
  361. metadata +788 -0
@@ -0,0 +1,2748 @@
1
+ ---
2
+ - system_create_dtsi:
3
+ - '2015-01-14T22:29:07Z'
4
+ system_modified_dtsi:
5
+ - '2015-07-24T14:11:53Z'
6
+ object_state_ssi:
7
+ - A
8
+ active_fedora_model_ssi:
9
+ - Bplmodels::Map
10
+ id:
11
+ - bpl-dev:df65v790j
12
+ object_profile_ssm:
13
+ - "{\"datastreams\":{\"DC\":{\"dsLabel\":\"Dublin Core Record for this object\",\"dsVersionID\":\"DC1.0\",\"dsCreateDate\":\"2015-01-14T22:29:07Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":\"http://www.openarchives.org/OAI/2.0/oai_dc/\",\"dsControlGroup\":\"X\",\"dsSize\":431,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:df65v790j+DC+DC1.0\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"dfdffa1c9796ae902554659f1f3b4d5b\"},\"RELS-EXT\":{\"dsLabel\":\"Fedora Object-to-Object Relationship Metadata\",\"dsVersionID\":\"RELS-EXT.1\",\"dsCreateDate\":\"2015-07-24T14:11:53Z\",\"dsState\":\"A\",\"dsMIME\":\"application/rdf+xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"X\",\"dsSize\":1021,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:df65v790j+RELS-EXT+RELS-EXT.1\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"554be875fb521c525a83d3fca79baaad\"},\"rightsMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"rightsMetadata.0\",\"dsCreateDate\":\"2015-01-14T22:29:07Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":607,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:df65v790j+rightsMetadata+rightsMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"d3858dbe7e743c5d8ae54e89d4c25223\"},\"descMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"descMetadata.0\",\"dsCreateDate\":\"2015-01-14T22:29:07Z\",\"dsState\":\"A\",\"dsMIME\":\"application/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":5342,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:df65v790j+descMetadata+descMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"b4ef91f4832c4ae3137c78af5f3141c6\"},\"workflowMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"workflowMetadata.1\",\"dsCreateDate\":\"2015-01-14T22:30:08Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":1041,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:df65v790j+workflowMetadata+workflowMetadata.1\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"a7b714028b330eb8ec37d1a4c3120f07\"}},\"objLabel\":\"Boston traffic map showing one way streets and parking spaces\",\"objOwnerId\":\"fedoraAdmin\",\"objModels\":[\"info:fedora/afmodel:Bplmodels_ObjectBase\",\"info:fedora/afmodel:Bplmodels_SimpleObjectBase\",\"info:fedora/afmodel:Bplmodels_Map\",\"info:fedora/fedora-system:FedoraObject-3.0\"],\"objCreateDate\":\"2015-01-14T22:29:07Z\",\"objLastModDate\":\"2015-01-14T22:30:08Z\",\"objDissIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3Adf65v790j/methods/fedora-system%3A3/viewMethodIndex\",\"objItemIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3Adf65v790j/methods/fedora-system%3A3/viewItemIndex\",\"objState\":\"A\"}"
14
+ read_access_group_ssim:
15
+ - public
16
+ edit_access_group_ssim:
17
+ - superuser
18
+ - admin[bpl-dev:abcd12345]
19
+ oai_item_id_ssim:
20
+ - oai:digitalcommonwealth.org:bpl-dev:df65v790j
21
+ has_model_ssim:
22
+ - info:fedora/afmodel:Bplmodels_Map
23
+ - info:fedora/afmodel:Bplmodels_SimpleObjectBase
24
+ - info:fedora/afmodel:Bplmodels_ObjectBase
25
+ is_member_of_collection_ssim:
26
+ - info:fedora/bpl-dev:000000000
27
+ administrative_set_ssim:
28
+ - info:fedora/bpl-dev:000000000
29
+ label_ssim:
30
+ - Boston traffic map showing one way streets and parking spaces
31
+ date_start_dtsi:
32
+ - '1922-01-01T00:00:00Z'
33
+ date_start_tsim:
34
+ - 1922
35
+ date_end_tsim:
36
+ - nil
37
+ date_facet_ssim:
38
+ - 1920s
39
+ date_type_ssm:
40
+ - dateCreated
41
+ date_start_qualifier_ssm:
42
+ - inferred
43
+ date_facet_yearly_ssim:
44
+ - 1922s
45
+ genre_basic_tsim:
46
+ - Maps
47
+ genre_basic_ssim:
48
+ - Maps
49
+ identifier_local_barcode_tsim:
50
+ - 39999065645184
51
+ collection_name_ssim:
52
+ - Norman B. Leventhal Map Center Collection
53
+ collection_name_tsim:
54
+ - Norman B. Leventhal Map Center Collection
55
+ collection_pid_ssm:
56
+ - bpl-dev:000000000
57
+ institution_name_ssim:
58
+ - Boston Public Library
59
+ institution_name_tsim:
60
+ - Boston Public Library
61
+ institution_pid_ssi:
62
+ - bpl-dev:abcd12345
63
+ admin_set_name_ssim:
64
+ - Norman B. Leventhal Map Center Collection
65
+ admin_set_name_tsim:
66
+ - Norman B. Leventhal Map Center Collection
67
+ admin_set_pid_ssm:
68
+ - bpl-dev:000000000
69
+ identifier_uri_ss:
70
+ - http://ark-hydradev.bpl.org/ark:/50959/df65v790j
71
+ publisher_tsim:
72
+ - Old Colony Trust Co.
73
+ pubplace_tsim:
74
+ - Boston
75
+ issuance_tsim:
76
+ - monographic
77
+ lang_term_ssim:
78
+ - English
79
+ related_item_host_tsim:
80
+ - Norman B. Leventhal Map Center Collection
81
+ related_item_host_ssim:
82
+ - Norman B. Leventhal Map Center Collection
83
+ name_corporate_tsim:
84
+ - Old Colony Trust Company (Boston, Mass.)
85
+ - Walker Lith. & Pub. Co
86
+ name_corporate_role_tsim:
87
+ - Creator
88
+ name_facet_ssim:
89
+ - Old Colony Trust Company (Boston, Mass.)
90
+ - Walker Lith. & Pub. Co
91
+ type_of_resource_ssim:
92
+ - cartographic
93
+ extent_tsi:
94
+ - '2 maps on 1 sheet : ill., maps ; on sheet 36 x 52 cm.'
95
+ digital_origin_ssi:
96
+ - reformatted digital
97
+ internet_media_type_ssim:
98
+ - image/tiff
99
+ - image/jpeg
100
+ - image/jp2
101
+ physical_location_ssim:
102
+ - Boston Public Library
103
+ physical_location_tsim:
104
+ - Boston Public Library
105
+ sub_location_tsim:
106
+ - Norman B. Leventhal Map Center
107
+ subject_topic_tsim:
108
+ - Traffic flow--Massachusetts--Boston--Maps
109
+ - Traffic regulations--Massachusetts--Boston--Maps
110
+ - Boston (Mass.)--Maps
111
+ subject_geo_country_ssim:
112
+ - United States
113
+ subject_geo_state_ssim:
114
+ - Massachusetts
115
+ subject_geo_county_ssim:
116
+ - Suffolk
117
+ subject_geo_city_ssim:
118
+ - Boston
119
+ subject_geographic_tsim:
120
+ - United States
121
+ - Massachusetts
122
+ - Boston
123
+ - Suffolk
124
+ subject_geographic_ssim:
125
+ - United States
126
+ - Massachusetts
127
+ - Boston
128
+ - Suffolk (county)
129
+ subject_scale_tsim:
130
+ - Scale not given.
131
+ subject_coordinates_geospatial:
132
+ - 42.35,-71.05
133
+ subject_point_geospatial:
134
+ - 42.35,-71.05
135
+ subject_geojson_facet_ssim:
136
+ - "{\"type\":\"Feature\",\"geometry\":{\"type\":\"Point\",\"coordinates\":[-71.05,42.35]},\"properties\":{\"placename\":\"Boston, MA\"}}"
137
+ subject_hiergeo_geojson_ssm:
138
+ - "{\"type\":\"Feature\",\"geometry\":{\"type\":\"Point\",\"coordinates\":[-71.05,42.35]},\"properties\":{\"country\":\"United States\",\"state\":\"Massachusetts\",\"county\":\"Suffolk\",\"city\":\"Boston\"}}"
139
+ subject_facet_ssim:
140
+ - Traffic flow--Massachusetts--Boston--Maps
141
+ - Traffic regulations--Massachusetts--Boston--Maps
142
+ - Boston (Mass.)--Maps
143
+ active_fedora_model_suffix_ssi:
144
+ - Map
145
+ rights_ssm:
146
+ - No known copyright restrictions.
147
+ license_ssm:
148
+ - This work is licensed for use under a Creative Commons Attribution Non-Commercial Share Alike License (CC BY-NC-SA).
149
+ note_tsim:
150
+ - Cover title.
151
+ - Dec. 1, 1922.
152
+ - "Ancillary maps and insets: Principal motor routes in and out of Boston -- Do Not Turn -- Eaxtracts from \"City of Boston Street Traffic Regulations.\""
153
+ title_info_primary_tsi:
154
+ - Boston traffic map showing one way streets and parking spaces
155
+ title_info_primary_ssort:
156
+ - Boston traffic map showing one way streets and parking spaces
157
+ workflow_state_ssi:
158
+ - published
159
+ processing_state_ssi:
160
+ - complete
161
+ exemplary_image_ssi:
162
+ - bpl-dev:df65v791t
163
+ timestamp:
164
+ - '2015-07-24T14:11:57.513Z'
165
+ - system_create_dtsi:
166
+ - '2015-01-14T22:28:31Z'
167
+ system_modified_dtsi:
168
+ - '2015-06-03T14:40:08Z'
169
+ object_state_ssi:
170
+ - A
171
+ active_fedora_model_ssi:
172
+ - Bplmodels::ImageFile
173
+ id:
174
+ - bpl-dev:df65v791t
175
+ object_profile_ssm:
176
+ - "{\"datastreams\":{\"DC\":{\"dsLabel\":\"Dublin Core Record for this object\",\"dsVersionID\":\"DC1.0\",\"dsCreateDate\":\"2015-01-14T22:28:31Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":\"http://www.openarchives.org/OAI/2.0/oai_dc/\",\"dsControlGroup\":\"X\",\"dsSize\":386,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:df65v791t+DC+DC1.0\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"95c3828ee8c968836530a4ddb6a4b98f\"},\"RELS-EXT\":{\"dsLabel\":\"Fedora Object-to-Object Relationship Metadata\",\"dsVersionID\":\"RELS-EXT.0\",\"dsCreateDate\":\"2015-01-14T22:28:32Z\",\"dsState\":\"A\",\"dsMIME\":\"application/rdf+xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"X\",\"dsSize\":828,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:df65v791t+RELS-EXT+RELS-EXT.0\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"7064493ae623bedd232b2525f95d22cd\"},\"rightsMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"rightsMetadata.0\",\"dsCreateDate\":\"2015-01-14T22:28:32Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":607,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:df65v791t+rightsMetadata+rightsMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"d3858dbe7e743c5d8ae54e89d4c25223\"},\"productionMaster\":{\"dsLabel\":\"06_01_007542\",\"dsVersionID\":\"productionMaster.0\",\"dsCreateDate\":\"2015-01-14T22:28:35Z\",\"dsState\":\"A\",\"dsMIME\":\"image/tiff\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":236053864,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:df65v791t+productionMaster+productionMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"3e2824291bd389595811b78628c7c5dd\"},\"workflowMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"workflowMetadata.0\",\"dsCreateDate\":\"2015-01-14T22:29:06Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":878,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:df65v791t+workflowMetadata+workflowMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"bc4dfbe1faf621114a3f0d5d7a00e540\"},\"characterization\":{\"dsLabel\":null,\"dsVersionID\":\"characterization.0\",\"dsCreateDate\":\"2015-01-14T22:29:40Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":5031,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:df65v791t+characterization+characterization.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"81d1e1b56c6d7af972cd9f32e7c82a4e\"},\"accessMaster\":{\"dsLabel\":\"06_01_007542\",\"dsVersionID\":\"accessMaster.0\",\"dsCreateDate\":\"2015-01-14T22:30:06Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jp2\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":23635182,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:df65v791t+accessMaster+accessMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"71f227023f3ff5263a40172479b5e958\"},\"thumbnail300\":{\"dsLabel\":\"06_01_007542\",\"dsVersionID\":\"thumbnail300.0\",\"dsCreateDate\":\"2015-01-14T22:30:07Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jpeg\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":56197,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:df65v791t+thumbnail300+thumbnail300.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"4f23e2552965d311229c2210f7d11cef\"},\"preProductionNegativeMaster\":{},\"access800\":{\"dsLabel\":\"06_01_007542\",\"dsVersionID\":\"access800.0\",\"dsCreateDate\":\"2015-06-03T14:40:08Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jpeg\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":420167,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:df65v791t+access800+access800.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"a8839f125b74982cf4edf26c08126f81\"},\"ARCHV-EXIF\":{}},\"objLabel\":\"06_01_007542.tif\",\"objOwnerId\":\"fedoraAdmin\",\"objModels\":[\"info:fedora/afmodel:Bplmodels_File\",\"info:fedora/afmodel:Bplmodels_ImageFile\",\"info:fedora/fedora-system:FedoraObject-3.0\"],\"objCreateDate\":\"2015-01-14T22:28:31Z\",\"objLastModDate\":\"2015-01-14T22:30:07Z\",\"objDissIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3Adf65v791t/methods/fedora-system%3A3/viewMethodIndex\",\"objItemIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3Adf65v791t/methods/fedora-system%3A3/viewItemIndex\",\"objState\":\"A\"}"
177
+ read_access_group_ssim:
178
+ - public
179
+ edit_access_group_ssim:
180
+ - superuser
181
+ - admin[bpl-dev:abcd12345]
182
+ identification_identity_mime_type_tesim:
183
+ - image/tiff
184
+ identification_0_identity_0_mime_type_tesim:
185
+ - image/tiff
186
+ mime_type_tesim:
187
+ - image/tiff
188
+ is_exemplary_image_of_ssim:
189
+ - info:fedora/bpl-dev:df65v790j
190
+ - info:fedora/bpl-dev:000000000
191
+ is_file_of_ssim:
192
+ - info:fedora/bpl-dev:df65v790j
193
+ is_image_of_ssim:
194
+ - info:fedora/bpl-dev:df65v790j
195
+ has_model_ssim:
196
+ - info:fedora/afmodel:Bplmodels_File
197
+ - info:fedora/afmodel:Bplmodels_ImageFile
198
+ - system_create_dtsi:
199
+ - '2014-12-26T20:02:57Z'
200
+ system_modified_dtsi:
201
+ - '2015-07-24T14:11:24Z'
202
+ object_state_ssi:
203
+ - A
204
+ active_fedora_model_ssi:
205
+ - Bplmodels::PhotographicPrint
206
+ id:
207
+ - bpl-dev:h702q6403
208
+ object_profile_ssm:
209
+ - "{\"datastreams\":{\"DC\":{\"dsLabel\":\"Dublin Core Record for this object\",\"dsVersionID\":\"DC1.0\",\"dsCreateDate\":\"2014-12-26T20:02:57Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":\"http://www.openarchives.org/OAI/2.0/oai_dc/\",\"dsControlGroup\":\"X\",\"dsSize\":380,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:h702q6403+DC+DC1.0\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"4e92b98c8795d6efe1351601b6d967cc\"},\"RELS-EXT\":{\"dsLabel\":\"Fedora Object-to-Object Relationship Metadata\",\"dsVersionID\":\"RELS-EXT.1\",\"dsCreateDate\":\"2015-07-24T14:11:24Z\",\"dsState\":\"A\",\"dsMIME\":\"application/rdf+xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"X\",\"dsSize\":1035,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:h702q6403+RELS-EXT+RELS-EXT.1\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"3a393e05a8064b0e9213180dac7cea9c\"},\"rightsMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"rightsMetadata.0\",\"dsCreateDate\":\"2014-12-26T20:02:57Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":607,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:h702q6403+rightsMetadata+rightsMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"d3858dbe7e743c5d8ae54e89d4c25223\"},\"descMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"descMetadata.2\",\"dsCreateDate\":\"2015-03-10T14:08:54Z\",\"dsState\":\"A\",\"dsMIME\":\"application/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":5165,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:h702q6403+descMetadata+descMetadata.2\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"77eef7a5066a77e2e366cec043a284d9\"},\"workflowMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"workflowMetadata.1\",\"dsCreateDate\":\"2014-12-26T20:16:19Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":1278,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:h702q6403+workflowMetadata+workflowMetadata.1\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"f6a225137b3a6d82b3bf0984c6f7f8ac\"}},\"objLabel\":\"Beauregard\",\"objOwnerId\":\"fedoraAdmin\",\"objModels\":[\"info:fedora/afmodel:Bplmodels_PhotographicPrint\",\"info:fedora/afmodel:Bplmodels_ObjectBase\",\"info:fedora/afmodel:Bplmodels_SimpleObjectBase\",\"info:fedora/fedora-system:FedoraObject-3.0\"],\"objCreateDate\":\"2014-12-26T20:02:57Z\",\"objLastModDate\":\"2015-03-10T14:08:54Z\",\"objDissIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3Ah702q6403/methods/fedora-system%3A3/viewMethodIndex\",\"objItemIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3Ah702q6403/methods/fedora-system%3A3/viewItemIndex\",\"objState\":\"A\"}"
210
+ read_access_group_ssim:
211
+ - public
212
+ edit_access_group_ssim:
213
+ - superuser
214
+ - admin[bpl-dev:abcd12345]
215
+ oai_item_id_ssim:
216
+ - oai:digitalcommonwealth.org:bpl-dev:h702q6403
217
+ has_model_ssim:
218
+ - info:fedora/afmodel:Bplmodels_PhotographicPrint
219
+ - info:fedora/afmodel:Bplmodels_SimpleObjectBase
220
+ - info:fedora/afmodel:Bplmodels_ObjectBase
221
+ is_member_of_collection_ssim:
222
+ - info:fedora/bpl-dev:h702q636h
223
+ administrative_set_ssim:
224
+ - info:fedora/bpl-dev:h702q636h
225
+ label_ssim:
226
+ - Beauregard
227
+ date_start_dtsi:
228
+ - '1859-01-01T00:00:00Z'
229
+ date_start_tsim:
230
+ - 1859
231
+ date_end_dtsi:
232
+ - '1870-12-31T23:59:59.999Z'
233
+ date_end_tsim:
234
+ - 1870
235
+ date_facet_ssim:
236
+ - 1850s
237
+ - 1860s
238
+ - 1870s
239
+ date_type_ssm:
240
+ - dateCreated
241
+ date_start_qualifier_ssm:
242
+ - approximate
243
+ date_facet_yearly_ssim:
244
+ - 1859s
245
+ - 1860s
246
+ - 1861s
247
+ - 1862s
248
+ - 1863s
249
+ - 1864s
250
+ - 1865s
251
+ - 1866s
252
+ - 1867s
253
+ - 1868s
254
+ - 1869s
255
+ - 1870s
256
+ genre_basic_tsim:
257
+ - Photographs
258
+ genre_specific_tsim:
259
+ - Cartes de visite
260
+ - Portraits
261
+ genre_basic_ssim:
262
+ - Photographs
263
+ genre_specific_ssim:
264
+ - Cartes de visite
265
+ - Portraits
266
+ local_accession_id_tsim:
267
+ - 13_05_000029
268
+ collection_name_ssim:
269
+ - Carte de Visite Collection
270
+ collection_name_tsim:
271
+ - Carte de Visite Collection
272
+ collection_pid_ssm:
273
+ - bpl-dev:h702q636h
274
+ institution_name_ssim:
275
+ - Boston Public Library
276
+ institution_name_tsim:
277
+ - Boston Public Library
278
+ institution_pid_ssi:
279
+ - bpl-dev:abcd12345
280
+ admin_set_name_ssim:
281
+ - Carte de Visite Collection
282
+ admin_set_name_tsim:
283
+ - Carte de Visite Collection
284
+ admin_set_pid_ssm:
285
+ - bpl-dev:h702q636h
286
+ identifier_uri_ss:
287
+ - http://ark-hydradev.bpl.org/ark:/50959/h702q6403
288
+ publisher_tsim:
289
+ - Published by E & H. T. Anthony
290
+ pubplace_tsim:
291
+ - 501 Broadway, New York
292
+ lang_term_ssim:
293
+ - English
294
+ related_item_host_tsim:
295
+ - Carte de Visite Collection
296
+ related_item_host_ssim:
297
+ - Carte de Visite Collection
298
+ related_item_series_tsim:
299
+ - Test Series
300
+ related_item_series_ssim:
301
+ - Test Series
302
+ type_of_resource_ssim:
303
+ - still image
304
+ extent_tsi:
305
+ - '1 photograph : print on card mount ; mount 11 x 7 cm (carte de visite format).'
306
+ digital_origin_ssi:
307
+ - reformatted digital
308
+ internet_media_type_ssim:
309
+ - image/tiff
310
+ - image/jpeg
311
+ - image/jp2
312
+ physical_location_ssim:
313
+ - Boston Public Library
314
+ physical_location_tsim:
315
+ - Boston Public Library
316
+ sub_location_tsim:
317
+ - Print Department
318
+ subject_topic_tsim:
319
+ - Military officers
320
+ subject_geo_country_ssim:
321
+ - United States
322
+ subject_geo_state_ssim:
323
+ - Washington
324
+ subject_geo_county_ssim:
325
+ - Walla Walla
326
+ subject_geo_city_ssim:
327
+ - Walla Walla
328
+ subject_geographic_tsim:
329
+ - United States
330
+ - Washington
331
+ - Walla Walla
332
+ - Walla Walla
333
+ subject_geographic_ssim:
334
+ - United States
335
+ - Washington
336
+ - Walla Walla
337
+ - Walla Walla (county)
338
+ subject_coordinates_geospatial:
339
+ - 46.05,-118.3333
340
+ subject_point_geospatial:
341
+ - 46.05,-118.3333
342
+ subject_geojson_facet_ssim:
343
+ - "{\"type\":\"Feature\",\"geometry\":{\"type\":\"Point\",\"coordinates\":[-118.3333,46.05]},\"properties\":{\"placename\":\"Walla Walla, WA\"}}"
344
+ subject_hiergeo_geojson_ssm:
345
+ - "{\"type\":\"Feature\",\"geometry\":{\"type\":\"Point\",\"coordinates\":[-118.3333,46.05]},\"properties\":{\"country\":\"United States\",\"state\":\"Washington\",\"county\":\"Walla Walla\",\"city\":\"Walla Walla\"}}"
346
+ subject_name_personal_tsim:
347
+ - Beauregard, G. T. (Gustave Toutant), 1818-1893
348
+ subject_facet_ssim:
349
+ - Beauregard, G. T. (Gustave Toutant), 1818-1893
350
+ - Military officers
351
+ active_fedora_model_suffix_ssi:
352
+ - PhotographicPrint
353
+ rights_ssm:
354
+ - No known copyright restrictions.
355
+ license_ssm:
356
+ - No known restrictions on use.
357
+ note_tsim:
358
+ - Title from item or from accompanying material.
359
+ note_date_tsim:
360
+ - Date supplied by cataloger.
361
+ title_info_primary_tsi:
362
+ - Beauregard
363
+ title_info_primary_ssort:
364
+ - Beauregard
365
+ workflow_state_ssi:
366
+ - published
367
+ processing_state_ssi:
368
+ - complete
369
+ exemplary_image_ssi:
370
+ - bpl-dev:h702q641c
371
+ timestamp:
372
+ - '2015-07-24T14:11:28.285Z'
373
+ - system_create_dtsi:
374
+ - '2014-12-26T20:02:53Z'
375
+ system_modified_dtsi:
376
+ - '2015-06-03T14:38:57Z'
377
+ object_state_ssi:
378
+ - A
379
+ active_fedora_model_ssi:
380
+ - Bplmodels::ImageFile
381
+ id:
382
+ - bpl-dev:h702q642n
383
+ object_profile_ssm:
384
+ - "{\"datastreams\":{\"DC\":{\"dsLabel\":\"Dublin Core Record for this object\",\"dsVersionID\":\"DC1.0\",\"dsCreateDate\":\"2014-12-26T20:02:53Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":\"http://www.openarchives.org/OAI/2.0/oai_dc/\",\"dsControlGroup\":\"X\",\"dsSize\":387,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:h702q642n+DC+DC1.0\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"18d709bad7a31b1862f2f4336208fb97\"},\"RELS-EXT\":{\"dsLabel\":\"Fedora Object-to-Object Relationship Metadata\",\"dsVersionID\":\"RELS-EXT.1\",\"dsCreateDate\":\"2015-03-09T19:48:42Z\",\"dsState\":\"A\",\"dsMIME\":\"application/rdf+xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"X\",\"dsSize\":937,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:h702q642n+RELS-EXT+RELS-EXT.1\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"6b7e2cb719c0fe0c493131c58e6308a2\"},\"rightsMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"rightsMetadata.0\",\"dsCreateDate\":\"2014-12-26T20:02:54Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":607,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:h702q642n+rightsMetadata+rightsMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"d3858dbe7e743c5d8ae54e89d4c25223\"},\"productionMaster\":{\"dsLabel\":\"13_05_000029b\",\"dsVersionID\":\"productionMaster.0\",\"dsCreateDate\":\"2014-12-26T20:02:54Z\",\"dsState\":\"A\",\"dsMIME\":\"image/tiff\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":11066820,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:h702q642n+productionMaster+productionMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"3d015470d492e51052957e35e59319e2\"},\"workflowMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"workflowMetadata.0\",\"dsCreateDate\":\"2014-12-26T20:02:56Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":876,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:h702q642n+workflowMetadata+workflowMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"21bb6285e9e7ee4a32d0077583451eb9\"},\"characterization\":{\"dsLabel\":null,\"dsVersionID\":\"characterization.0\",\"dsCreateDate\":\"2014-12-26T20:16:14Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":4887,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:h702q642n+characterization+characterization.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"ca86547467ca13f62ebfa71f3bd8fee0\"},\"accessMaster\":{\"dsLabel\":\"13_05_000029b\",\"dsVersionID\":\"accessMaster.0\",\"dsCreateDate\":\"2014-12-26T20:16:17Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jp2\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":1120148,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:h702q642n+accessMaster+accessMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"ec3a98dc44779b07eda87d5daa05b651\"},\"thumbnail300\":{\"dsLabel\":\"13_05_000029b\",\"dsVersionID\":\"thumbnail300.0\",\"dsCreateDate\":\"2014-12-26T20:16:17Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jpeg\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":44312,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:h702q642n+thumbnail300+thumbnail300.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"57e1a05dbf8661fd5ef84814c9da4918\"},\"preProductionNegativeMaster\":{},\"access800\":{\"dsLabel\":\"13_05_000029b\",\"dsVersionID\":\"access800.0\",\"dsCreateDate\":\"2015-06-03T14:38:57Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jpeg\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":131300,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:h702q642n+access800+access800.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"c33786a743171960e36f50b7095d9ec5\"},\"ARCHV-EXIF\":{}},\"objLabel\":\"13_05_000029b.tif\",\"objOwnerId\":\"fedoraAdmin\",\"objModels\":[\"info:fedora/afmodel:Bplmodels_File\",\"info:fedora/afmodel:Bplmodels_ImageFile\",\"info:fedora/fedora-system:FedoraObject-3.0\"],\"objCreateDate\":\"2014-12-26T20:02:53Z\",\"objLastModDate\":\"2015-03-09T19:48:42Z\",\"objDissIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3Ah702q642n/methods/fedora-system%3A3/viewMethodIndex\",\"objItemIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3Ah702q642n/methods/fedora-system%3A3/viewItemIndex\",\"objState\":\"A\"}"
385
+ read_access_group_ssim:
386
+ - public
387
+ edit_access_group_ssim:
388
+ - superuser
389
+ - admin[bpl-dev:abcd12345]
390
+ identification_identity_mime_type_tesim:
391
+ - image/tiff
392
+ identification_0_identity_0_mime_type_tesim:
393
+ - image/tiff
394
+ mime_type_tesim:
395
+ - image/tiff
396
+ is_exemplary_image_of_ssim:
397
+ - info:fedora/bpl-dev:h702q636h
398
+ is_file_of_ssim:
399
+ - info:fedora/bpl-dev:h702q6403
400
+ is_following_image_of_ssim:
401
+ - info:fedora/bpl-dev:h702q641c
402
+ is_image_of_ssim:
403
+ - info:fedora/bpl-dev:h702q6403
404
+ has_model_ssim:
405
+ - info:fedora/afmodel:Bplmodels_File
406
+ - info:fedora/afmodel:Bplmodels_ImageFile
407
+ checksum_file_md5_ssi:
408
+ - 3d015470d492e51052957e35e59319e2
409
+ timestamp:
410
+ - '2015-06-03T14:38:58.968Z'
411
+ - system_create_dtsi:
412
+ - '2014-12-26T20:02:48Z'
413
+ system_modified_dtsi:
414
+ - '2015-06-03T14:38:57Z'
415
+ object_state_ssi:
416
+ - A
417
+ active_fedora_model_ssi:
418
+ - Bplmodels::ImageFile
419
+ id:
420
+ - bpl-dev:h702q641c
421
+ object_profile_ssm:
422
+ - "{\"datastreams\":{\"DC\":{\"dsLabel\":\"Dublin Core Record for this object\",\"dsVersionID\":\"DC1.0\",\"dsCreateDate\":\"2014-12-26T20:02:48Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":\"http://www.openarchives.org/OAI/2.0/oai_dc/\",\"dsControlGroup\":\"X\",\"dsSize\":387,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:h702q641c+DC+DC1.0\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"29b952209ccc5fc4be65138eb42a8251\"},\"RELS-EXT\":{\"dsLabel\":\"Fedora Object-to-Object Relationship Metadata\",\"dsVersionID\":\"RELS-EXT.1\",\"dsCreateDate\":\"2014-12-26T20:02:51Z\",\"dsState\":\"A\",\"dsMIME\":\"application/rdf+xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"X\",\"dsSize\":937,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:h702q641c+RELS-EXT+RELS-EXT.1\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"0b82edbc53b4e81091f3432d5951508b\"},\"rightsMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"rightsMetadata.0\",\"dsCreateDate\":\"2014-12-26T20:02:48Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":607,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:h702q641c+rightsMetadata+rightsMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"d3858dbe7e743c5d8ae54e89d4c25223\"},\"productionMaster\":{\"dsLabel\":\"13_05_000029a\",\"dsVersionID\":\"productionMaster.0\",\"dsCreateDate\":\"2014-12-26T20:02:49Z\",\"dsState\":\"A\",\"dsMIME\":\"image/tiff\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":11015148,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:h702q641c+productionMaster+productionMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"81d30bdd9202070d26fa30b68c96956d\"},\"workflowMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"workflowMetadata.0\",\"dsCreateDate\":\"2014-12-26T20:02:50Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":876,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:h702q641c+workflowMetadata+workflowMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"24ca1c032ece0123933b574895c84c8d\"},\"characterization\":{\"dsLabel\":null,\"dsVersionID\":\"characterization.0\",\"dsCreateDate\":\"2014-12-26T20:15:51Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":4887,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:h702q641c+characterization+characterization.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"e20b74a0204d939eba8706ba0f34676a\"},\"accessMaster\":{\"dsLabel\":\"13_05_000029a\",\"dsVersionID\":\"accessMaster.0\",\"dsCreateDate\":\"2014-12-26T20:15:55Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jp2\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":1116196,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:h702q641c+accessMaster+accessMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"961eed44d75f4d35d66a490a7b5b0832\"},\"thumbnail300\":{\"dsLabel\":\"13_05_000029a\",\"dsVersionID\":\"thumbnail300.0\",\"dsCreateDate\":\"2014-12-26T20:15:56Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jpeg\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":45491,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:h702q641c+thumbnail300+thumbnail300.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"b23381b806e4c3e7c8e4cf601246d3db\"},\"preProductionNegativeMaster\":{},\"access800\":{\"dsLabel\":\"13_05_000029a\",\"dsVersionID\":\"access800.0\",\"dsCreateDate\":\"2015-06-03T14:38:57Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jpeg\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":144131,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:h702q641c+access800+access800.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"1ab2834ed2bf387ee11c0a4c7c6e647d\"},\"ARCHV-EXIF\":{}},\"objLabel\":\"13_05_000029a.tif\",\"objOwnerId\":\"fedoraAdmin\",\"objModels\":[\"info:fedora/afmodel:Bplmodels_File\",\"info:fedora/afmodel:Bplmodels_ImageFile\",\"info:fedora/fedora-system:FedoraObject-3.0\"],\"objCreateDate\":\"2014-12-26T20:02:48Z\",\"objLastModDate\":\"2014-12-26T20:15:56Z\",\"objDissIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3Ah702q641c/methods/fedora-system%3A3/viewMethodIndex\",\"objItemIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3Ah702q641c/methods/fedora-system%3A3/viewItemIndex\",\"objState\":\"A\"}"
423
+ read_access_group_ssim:
424
+ - public
425
+ edit_access_group_ssim:
426
+ - superuser
427
+ - admin[bpl-dev:abcd12345]
428
+ identification_identity_mime_type_tesim:
429
+ - image/tiff
430
+ identification_0_identity_0_mime_type_tesim:
431
+ - image/tiff
432
+ mime_type_tesim:
433
+ - image/tiff
434
+ is_exemplary_image_of_ssim:
435
+ - info:fedora/bpl-dev:h702q6403
436
+ is_file_of_ssim:
437
+ - info:fedora/bpl-dev:h702q6403
438
+ is_image_of_ssim:
439
+ - info:fedora/bpl-dev:h702q6403
440
+ is_preceding_image_of_ssim:
441
+ - info:fedora/bpl-dev:h702q642n
442
+ has_model_ssim:
443
+ - info:fedora/afmodel:Bplmodels_File
444
+ - info:fedora/afmodel:Bplmodels_ImageFile
445
+ page_type_ssi:
446
+ - Front
447
+ checksum_file_md5_ssi:
448
+ - 81d30bdd9202070d26fa30b68c96956d
449
+ timestamp:
450
+ - '2015-06-03T14:38:58.256Z'
451
+ - system_create_dtsi:
452
+ - '2015-07-28T16:55:23Z'
453
+ system_modified_dtsi:
454
+ - '2015-07-28T16:55:55Z'
455
+ object_state_ssi:
456
+ - A
457
+ active_fedora_model_ssi:
458
+ - Bplmodels::PhotographicPrint
459
+ id:
460
+ - bpl-dev:g445cd14k
461
+ object_profile_ssm:
462
+ - "{\"datastreams\":{\"DC\":{\"dsLabel\":\"Dublin Core Record for this object\",\"dsVersionID\":\"DC1.0\",\"dsCreateDate\":\"2015-07-28T16:55:23Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":\"http://www.openarchives.org/OAI/2.0/oai_dc/\",\"dsControlGroup\":\"X\",\"dsSize\":385,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:g445cd14k+DC+DC1.0\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"a3d1ad7add526489e47de6c1baf15e85\"},\"RELS-EXT\":{\"dsLabel\":\"Fedora Object-to-Object Relationship Metadata\",\"dsVersionID\":\"RELS-EXT.0\",\"dsCreateDate\":\"2015-07-28T16:55:23Z\",\"dsState\":\"A\",\"dsMIME\":\"application/rdf+xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"X\",\"dsSize\":1176,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:g445cd14k+RELS-EXT+RELS-EXT.0\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"25c8b69b1fac8efc850b0c946b9caec9\"},\"rightsMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"rightsMetadata.0\",\"dsCreateDate\":\"2015-07-28T16:55:23Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":630,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:g445cd14k+rightsMetadata+rightsMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"2b814f2d28015b8fecac1b7325cf0034\"},\"descMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"descMetadata.0\",\"dsCreateDate\":\"2015-07-28T16:55:24Z\",\"dsState\":\"A\",\"dsMIME\":\"application/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":4072,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:g445cd14k+descMetadata+descMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"f11e3f5b133b2d0f2bf9e772325f1298\"},\"workflowMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"workflowMetadata.1\",\"dsCreateDate\":\"2015-07-28T16:55:55Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":1035,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:g445cd14k+workflowMetadata+workflowMetadata.1\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"0f03724800d3409fdbae9aceac82c9da\"}},\"objLabel\":\"George Thompson\",\"objOwnerId\":\"fedoraAdmin\",\"objModels\":[\"info:fedora/afmodel:Bplmodels_PhotographicPrint\",\"info:fedora/afmodel:Bplmodels_ObjectBase\",\"info:fedora/afmodel:Bplmodels_SimpleObjectBase\",\"info:fedora/fedora-system:FedoraObject-3.0\"],\"objCreateDate\":\"2015-07-28T16:55:23Z\",\"objLastModDate\":\"2015-07-28T16:55:55Z\",\"objDissIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3Ag445cd14k/methods/fedora-system%3A3/viewMethodIndex\",\"objItemIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3Ag445cd14k/methods/fedora-system%3A3/viewItemIndex\",\"objState\":\"A\"}"
463
+ read_access_group_ssim:
464
+ - public
465
+ edit_access_group_ssim:
466
+ - superuser
467
+ - admin[bpl-dev:abcd12345]
468
+ administrative_set_ssim:
469
+ - info:fedora/bpl-dev:g445cd121
470
+ oai_item_id_ssim:
471
+ - oai:digitalcommonwealth.org:bpl-dev:g445cd14k
472
+ has_model_ssim:
473
+ - info:fedora/afmodel:Bplmodels_PhotographicPrint
474
+ - info:fedora/afmodel:Bplmodels_SimpleObjectBase
475
+ - info:fedora/afmodel:Bplmodels_ObjectBase
476
+ is_member_of_collection_ssim:
477
+ - info:fedora/bpl-dev:g445cd121
478
+ - info:fedora/bpl-dev:g445cd139
479
+ label_ssim:
480
+ - George Thompson
481
+ date_start_dtsi:
482
+ - '1851-01-01T00:00:00Z'
483
+ date_start_tsim:
484
+ - 1851
485
+ date_end_tsim:
486
+ - nil
487
+ date_facet_ssim:
488
+ - 1850s
489
+ date_type_ssm:
490
+ - dateCreated
491
+ date_start_qualifier_ssm:
492
+ - approximate
493
+ date_facet_yearly_ssim:
494
+ - 1851s
495
+ genre_basic_tsim:
496
+ - Photographs
497
+ genre_specific_tsim:
498
+ - Daguerreotypes
499
+ - Portrait photographs
500
+ genre_basic_ssim:
501
+ - Photographs
502
+ genre_specific_ssim:
503
+ - Daguerreotypes
504
+ - Portrait photographs
505
+ identifier_local_other_invalid_tsim:
506
+ - Cab.G.3.25
507
+ local_accession_id_tsim:
508
+ - 07_05_000003
509
+ collection_name_ssim:
510
+ - Cased Photographs
511
+ - Anti-Slavery Collection
512
+ collection_name_tsim:
513
+ - Cased Photographs
514
+ - Anti-Slavery Collection
515
+ collection_pid_ssm:
516
+ - bpl-dev:g445cd121
517
+ - bpl-dev:g445cd139
518
+ institution_name_ssim:
519
+ - Boston Public Library
520
+ institution_name_tsim:
521
+ - Boston Public Library
522
+ institution_pid_ssi:
523
+ - bpl-dev:abcd12345
524
+ admin_set_name_ssim:
525
+ - Cased Photographs
526
+ admin_set_name_tsim:
527
+ - Cased Photographs
528
+ admin_set_pid_ssm:
529
+ - bpl-dev:g445cd121
530
+ identifier_uri_ss:
531
+ - http://ark-hydradev.bpl.org/ark:/50959/g445cd14k
532
+ related_item_host_tsim:
533
+ - Print Department Collection
534
+ related_item_host_ssim:
535
+ - Print Department Collection
536
+ type_of_resource_ssim:
537
+ - still image
538
+ extent_tsi:
539
+ - '1 photograph : whole plate daguerreotype ; in case 18.5 x 13.5 cm.'
540
+ digital_origin_ssi:
541
+ - reformatted digital
542
+ internet_media_type_ssim:
543
+ - image/tiff
544
+ - image/jpeg
545
+ - image/jp2
546
+ physical_location_ssim:
547
+ - Boston Public Library
548
+ physical_location_tsim:
549
+ - Boston Public Library
550
+ sub_location_tsim:
551
+ - Print Department
552
+ subject_topic_tsim:
553
+ - Abolitionists
554
+ subject_name_personal_tsim:
555
+ - Thompson, George, 1804-1878
556
+ subject_facet_ssim:
557
+ - Thompson, George, 1804-1878
558
+ - Abolitionists
559
+ active_fedora_model_suffix_ssi:
560
+ - PhotographicPrint
561
+ rights_ssm:
562
+ - No known copyright restrictions.
563
+ license_ssm:
564
+ - No known restrictions on use.
565
+ note_acquisition_tsim:
566
+ - Gift of the family of William L. Garrison, August 31, 1899.
567
+ title_info_primary_tsi:
568
+ - George Thompson
569
+ title_info_primary_ssort:
570
+ - George Thompson
571
+ workflow_state_ssi:
572
+ - published
573
+ processing_state_ssi:
574
+ - complete
575
+ exemplary_image_ssi:
576
+ - bpl-dev:g445cd17d
577
+ timestamp:
578
+ - '2015-07-31T15:11:28.837Z'
579
+ - system_create_dtsi:
580
+ - '2015-07-28T16:55:12Z'
581
+ system_modified_dtsi:
582
+ - '2015-07-28T16:55:54Z'
583
+ object_state_ssi:
584
+ - A
585
+ active_fedora_model_ssi:
586
+ - Bplmodels::ImageFile
587
+ id:
588
+ - bpl-dev:g445cd17d
589
+ object_profile_ssm:
590
+ - "{\"datastreams\":{\"DC\":{\"dsLabel\":\"Dublin Core Record for this object\",\"dsVersionID\":\"DC1.0\",\"dsCreateDate\":\"2015-07-28T16:55:12Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":\"http://www.openarchives.org/OAI/2.0/oai_dc/\",\"dsControlGroup\":\"X\",\"dsSize\":386,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:g445cd17d+DC+DC1.0\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"2b83b5eb437cb0c924b03ea77dda31f8\"},\"RELS-EXT\":{\"dsLabel\":\"Fedora Object-to-Object Relationship Metadata\",\"dsVersionID\":\"RELS-EXT.0\",\"dsCreateDate\":\"2015-07-28T16:55:13Z\",\"dsState\":\"A\",\"dsMIME\":\"application/rdf+xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"X\",\"dsSize\":828,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:g445cd17d+RELS-EXT+RELS-EXT.0\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"1fb79615c7bccd104c6c4c42f940d95a\"},\"rightsMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"rightsMetadata.0\",\"dsCreateDate\":\"2015-07-28T16:55:13Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":630,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:g445cd17d+rightsMetadata+rightsMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"2b814f2d28015b8fecac1b7325cf0034\"},\"productionMaster\":{\"dsLabel\":\"07_05_000003\",\"dsVersionID\":\"productionMaster.0\",\"dsCreateDate\":\"2015-07-28T16:55:15Z\",\"dsState\":\"A\",\"dsMIME\":\"image/tiff\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":61211096,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:g445cd17d+productionMaster+productionMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"cee2676d8686c6c4a5bd5bb271fe7620\"},\"workflowMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"workflowMetadata.0\",\"dsCreateDate\":\"2015-07-28T16:55:22Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":872,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:g445cd17d+workflowMetadata+workflowMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"7ee8ecda2182e371525c49f584011be4\"},\"characterization\":{\"dsLabel\":null,\"dsVersionID\":\"characterization.0\",\"dsCreateDate\":\"2015-07-28T16:55:48Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":5014,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:g445cd17d+characterization+characterization.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"0ffe06ab6c3d1c410b0067368493120a\"},\"preProductionNegativeMaster\":{},\"accessMaster\":{\"dsLabel\":\"07_05_000003\",\"dsVersionID\":\"accessMaster.0\",\"dsCreateDate\":\"2015-07-28T16:55:54Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jp2\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":6140174,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:g445cd17d+accessMaster+accessMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"5434e929077b695ff35e7432ead469ea\"},\"thumbnail300\":{\"dsLabel\":\"07_05_000003\",\"dsVersionID\":\"thumbnail300.0\",\"dsCreateDate\":\"2015-07-28T16:55:54Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jpeg\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":58444,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:g445cd17d+thumbnail300+thumbnail300.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"c7d5ecb8c600abd81ca34a3c2c749ff2\"},\"access800\":{\"dsLabel\":\"07_05_000003\",\"dsVersionID\":\"access800.0\",\"dsCreateDate\":\"2015-07-28T16:55:54Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jpeg\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":197240,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:g445cd17d+access800+access800.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"5e74d015a88566e2149b7a47cca21537\"},\"ARCHV-EXIF\":{}},\"objLabel\":\"07_05_000003.tif\",\"objOwnerId\":\"fedoraAdmin\",\"objModels\":[\"info:fedora/afmodel:Bplmodels_File\",\"info:fedora/afmodel:Bplmodels_ImageFile\",\"info:fedora/fedora-system:FedoraObject-3.0\"],\"objCreateDate\":\"2015-07-28T16:55:12Z\",\"objLastModDate\":\"2015-07-28T16:55:22Z\",\"objDissIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3Ag445cd17d/methods/fedora-system%3A3/viewMethodIndex\",\"objItemIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3Ag445cd17d/methods/fedora-system%3A3/viewItemIndex\",\"objState\":\"A\"}"
591
+ read_access_group_ssim:
592
+ - public
593
+ edit_access_group_ssim:
594
+ - superuser
595
+ - admin[bpl-dev:abcd12345]
596
+ identification_identity_mime_type_tesim:
597
+ - image/tiff
598
+ identification_0_identity_0_mime_type_tesim:
599
+ - image/tiff
600
+ mime_type_tesim:
601
+ - image/tiff
602
+ is_exemplary_image_of_ssim:
603
+ - info:fedora/bpl-dev:g445cd14k
604
+ - info:fedora/bpl-dev:g445cd139
605
+ - info:fedora/bpl-dev:g445cd121
606
+ is_file_of_ssim:
607
+ - info:fedora/bpl-dev:g445cd14k
608
+ is_image_of_ssim:
609
+ - info:fedora/bpl-dev:g445cd14k
610
+ has_model_ssim:
611
+ - info:fedora/afmodel:Bplmodels_File
612
+ - info:fedora/afmodel:Bplmodels_ImageFile
613
+ checksum_file_md5_ssi:
614
+ - cee2676d8686c6c4a5bd5bb271fe7620
615
+ timestamp:
616
+ - '2015-07-28T16:55:54.945Z'
617
+ - system_create_dtsi:
618
+ - '2015-01-14T22:26:25Z'
619
+ system_modified_dtsi:
620
+ - '2015-07-24T14:11:48Z'
621
+ object_state_ssi:
622
+ - A
623
+ active_fedora_model_ssi:
624
+ - Bplmodels::Map
625
+ id:
626
+ - bpl-dev:00000007x
627
+ object_profile_ssm:
628
+ - "{\"datastreams\":{\"DC\":{\"dsLabel\":\"Dublin Core Record for this object\",\"dsVersionID\":\"DC1.0\",\"dsCreateDate\":\"2015-01-14T22:26:25Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":\"http://www.openarchives.org/OAI/2.0/oai_dc/\",\"dsControlGroup\":\"X\",\"dsSize\":389,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:00000007x+DC+DC1.0\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"1d8dcfa057b63554048b34c11c379650\"},\"RELS-EXT\":{\"dsLabel\":\"Fedora Object-to-Object Relationship Metadata\",\"dsVersionID\":\"RELS-EXT.1\",\"dsCreateDate\":\"2015-07-24T14:11:48Z\",\"dsState\":\"A\",\"dsMIME\":\"application/rdf+xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"X\",\"dsSize\":1021,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:00000007x+RELS-EXT+RELS-EXT.1\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"f7b292dd62a1a511efb3bbaef12ece15\"},\"rightsMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"rightsMetadata.0\",\"dsCreateDate\":\"2015-01-14T22:26:25Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":607,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:00000007x+rightsMetadata+rightsMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"d3858dbe7e743c5d8ae54e89d4c25223\"},\"descMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"descMetadata.0\",\"dsCreateDate\":\"2015-01-14T22:26:25Z\",\"dsState\":\"A\",\"dsMIME\":\"application/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":5021,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:00000007x+descMetadata+descMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"f3a8703338738443f1933166f5837d4d\"},\"workflowMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"workflowMetadata.1\",\"dsCreateDate\":\"2015-01-14T22:27:19Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":1041,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:00000007x+workflowMetadata+workflowMetadata.1\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"032b3608548d517b2f23680fe4696026\"}},\"objLabel\":\"Guide map of Boston\",\"objOwnerId\":\"fedoraAdmin\",\"objModels\":[\"info:fedora/afmodel:Bplmodels_ObjectBase\",\"info:fedora/afmodel:Bplmodels_SimpleObjectBase\",\"info:fedora/afmodel:Bplmodels_Map\",\"info:fedora/fedora-system:FedoraObject-3.0\"],\"objCreateDate\":\"2015-01-14T22:26:25Z\",\"objLastModDate\":\"2015-01-14T22:27:19Z\",\"objDissIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3A00000007x/methods/fedora-system%3A3/viewMethodIndex\",\"objItemIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3A00000007x/methods/fedora-system%3A3/viewItemIndex\",\"objState\":\"A\"}"
629
+ read_access_group_ssim:
630
+ - public
631
+ edit_access_group_ssim:
632
+ - superuser
633
+ - admin[bpl-dev:abcd12345]
634
+ oai_item_id_ssim:
635
+ - oai:digitalcommonwealth.org:bpl-dev:00000007x
636
+ has_model_ssim:
637
+ - info:fedora/afmodel:Bplmodels_Map
638
+ - info:fedora/afmodel:Bplmodels_SimpleObjectBase
639
+ - info:fedora/afmodel:Bplmodels_ObjectBase
640
+ is_member_of_collection_ssim:
641
+ - info:fedora/bpl-dev:000000000
642
+ administrative_set_ssim:
643
+ - info:fedora/bpl-dev:000000000
644
+ label_ssim:
645
+ - Guide map of Boston
646
+ date_start_dtsi:
647
+ - '1900-01-01T00:00:00Z'
648
+ date_start_tsim:
649
+ - 1900
650
+ date_end_dtsi:
651
+ - '1999-12-31T23:59:59.999Z'
652
+ date_end_tsim:
653
+ - 1999
654
+ date_facet_ssim:
655
+ - 1900s
656
+ - 1910s
657
+ - 1920s
658
+ - 1930s
659
+ - 1940s
660
+ - 1950s
661
+ - 1960s
662
+ - 1970s
663
+ - 1980s
664
+ - 1990s
665
+ date_type_ssm:
666
+ - dateCreated
667
+ date_start_qualifier_ssm:
668
+ - inferred
669
+ genre_basic_tsim:
670
+ - Maps
671
+ genre_basic_ssim:
672
+ - Maps
673
+ identifier_local_barcode_tsim:
674
+ - 39999059008290
675
+ collection_name_ssim:
676
+ - Norman B. Leventhal Map Center Collection
677
+ collection_name_tsim:
678
+ - Norman B. Leventhal Map Center Collection
679
+ collection_pid_ssm:
680
+ - bpl-dev:000000000
681
+ institution_name_ssim:
682
+ - Boston Public Library
683
+ institution_name_tsim:
684
+ - Boston Public Library
685
+ institution_pid_ssi:
686
+ - bpl-dev:abcd12345
687
+ admin_set_name_ssim:
688
+ - Norman B. Leventhal Map Center Collection
689
+ admin_set_name_tsim:
690
+ - Norman B. Leventhal Map Center Collection
691
+ admin_set_pid_ssm:
692
+ - bpl-dev:000000000
693
+ identifier_uri_ss:
694
+ - http://ark-hydradev.bpl.org/ark:/50959/00000007x
695
+ publisher_tsim:
696
+ - C.S. Hammond & Co.
697
+ pubplace_tsim:
698
+ - New York
699
+ issuance_tsim:
700
+ - monographic
701
+ lang_term_ssim:
702
+ - English
703
+ related_item_host_tsim:
704
+ - Norman B. Leventhal Map Center Collection
705
+ related_item_host_ssim:
706
+ - Norman B. Leventhal Map Center Collection
707
+ name_corporate_tsim:
708
+ - C.S. Hammond & Company
709
+ name_corporate_role_tsim:
710
+ - Creator
711
+ name_facet_ssim:
712
+ - C.S. Hammond & Company
713
+ type_of_resource_ssim:
714
+ - cartographic
715
+ extent_tsi:
716
+ - '1 map : col. ; 39 x 32 cm.'
717
+ digital_origin_ssi:
718
+ - reformatted digital
719
+ internet_media_type_ssim:
720
+ - image/tiff
721
+ - image/jpeg
722
+ - image/jp2
723
+ physical_location_ssim:
724
+ - Boston Public Library
725
+ physical_location_tsim:
726
+ - Boston Public Library
727
+ sub_location_tsim:
728
+ - Norman B. Leventhal Map Center
729
+ subject_topic_tsim:
730
+ - New England News Company
731
+ - Boston (Mass.)--Maps
732
+ subject_geo_country_ssim:
733
+ - United States
734
+ subject_geo_state_ssim:
735
+ - Massachusetts
736
+ subject_geo_county_ssim:
737
+ - Suffolk
738
+ subject_geo_city_ssim:
739
+ - Boston
740
+ subject_geographic_tsim:
741
+ - United States
742
+ - Massachusetts
743
+ - Boston
744
+ - Suffolk
745
+ subject_geographic_ssim:
746
+ - United States
747
+ - Massachusetts
748
+ - Boston
749
+ - Suffolk (county)
750
+ subject_scale_tsim:
751
+ - Scale not given.
752
+ subject_coordinates_geospatial:
753
+ - 42.35,-71.05
754
+ subject_point_geospatial:
755
+ - 42.35,-71.05
756
+ subject_geojson_facet_ssim:
757
+ - "{\"type\":\"Feature\",\"geometry\":{\"type\":\"Point\",\"coordinates\":[-71.05,42.35]},\"properties\":{\"placename\":\"Boston, MA\"}}"
758
+ subject_hiergeo_geojson_ssm:
759
+ - "{\"type\":\"Feature\",\"geometry\":{\"type\":\"Point\",\"coordinates\":[-71.05,42.35]},\"properties\":{\"country\":\"United States\",\"state\":\"Massachusetts\",\"county\":\"Suffolk\",\"city\":\"Boston\"}}"
760
+ subject_facet_ssim:
761
+ - New England News Company
762
+ - Boston (Mass.)--Maps
763
+ active_fedora_model_suffix_ssi:
764
+ - Map
765
+ rights_ssm:
766
+ - Rights status not evaluated.
767
+ license_ssm:
768
+ - This work is licensed for use under a Creative Commons Attribution Non-Commercial Share Alike License (CC BY-NC-SA).
769
+ note_tsim:
770
+ - Includes index to points of interest.
771
+ title_info_alternative_tsim:
772
+ - New standard index map of Boston
773
+ title_info_primary_tsi:
774
+ - Guide map of Boston
775
+ title_info_primary_ssort:
776
+ - Guide map of Boston
777
+ title_info_alternative_label_ssm:
778
+ - Cover title
779
+ workflow_state_ssi:
780
+ - published
781
+ processing_state_ssi:
782
+ - complete
783
+ exemplary_image_ssi:
784
+ - bpl-dev:000000086
785
+ flagged_content_ssi:
786
+ - true
787
+ timestamp:
788
+ - '2015-07-24T14:11:52.72Z'
789
+ - system_create_dtsi:
790
+ - '2015-01-14T22:26:16Z'
791
+ system_modified_dtsi:
792
+ - '2015-06-03T14:39:18Z'
793
+ object_state_ssi:
794
+ - A
795
+ active_fedora_model_ssi:
796
+ - Bplmodels::ImageFile
797
+ id:
798
+ - bpl-dev:000000086
799
+ object_profile_ssm:
800
+ - "{\"datastreams\":{\"DC\":{\"dsLabel\":\"Dublin Core Record for this object\",\"dsVersionID\":\"DC1.0\",\"dsCreateDate\":\"2015-01-14T22:26:16Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":\"http://www.openarchives.org/OAI/2.0/oai_dc/\",\"dsControlGroup\":\"X\",\"dsSize\":386,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:000000086+DC+DC1.0\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"40c4fdc2e6f80ede33c05240e4ad116d\"},\"RELS-EXT\":{\"dsLabel\":\"Fedora Object-to-Object Relationship Metadata\",\"dsVersionID\":\"RELS-EXT.0\",\"dsCreateDate\":\"2015-01-14T22:26:16Z\",\"dsState\":\"A\",\"dsMIME\":\"application/rdf+xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"X\",\"dsSize\":828,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:000000086+RELS-EXT+RELS-EXT.0\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"d432c04743a5a4a2dabcbe1bc49499cb\"},\"rightsMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"rightsMetadata.0\",\"dsCreateDate\":\"2015-01-14T22:26:16Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":607,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:000000086+rightsMetadata+rightsMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"d3858dbe7e743c5d8ae54e89d4c25223\"},\"productionMaster\":{\"dsLabel\":\"06_01_004865\",\"dsVersionID\":\"productionMaster.0\",\"dsCreateDate\":\"2015-01-14T22:26:17Z\",\"dsState\":\"A\",\"dsMIME\":\"image/tiff\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":41380584,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:000000086+productionMaster+productionMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"4d1595e5271ff5d107e73e119c6579bb\"},\"workflowMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"workflowMetadata.0\",\"dsCreateDate\":\"2015-01-14T22:26:24Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":878,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:000000086+workflowMetadata+workflowMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"27b148031619ac096fc81ccdf24bbe37\"},\"characterization\":{\"dsLabel\":null,\"dsVersionID\":\"characterization.0\",\"dsCreateDate\":\"2015-01-14T22:27:11Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":5017,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:000000086+characterization+characterization.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"48306020162da60ad31b658a4193ee2d\"},\"accessMaster\":{\"dsLabel\":\"06_01_004865\",\"dsVersionID\":\"accessMaster.0\",\"dsCreateDate\":\"2015-01-14T22:27:16Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jp2\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":4140109,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:000000086+accessMaster+accessMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"97dc2f32664dd47f3afd6c67383c2277\"},\"thumbnail300\":{\"dsLabel\":\"06_01_004865\",\"dsVersionID\":\"thumbnail300.0\",\"dsCreateDate\":\"2015-01-14T22:27:17Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jpeg\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":71690,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:000000086+thumbnail300+thumbnail300.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"4270eb937226510edddd24798116fc41\"},\"preProductionNegativeMaster\":{},\"access800\":{\"dsLabel\":\"06_01_004865\",\"dsVersionID\":\"access800.0\",\"dsCreateDate\":\"2015-06-03T14:39:18Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jpeg\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":294200,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:000000086+access800+access800.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"23a4c0f3f279c53e70f6809ccd4a2f36\"},\"ARCHV-EXIF\":{}},\"objLabel\":\"06_01_004865.tif\",\"objOwnerId\":\"fedoraAdmin\",\"objModels\":[\"info:fedora/afmodel:Bplmodels_File\",\"info:fedora/afmodel:Bplmodels_ImageFile\",\"info:fedora/fedora-system:FedoraObject-3.0\"],\"objCreateDate\":\"2015-01-14T22:26:16Z\",\"objLastModDate\":\"2015-01-14T22:27:17Z\",\"objDissIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3A000000086/methods/fedora-system%3A3/viewMethodIndex\",\"objItemIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3A000000086/methods/fedora-system%3A3/viewItemIndex\",\"objState\":\"A\"}"
801
+ read_access_group_ssim:
802
+ - public
803
+ edit_access_group_ssim:
804
+ - superuser
805
+ - admin[bpl-dev:abcd12345]
806
+ identification_identity_mime_type_tesim:
807
+ - image/tiff
808
+ identification_0_identity_0_mime_type_tesim:
809
+ - image/tiff
810
+ mime_type_tesim:
811
+ - image/tiff
812
+ is_exemplary_image_of_ssim:
813
+ - info:fedora/bpl-dev:00000007x
814
+ is_file_of_ssim:
815
+ - info:fedora/bpl-dev:00000007x
816
+ is_image_of_ssim:
817
+ - info:fedora/bpl-dev:00000007x
818
+ has_model_ssim:
819
+ - info:fedora/afmodel:Bplmodels_File
820
+ - info:fedora/afmodel:Bplmodels_ImageFile
821
+ checksum_file_md5_ssi:
822
+ - 4d1595e5271ff5d107e73e119c6579bb
823
+ timestamp:
824
+ - '2015-06-03T14:39:19.732Z'
825
+ - system_create_dtsi:
826
+ - '2015-01-13T19:53:31Z'
827
+ system_modified_dtsi:
828
+ - '2015-02-18T18:31:16Z'
829
+ object_state_ssi:
830
+ - A
831
+ active_fedora_model_ssi:
832
+ - Bplmodels::SystemCollection
833
+ id:
834
+ - bpl-dev:000000000
835
+ object_profile_ssm:
836
+ - "{\"datastreams\":{\"DC\":{\"dsLabel\":\"Dublin Core Record for this object\",\"dsVersionID\":\"DC1.0\",\"dsCreateDate\":\"2015-01-13T19:53:31Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":\"http://www.openarchives.org/OAI/2.0/oai_dc/\",\"dsControlGroup\":\"X\",\"dsSize\":411,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:000000000+DC+DC1.0\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"67663fb7f4720295e5311871fd7c7636\"},\"RELS-EXT\":{\"dsLabel\":\"Fedora Object-to-Object Relationship Metadata\",\"dsVersionID\":\"RELS-EXT.0\",\"dsCreateDate\":\"2015-01-13T19:53:31Z\",\"dsState\":\"A\",\"dsMIME\":\"application/rdf+xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"X\",\"dsSize\":924,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:000000000+RELS-EXT+RELS-EXT.0\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"50c6e9afa1157884c48352312ab02067\"},\"rightsMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"rightsMetadata.0\",\"dsCreateDate\":\"2015-01-13T19:53:31Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":607,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:000000000+rightsMetadata+rightsMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"d3858dbe7e743c5d8ae54e89d4c25223\"},\"descMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"descMetadata.1\",\"dsCreateDate\":\"2015-02-18T18:31:16Z\",\"dsState\":\"A\",\"dsMIME\":\"application/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":1196,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:000000000+descMetadata+descMetadata.1\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"5fcd89d3720312db9ea4bb9313dbf97d\"},\"workflowMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"workflowMetadata.0\",\"dsCreateDate\":\"2015-01-13T19:53:31Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":455,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:000000000+workflowMetadata+workflowMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"5ae8e8f08fb464a98108e6f69b8dd02e\"}},\"objLabel\":\"Norman B. Leventhal Map Center Collection\",\"objOwnerId\":\"fedoraAdmin\",\"objModels\":[\"info:fedora/afmodel:Bplmodels_SystemCollection\",\"info:fedora/afmodel:Bplmodels_RelationBase\",\"info:fedora/afmodel:Bplmodels_Collection\",\"info:fedora/fedora-system:FedoraObject-3.0\"],\"objCreateDate\":\"2015-01-13T19:53:31Z\",\"objLastModDate\":\"2015-01-13T19:53:31Z\",\"objDissIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3A000000000/methods/fedora-system%3A3/viewMethodIndex\",\"objItemIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3A000000000/methods/fedora-system%3A3/viewItemIndex\",\"objState\":\"A\"}"
837
+ read_access_group_ssim:
838
+ - public
839
+ edit_access_group_ssim:
840
+ - superuser
841
+ - admin[bpl-dev:abcd12345]
842
+ oai_set_name_ssim:
843
+ - Norman B. Leventhal Map Center Collection
844
+ oai_set_spec_ssim:
845
+ - bpl-dev:000000000
846
+ has_model_ssim:
847
+ - info:fedora/afmodel:Bplmodels_SystemCollection
848
+ - info:fedora/afmodel:Bplmodels_Collection
849
+ - info:fedora/afmodel:Bplmodels_RelationBase
850
+ is_member_of_ssim:
851
+ - info:fedora/bpl-dev:abcd12345
852
+ label_ssim:
853
+ - Norman B. Leventhal Map Center Collection
854
+ active_fedora_model_suffix_ssi:
855
+ - Collection
856
+ title_info_primary_tsi:
857
+ - Norman B. Leventhal Map Center Collection
858
+ title_info_primary_ssort:
859
+ - Norman B. Leventhal Map Center Collection
860
+ workflow_state_ssi:
861
+ - published
862
+ abstract_tsim:
863
+ - Tousled artisan single-origin coffee Williamsburg. Sriracha keffiyeh readymade, gluten-free photo booth keytar ennui normcore Schlitz food truck messenger bag distillery chambray. Post-ironic brunch cray viral bicycle rights ennui Bushwick, +1 cornhole Schlitz Banksy keffiyeh. Tilde master cleanse pour-over, shabby chic retro swag synth hoodie fixie lomo fashion axe cold-pressed ugh drinking vinegar. Tousled PBR kogi aesthetic seitan. Tilde squid literally normcore. Slow-carb pour-over meh, cronut American Apparel stumptown tilde crucifix +1 farm-to-table 90's deep v freegan Intelligentsia.
864
+ physical_location_ssim:
865
+ - Boston Public Library
866
+ physical_location_tsim:
867
+ - Boston Public Library
868
+ institution_name_ssim:
869
+ - Boston Public Library
870
+ institution_name_tsim:
871
+ - Boston Public Library
872
+ genre_basic_ssim:
873
+ - Collections
874
+ - Maps
875
+ institution_pid_ssi:
876
+ - bpl-dev:abcd12345
877
+ exemplary_image_ssi:
878
+ - bpl-dev:df65v791t
879
+ timestamp:
880
+ - '2015-02-18T18:31:16.934Z'
881
+ - system_create_dtsi:
882
+ - '2014-12-26T20:02:13Z'
883
+ system_modified_dtsi:
884
+ - '2015-05-06T18:30:27Z'
885
+ object_state_ssi:
886
+ - A
887
+ active_fedora_model_ssi:
888
+ - Bplmodels::SystemCollection
889
+ id:
890
+ - bpl-dev:h702q636h
891
+ object_profile_ssm:
892
+ - "{\"datastreams\":{\"DC\":{\"dsLabel\":\"Dublin Core Record for this object\",\"dsVersionID\":\"DC1.0\",\"dsCreateDate\":\"2014-12-26T20:02:13Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":\"http://www.openarchives.org/OAI/2.0/oai_dc/\",\"dsControlGroup\":\"X\",\"dsSize\":396,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:h702q636h+DC+DC1.0\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"86fc1c735ff0f7dfc2abd76fe4dc2ee3\"},\"RELS-EXT\":{\"dsLabel\":\"Fedora Object-to-Object Relationship Metadata\",\"dsVersionID\":\"RELS-EXT.0\",\"dsCreateDate\":\"2014-12-26T20:02:13Z\",\"dsState\":\"A\",\"dsMIME\":\"application/rdf+xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"X\",\"dsSize\":909,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:h702q636h+RELS-EXT+RELS-EXT.0\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"e02bf9d2e739f0b74ae42061808db733\"},\"rightsMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"rightsMetadata.0\",\"dsCreateDate\":\"2014-12-26T20:02:13Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":607,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:h702q636h+rightsMetadata+rightsMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"d3858dbe7e743c5d8ae54e89d4c25223\"},\"descMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"descMetadata.2\",\"dsCreateDate\":\"2015-05-06T18:30:27Z\",\"dsState\":\"A\",\"dsMIME\":\"application/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":961,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:h702q636h+descMetadata+descMetadata.2\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"2212e40df66a5fd1f25a895d1c9a6dcc\"},\"workflowMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"workflowMetadata.0\",\"dsCreateDate\":\"2014-12-26T20:02:13Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":455,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:h702q636h+workflowMetadata+workflowMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"5ae8e8f08fb464a98108e6f69b8dd02e\"}},\"objLabel\":\"Carte de Visite Collection\",\"objOwnerId\":\"fedoraAdmin\",\"objModels\":[\"info:fedora/afmodel:Bplmodels_RelationBase\",\"info:fedora/afmodel:Bplmodels_SystemCollection\",\"info:fedora/afmodel:Bplmodels_Collection\",\"info:fedora/fedora-system:FedoraObject-3.0\"],\"objCreateDate\":\"2014-12-26T20:02:13Z\",\"objLastModDate\":\"2015-05-04T20:35:33Z\",\"objDissIndexViewURL\":\"http://localhost:80/fedora/objects/bpl-dev%3Ah702q636h/methods/fedora-system%3A3/viewMethodIndex\",\"objItemIndexViewURL\":\"http://localhost:80/fedora/objects/bpl-dev%3Ah702q636h/methods/fedora-system%3A3/viewItemIndex\",\"objState\":\"A\"}"
893
+ read_access_group_ssim:
894
+ - public
895
+ edit_access_group_ssim:
896
+ - superuser
897
+ - admin[bpl-dev:abcd12345]
898
+ oai_set_name_ssim:
899
+ - Carte de Visite Collection
900
+ oai_set_spec_ssim:
901
+ - bpl-dev:h702q636h
902
+ has_model_ssim:
903
+ - info:fedora/afmodel:Bplmodels_SystemCollection
904
+ - info:fedora/afmodel:Bplmodels_Collection
905
+ - info:fedora/afmodel:Bplmodels_RelationBase
906
+ is_member_of_ssim:
907
+ - info:fedora/bpl-dev:abcd12345
908
+ label_ssim:
909
+ - Carte de Visite Collection
910
+ active_fedora_model_suffix_ssi:
911
+ - Collection
912
+ title_info_primary_tsi:
913
+ - Carte de Visite Collection
914
+ title_info_primary_ssort:
915
+ - Carte de Visite Collection
916
+ workflow_state_ssi:
917
+ - published
918
+ abstract_tsim:
919
+ - Lorem ipsum
920
+ physical_location_ssim:
921
+ - Boston Public Library
922
+ physical_location_tsim:
923
+ - Boston Public Library
924
+ institution_name_ssim:
925
+ - Boston Public Library
926
+ institution_name_tsim:
927
+ - Boston Public Library
928
+ genre_basic_ssim:
929
+ - Collections
930
+ - Photographs
931
+ institution_pid_ssi:
932
+ - bpl-dev:abcd12345
933
+ exemplary_image_ssi:
934
+ - bpl-dev:h702q642n
935
+ timestamp:
936
+ - '2015-05-06T18:30:27.934Z'
937
+ - system_create_dtsi:
938
+ - '2015-07-28T15:20:39Z'
939
+ system_modified_dtsi:
940
+ - '2015-07-28T16:56:48Z'
941
+ object_state_ssi:
942
+ - A
943
+ active_fedora_model_ssi:
944
+ - Bplmodels::SystemCollection
945
+ id:
946
+ - bpl-dev:g445cd139
947
+ object_profile_ssm:
948
+ - "{\"datastreams\":{\"DC\":{\"dsLabel\":\"Dublin Core Record for this object\",\"dsVersionID\":\"DC1.0\",\"dsCreateDate\":\"2015-07-28T15:20:39Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":\"http://www.openarchives.org/OAI/2.0/oai_dc/\",\"dsControlGroup\":\"X\",\"dsSize\":393,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:g445cd139+DC+DC1.0\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"6a1593bc884957f48bb5fdbda7f660b2\"},\"RELS-EXT\":{\"dsLabel\":\"Fedora Object-to-Object Relationship Metadata\",\"dsVersionID\":\"RELS-EXT.0\",\"dsCreateDate\":\"2015-07-28T15:20:39Z\",\"dsState\":\"A\",\"dsMIME\":\"application/rdf+xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"X\",\"dsSize\":906,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:g445cd139+RELS-EXT+RELS-EXT.0\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"a31b62bfcc8634c956a543796a78234f\"},\"rightsMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"rightsMetadata.0\",\"dsCreateDate\":\"2015-07-28T15:20:39Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":630,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:g445cd139+rightsMetadata+rightsMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"2b814f2d28015b8fecac1b7325cf0034\"},\"descMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"descMetadata.0\",\"dsCreateDate\":\"2015-07-28T15:20:40Z\",\"dsState\":\"A\",\"dsMIME\":\"application/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":589,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:g445cd139+descMetadata+descMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"e077be0b301ba0604a2171babd24cc3a\"},\"workflowMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"workflowMetadata.2\",\"dsCreateDate\":\"2015-07-28T16:56:48Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":455,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:g445cd139+workflowMetadata+workflowMetadata.2\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"5ae8e8f08fb464a98108e6f69b8dd02e\"}},\"objLabel\":\"Anti-Slavery Collection\",\"objOwnerId\":\"fedoraAdmin\",\"objModels\":[\"info:fedora/afmodel:Bplmodels_RelationBase\",\"info:fedora/afmodel:Bplmodels_SystemCollection\",\"info:fedora/afmodel:Bplmodels_Collection\",\"info:fedora/fedora-system:FedoraObject-3.0\"],\"objCreateDate\":\"2015-07-28T15:20:39Z\",\"objLastModDate\":\"2015-07-28T16:55:10Z\",\"objDissIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3Ag445cd139/methods/fedora-system%3A3/viewMethodIndex\",\"objItemIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3Ag445cd139/methods/fedora-system%3A3/viewItemIndex\",\"objState\":\"A\"}"
949
+ read_access_group_ssim:
950
+ - public
951
+ edit_access_group_ssim:
952
+ - superuser
953
+ - admin[bpl-dev:abcd12345]
954
+ oai_set_name_ssim:
955
+ - Anti-Slavery Collection
956
+ oai_set_spec_ssim:
957
+ - bpl-dev:g445cd139
958
+ has_model_ssim:
959
+ - info:fedora/afmodel:Bplmodels_SystemCollection
960
+ - info:fedora/afmodel:Bplmodels_Collection
961
+ - info:fedora/afmodel:Bplmodels_RelationBase
962
+ is_member_of_ssim:
963
+ - info:fedora/bpl-dev:abcd12345
964
+ label_ssim:
965
+ - Anti-Slavery Collection
966
+ active_fedora_model_suffix_ssi:
967
+ - Collection
968
+ title_info_primary_tsi:
969
+ - Anti-Slavery Collection
970
+ title_info_primary_ssort:
971
+ - Anti-Slavery Collection
972
+ workflow_state_ssi:
973
+ - published
974
+ physical_location_ssim:
975
+ - Boston Public Library
976
+ physical_location_tsim:
977
+ - Boston Public Library
978
+ institution_name_ssim:
979
+ - Boston Public Library
980
+ institution_name_tsim:
981
+ - Boston Public Library
982
+ genre_basic_ssim:
983
+ - Collections
984
+ - Photographs
985
+ institution_pid_ssi:
986
+ - bpl-dev:abcd12345
987
+ exemplary_image_ssi:
988
+ - bpl-dev:g445cd17d
989
+ timestamp:
990
+ - '2015-07-28T16:56:49.037Z'
991
+ - system_create_dtsi:
992
+ - '2015-07-28T15:20:36Z'
993
+ system_modified_dtsi:
994
+ - '2015-07-28T16:56:46Z'
995
+ object_state_ssi:
996
+ - A
997
+ active_fedora_model_ssi:
998
+ - Bplmodels::SystemCollection
999
+ id:
1000
+ - bpl-dev:g445cd121
1001
+ object_profile_ssm:
1002
+ - "{\"datastreams\":{\"DC\":{\"dsLabel\":\"Dublin Core Record for this object\",\"dsVersionID\":\"DC1.0\",\"dsCreateDate\":\"2015-07-28T15:20:36Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":\"http://www.openarchives.org/OAI/2.0/oai_dc/\",\"dsControlGroup\":\"X\",\"dsSize\":387,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:g445cd121+DC+DC1.0\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"2965846eed3832a5f09d37ae0bf7bcd9\"},\"RELS-EXT\":{\"dsLabel\":\"Fedora Object-to-Object Relationship Metadata\",\"dsVersionID\":\"RELS-EXT.0\",\"dsCreateDate\":\"2015-07-28T15:20:37Z\",\"dsState\":\"A\",\"dsMIME\":\"application/rdf+xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"X\",\"dsSize\":900,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:g445cd121+RELS-EXT+RELS-EXT.0\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"3c6f0b3949046e14f619457c08d71ec5\"},\"rightsMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"rightsMetadata.0\",\"dsCreateDate\":\"2015-07-28T15:20:37Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":630,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:g445cd121+rightsMetadata+rightsMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"2b814f2d28015b8fecac1b7325cf0034\"},\"descMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"descMetadata.0\",\"dsCreateDate\":\"2015-07-28T15:20:37Z\",\"dsState\":\"A\",\"dsMIME\":\"application/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":583,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:g445cd121+descMetadata+descMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"21eaed0bdb83283fafa0b5920f99aaa5\"},\"workflowMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"workflowMetadata.2\",\"dsCreateDate\":\"2015-07-28T16:56:46Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":455,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:g445cd121+workflowMetadata+workflowMetadata.2\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"5ae8e8f08fb464a98108e6f69b8dd02e\"}},\"objLabel\":\"Cased Photographs\",\"objOwnerId\":\"fedoraAdmin\",\"objModels\":[\"info:fedora/afmodel:Bplmodels_RelationBase\",\"info:fedora/afmodel:Bplmodels_SystemCollection\",\"info:fedora/afmodel:Bplmodels_Collection\",\"info:fedora/fedora-system:FedoraObject-3.0\"],\"objCreateDate\":\"2015-07-28T15:20:36Z\",\"objLastModDate\":\"2015-07-28T16:55:09Z\",\"objDissIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3Ag445cd121/methods/fedora-system%3A3/viewMethodIndex\",\"objItemIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3Ag445cd121/methods/fedora-system%3A3/viewItemIndex\",\"objState\":\"A\"}"
1003
+ read_access_group_ssim:
1004
+ - public
1005
+ edit_access_group_ssim:
1006
+ - superuser
1007
+ - admin[bpl-dev:abcd12345]
1008
+ oai_set_name_ssim:
1009
+ - Cased Photographs
1010
+ oai_set_spec_ssim:
1011
+ - bpl-dev:g445cd121
1012
+ has_model_ssim:
1013
+ - info:fedora/afmodel:Bplmodels_SystemCollection
1014
+ - info:fedora/afmodel:Bplmodels_Collection
1015
+ - info:fedora/afmodel:Bplmodels_RelationBase
1016
+ is_member_of_ssim:
1017
+ - info:fedora/bpl-dev:abcd12345
1018
+ label_ssim:
1019
+ - Cased Photographs
1020
+ active_fedora_model_suffix_ssi:
1021
+ - Collection
1022
+ title_info_primary_tsi:
1023
+ - Cased Photographs
1024
+ title_info_primary_ssort:
1025
+ - Cased Photographs
1026
+ workflow_state_ssi:
1027
+ - published
1028
+ physical_location_ssim:
1029
+ - Boston Public Library
1030
+ physical_location_tsim:
1031
+ - Boston Public Library
1032
+ institution_name_ssim:
1033
+ - Boston Public Library
1034
+ institution_name_tsim:
1035
+ - Boston Public Library
1036
+ genre_basic_ssim:
1037
+ - Collections
1038
+ - Photographs
1039
+ institution_pid_ssi:
1040
+ - bpl-dev:abcd12345
1041
+ exemplary_image_ssi:
1042
+ - bpl-dev:g445cd17d
1043
+ timestamp:
1044
+ - '2015-07-28T16:56:47.692Z'
1045
+ - system_create_dtsi:
1046
+ - '2014-12-26T20:02:10Z'
1047
+ system_modified_dtsi:
1048
+ - '2015-02-18T19:44:18Z'
1049
+ object_state_ssi:
1050
+ - A
1051
+ active_fedora_model_ssi:
1052
+ - Bplmodels::Institution
1053
+ id:
1054
+ - bpl-dev:abcd12345
1055
+ object_profile_ssm:
1056
+ - "{\"datastreams\":{\"DC\":{\"dsLabel\":\"Dublin Core Record for this object\",\"dsVersionID\":\"DC1.0\",\"dsCreateDate\":\"2014-12-26T20:02:10Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":\"http://www.openarchives.org/OAI/2.0/oai_dc/\",\"dsControlGroup\":\"X\",\"dsSize\":391,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:abcd12345+DC+DC1.0\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"f829f7ce8992bfa8b28d14ffeeee21f8\"},\"RELS-EXT\":{\"dsLabel\":\"Fedora Object-to-Object Relationship Metadata\",\"dsVersionID\":\"RELS-EXT.0\",\"dsCreateDate\":\"2014-12-26T20:02:11Z\",\"dsState\":\"A\",\"dsMIME\":\"application/rdf+xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"X\",\"dsSize\":438,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:abcd12345+RELS-EXT+RELS-EXT.0\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"efbed8777ee7f72c13e1ad9809527a22\"},\"rightsMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"rightsMetadata.0\",\"dsCreateDate\":\"2014-12-26T20:02:11Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":607,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:abcd12345+rightsMetadata+rightsMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"d3858dbe7e743c5d8ae54e89d4c25223\"},\"descMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"descMetadata.5\",\"dsCreateDate\":\"2015-02-18T19:44:18Z\",\"dsState\":\"A\",\"dsMIME\":\"application/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":1434,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:abcd12345+descMetadata+descMetadata.5\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"8edec72f585e3ee8d9bbbab7c30b1544\"},\"workflowMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"workflowMetadata.0\",\"dsCreateDate\":\"2014-12-26T20:02:12Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":455,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:abcd12345+workflowMetadata+workflowMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"5ae8e8f08fb464a98108e6f69b8dd02e\"}},\"objLabel\":\"Boston Public Library\",\"objOwnerId\":\"fedoraAdmin\",\"objModels\":[\"info:fedora/afmodel:Bplmodels_RelationBase\",\"info:fedora/afmodel:Bplmodels_Institution\",\"info:fedora/fedora-system:FedoraObject-3.0\"],\"objCreateDate\":\"2014-12-26T20:02:10Z\",\"objLastModDate\":\"2015-02-18T19:39:42Z\",\"objDissIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3Aabcd12345/methods/fedora-system%3A3/viewMethodIndex\",\"objItemIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3Aabcd12345/methods/fedora-system%3A3/viewItemIndex\",\"objState\":\"A\"}"
1057
+ read_access_group_ssim:
1058
+ - public
1059
+ edit_access_group_ssim:
1060
+ - superuser
1061
+ - admin[bpl-dev:abcd12345]
1062
+ has_model_ssim:
1063
+ - info:fedora/afmodel:Bplmodels_Institution
1064
+ - info:fedora/afmodel:Bplmodels_RelationBase
1065
+ label_ssim:
1066
+ - Boston Public Library
1067
+ active_fedora_model_suffix_ssi:
1068
+ - Institution
1069
+ title_info_primary_tsi:
1070
+ - Boston Public Library
1071
+ title_info_primary_ssort:
1072
+ - Boston Public Library
1073
+ workflow_state_ssi:
1074
+ - published
1075
+ abstract_tsim:
1076
+ - Four loko ennui skateboard anim. Id asymmetrical artisan post-ironic, disrupt cornhole messenger bag deep v lo-fi ea. Roof party ea mustache direct trade semiotics hella. Sustainable elit art party fap. Migas cillum XOXO, Odd Future asymmetrical trust fund slow-carb fixie. Deep v artisan retro, gastropub vero cliche you probably haven't heard of them master cleanse DIY aliquip chia velit hashtag Thundercats. Dolore four loko Etsy gastropub anim ut.
1077
+ institution_url_ss:
1078
+ - http://www.bpl.org/
1079
+ subject_geo_country_ssim:
1080
+ - United States
1081
+ subject_geo_state_ssim:
1082
+ - Massachusetts
1083
+ subject_geo_county_ssim:
1084
+ - Suffolk
1085
+ subject_geo_city_ssim:
1086
+ - Boston
1087
+ subject_geographic_tsim:
1088
+ - United States
1089
+ - Massachusetts
1090
+ - Suffolk
1091
+ - Boston
1092
+ subject_geographic_ssim:
1093
+ - United States
1094
+ - Massachusetts
1095
+ - Suffolk (county)
1096
+ - Boston
1097
+ subject_coordinates_geospatial:
1098
+ - 42.35,-71.05
1099
+ subject_point_geospatial:
1100
+ - 42.35,-71.05
1101
+ subject_geojson_facet_ssim:
1102
+ - "{\"type\":\"Feature\",\"geometry\":{\"type\":\"Point\",\"coordinates\":[-71.05,42.35]},\"properties\":{\"placename\":\"Boston, MA\"}}"
1103
+ subject_hiergeo_geojson_ssm:
1104
+ - "{\"type\":\"Feature\",\"geometry\":{\"type\":\"Point\",\"coordinates\":[-71.05,42.35]},\"properties\":{\"country\":\"United States\",\"state\":\"Massachusetts\",\"county\":\"Suffolk\",\"city\":\"Boston\"}}"
1105
+ institution_pid_ssi:
1106
+ - bpl-dev:abcd12345
1107
+ timestamp:
1108
+ - '2015-02-18T19:44:18.203Z'
1109
+ - system_create_dtsi:
1110
+ - '2015-01-14T22:25:38Z'
1111
+ system_modified_dtsi:
1112
+ - '2015-07-24T14:11:53Z'
1113
+ object_state_ssi:
1114
+ - A
1115
+ active_fedora_model_ssi:
1116
+ - Bplmodels::Map
1117
+ id:
1118
+ - bpl-dev:00000003t
1119
+ object_profile_ssm:
1120
+ - "{\"datastreams\":{\"DC\":{\"dsLabel\":\"Dublin Core Record for this object\",\"dsVersionID\":\"DC1.0\",\"dsCreateDate\":\"2015-01-14T22:25:38Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":\"http://www.openarchives.org/OAI/2.0/oai_dc/\",\"dsControlGroup\":\"X\",\"dsSize\":413,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:00000003t+DC+DC1.0\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"431e0bc295a865291d2838e4e50f0653\"},\"RELS-EXT\":{\"dsLabel\":\"Fedora Object-to-Object Relationship Metadata\",\"dsVersionID\":\"RELS-EXT.1\",\"dsCreateDate\":\"2015-07-24T14:11:53Z\",\"dsState\":\"A\",\"dsMIME\":\"application/rdf+xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"X\",\"dsSize\":1021,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:00000003t+RELS-EXT+RELS-EXT.1\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"61d17b9bd8467ab46df23a700842d265\"},\"rightsMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"rightsMetadata.0\",\"dsCreateDate\":\"2015-01-14T22:25:38Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":607,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:00000003t+rightsMetadata+rightsMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"d3858dbe7e743c5d8ae54e89d4c25223\"},\"descMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"descMetadata.0\",\"dsCreateDate\":\"2015-01-14T22:25:38Z\",\"dsState\":\"A\",\"dsMIME\":\"application/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":6493,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:00000003t+descMetadata+descMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"c2bc04789c235cf19a8b20fbc8bd1086\"},\"workflowMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"workflowMetadata.1\",\"dsCreateDate\":\"2015-01-14T22:27:29Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":1041,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:00000003t+workflowMetadata+workflowMetadata.1\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"b8be209bc8c74392536a8c4e70398187\"}},\"objLabel\":\"Map of the county of Norfolk, Massachusetts\",\"objOwnerId\":\"fedoraAdmin\",\"objModels\":[\"info:fedora/afmodel:Bplmodels_ObjectBase\",\"info:fedora/afmodel:Bplmodels_SimpleObjectBase\",\"info:fedora/afmodel:Bplmodels_Map\",\"info:fedora/fedora-system:FedoraObject-3.0\"],\"objCreateDate\":\"2015-01-14T22:25:38Z\",\"objLastModDate\":\"2015-01-14T22:27:29Z\",\"objDissIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3A00000003t/methods/fedora-system%3A3/viewMethodIndex\",\"objItemIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3A00000003t/methods/fedora-system%3A3/viewItemIndex\",\"objState\":\"A\"}"
1121
+ read_access_group_ssim:
1122
+ - public
1123
+ edit_access_group_ssim:
1124
+ - superuser
1125
+ - admin[bpl-dev:abcd12345]
1126
+ oai_item_id_ssim:
1127
+ - oai:digitalcommonwealth.org:bpl-dev:00000003t
1128
+ has_model_ssim:
1129
+ - info:fedora/afmodel:Bplmodels_Map
1130
+ - info:fedora/afmodel:Bplmodels_SimpleObjectBase
1131
+ - info:fedora/afmodel:Bplmodels_ObjectBase
1132
+ is_member_of_collection_ssim:
1133
+ - info:fedora/bpl-dev:000000000
1134
+ administrative_set_ssim:
1135
+ - info:fedora/bpl-dev:000000000
1136
+ label_ssim:
1137
+ - Map of the county of Norfolk, Massachusetts
1138
+ date_start_dtsi:
1139
+ - '1858-01-01T00:00:00Z'
1140
+ date_start_tsim:
1141
+ - 1858
1142
+ date_end_tsim:
1143
+ - nil
1144
+ date_facet_ssim:
1145
+ - 1850s
1146
+ date_type_ssm:
1147
+ - dateCreated
1148
+ date_start_qualifier_ssm:
1149
+ - nil
1150
+ date_facet_yearly_ssim:
1151
+ - 1858s
1152
+ table_of_contents_tsi:
1153
+ - "Inset maps: Jamaica Plain -- Brookline -- Geological map of Norfolk County, Mass. -- West Medway -- Medway -- South Dedham -- Dedham -- East Medway -- West Dedham -- Wrentham -- Bellingham -- Harrison Squares, Commercial Point (Dorchester) -- Meeting House Hill (Dorchester) -- Neponset & Port Norfolk, Dorchester -- Lower Mills, Dorchester & Milton -- Fairmount (Milton) -- Newton Lower Falls -- Railway Village -- Braintree, South Braintree -- Dorchester -- Upper Mills -- Foxborough -- East Stoughton -- Sheldonville -- Medfield -- Stoughton -- South Canton -- Randolph -- West Roxbury -- Franklin -- Sharon -- Quincy Point -- West Quincy -- North Weymouth -- South Randolph -- Ponkapog (Canton) -- East Weymouth -- East Braintree and Weymouth Landing -- Quincy -- Cohassett -- Roxbury with portions of Dorchester, W. Roxbury & c -- Walpole -- South Weymouth -- South Walpole -- Plimptonville & East Walpole."
1154
+ genre_basic_tsim:
1155
+ - Maps
1156
+ genre_basic_ssim:
1157
+ - Maps
1158
+ identifier_local_barcode_tsim:
1159
+ - 39999058999747
1160
+ collection_name_ssim:
1161
+ - Norman B. Leventhal Map Center Collection
1162
+ collection_name_tsim:
1163
+ - Norman B. Leventhal Map Center Collection
1164
+ collection_pid_ssm:
1165
+ - bpl-dev:000000000
1166
+ institution_name_ssim:
1167
+ - Boston Public Library
1168
+ institution_name_tsim:
1169
+ - Boston Public Library
1170
+ institution_pid_ssi:
1171
+ - bpl-dev:abcd12345
1172
+ admin_set_name_ssim:
1173
+ - Norman B. Leventhal Map Center Collection
1174
+ admin_set_name_tsim:
1175
+ - Norman B. Leventhal Map Center Collection
1176
+ admin_set_pid_ssm:
1177
+ - bpl-dev:000000000
1178
+ identifier_uri_ss:
1179
+ - http://ark-hydradev.bpl.org/ark:/50959/00000003t
1180
+ publisher_tsim:
1181
+ - Smith & Bumstead
1182
+ pubplace_tsim:
1183
+ - New York
1184
+ issuance_tsim:
1185
+ - monographic
1186
+ lang_term_ssim:
1187
+ - English
1188
+ related_item_host_tsim:
1189
+ - Norman B. Leventhal Map Center Collection
1190
+ related_item_host_ssim:
1191
+ - Norman B. Leventhal Map Center Collection
1192
+ name_personal_tsim:
1193
+ - Walling, Henry Francis, 1825-1888
1194
+ name_personal_role_tsim:
1195
+ - Creator
1196
+ name_facet_ssim:
1197
+ - Walling, Henry Francis, 1825-1888
1198
+ type_of_resource_ssim:
1199
+ - cartographic
1200
+ extent_tsi:
1201
+ - '1 map : col. ; 146 x 155 cm.'
1202
+ digital_origin_ssi:
1203
+ - reformatted digital
1204
+ internet_media_type_ssim:
1205
+ - image/tiff
1206
+ - image/jpeg
1207
+ - image/jp2
1208
+ physical_location_ssim:
1209
+ - Boston Public Library
1210
+ physical_location_tsim:
1211
+ - Boston Public Library
1212
+ sub_location_tsim:
1213
+ - Norman B. Leventhal Map Center
1214
+ subject_topic_tsim:
1215
+ - Real property--Massachusetts--Norfolk County--Maps
1216
+ - Landowners--Massachusetts--Norfolk County--Maps
1217
+ - Norfolk County (Mass.)--Maps
1218
+ subject_geo_country_ssim:
1219
+ - United States
1220
+ subject_geo_state_ssim:
1221
+ - Massachusetts
1222
+ subject_geo_county_ssim:
1223
+ - Norfolk
1224
+ subject_geographic_tsim:
1225
+ - United States
1226
+ - Massachusetts
1227
+ - Norfolk
1228
+ subject_geographic_ssim:
1229
+ - United States
1230
+ - Massachusetts
1231
+ - Norfolk (county)
1232
+ subject_scale_tsim:
1233
+ - Scale [ca. 1:40,000]
1234
+ subject_coordinates_geospatial:
1235
+ - 42.1667,-71.25
1236
+ subject_point_geospatial:
1237
+ - 42.1667,-71.25
1238
+ subject_geojson_facet_ssim:
1239
+ - "{\"type\":\"Feature\",\"geometry\":{\"type\":\"Point\",\"coordinates\":[-71.25,42.1667]},\"properties\":{\"placename\":\"Norfolk (county), MA\"}}"
1240
+ subject_hiergeo_geojson_ssm:
1241
+ - "{\"type\":\"Feature\",\"geometry\":{\"type\":\"Point\",\"coordinates\":[-71.25,42.1667]},\"properties\":{\"country\":\"United States\",\"state\":\"Massachusetts\",\"county\":\"Norfolk\"}}"
1242
+ subject_facet_ssim:
1243
+ - Real property--Massachusetts--Norfolk County--Maps
1244
+ - Landowners--Massachusetts--Norfolk County--Maps
1245
+ - Norfolk County (Mass.)--Maps
1246
+ active_fedora_model_suffix_ssi:
1247
+ - Map
1248
+ rights_ssm:
1249
+ - No known copyright restrictions.
1250
+ license_ssm:
1251
+ - This work is licensed for use under a Creative Commons Attribution Non-Commercial Share Alike License (CC BY-NC-SA).
1252
+ note_tsim:
1253
+ - Relief shown by hachures.
1254
+ - Shows land ownership, roads, railroads, mills, schools, etc.
1255
+ - Includes 4 views of residences and boot factory, a table of distances, business directory and statistical table.
1256
+ note_resp_tsim:
1257
+ - the details from actual surveys under the direction of Henry F. Walling ; engraved, printed, colored & mounted at H.F. Walling's map establishment.
1258
+ title_info_primary_tsi:
1259
+ - Map of the county of Norfolk, Massachusetts
1260
+ title_info_primary_ssort:
1261
+ - Map of the county of Norfolk, Massachusetts
1262
+ subtitle_tsim:
1263
+ - based upon the trigonometrical survey of the state
1264
+ workflow_state_ssi:
1265
+ - published
1266
+ processing_state_ssi:
1267
+ - complete
1268
+ exemplary_image_ssi:
1269
+ - bpl-dev:000000043
1270
+ timestamp:
1271
+ - '2015-07-24T14:11:56.036Z'
1272
+ - system_create_dtsi:
1273
+ - '2015-01-20T21:19:57Z'
1274
+ system_modified_dtsi:
1275
+ - '2015-07-24T14:12:00Z'
1276
+ object_state_ssi:
1277
+ - A
1278
+ active_fedora_model_ssi:
1279
+ - Bplmodels::Map
1280
+ id:
1281
+ - bpl-dev:qf85nb285
1282
+ object_profile_ssm:
1283
+ - "{\"datastreams\":{\"DC\":{\"dsLabel\":\"Dublin Core Record for this object\",\"dsVersionID\":\"DC1.0\",\"dsCreateDate\":\"2015-01-20T21:19:57Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":\"http://www.openarchives.org/OAI/2.0/oai_dc/\",\"dsControlGroup\":\"X\",\"dsSize\":408,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:qf85nb285+DC+DC1.0\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"c21f989b08aa51064820c82739be9324\"},\"RELS-EXT\":{\"dsLabel\":\"Fedora Object-to-Object Relationship Metadata\",\"dsVersionID\":\"RELS-EXT.1\",\"dsCreateDate\":\"2015-07-24T14:12:00Z\",\"dsState\":\"A\",\"dsMIME\":\"application/rdf+xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"X\",\"dsSize\":1021,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:qf85nb285+RELS-EXT+RELS-EXT.1\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"3aa39961ab8b95b1c59ccb6073019e9f\"},\"rightsMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"rightsMetadata.0\",\"dsCreateDate\":\"2015-01-20T21:19:58Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":607,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:qf85nb285+rightsMetadata+rightsMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"d3858dbe7e743c5d8ae54e89d4c25223\"},\"descMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"descMetadata.0\",\"dsCreateDate\":\"2015-01-20T21:19:58Z\",\"dsState\":\"A\",\"dsMIME\":\"application/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":4447,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:qf85nb285+descMetadata+descMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"f9d4cd028a91acf8b9a7b09ff6d05054\"},\"workflowMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"workflowMetadata.1\",\"dsCreateDate\":\"2015-01-20T21:20:44Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":1041,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:qf85nb285+workflowMetadata+workflowMetadata.1\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"df82463cd9638e48b18755482bba71e4\"}},\"objLabel\":\"A map of part of the Isthmus of Darien\",\"objOwnerId\":\"fedoraAdmin\",\"objModels\":[\"info:fedora/afmodel:Bplmodels_ObjectBase\",\"info:fedora/afmodel:Bplmodels_SimpleObjectBase\",\"info:fedora/afmodel:Bplmodels_Map\",\"info:fedora/fedora-system:FedoraObject-3.0\"],\"objCreateDate\":\"2015-01-20T21:19:57Z\",\"objLastModDate\":\"2015-01-20T21:20:44Z\",\"objDissIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3Aqf85nb285/methods/fedora-system%3A3/viewMethodIndex\",\"objItemIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3Aqf85nb285/methods/fedora-system%3A3/viewItemIndex\",\"objState\":\"A\"}"
1284
+ read_access_group_ssim:
1285
+ - public
1286
+ edit_access_group_ssim:
1287
+ - superuser
1288
+ - admin[bpl-dev:abcd12345]
1289
+ title_info_nonSort_ssm:
1290
+ - A
1291
+ title_info_0_nonSort_ssm:
1292
+ - A
1293
+ oai_item_id_ssim:
1294
+ - oai:digitalcommonwealth.org:bpl-dev:qf85nb285
1295
+ has_model_ssim:
1296
+ - info:fedora/afmodel:Bplmodels_Map
1297
+ - info:fedora/afmodel:Bplmodels_SimpleObjectBase
1298
+ - info:fedora/afmodel:Bplmodels_ObjectBase
1299
+ is_member_of_collection_ssim:
1300
+ - info:fedora/bpl-dev:000000000
1301
+ administrative_set_ssim:
1302
+ - info:fedora/bpl-dev:000000000
1303
+ label_ssim:
1304
+ - A map of part of the Isthmus of Darien
1305
+ date_start_dtsi:
1306
+ - '1700-01-01T00:00:00Z'
1307
+ date_start_tsim:
1308
+ - 1700
1309
+ date_end_dtsi:
1310
+ - '1799-12-31T23:59:59.999Z'
1311
+ date_end_tsim:
1312
+ - 1799
1313
+ date_facet_ssim:
1314
+ - 1700s
1315
+ - 1710s
1316
+ - 1720s
1317
+ - 1730s
1318
+ - 1740s
1319
+ - 1750s
1320
+ - 1760s
1321
+ - 1770s
1322
+ - 1780s
1323
+ - 1790s
1324
+ date_type_ssm:
1325
+ - dateCreated
1326
+ date_start_qualifier_ssm:
1327
+ - inferred
1328
+ genre_basic_tsim:
1329
+ - Maps
1330
+ genre_basic_ssim:
1331
+ - Maps
1332
+ identifier_local_barcode_tsim:
1333
+ - 39999059004596
1334
+ collection_name_ssim:
1335
+ - Norman B. Leventhal Map Center Collection
1336
+ collection_name_tsim:
1337
+ - Norman B. Leventhal Map Center Collection
1338
+ collection_pid_ssm:
1339
+ - bpl-dev:000000000
1340
+ institution_name_ssim:
1341
+ - Boston Public Library
1342
+ institution_name_tsim:
1343
+ - Boston Public Library
1344
+ institution_pid_ssi:
1345
+ - bpl-dev:abcd12345
1346
+ admin_set_name_ssim:
1347
+ - Norman B. Leventhal Map Center Collection
1348
+ admin_set_name_tsim:
1349
+ - Norman B. Leventhal Map Center Collection
1350
+ admin_set_pid_ssm:
1351
+ - bpl-dev:000000000
1352
+ identifier_uri_ss:
1353
+ - http://ark-hydradev.bpl.org/ark:/50959/qf85nb285
1354
+ issuance_tsim:
1355
+ - monographic
1356
+ lang_term_ssim:
1357
+ - English
1358
+ related_item_host_tsim:
1359
+ - Norman B. Leventhal Map Center Collection
1360
+ related_item_host_ssim:
1361
+ - Norman B. Leventhal Map Center Collection
1362
+ type_of_resource_ssim:
1363
+ - cartographic
1364
+ extent_tsi:
1365
+ - '1 ms. map : col. ; 38 x 70 cm.'
1366
+ digital_origin_ssi:
1367
+ - reformatted digital
1368
+ internet_media_type_ssim:
1369
+ - image/tiff
1370
+ - image/jpeg
1371
+ - image/jp2
1372
+ physical_location_ssim:
1373
+ - Boston Public Library
1374
+ physical_location_tsim:
1375
+ - Boston Public Library
1376
+ sub_location_tsim:
1377
+ - Norman B. Leventhal Map Center
1378
+ subject_topic_tsim:
1379
+ - Panama, Isthmus of (Panama)--Maps, Manuscript
1380
+ subject_geo_country_ssim:
1381
+ - Panama
1382
+ subject_geographic_tsim:
1383
+ - Panama
1384
+ - Panama, Isthmus of
1385
+ subject_geographic_ssim:
1386
+ - Panama
1387
+ - Panama, Isthmus of
1388
+ subject_scale_tsim:
1389
+ - Scale [ca. 1:190,080]
1390
+ subject_coordinates_geospatial:
1391
+ - 9,-80
1392
+ subject_point_geospatial:
1393
+ - 9,-80
1394
+ subject_geojson_facet_ssim:
1395
+ - "{\"type\":\"Feature\",\"geometry\":{\"type\":\"Point\",\"coordinates\":[-80.0,9.0]},\"properties\":{\"placename\":\"Panama, Isthmus of, Panama\"}}"
1396
+ subject_hiergeo_geojson_ssm:
1397
+ - "{\"type\":\"Feature\",\"geometry\":{\"type\":\"Point\",\"coordinates\":[-80.0,9.0]},\"properties\":{\"country\":\"Panama\",\"other\":\"Panama, Isthmus of\"}}"
1398
+ subject_facet_ssim:
1399
+ - Panama, Isthmus of (Panama)--Maps, Manuscript
1400
+ active_fedora_model_suffix_ssi:
1401
+ - Map
1402
+ rights_ssm:
1403
+ - No known copyright restrictions.
1404
+ license_ssm:
1405
+ - This work is licensed for use under a Creative Commons Attribution Non-Commercial Share Alike License (CC BY-NC-SA).
1406
+ note_tsim:
1407
+ - Oriented with north to the bottom.
1408
+ - Includes names of towns and rivers.
1409
+ title_info_primary_tsi:
1410
+ - A map of part of the Isthmus of Darien
1411
+ title_info_primary_ssort:
1412
+ - A map of part of the Isthmus of Darien
1413
+ subtitle_tsim:
1414
+ - shewing the communication with Panama, from Portobello & Chagre both by land, and by water
1415
+ workflow_state_ssi:
1416
+ - published
1417
+ processing_state_ssi:
1418
+ - complete
1419
+ exemplary_image_ssi:
1420
+ - bpl-dev:qf85nb29f
1421
+ timestamp:
1422
+ - '2015-07-24T14:12:04.869Z'
1423
+ - system_create_dtsi:
1424
+ - '2015-01-14T22:28:28Z'
1425
+ system_modified_dtsi:
1426
+ - '2015-07-24T14:11:50Z'
1427
+ object_state_ssi:
1428
+ - A
1429
+ active_fedora_model_ssi:
1430
+ - Bplmodels::Map
1431
+ id:
1432
+ - bpl-dev:df65v788h
1433
+ object_profile_ssm:
1434
+ - "{\"datastreams\":{\"DC\":{\"dsLabel\":\"Dublin Core Record for this object\",\"dsVersionID\":\"DC1.0\",\"dsCreateDate\":\"2015-01-14T22:28:28Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":\"http://www.openarchives.org/OAI/2.0/oai_dc/\",\"dsControlGroup\":\"X\",\"dsSize\":565,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:df65v788h+DC+DC1.0\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"b9c0ba791e4d834cc08fc88cadd41064\"},\"RELS-EXT\":{\"dsLabel\":\"Fedora Object-to-Object Relationship Metadata\",\"dsVersionID\":\"RELS-EXT.1\",\"dsCreateDate\":\"2015-07-24T14:11:50Z\",\"dsState\":\"A\",\"dsMIME\":\"application/rdf+xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"X\",\"dsSize\":1021,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:df65v788h+RELS-EXT+RELS-EXT.1\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"14a054211b42bccc58f565ed8d71aac5\"},\"rightsMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"rightsMetadata.0\",\"dsCreateDate\":\"2015-01-14T22:28:28Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":607,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:df65v788h+rightsMetadata+rightsMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"d3858dbe7e743c5d8ae54e89d4c25223\"},\"descMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"descMetadata.0\",\"dsCreateDate\":\"2015-01-14T22:28:28Z\",\"dsState\":\"A\",\"dsMIME\":\"application/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":5414,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:df65v788h+descMetadata+descMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"23ebec2c037c94bfe79e24806cced85b\"},\"workflowMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"workflowMetadata.1\",\"dsCreateDate\":\"2015-01-14T22:29:02Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":1041,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:df65v788h+workflowMetadata+workflowMetadata.1\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"23d072cc45c1fe4096a303dcc9b6fabe\"}},\"objLabel\":\"Map of the North Sea and lands as known in popular geography, 1877, with an original identification of the Frisland, Islanda, Crolandia, St. Thomas, Podanda, and Duilo of the Zeni map and voyages\",\"objOwnerId\":\"fedoraAdmin\",\"objModels\":[\"info:fedora/afmodel:Bplmodels_ObjectBase\",\"info:fedora/afmodel:Bplmodels_SimpleObjectBase\",\"info:fedora/afmodel:Bplmodels_Map\",\"info:fedora/fedora-system:FedoraObject-3.0\"],\"objCreateDate\":\"2015-01-14T22:28:28Z\",\"objLastModDate\":\"2015-01-14T22:29:02Z\",\"objDissIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3Adf65v788h/methods/fedora-system%3A3/viewMethodIndex\",\"objItemIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3Adf65v788h/methods/fedora-system%3A3/viewItemIndex\",\"objState\":\"A\"}"
1435
+ read_access_group_ssim:
1436
+ - public
1437
+ edit_access_group_ssim:
1438
+ - superuser
1439
+ - admin[bpl-dev:abcd12345]
1440
+ oai_item_id_ssim:
1441
+ - oai:digitalcommonwealth.org:bpl-dev:df65v788h
1442
+ has_model_ssim:
1443
+ - info:fedora/afmodel:Bplmodels_Map
1444
+ - info:fedora/afmodel:Bplmodels_SimpleObjectBase
1445
+ - info:fedora/afmodel:Bplmodels_ObjectBase
1446
+ is_member_of_collection_ssim:
1447
+ - info:fedora/bpl-dev:000000000
1448
+ administrative_set_ssim:
1449
+ - info:fedora/bpl-dev:000000000
1450
+ label_ssim:
1451
+ - Map of the North Sea and lands as known in popular geography, 1877, with an original identification of the Frisland, Islanda, Crolandia, St. Thomas, Podanda, and Duilo of the Zeni map and voyages
1452
+ date_start_dtsi:
1453
+ - '1877-01-01T00:00:00Z'
1454
+ date_start_tsim:
1455
+ - 1877
1456
+ date_end_tsim:
1457
+ - nil
1458
+ date_facet_ssim:
1459
+ - 1870s
1460
+ date_type_ssm:
1461
+ - dateCreated
1462
+ date_start_qualifier_ssm:
1463
+ - nil
1464
+ date_facet_yearly_ssim:
1465
+ - 1877s
1466
+ genre_basic_tsim:
1467
+ - Maps
1468
+ genre_basic_ssim:
1469
+ - Maps
1470
+ identifier_local_barcode_tsim:
1471
+ - 39999065645176
1472
+ collection_name_ssim:
1473
+ - Norman B. Leventhal Map Center Collection
1474
+ collection_name_tsim:
1475
+ - Norman B. Leventhal Map Center Collection
1476
+ collection_pid_ssm:
1477
+ - bpl-dev:000000000
1478
+ institution_name_ssim:
1479
+ - Boston Public Library
1480
+ institution_name_tsim:
1481
+ - Boston Public Library
1482
+ institution_pid_ssi:
1483
+ - bpl-dev:abcd12345
1484
+ admin_set_name_ssim:
1485
+ - Norman B. Leventhal Map Center Collection
1486
+ admin_set_name_tsim:
1487
+ - Norman B. Leventhal Map Center Collection
1488
+ admin_set_pid_ssm:
1489
+ - bpl-dev:000000000
1490
+ identifier_uri_ss:
1491
+ - http://ark-hydradev.bpl.org/ark:/50959/df65v788h
1492
+ publisher_tsim:
1493
+ - [George E. Emery]
1494
+ pubplace_tsim:
1495
+ - Lynn, MA
1496
+ issuance_tsim:
1497
+ - monographic
1498
+ lang_term_ssim:
1499
+ - English
1500
+ related_item_host_tsim:
1501
+ - Norman B. Leventhal Map Center Collection
1502
+ related_item_host_ssim:
1503
+ - Norman B. Leventhal Map Center Collection
1504
+ name_personal_tsim:
1505
+ - Zeno, Niccolò, d. ca. 1395
1506
+ - Zeno, Antonio, d. ca. 1405
1507
+ name_personal_role_tsim:
1508
+ - Cartographer
1509
+ name_facet_ssim:
1510
+ - Zeno, Niccolò, d. ca. 1395
1511
+ - Zeno, Antonio, d. ca. 1405
1512
+ type_of_resource_ssim:
1513
+ - cartographic
1514
+ extent_tsi:
1515
+ - '1 map ; 11 x 20 cm., on sheet 19 x 26 cm.'
1516
+ digital_origin_ssi:
1517
+ - reformatted digital
1518
+ internet_media_type_ssim:
1519
+ - image/tiff
1520
+ - image/jpeg
1521
+ - image/jp2
1522
+ physical_location_ssim:
1523
+ - Boston Public Library
1524
+ physical_location_tsim:
1525
+ - Boston Public Library
1526
+ sub_location_tsim:
1527
+ - Norman B. Leventhal Map Center
1528
+ subject_topic_tsim:
1529
+ - Arctic regions--Maps
1530
+ - North Sea--Maps
1531
+ subject_geo_area_ssim:
1532
+ - Arctic
1533
+ subject_geographic_tsim:
1534
+ - Arctic
1535
+ - North Sea (sea)
1536
+ subject_geographic_ssim:
1537
+ - Arctic
1538
+ - North Sea (sea)
1539
+ subject_scale_tsim:
1540
+ - Scale not given.
1541
+ subject_hiergeo_geojson_ssm:
1542
+ - "{\"type\":\"Feature\",\"geometry\":{\"type\":\"Point\"},\"properties\":{\"area\":\"Arctic\"}}"
1543
+ - "{\"type\":\"Feature\",\"geometry\":{\"type\":\"Point\"},\"properties\":{\"other\":\"North Sea (sea)\"}}"
1544
+ subject_facet_ssim:
1545
+ - Arctic regions--Maps
1546
+ - North Sea--Maps
1547
+ active_fedora_model_suffix_ssi:
1548
+ - Map
1549
+ rights_ssm:
1550
+ - No known copyright restrictions.
1551
+ license_ssm:
1552
+ - This work is licensed for use under a Creative Commons Attribution Non-Commercial Share Alike License (CC BY-NC-SA).
1553
+ note_resp_tsim:
1554
+ - by G. E. Emery.
1555
+ title_info_primary_tsi:
1556
+ - Map of the North Sea and lands as known in popular geography, 1877, with an original identification of the Frisland, Islanda, Crolandia, St. Thomas, Podanda, and Duilo of the Zeni map and voyages
1557
+ title_info_primary_ssort:
1558
+ - Map of the North Sea and lands as known in popular geography, 1877, with an original identification of the Frisland, Islanda, Crolandia, St. Thomas, Podanda, and Duilo of the Zeni map and voyages
1559
+ subtitle_tsim:
1560
+ - "1380 -- together with the true locality of the Lost East Greenland Colony; also, the Hvidserk, Blaaserk, North Bottome, Furderstranda and Western Sea of the Icelandic Sagas, etc., as located from historical investigations by George E. Emery"
1561
+ workflow_state_ssi:
1562
+ - published
1563
+ processing_state_ssi:
1564
+ - complete
1565
+ exemplary_image_ssi:
1566
+ - bpl-dev:df65v789s
1567
+ timestamp:
1568
+ - '2015-07-24T14:11:53.292Z'
1569
+ - system_create_dtsi:
1570
+ - '2015-01-14T22:24:09Z'
1571
+ system_modified_dtsi:
1572
+ - '2015-06-03T14:40:21Z'
1573
+ object_state_ssi:
1574
+ - A
1575
+ active_fedora_model_ssi:
1576
+ - Bplmodels::ImageFile
1577
+ id:
1578
+ - bpl-dev:000000043
1579
+ object_profile_ssm:
1580
+ - "{\"datastreams\":{\"DC\":{\"dsLabel\":\"Dublin Core Record for this object\",\"dsVersionID\":\"DC1.0\",\"dsCreateDate\":\"2015-01-14T22:24:09Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":\"http://www.openarchives.org/OAI/2.0/oai_dc/\",\"dsControlGroup\":\"X\",\"dsSize\":386,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:000000043+DC+DC1.0\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"eef4e1cd483e1553f49b35c0b56048f4\"},\"RELS-EXT\":{\"dsLabel\":\"Fedora Object-to-Object Relationship Metadata\",\"dsVersionID\":\"RELS-EXT.0\",\"dsCreateDate\":\"2015-01-14T22:24:09Z\",\"dsState\":\"A\",\"dsMIME\":\"application/rdf+xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"X\",\"dsSize\":828,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:000000043+RELS-EXT+RELS-EXT.0\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"5ca37a41376da48deae3098a5a62f911\"},\"rightsMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"rightsMetadata.0\",\"dsCreateDate\":\"2015-01-14T22:24:09Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":607,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:000000043+rightsMetadata+rightsMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"d3858dbe7e743c5d8ae54e89d4c25223\"},\"productionMaster\":{\"dsLabel\":\"06_01_003248\",\"dsVersionID\":\"productionMaster.0\",\"dsCreateDate\":\"2015-01-14T22:24:21Z\",\"dsState\":\"A\",\"dsMIME\":\"image/tiff\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":595418604,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:000000043+productionMaster+productionMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"80b38155d6f84f05551fee9f15501fad\"},\"workflowMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"workflowMetadata.0\",\"dsCreateDate\":\"2015-01-14T22:25:37Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":878,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:000000043+workflowMetadata+workflowMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"272da705615eee23868c66051db9d745\"},\"characterization\":{\"dsLabel\":null,\"dsVersionID\":\"characterization.0\",\"dsCreateDate\":\"2015-01-14T22:26:28Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":4653,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:000000043+characterization+characterization.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"f82d7c2cc3ad6e5af274b044a3def63e\"},\"accessMaster\":{\"dsLabel\":\"06_01_003248\",\"dsVersionID\":\"accessMaster.0\",\"dsCreateDate\":\"2015-01-14T22:27:25Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jp2\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":59437629,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:000000043+accessMaster+accessMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"a4d574f50f54861d34ccdf18a40c2127\"},\"thumbnail300\":{\"dsLabel\":\"06_01_003248\",\"dsVersionID\":\"thumbnail300.0\",\"dsCreateDate\":\"2015-01-14T22:27:27Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jpeg\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":68435,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:000000043+thumbnail300+thumbnail300.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"63a5016465047016da23462e1b655b97\"},\"preProductionNegativeMaster\":{},\"access800\":{\"dsLabel\":\"06_01_003248\",\"dsVersionID\":\"access800.0\",\"dsCreateDate\":\"2015-06-03T14:40:21Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jpeg\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":297144,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:000000043+access800+access800.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"7a96f4abb987c53f7d600a9e21e99ce4\"},\"ARCHV-EXIF\":{}},\"objLabel\":\"06_01_003248.tif\",\"objOwnerId\":\"fedoraAdmin\",\"objModels\":[\"info:fedora/afmodel:Bplmodels_File\",\"info:fedora/afmodel:Bplmodels_ImageFile\",\"info:fedora/fedora-system:FedoraObject-3.0\"],\"objCreateDate\":\"2015-01-14T22:24:09Z\",\"objLastModDate\":\"2015-01-14T22:27:27Z\",\"objDissIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3A000000043/methods/fedora-system%3A3/viewMethodIndex\",\"objItemIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3A000000043/methods/fedora-system%3A3/viewItemIndex\",\"objState\":\"A\"}"
1581
+ read_access_group_ssim:
1582
+ - public
1583
+ edit_access_group_ssim:
1584
+ - superuser
1585
+ - admin[bpl-dev:abcd12345]
1586
+ identification_identity_mime_type_tesim:
1587
+ - image/tiff
1588
+ identification_0_identity_0_mime_type_tesim:
1589
+ - image/tiff
1590
+ mime_type_tesim:
1591
+ - image/tiff
1592
+ is_exemplary_image_of_ssim:
1593
+ - info:fedora/bpl-dev:00000003t
1594
+ is_file_of_ssim:
1595
+ - info:fedora/bpl-dev:00000003t
1596
+ is_image_of_ssim:
1597
+ - info:fedora/bpl-dev:00000003t
1598
+ has_model_ssim:
1599
+ - info:fedora/afmodel:Bplmodels_File
1600
+ - info:fedora/afmodel:Bplmodels_ImageFile
1601
+ checksum_file_md5_ssi:
1602
+ - 80b38155d6f84f05551fee9f15501fad
1603
+ timestamp:
1604
+ - '2015-06-03T14:40:22.489Z'
1605
+ - system_create_dtsi:
1606
+ - '2015-01-14T22:28:10Z'
1607
+ system_modified_dtsi:
1608
+ - '2015-05-22T20:46:37Z'
1609
+ object_state_ssi:
1610
+ - A
1611
+ active_fedora_model_ssi:
1612
+ - Bplmodels::ImageFile
1613
+ id:
1614
+ - bpl-dev:df65v789s
1615
+ object_profile_ssm:
1616
+ - "{\"datastreams\":{\"DC\":{\"dsLabel\":\"Dublin Core Record for this object\",\"dsVersionID\":\"DC1.0\",\"dsCreateDate\":\"2015-01-14T22:28:10Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":\"http://www.openarchives.org/OAI/2.0/oai_dc/\",\"dsControlGroup\":\"X\",\"dsSize\":386,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:df65v789s+DC+DC1.0\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"1b413d02db787c80bb03038da159516d\"},\"RELS-EXT\":{\"dsLabel\":\"Fedora Object-to-Object Relationship Metadata\",\"dsVersionID\":\"RELS-EXT.0\",\"dsCreateDate\":\"2015-01-14T22:28:11Z\",\"dsState\":\"A\",\"dsMIME\":\"application/rdf+xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"X\",\"dsSize\":828,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:df65v789s+RELS-EXT+RELS-EXT.0\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"c3e577abcb03379ac2aafd7164733092\"},\"rightsMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"rightsMetadata.0\",\"dsCreateDate\":\"2015-01-14T22:28:11Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":607,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:df65v789s+rightsMetadata+rightsMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"d3858dbe7e743c5d8ae54e89d4c25223\"},\"productionMaster\":{\"dsLabel\":\"06_01_007541\",\"dsVersionID\":\"productionMaster.0\",\"dsCreateDate\":\"2015-01-14T22:28:12Z\",\"dsState\":\"A\",\"dsMIME\":\"image/tiff\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":82696896,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:df65v789s+productionMaster+productionMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"6b05f66dc1b335192c565cb42209c92f\"},\"workflowMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"workflowMetadata.0\",\"dsCreateDate\":\"2015-01-14T22:28:27Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":878,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:df65v789s+workflowMetadata+workflowMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"94f5102e86d4d2a221910aae77417779\"},\"characterization\":{\"dsLabel\":null,\"dsVersionID\":\"characterization.0\",\"dsCreateDate\":\"2015-01-14T22:28:50Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":4888,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:df65v789s+characterization+characterization.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"c85c146dfa7acc5813a4c4849085d510\"},\"accessMaster\":{\"dsLabel\":\"06_01_007541\",\"dsVersionID\":\"accessMaster.0\",\"dsCreateDate\":\"2015-01-14T22:29:00Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jp2\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":8293247,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:df65v789s+accessMaster+accessMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"db73b24207e5178a3c37cae42f6d71ed\"},\"thumbnail300\":{\"dsLabel\":\"06_01_007541\",\"dsVersionID\":\"thumbnail300.0\",\"dsCreateDate\":\"2015-01-14T22:29:01Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jpeg\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":48765,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:df65v789s+thumbnail300+thumbnail300.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"79ed1335c1cba4bdfb3109a43b94b11c\"},\"preProductionNegativeMaster\":{},\"access800\":{\"dsLabel\":\"06_01_007541\",\"dsVersionID\":\"access800.0\",\"dsCreateDate\":\"2015-05-22T20:46:37Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jpeg\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":287042,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:df65v789s+access800+access800.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"cccb6031290e9401c562a5ce5ae657f1\"},\"ARCHV-EXIF\":{}},\"objLabel\":\"06_01_007541.tif\",\"objOwnerId\":\"fedoraAdmin\",\"objModels\":[\"info:fedora/afmodel:Bplmodels_File\",\"info:fedora/afmodel:Bplmodels_ImageFile\",\"info:fedora/fedora-system:FedoraObject-3.0\"],\"objCreateDate\":\"2015-01-14T22:28:10Z\",\"objLastModDate\":\"2015-01-14T22:29:01Z\",\"objDissIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3Adf65v789s/methods/fedora-system%3A3/viewMethodIndex\",\"objItemIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3Adf65v789s/methods/fedora-system%3A3/viewItemIndex\",\"objState\":\"A\"}"
1617
+ read_access_group_ssim:
1618
+ - public
1619
+ edit_access_group_ssim:
1620
+ - superuser
1621
+ - admin[bpl-dev:abcd12345]
1622
+ identification_identity_mime_type_tesim:
1623
+ - image/tiff
1624
+ identification_0_identity_0_mime_type_tesim:
1625
+ - image/tiff
1626
+ mime_type_tesim:
1627
+ - image/tiff
1628
+ is_exemplary_image_of_ssim:
1629
+ - info:fedora/bpl-dev:df65v788h
1630
+ is_file_of_ssim:
1631
+ - info:fedora/bpl-dev:df65v788h
1632
+ is_image_of_ssim:
1633
+ - info:fedora/bpl-dev:df65v788h
1634
+ has_model_ssim:
1635
+ - info:fedora/afmodel:Bplmodels_File
1636
+ - info:fedora/afmodel:Bplmodels_ImageFile
1637
+ checksum_file_md5_ssi:
1638
+ - 6b05f66dc1b335192c565cb42209c92f
1639
+ timestamp:
1640
+ - '2015-05-22T20:46:38.438Z'
1641
+ - system_create_dtsi:
1642
+ - '2015-01-20T21:19:39Z'
1643
+ system_modified_dtsi:
1644
+ - '2015-05-22T20:47:13Z'
1645
+ object_state_ssi:
1646
+ - A
1647
+ active_fedora_model_ssi:
1648
+ - Bplmodels::ImageFile
1649
+ id:
1650
+ - bpl-dev:qf85nb29f
1651
+ object_profile_ssm:
1652
+ - "{\"datastreams\":{\"DC\":{\"dsLabel\":\"Dublin Core Record for this object\",\"dsVersionID\":\"DC1.0\",\"dsCreateDate\":\"2015-01-20T21:19:39Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":\"http://www.openarchives.org/OAI/2.0/oai_dc/\",\"dsControlGroup\":\"X\",\"dsSize\":386,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:qf85nb29f+DC+DC1.0\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"9c2ff62a0036484d760b7099a310e99c\"},\"RELS-EXT\":{\"dsLabel\":\"Fedora Object-to-Object Relationship Metadata\",\"dsVersionID\":\"RELS-EXT.0\",\"dsCreateDate\":\"2015-01-20T21:19:40Z\",\"dsState\":\"A\",\"dsMIME\":\"application/rdf+xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"X\",\"dsSize\":828,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:qf85nb29f+RELS-EXT+RELS-EXT.0\",\"dsLocationType\":null,\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"b3c9aecd008f4aa4394edae5207cfb2f\"},\"rightsMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"rightsMetadata.0\",\"dsCreateDate\":\"2015-01-20T21:19:41Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":607,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:qf85nb29f+rightsMetadata+rightsMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"d3858dbe7e743c5d8ae54e89d4c25223\"},\"productionMaster\":{\"dsLabel\":\"06_01_004165\",\"dsVersionID\":\"productionMaster.0\",\"dsCreateDate\":\"2015-01-20T21:19:43Z\",\"dsState\":\"A\",\"dsMIME\":\"image/tiff\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":96343832,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:qf85nb29f+productionMaster+productionMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"0c9835f219952d5c641cd516b58aa0b4\"},\"workflowMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"workflowMetadata.0\",\"dsCreateDate\":\"2015-01-20T21:19:55Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":878,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:qf85nb29f+workflowMetadata+workflowMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"83c5b54b9778930571a76c27f9b61278\"},\"characterization\":{\"dsLabel\":null,\"dsVersionID\":\"characterization.0\",\"dsCreateDate\":\"2015-01-20T21:20:32Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":5013,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:qf85nb29f+characterization+characterization.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"a04d676a48cda57f4c12d9407d5f55f3\"},\"accessMaster\":{\"dsLabel\":\"06_01_004165\",\"dsVersionID\":\"accessMaster.0\",\"dsCreateDate\":\"2015-01-20T21:20:40Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jp2\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":9626169,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:qf85nb29f+accessMaster+accessMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"d144035050617e6708299f37b4ccfa1a\"},\"thumbnail300\":{\"dsLabel\":\"06_01_004165\",\"dsVersionID\":\"thumbnail300.0\",\"dsCreateDate\":\"2015-01-20T21:20:42Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jpeg\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":45152,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:qf85nb29f+thumbnail300+thumbnail300.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"3dd77710324e24def9c6ea2f7a9f5467\"},\"preProductionNegativeMaster\":{},\"access800\":{\"dsLabel\":\"06_01_004165\",\"dsVersionID\":\"access800.0\",\"dsCreateDate\":\"2015-05-22T20:47:13Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jpeg\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":307439,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:qf85nb29f+access800+access800.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"MD5\",\"dsChecksum\":\"0a1119dc9107a100206a4c39f8e0414f\"},\"ARCHV-EXIF\":{}},\"objLabel\":\"06_01_004165.tif\",\"objOwnerId\":\"fedoraAdmin\",\"objModels\":[\"info:fedora/afmodel:Bplmodels_File\",\"info:fedora/afmodel:Bplmodels_ImageFile\",\"info:fedora/fedora-system:FedoraObject-3.0\"],\"objCreateDate\":\"2015-01-20T21:19:39Z\",\"objLastModDate\":\"2015-01-20T21:20:42Z\",\"objDissIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3Aqf85nb29f/methods/fedora-system%3A3/viewMethodIndex\",\"objItemIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3Aqf85nb29f/methods/fedora-system%3A3/viewItemIndex\",\"objState\":\"A\"}"
1653
+ read_access_group_ssim:
1654
+ - public
1655
+ edit_access_group_ssim:
1656
+ - superuser
1657
+ - admin[bpl-dev:abcd12345]
1658
+ identification_identity_mime_type_tesim:
1659
+ - image/tiff
1660
+ identification_0_identity_0_mime_type_tesim:
1661
+ - image/tiff
1662
+ mime_type_tesim:
1663
+ - image/tiff
1664
+ is_exemplary_image_of_ssim:
1665
+ - info:fedora/bpl-dev:qf85nb285
1666
+ is_file_of_ssim:
1667
+ - info:fedora/bpl-dev:qf85nb285
1668
+ is_image_of_ssim:
1669
+ - info:fedora/bpl-dev:qf85nb285
1670
+ has_model_ssim:
1671
+ - info:fedora/afmodel:Bplmodels_File
1672
+ - info:fedora/afmodel:Bplmodels_ImageFile
1673
+ checksum_file_md5_ssi:
1674
+ - 0c9835f219952d5c641cd516b58aa0b4
1675
+ timestamp:
1676
+ - '2015-05-22T20:47:13.842Z'
1677
+ - system_create_dtsi:
1678
+ - '2015-11-18T21:07:02Z'
1679
+ system_modified_dtsi:
1680
+ - '2015-11-18T21:22:13Z'
1681
+ object_state_ssi:
1682
+ - A
1683
+ active_fedora_model_ssi:
1684
+ - Bplmodels::Book
1685
+ id:
1686
+ - bpl-dev:7s75dn48d
1687
+ object_profile_ssm:
1688
+ - "{\"datastreams\":{\"DC\":{\"dsLabel\":\"Dublin Core Record for this object\",\"dsVersionID\":\"DC1.0\",\"dsCreateDate\":\"2015-11-18T21:07:02Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":\"http://www.openarchives.org/OAI/2.0/oai_dc/\",\"dsControlGroup\":\"X\",\"dsSize\":456,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn48d+DC+DC1.0\",\"dsLocationType\":null,\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"RELS-EXT\":{\"dsLabel\":\"Fedora Object-to-Object Relationship Metadata\",\"dsVersionID\":\"RELS-EXT.0\",\"dsCreateDate\":\"2015-11-18T21:07:02Z\",\"dsState\":\"A\",\"dsMIME\":\"application/rdf+xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"X\",\"dsSize\":1030,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn48d+RELS-EXT+RELS-EXT.0\",\"dsLocationType\":null,\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"rightsMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"rightsMetadata.0\",\"dsCreateDate\":\"2015-11-18T21:07:02Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":631,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn48d+rightsMetadata+rightsMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"descMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"descMetadata.0\",\"dsCreateDate\":\"2015-11-18T21:07:03Z\",\"dsState\":\"A\",\"dsMIME\":\"application/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":4316,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn48d+descMetadata+descMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"workflowMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"workflowMetadata.1\",\"dsCreateDate\":\"2015-11-18T21:22:13Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":18141,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn48d+workflowMetadata+workflowMetadata.1\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"marc\":{\"dsLabel\":\"MARC metadata\",\"dsVersionID\":\"marc.0\",\"dsCreateDate\":\"2015-11-18T21:07:03Z\",\"dsState\":\"A\",\"dsMIME\":\"application/marc\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":1501,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn48d+marc+marc.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"marcXML\":{\"dsLabel\":\"MARC XML metadata\",\"dsVersionID\":\"marcXML.0\",\"dsCreateDate\":\"2015-11-18T21:07:03Z\",\"dsState\":\"A\",\"dsMIME\":\"application/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":5174,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn48d+marcXML+marcXML.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"iaMeta\":{\"dsLabel\":\"Internet Archive metadata\",\"dsVersionID\":\"iaMeta.0\",\"dsCreateDate\":\"2015-11-18T21:07:03Z\",\"dsState\":\"A\",\"dsMIME\":\"application/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":1999,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn48d+iaMeta+iaMeta.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"scanData\":{\"dsLabel\":\"Internet Archive scanData metadata\",\"dsVersionID\":\"scanData.0\",\"dsCreateDate\":\"2015-11-18T21:07:03Z\",\"dsState\":\"A\",\"dsMIME\":\"application/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":96881,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn48d+scanData+scanData.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"plainText\":{\"dsLabel\":\"Plain Text representation of this object\",\"dsVersionID\":\"plainText.0\",\"dsCreateDate\":\"2015-11-18T21:07:03Z\",\"dsState\":\"A\",\"dsMIME\":\"text/plain\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":36120,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn48d+plainText+plainText.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"djvuXML\":{\"dsLabel\":\"XML version of DJVU output\",\"dsVersionID\":\"djvuXML.0\",\"dsCreateDate\":\"2015-11-18T21:07:03Z\",\"dsState\":\"A\",\"dsMIME\":\"application/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":356200,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn48d+djvuXML+djvuXML.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"abbyy\":{}},\"objLabel\":\"Outline lessons in housekeeping, including cooking, laundering, dairying, and nursing\",\"objOwnerId\":\"fedoraAdmin\",\"objModels\":[\"info:fedora/afmodel:Bplmodels_ComplexObjectBase\",\"info:fedora/afmodel:Bplmodels_Book\",\"info:fedora/afmodel:Bplmodels_ObjectBase\",\"info:fedora/fedora-system:FedoraObject-3.0\"],\"objCreateDate\":\"2015-11-18T21:07:02Z\",\"objLastModDate\":\"2015-11-18T21:07:03Z\",\"objDissIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3A7s75dn48d/methods/fedora-system%3A3/viewMethodIndex\",\"objItemIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3A7s75dn48d/methods/fedora-system%3A3/viewItemIndex\",\"objState\":\"A\"}"
1689
+ read_access_group_ssim:
1690
+ - public
1691
+ edit_access_group_ssim:
1692
+ - superuser
1693
+ - admin[bpl-dev:abcd12345]
1694
+ administrative_set_ssim:
1695
+ - info:fedora/bpl-dev:xs55mc046
1696
+ oai_item_id_ssim:
1697
+ - oai:digitalcommonwealth.org:bpl-dev:7s75dn48d
1698
+ has_model_ssim:
1699
+ - info:fedora/afmodel:Bplmodels_Book
1700
+ - info:fedora/afmodel:Bplmodels_ComplexObjectBase
1701
+ - info:fedora/afmodel:Bplmodels_ObjectBase
1702
+ is_member_of_collection_ssim:
1703
+ - info:fedora/bpl-dev:xs55mc046
1704
+ label_ssim:
1705
+ - Outline lessons in housekeeping, including cooking, laundering, dairying, and nursing
1706
+ date_start_dtsi:
1707
+ - '1911-01-01T00:00:00Z'
1708
+ date_start_tsim:
1709
+ - 1911
1710
+ date_end_tsim:
1711
+ - nil
1712
+ date_facet_ssim:
1713
+ - 1910s
1714
+ date_type_ssm:
1715
+ - dateIssued
1716
+ date_start_qualifier_ssm:
1717
+ - nil
1718
+ date_facet_yearly_ssim:
1719
+ - 1911s
1720
+ genre_basic_tsim:
1721
+ - Books
1722
+ genre_basic_ssim:
1723
+ - Books
1724
+ identifier_local_call_tsim:
1725
+ - 8002.77
1726
+ identifier_local_barcode_tsim:
1727
+ - 39999078010400
1728
+ identifier_lccn_tsim:
1729
+ - 11035227
1730
+ identifier_ia_id_ssi:
1731
+ - outlinelessonsin00unit
1732
+ collection_name_ssim:
1733
+ - Books from the Boston Public Library
1734
+ collection_name_tsim:
1735
+ - Books from the Boston Public Library
1736
+ collection_pid_ssm:
1737
+ - bpl-dev:xs55mc046
1738
+ institution_name_ssim:
1739
+ - Boston Public Library
1740
+ institution_name_tsim:
1741
+ - Boston Public Library
1742
+ institution_pid_ssi:
1743
+ - bpl-dev:abcd12345
1744
+ admin_set_name_ssim:
1745
+ - Books from the Boston Public Library
1746
+ admin_set_name_tsim:
1747
+ - Books from the Boston Public Library
1748
+ admin_set_pid_ssm:
1749
+ - bpl-dev:xs55mc046
1750
+ identifier_uri_ss:
1751
+ - http://ark-hydradev.bpl.org/ark:/50959/7s75dn48d
1752
+ publisher_tsim:
1753
+ - Govt. Print. Off.
1754
+ pubplace_tsim:
1755
+ - Washington
1756
+ issuance_tsim:
1757
+ - single unit
1758
+ classification_tsim:
1759
+ - E97.U5874
1760
+ lang_term_ssim:
1761
+ - English
1762
+ related_item_host_tsim:
1763
+ - Boston Public Library Collection
1764
+ related_item_host_ssim:
1765
+ - Boston Public Library Collection
1766
+ name_corporate_tsim:
1767
+ - United States. Office of Educational Affairs.
1768
+ name_corporate_role_tsim:
1769
+ - Creator
1770
+ name_facet_ssim:
1771
+ - United States. Office of Educational Affairs.
1772
+ type_of_resource_ssim:
1773
+ - text
1774
+ extent_tsi:
1775
+ - '23 p. : ill. ; 25 cm.'
1776
+ digital_origin_ssi:
1777
+ - reformatted digital
1778
+ internet_media_type_ssim:
1779
+ - image/jpeg
1780
+ - image/jp2
1781
+ - application/pdf
1782
+ - application/epub+zip
1783
+ - application/x-mobipocket-ebook
1784
+ - application/zip
1785
+ physical_location_ssim:
1786
+ - Boston Public Library
1787
+ physical_location_tsim:
1788
+ - Boston Public Library
1789
+ subject_topic_tsim:
1790
+ - Education
1791
+ - Home economics
1792
+ - Study and teaching
1793
+ subject_facet_ssim:
1794
+ - Education
1795
+ - Home economics
1796
+ - Study and teaching
1797
+ active_fedora_model_suffix_ssi:
1798
+ - Book
1799
+ rights_ssm:
1800
+ - Rights status not evaluated.
1801
+ license_ssm:
1802
+ - No known restrictions on use.
1803
+ note_tsim:
1804
+ - 'At head of title: Office of Educational affairs.'
1805
+ - "\"Reference books\": p. 5."
1806
+ title_info_primary_tsi:
1807
+ - Outline lessons in housekeeping, including cooking, laundering, dairying, and nursing
1808
+ subtitle_tsim:
1809
+ - for use in schools.
1810
+ ocr_tiv:
1811
+ - "PREFACE. This publication has been compiled from the results of practical experience in the work of instruction in the schools. It is believed that it is a comprehensive and practical manual that will be of material assistance to the teacher, but every teacher is urged to forward suggestions in order that the manual may be improved when a second edition is issued. OUTLINE LESSONS IN HOUSEKEEPINa INTRODUCTION. Matrons and teachers everywhere are asked to reahze the impor- tance of systematic instruction in the several Hnes of household work. Their judgment is relied upon at all times as to the fitness and appro- priateness of the lesson to be given, and they may deviate from the regular course given herein, if it seems best, in order that the training may be better adapted to the needs of the pupils in the several sections."
1812
+ workflow_state_ssi:
1813
+ - published
1814
+ processing_state_ssi:
1815
+ - complete
1816
+ exemplary_image_ssi:
1817
+ - bpl-dev:7s75dn55t
1818
+ text_direction_ssi:
1819
+ - lr
1820
+ marc_md5_sum_ssi:
1821
+ - 828d35b84df3a1ee31b883bc72a65946
1822
+ iaMeta_matcher_md5_ssi:
1823
+ - 956e00f7352ae68a56f22427551066be
1824
+ timestamp:
1825
+ - '2015-11-18T21:22:14.23Z'
1826
+ - system_create_dtsi:
1827
+ - '2015-11-18T21:04:18Z'
1828
+ system_modified_dtsi:
1829
+ - '2015-11-18T21:09:44Z'
1830
+ object_state_ssi:
1831
+ - A
1832
+ active_fedora_model_ssi:
1833
+ - Bplmodels::ImageFile
1834
+ id:
1835
+ - bpl-dev:7s75dn59x
1836
+ object_profile_ssm:
1837
+ - "{\"datastreams\":{\"DC\":{\"dsLabel\":\"Dublin Core Record for this object\",\"dsVersionID\":\"DC1.0\",\"dsCreateDate\":\"2015-11-18T21:04:18Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":\"http://www.openarchives.org/OAI/2.0/oai_dc/\",\"dsControlGroup\":\"X\",\"dsSize\":402,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn59x+DC+DC1.0\",\"dsLocationType\":null,\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"RELS-EXT\":{\"dsLabel\":\"Fedora Object-to-Object Relationship Metadata\",\"dsVersionID\":\"RELS-EXT.1\",\"dsCreateDate\":\"2015-11-18T21:04:20Z\",\"dsState\":\"A\",\"dsMIME\":\"application/rdf+xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"X\",\"dsSize\":926,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn59x+RELS-EXT+RELS-EXT.1\",\"dsLocationType\":null,\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"rightsMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"rightsMetadata.0\",\"dsCreateDate\":\"2015-11-18T21:04:18Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":631,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn59x+rightsMetadata+rightsMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"productionMaster\":{\"dsLabel\":\"outlinelessonsin00unit_0011\",\"dsVersionID\":\"productionMaster.0\",\"dsCreateDate\":\"2015-11-18T21:04:18Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jp2\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":821555,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn59x+productionMaster+productionMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"workflowMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"workflowMetadata.0\",\"dsCreateDate\":\"2015-11-18T21:04:18Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":920,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn59x+workflowMetadata+workflowMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"ocrMaster\":{\"dsLabel\":\"Plain OCR Text for outlinelessonsin00unit_0011\",\"dsVersionID\":\"ocrMaster.0\",\"dsCreateDate\":\"2015-11-18T21:04:19Z\",\"dsState\":\"A\",\"dsMIME\":\"text/plain\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":2427,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn59x+ocrMaster+ocrMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"djvuCoords\":{\"dsLabel\":\"DJVU Coords for outlinelessonsin00unit_0011\",\"dsVersionID\":\"djvuCoords.0\",\"dsCreateDate\":\"2015-11-18T21:04:19Z\",\"dsState\":\"A\",\"dsMIME\":\"application/json\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":10904,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn59x+djvuCoords+djvuCoords.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"pageMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"pageMetadata.0\",\"dsCreateDate\":\"2015-11-18T21:04:19Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":494,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn59x+pageMetadata+pageMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"characterization\":{\"dsLabel\":null,\"dsVersionID\":\"characterization.0\",\"dsCreateDate\":\"2015-11-18T21:09:36Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":5349,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn59x+characterization+characterization.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"preProductionNegativeMaster\":{},\"accessMaster\":{\"dsLabel\":\"outlinelessonsin00unit_0011\",\"dsVersionID\":\"accessMaster.0\",\"dsCreateDate\":\"2015-11-18T21:09:44Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jp2\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":821555,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn59x+accessMaster+accessMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"thumbnail300\":{\"dsLabel\":\"outlinelessonsin00unit_0011\",\"dsVersionID\":\"thumbnail300.0\",\"dsCreateDate\":\"2015-11-18T21:09:44Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jpeg\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":22824,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn59x+thumbnail300+thumbnail300.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"access800\":{\"dsLabel\":\"outlinelessonsin00unit_0011\",\"dsVersionID\":\"access800.0\",\"dsCreateDate\":\"2015-11-18T21:09:44Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jpeg\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":145887,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn59x+access800+access800.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"ARCHV-EXIF\":{}},\"objLabel\":\"outlinelessonsin00unit_0011.jp2\",\"objOwnerId\":\"fedoraAdmin\",\"objModels\":[\"info:fedora/afmodel:Bplmodels_File\",\"info:fedora/afmodel:Bplmodels_ImageFile\",\"info:fedora/fedora-system:FedoraObject-3.0\"],\"objCreateDate\":\"2015-11-18T21:04:18Z\",\"objLastModDate\":\"2015-11-18T21:04:20Z\",\"objDissIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3A7s75dn59x/methods/fedora-system%3A3/viewMethodIndex\",\"objItemIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3A7s75dn59x/methods/fedora-system%3A3/viewItemIndex\",\"objState\":\"A\"}"
1838
+ read_access_group_ssim:
1839
+ - public
1840
+ edit_access_group_ssim:
1841
+ - superuser
1842
+ - admin[bpl-dev:abcd12345]
1843
+ identification_identity_mime_type_tesim:
1844
+ - image/jp2
1845
+ identification_0_identity_0_mime_type_tesim:
1846
+ - image/jp2
1847
+ mime_type_tesim:
1848
+ - image/jp2
1849
+ is_file_of_ssim:
1850
+ - info:fedora/bpl-dev:7s75dn48d
1851
+ is_following_image_of_ssim:
1852
+ - info:fedora/bpl-dev:7s75dn58n
1853
+ is_image_of_ssim:
1854
+ - info:fedora/bpl-dev:7s75dn48d
1855
+ is_preceding_image_of_ssim:
1856
+ - info:fedora/bpl-dev:7s75dn60x
1857
+ has_model_ssim:
1858
+ - info:fedora/afmodel:Bplmodels_File
1859
+ - info:fedora/afmodel:Bplmodels_ImageFile
1860
+ derivative_processsed_ssi:
1861
+ - true
1862
+ page_type_ssi:
1863
+ - Normal
1864
+ hand_side_ssi:
1865
+ - RIGHT
1866
+ page_num_label_ssi:
1867
+ - 5
1868
+ page_num_label_type_ssi:
1869
+ - original
1870
+ ocr_tsiv:
1871
+ - "OUTLINE LESSONS IN HOUSEKEEPINa INTRODUCTION. Matrons and teachers everywhere are asked to reahze the impor- tance of systematic instruction in the several Hnes of household work. Their judgment is relied upon at all times as to the fitness and appro- priateness of the lesson to be given, and they may deviate from the regular course given herein, if it seems best, in order that the training may be better adapted to the needs of the pupils in the several sections."
1872
+ has_djvu_json_ssi:
1873
+ - true
1874
+ checksum_file_md5_ssi:
1875
+ - none
1876
+ timestamp:
1877
+ - '2015-11-18T21:09:44.574Z'
1878
+ - system_create_dtsi:
1879
+ - '2015-11-18T17:20:37Z'
1880
+ system_modified_dtsi:
1881
+ - '2015-11-18T19:32:47Z'
1882
+ object_state_ssi:
1883
+ - A
1884
+ active_fedora_model_ssi:
1885
+ - Bplmodels::Volume
1886
+ id:
1887
+ - bpl-dev:3j334603p
1888
+ object_profile_ssm:
1889
+ - "{\"datastreams\":{\"DC\":{\"dsLabel\":\"Dublin Core Record for this object\",\"dsVersionID\":\"DC1.0\",\"dsCreateDate\":\"2015-11-18T17:20:37Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":\"http://www.openarchives.org/OAI/2.0/oai_dc/\",\"dsControlGroup\":\"X\",\"dsSize\":392,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:3j334603p+DC+DC1.0\",\"dsLocationType\":null,\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"RELS-EXT\":{\"dsLabel\":\"Fedora Object-to-Object Relationship Metadata\",\"dsVersionID\":\"RELS-EXT.2\",\"dsCreateDate\":\"2015-11-18T17:20:51Z\",\"dsState\":\"A\",\"dsMIME\":\"application/rdf+xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"X\",\"dsSize\":1317,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:3j334603p+RELS-EXT+RELS-EXT.2\",\"dsLocationType\":null,\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"rightsMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"rightsMetadata.0\",\"dsCreateDate\":\"2015-11-18T17:20:37Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":631,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:3j334603p+rightsMetadata+rightsMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"descMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"descMetadata.0\",\"dsCreateDate\":\"2015-11-18T17:20:37Z\",\"dsState\":\"A\",\"dsMIME\":\"application/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":5042,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:3j334603p+descMetadata+descMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"workflowMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"workflowMetadata.1\",\"dsCreateDate\":\"2015-11-18T19:32:47Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":119285,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:3j334603p+workflowMetadata+workflowMetadata.1\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"marc\":{\"dsLabel\":\"MARC metadata\",\"dsVersionID\":\"marc.0\",\"dsCreateDate\":\"2015-11-18T17:20:37Z\",\"dsState\":\"A\",\"dsMIME\":\"application/marc\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":2614,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:3j334603p+marc+marc.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"marcXML\":{\"dsLabel\":\"MARC XML metadata\",\"dsVersionID\":\"marcXML.0\",\"dsCreateDate\":\"2015-11-18T17:20:37Z\",\"dsState\":\"A\",\"dsMIME\":\"application/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":6542,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:3j334603p+marcXML+marcXML.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"iaMeta\":{\"dsLabel\":\"Internet Archive metadata\",\"dsVersionID\":\"iaMeta.0\",\"dsCreateDate\":\"2015-11-18T17:20:37Z\",\"dsState\":\"A\",\"dsMIME\":\"application/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":2885,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:3j334603p+iaMeta+iaMeta.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"scanData\":{\"dsLabel\":\"Internet Archive scanData metadata\",\"dsVersionID\":\"scanData.0\",\"dsCreateDate\":\"2015-11-18T17:20:37Z\",\"dsState\":\"A\",\"dsMIME\":\"application/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":688958,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:3j334603p+scanData+scanData.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"plainText\":{\"dsLabel\":\"Plain Text representation of this object\",\"dsVersionID\":\"plainText.0\",\"dsCreateDate\":\"2015-11-18T17:20:38Z\",\"dsState\":\"A\",\"dsMIME\":\"text/plain\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":1198577,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:3j334603p+plainText+plainText.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"djvuXML\":{\"dsLabel\":\"XML version of DJVU output\",\"dsVersionID\":\"djvuXML.0\",\"dsCreateDate\":\"2015-11-18T17:20:38Z\",\"dsState\":\"A\",\"dsMIME\":\"application/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":11618804,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:3j334603p+djvuXML+djvuXML.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"abbyy\":{}},\"objLabel\":\"The woman's book\",\"objOwnerId\":\"fedoraAdmin\",\"objModels\":[\"info:fedora/afmodel:Bplmodels_ComplexObjectBase\",\"info:fedora/afmodel:Bplmodels_Volume\",\"info:fedora/afmodel:Bplmodels_ObjectBase\",\"info:fedora/fedora-system:FedoraObject-3.0\"],\"objCreateDate\":\"2015-11-18T17:20:37Z\",\"objLastModDate\":\"2015-11-18T17:20:51Z\",\"objDissIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3A3j334603p/methods/fedora-system%3A3/viewMethodIndex\",\"objItemIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3A3j334603p/methods/fedora-system%3A3/viewItemIndex\",\"objState\":\"A\"}"
1890
+ read_access_group_ssim:
1891
+ - public
1892
+ edit_access_group_ssim:
1893
+ - superuser
1894
+ - admin[bpl-dev:abcd12345]
1895
+ title_info_nonSort_ssm:
1896
+ - The
1897
+ title_info_0_nonSort_ssm:
1898
+ - The
1899
+ administrative_set_ssim:
1900
+ - info:fedora/bpl-dev:xs55mc046
1901
+ is_preceding_volume_of_ssim:
1902
+ - info:fedora/bpl-dev:rf55z9490
1903
+ is_volume_of_ssim:
1904
+ - info:fedora/bpl-dev:3j334b469
1905
+ oai_item_id_ssim:
1906
+ - oai:digitalcommonwealth.org:bpl-dev:3j334603p
1907
+ has_model_ssim:
1908
+ - info:fedora/afmodel:Bplmodels_Volume
1909
+ - info:fedora/afmodel:Bplmodels_ComplexObjectBase
1910
+ - info:fedora/afmodel:Bplmodels_ObjectBase
1911
+ is_member_of_collection_ssim:
1912
+ - info:fedora/bpl-dev:xs55mc046
1913
+ label_ssim:
1914
+ - The woman's book
1915
+ identifier_local_barcode_tsim:
1916
+ - 39999063781148
1917
+ identifier_ia_id_ssi:
1918
+ - womansbookdealin01unse
1919
+ collection_name_ssim:
1920
+ - Books from the Boston Public Library
1921
+ collection_name_tsim:
1922
+ - Books from the Boston Public Library
1923
+ collection_pid_ssm:
1924
+ - bpl-dev:xs55mc046
1925
+ institution_name_ssim:
1926
+ - Boston Public Library
1927
+ institution_name_tsim:
1928
+ - Boston Public Library
1929
+ institution_pid_ssi:
1930
+ - bpl-dev:abcd12345
1931
+ admin_set_name_ssim:
1932
+ - Books from the Boston Public Library
1933
+ admin_set_name_tsim:
1934
+ - Books from the Boston Public Library
1935
+ admin_set_pid_ssm:
1936
+ - bpl-dev:xs55mc046
1937
+ identifier_uri_ss:
1938
+ - http://ark-hydradev.bpl.org/ark:/50959/3j334603p
1939
+ related_item_host_tsim:
1940
+ - Boston Public Library Collection
1941
+ related_item_host_ssim:
1942
+ - Boston Public Library Collection
1943
+ internet_media_type_ssim:
1944
+ - image/jpeg
1945
+ - image/jp2
1946
+ - application/pdf
1947
+ - application/epub+zip
1948
+ - application/x-mobipocket-ebook
1949
+ - application/zip
1950
+ physical_location_ssim:
1951
+ - Boston Public Library
1952
+ physical_location_tsim:
1953
+ - Boston Public Library
1954
+ active_fedora_model_suffix_ssi:
1955
+ - Volume
1956
+ rights_ssm:
1957
+ - Rights status not evaluated.
1958
+ license_ssm:
1959
+ - No known restrictions on use.
1960
+ title_info_primary_tsi:
1961
+ - The woman's book
1962
+ title_info_partnum_tsi:
1963
+ - v.1
1964
+ subtitle_tsim:
1965
+ - dealing practically with the modern conditions of home-life, self-support, education, opportunties, and every-day problems.
1966
+ ocr_tiv:
1967
+ - "Designed by Frieda V. Redmond. OCCUPATIONS FOR WOMEN. By p. G. HUBERT, Jr. The New Fields of Work Open. Art Study and Art Workers. Women Architects. Teaching. Typewriting and Stenography. Women's Exchanges. Occupations for the Inexperienced. The Trained Nurse. Women Physicians and Lawyers. Newspaper Work and Pay. Dress-making and Millinery. Work Done at Home. The Stage as a Profession. Novel Occupations Followed. Women as Local Photographers. How Women Workers are Swindled."
1968
+ workflow_state_ssi:
1969
+ - published
1970
+ processing_state_ssi:
1971
+ - complete
1972
+ exemplary_image_ssi:
1973
+ - bpl-dev:3j3346146
1974
+ text_direction_ssi:
1975
+ - lr
1976
+ marc_md5_sum_ssi:
1977
+ - 159d9904be9c773b72beaaa58049c6a3
1978
+ iaMeta_matcher_md5_ssi:
1979
+ - 486b502fa785a7f9779c2353083d40dd
1980
+ timestamp:
1981
+ - '2015-11-18T19:32:49.014Z'
1982
+ - system_create_dtsi:
1983
+ - '2015-11-18T16:57:36Z'
1984
+ system_modified_dtsi:
1985
+ - '2015-11-18T17:27:35Z'
1986
+ object_state_ssi:
1987
+ - A
1988
+ active_fedora_model_ssi:
1989
+ - Bplmodels::ImageFile
1990
+ id:
1991
+ - bpl-dev:3j334628j
1992
+ object_profile_ssm:
1993
+ - "{\"datastreams\":{\"DC\":{\"dsLabel\":\"Dublin Core Record for this object\",\"dsVersionID\":\"DC1.0\",\"dsCreateDate\":\"2015-11-18T16:57:36Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":\"http://www.openarchives.org/OAI/2.0/oai_dc/\",\"dsControlGroup\":\"X\",\"dsSize\":402,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:3j334628j+DC+DC1.0\",\"dsLocationType\":null,\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"RELS-EXT\":{\"dsLabel\":\"Fedora Object-to-Object Relationship Metadata\",\"dsVersionID\":\"RELS-EXT.1\",\"dsCreateDate\":\"2015-11-18T16:57:38Z\",\"dsState\":\"A\",\"dsMIME\":\"application/rdf+xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"X\",\"dsSize\":926,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:3j334628j+RELS-EXT+RELS-EXT.1\",\"dsLocationType\":null,\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"rightsMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"rightsMetadata.0\",\"dsCreateDate\":\"2015-11-18T16:57:36Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":631,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:3j334628j+rightsMetadata+rightsMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"productionMaster\":{\"dsLabel\":\"womansbookdealin01unse_0025\",\"dsVersionID\":\"productionMaster.0\",\"dsCreateDate\":\"2015-11-18T16:57:36Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jp2\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":1146175,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:3j334628j+productionMaster+productionMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"workflowMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"workflowMetadata.0\",\"dsCreateDate\":\"2015-11-18T16:57:36Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":920,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:3j334628j+workflowMetadata+workflowMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"ocrMaster\":{\"dsLabel\":\"Plain OCR Text for womansbookdealin01unse_0025\",\"dsVersionID\":\"ocrMaster.0\",\"dsCreateDate\":\"2015-11-18T16:57:36Z\",\"dsState\":\"A\",\"dsMIME\":\"text/plain\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":2043,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:3j334628j+ocrMaster+ocrMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"djvuCoords\":{\"dsLabel\":\"DJVU Coords for womansbookdealin01unse_0025\",\"dsVersionID\":\"djvuCoords.0\",\"dsCreateDate\":\"2015-11-18T16:57:37Z\",\"dsState\":\"A\",\"dsMIME\":\"application/json\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":8950,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:3j334628j+djvuCoords+djvuCoords.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"pageMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"pageMetadata.0\",\"dsCreateDate\":\"2015-11-18T16:57:37Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":494,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:3j334628j+pageMetadata+pageMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"characterization\":{\"dsLabel\":null,\"dsVersionID\":\"characterization.0\",\"dsCreateDate\":\"2015-11-18T17:27:25Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":5350,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:3j334628j+characterization+characterization.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"preProductionNegativeMaster\":{},\"accessMaster\":{\"dsLabel\":\"womansbookdealin01unse_0025\",\"dsVersionID\":\"accessMaster.0\",\"dsCreateDate\":\"2015-11-18T17:27:34Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jp2\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":1146175,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:3j334628j+accessMaster+accessMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"thumbnail300\":{\"dsLabel\":\"womansbookdealin01unse_0025\",\"dsVersionID\":\"thumbnail300.0\",\"dsCreateDate\":\"2015-11-18T17:27:35Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jpeg\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":23986,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:3j334628j+thumbnail300+thumbnail300.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"access800\":{\"dsLabel\":\"womansbookdealin01unse_0025\",\"dsVersionID\":\"access800.0\",\"dsCreateDate\":\"2015-11-18T17:27:35Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jpeg\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":155634,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:3j334628j+access800+access800.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"ARCHV-EXIF\":{}},\"objLabel\":\"womansbookdealin01unse_0025.jp2\",\"objOwnerId\":\"fedoraAdmin\",\"objModels\":[\"info:fedora/afmodel:Bplmodels_File\",\"info:fedora/afmodel:Bplmodels_ImageFile\",\"info:fedora/fedora-system:FedoraObject-3.0\"],\"objCreateDate\":\"2015-11-18T16:57:36Z\",\"objLastModDate\":\"2015-11-18T16:57:38Z\",\"objDissIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3A3j334628j/methods/fedora-system%3A3/viewMethodIndex\",\"objItemIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3A3j334628j/methods/fedora-system%3A3/viewItemIndex\",\"objState\":\"A\"}"
1994
+ read_access_group_ssim:
1995
+ - public
1996
+ edit_access_group_ssim:
1997
+ - superuser
1998
+ - admin[bpl-dev:abcd12345]
1999
+ identification_identity_mime_type_tesim:
2000
+ - image/jp2
2001
+ identification_0_identity_0_mime_type_tesim:
2002
+ - image/jp2
2003
+ mime_type_tesim:
2004
+ - image/jp2
2005
+ is_file_of_ssim:
2006
+ - info:fedora/bpl-dev:3j334603p
2007
+ # is_following_image_of_ssim:
2008
+ # - info:fedora/bpl-dev:3j3346278
2009
+ is_image_of_ssim:
2010
+ - info:fedora/bpl-dev:3j334603p
2011
+ # is_preceding_image_of_ssim:
2012
+ # - info:fedora/bpl-dev:3j334629t
2013
+ has_model_ssim:
2014
+ - info:fedora/afmodel:Bplmodels_File
2015
+ - info:fedora/afmodel:Bplmodels_ImageFile
2016
+ derivative_processsed_ssi:
2017
+ - true
2018
+ page_type_ssi:
2019
+ - Normal
2020
+ hand_side_ssi:
2021
+ - RIGHT
2022
+ page_num_label_ssi:
2023
+ - 1
2024
+ page_num_label_type_ssi:
2025
+ - original
2026
+ ocr_tsiv:
2027
+ - "Designed by Frieda V. Redmond. OCCUPATIONS FOR WOMEN. By p. G. HUBERT, Jr. The New Fields of Work Open. Art Study and Art Workers. Women Architects. Teaching. Typewriting and Stenography. Women's Exchanges. Occupations for the Inexperienced. The Trained Nurse. Women Physicians and Lawyers. Newspaper Work and Pay. Dress-making and Millinery. Work Done at Home. The Stage as a Profession. Novel Occupations Followed. Women as Local Photographers. How Women Workers are Swindled."
2028
+ has_djvu_json_ssi:
2029
+ - true
2030
+ checksum_file_md5_ssi:
2031
+ - none
2032
+ timestamp:
2033
+ - '2015-11-18T17:27:35.361Z'
2034
+ - system_create_dtsi:
2035
+ - '2015-11-18T16:01:17Z'
2036
+ system_modified_dtsi:
2037
+ - '2015-11-18T18:49:15Z'
2038
+ object_state_ssi:
2039
+ - A
2040
+ active_fedora_model_ssi:
2041
+ - Bplmodels::Volume
2042
+ id:
2043
+ - bpl-dev:rf55z9490
2044
+ object_profile_ssm:
2045
+ - "{\"datastreams\":{\"DC\":{\"dsLabel\":\"Dublin Core Record for this object\",\"dsVersionID\":\"DC1.0\",\"dsCreateDate\":\"2015-11-18T16:01:17Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":\"http://www.openarchives.org/OAI/2.0/oai_dc/\",\"dsControlGroup\":\"X\",\"dsSize\":392,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:rf55z9490+DC+DC1.0\",\"dsLocationType\":null,\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"RELS-EXT\":{\"dsLabel\":\"Fedora Object-to-Object Relationship Metadata\",\"dsVersionID\":\"RELS-EXT.4\",\"dsCreateDate\":\"2015-11-18T17:20:47Z\",\"dsState\":\"A\",\"dsMIME\":\"application/rdf+xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"X\",\"dsSize\":1317,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:rf55z9490+RELS-EXT+RELS-EXT.4\",\"dsLocationType\":null,\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"rightsMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"rightsMetadata.1\",\"dsCreateDate\":\"2015-11-18T16:43:46Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":631,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:rf55z9490+rightsMetadata+rightsMetadata.1\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"descMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"descMetadata.1\",\"dsCreateDate\":\"2015-11-18T16:43:46Z\",\"dsState\":\"A\",\"dsMIME\":\"application/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":5042,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:rf55z9490+descMetadata+descMetadata.1\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"workflowMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"workflowMetadata.2\",\"dsCreateDate\":\"2015-11-18T18:49:15Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":118209,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:rf55z9490+workflowMetadata+workflowMetadata.2\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"marc\":{\"dsLabel\":\"MARC metadata\",\"dsVersionID\":\"marc.1\",\"dsCreateDate\":\"2015-11-18T16:43:47Z\",\"dsState\":\"A\",\"dsMIME\":\"application/marc\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":2614,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:rf55z9490+marc+marc.1\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"marcXML\":{\"dsLabel\":\"MARC XML metadata\",\"dsVersionID\":\"marcXML.0\",\"dsCreateDate\":\"2015-11-18T16:43:47Z\",\"dsState\":\"A\",\"dsMIME\":\"application/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":6542,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:rf55z9490+marcXML+marcXML.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"iaMeta\":{\"dsLabel\":\"Internet Archive metadata\",\"dsVersionID\":\"iaMeta.0\",\"dsCreateDate\":\"2015-11-18T16:43:47Z\",\"dsState\":\"A\",\"dsMIME\":\"application/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":2847,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:rf55z9490+iaMeta+iaMeta.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"scanData\":{\"dsLabel\":\"Internet Archive scanData metadata\",\"dsVersionID\":\"scanData.0\",\"dsCreateDate\":\"2015-11-18T16:43:47Z\",\"dsState\":\"A\",\"dsMIME\":\"application/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":691303,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:rf55z9490+scanData+scanData.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"plainText\":{\"dsLabel\":\"Plain Text representation of this object\",\"dsVersionID\":\"plainText.0\",\"dsCreateDate\":\"2015-11-18T16:43:47Z\",\"dsState\":\"A\",\"dsMIME\":\"text/plain\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":1105870,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:rf55z9490+plainText+plainText.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"djvuXML\":{\"dsLabel\":\"XML version of DJVU output\",\"dsVersionID\":\"djvuXML.0\",\"dsCreateDate\":\"2015-11-18T16:43:47Z\",\"dsState\":\"A\",\"dsMIME\":\"application/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":10566505,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:rf55z9490+djvuXML+djvuXML.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"abbyy\":{}},\"objLabel\":\"The woman's book\",\"objOwnerId\":\"fedoraAdmin\",\"objModels\":[\"info:fedora/afmodel:Bplmodels_Volume\",\"info:fedora/afmodel:Bplmodels_ComplexObjectBase\",\"info:fedora/afmodel:Bplmodels_ObjectBase\",\"info:fedora/fedora-system:FedoraObject-3.0\"],\"objCreateDate\":\"2015-11-18T16:01:17Z\",\"objLastModDate\":\"2015-11-18T17:20:47Z\",\"objDissIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3Arf55z9490/methods/fedora-system%3A3/viewMethodIndex\",\"objItemIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3Arf55z9490/methods/fedora-system%3A3/viewItemIndex\",\"objState\":\"A\"}"
2046
+ read_access_group_ssim:
2047
+ - public
2048
+ edit_access_group_ssim:
2049
+ - superuser
2050
+ - admin[bpl-dev:abcd12345]
2051
+ title_info_nonSort_ssm:
2052
+ - The
2053
+ title_info_0_nonSort_ssm:
2054
+ - The
2055
+ administrative_set_ssim:
2056
+ - info:fedora/bpl-dev:xs55mc046
2057
+ is_following_volume_of_ssim:
2058
+ - info:fedora/bpl-dev:3j334603p
2059
+ is_volume_of_ssim:
2060
+ - info:fedora/bpl-dev:3j334b469
2061
+ oai_item_id_ssim:
2062
+ - oai:digitalcommonwealth.org:bpl-dev:rf55z9490
2063
+ has_model_ssim:
2064
+ - info:fedora/afmodel:Bplmodels_Volume
2065
+ - info:fedora/afmodel:Bplmodels_ComplexObjectBase
2066
+ - info:fedora/afmodel:Bplmodels_ObjectBase
2067
+ is_member_of_collection_ssim:
2068
+ - info:fedora/bpl-dev:xs55mc046
2069
+ label_ssim:
2070
+ - The woman's book
2071
+ identifier_local_barcode_tsim:
2072
+ - 39999082702109
2073
+ identifier_ia_id_ssi:
2074
+ - womansbookdealin02unse
2075
+ collection_name_ssim:
2076
+ - Books from the Boston Public Library
2077
+ collection_name_tsim:
2078
+ - Books from the Boston Public Library
2079
+ collection_pid_ssm:
2080
+ - bpl-dev:xs55mc046
2081
+ institution_name_ssim:
2082
+ - Boston Public Library
2083
+ institution_name_tsim:
2084
+ - Boston Public Library
2085
+ institution_pid_ssi:
2086
+ - bpl-dev:abcd12345
2087
+ admin_set_name_ssim:
2088
+ - Books from the Boston Public Library
2089
+ admin_set_name_tsim:
2090
+ - Books from the Boston Public Library
2091
+ admin_set_pid_ssm:
2092
+ - bpl-dev:xs55mc046
2093
+ identifier_uri_ss:
2094
+ - http://ark-hydradev.bpl.org/ark:/50959/rf55z9490
2095
+ related_item_host_tsim:
2096
+ - Boston Public Library Collection
2097
+ related_item_host_ssim:
2098
+ - Boston Public Library Collection
2099
+ internet_media_type_ssim:
2100
+ - image/jpeg
2101
+ - image/jp2
2102
+ - application/pdf
2103
+ - application/epub+zip
2104
+ - application/x-mobipocket-ebook
2105
+ - application/zip
2106
+ physical_location_ssim:
2107
+ - Boston Public Library
2108
+ physical_location_tsim:
2109
+ - Boston Public Library
2110
+ active_fedora_model_suffix_ssi:
2111
+ - Volume
2112
+ rights_ssm:
2113
+ - Rights status not evaluated.
2114
+ license_ssm:
2115
+ - No known restrictions on use.
2116
+ title_info_primary_tsi:
2117
+ - The woman's book
2118
+ title_info_partnum_tsi:
2119
+ - v.2
2120
+ subtitle_tsim:
2121
+ - dealing practically with the modern conditions of home-life, self-support, education, opportunties, and every-day problems.
2122
+ ocr_tiv:
2123
+ - "The Home Grounds. itself, but, after all this has been con- sidered, there still remain some wise suggestions that should be followed in nearly all cases. Give plenty of space in front of the house, in order to exhibit it to better effect and to secure at the same time greater privacy from the street."
2124
+ workflow_state_ssi:
2125
+ - published
2126
+ processing_state_ssi:
2127
+ - complete
2128
+ exemplary_image_ssi:
2129
+ - bpl-dev:rf55z9600
2130
+ text_direction_ssi:
2131
+ - lr
2132
+ marc_md5_sum_ssi:
2133
+ - 159d9904be9c773b72beaaa58049c6a3
2134
+ iaMeta_matcher_md5_ssi:
2135
+ - d7105fab082e3c4ab6ade7c1b03c7a85
2136
+ timestamp:
2137
+ - '2015-11-18T18:49:17.589Z'
2138
+ - system_create_dtsi:
2139
+ - '2015-11-18T15:38:32Z'
2140
+ system_modified_dtsi:
2141
+ - '2015-11-18T16:50:05Z'
2142
+ object_state_ssi:
2143
+ - A
2144
+ active_fedora_model_ssi:
2145
+ - Bplmodels::ImageFile
2146
+ id:
2147
+ - bpl-dev:rf55z9732
2148
+ object_profile_ssm:
2149
+ - "{\"datastreams\":{\"DC\":{\"dsLabel\":\"Dublin Core Record for this object\",\"dsVersionID\":\"DC1.0\",\"dsCreateDate\":\"2015-11-18T15:38:32Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":\"http://www.openarchives.org/OAI/2.0/oai_dc/\",\"dsControlGroup\":\"X\",\"dsSize\":402,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:rf55z9732+DC+DC1.0\",\"dsLocationType\":null,\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"RELS-EXT\":{\"dsLabel\":\"Fedora Object-to-Object Relationship Metadata\",\"dsVersionID\":\"RELS-EXT.1\",\"dsCreateDate\":\"2015-11-18T15:38:34Z\",\"dsState\":\"A\",\"dsMIME\":\"application/rdf+xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"X\",\"dsSize\":926,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:rf55z9732+RELS-EXT+RELS-EXT.1\",\"dsLocationType\":null,\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"rightsMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"rightsMetadata.0\",\"dsCreateDate\":\"2015-11-18T15:38:32Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":631,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:rf55z9732+rightsMetadata+rightsMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"productionMaster\":{\"dsLabel\":\"womansbookdealin02unse_0026\",\"dsVersionID\":\"productionMaster.0\",\"dsCreateDate\":\"2015-11-18T15:38:33Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jp2\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":1037062,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:rf55z9732+productionMaster+productionMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"workflowMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"workflowMetadata.0\",\"dsCreateDate\":\"2015-11-18T15:38:33Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":920,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:rf55z9732+workflowMetadata+workflowMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"pageMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"pageMetadata.1\",\"dsCreateDate\":\"2015-11-18T16:33:23Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":493,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:rf55z9732+pageMetadata+pageMetadata.1\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"ocrMaster\":{\"dsLabel\":\"Plain OCR Text for womansbookdealin02unse_0026\",\"dsVersionID\":\"ocrMaster.1\",\"dsCreateDate\":\"2015-11-18T16:33:23Z\",\"dsState\":\"A\",\"dsMIME\":\"text/plain\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":3966,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:rf55z9732+ocrMaster+ocrMaster.1\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"djvuCoords\":{\"dsLabel\":\"DJVU Coords for womansbookdealin02unse_0026\",\"dsVersionID\":\"djvuCoords.1\",\"dsCreateDate\":\"2015-11-18T16:33:23Z\",\"dsState\":\"A\",\"dsMIME\":\"application/json\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":18852,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:rf55z9732+djvuCoords+djvuCoords.1\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"characterization\":{\"dsLabel\":null,\"dsVersionID\":\"characterization.0\",\"dsCreateDate\":\"2015-11-18T16:49:55Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":5350,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:rf55z9732+characterization+characterization.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"preProductionNegativeMaster\":{},\"accessMaster\":{\"dsLabel\":\"womansbookdealin02unse_0026\",\"dsVersionID\":\"accessMaster.0\",\"dsCreateDate\":\"2015-11-18T16:50:04Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jp2\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":1037062,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:rf55z9732+accessMaster+accessMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"thumbnail300\":{\"dsLabel\":\"womansbookdealin02unse_0026\",\"dsVersionID\":\"thumbnail300.0\",\"dsCreateDate\":\"2015-11-18T16:50:04Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jpeg\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":26121,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:rf55z9732+thumbnail300+thumbnail300.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"access800\":{\"dsLabel\":\"womansbookdealin02unse_0026\",\"dsVersionID\":\"access800.0\",\"dsCreateDate\":\"2015-11-18T16:50:05Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jpeg\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":190017,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:rf55z9732+access800+access800.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"ARCHV-EXIF\":{}},\"objLabel\":\"womansbookdealin02unse_0026.jp2\",\"objOwnerId\":\"fedoraAdmin\",\"objModels\":[\"info:fedora/afmodel:Bplmodels_File\",\"info:fedora/afmodel:Bplmodels_ImageFile\",\"info:fedora/fedora-system:FedoraObject-3.0\"],\"objCreateDate\":\"2015-11-18T15:38:32Z\",\"objLastModDate\":\"2015-11-18T16:33:23Z\",\"objDissIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3Arf55z9732/methods/fedora-system%3A3/viewMethodIndex\",\"objItemIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3Arf55z9732/methods/fedora-system%3A3/viewItemIndex\",\"objState\":\"A\"}"
2150
+ read_access_group_ssim:
2151
+ - public
2152
+ edit_access_group_ssim:
2153
+ - superuser
2154
+ - admin[bpl-dev:abcd12345]
2155
+ identification_identity_mime_type_tesim:
2156
+ - image/jp2
2157
+ identification_0_identity_0_mime_type_tesim:
2158
+ - image/jp2
2159
+ mime_type_tesim:
2160
+ - image/jp2
2161
+ is_file_of_ssim:
2162
+ - info:fedora/bpl-dev:rf55z9490
2163
+ # is_following_image_of_ssim:
2164
+ # - info:fedora/bpl-dev:rf55z972s
2165
+ is_image_of_ssim:
2166
+ - info:fedora/bpl-dev:rf55z9490
2167
+ # is_preceding_image_of_ssim:
2168
+ # - info:fedora/bpl-dev:rf55z974b
2169
+ has_model_ssim:
2170
+ - info:fedora/afmodel:Bplmodels_File
2171
+ - info:fedora/afmodel:Bplmodels_ImageFile
2172
+ derivative_processsed_ssi:
2173
+ - true
2174
+ page_type_ssi:
2175
+ - Normal
2176
+ hand_side_ssi:
2177
+ - LEFT
2178
+ page_num_label_ssi:
2179
+ - 4
2180
+ page_num_label_type_ssi:
2181
+ - original
2182
+ ocr_tsiv:
2183
+ - "The Home Grounds. itself, but, after all this has been con- sidered, there still remain some wise suggestions that should be followed in nearly all cases. Give plenty of space in front of the house, in order to exhibit it to better effect and to secure at the same time greater privacy from the street."
2184
+ has_djvu_json_ssi:
2185
+ - true
2186
+ checksum_file_md5_ssi:
2187
+ - none
2188
+ timestamp:
2189
+ - '2015-11-18T16:50:05.07Z'
2190
+ - system_create_dtsi:
2191
+ - '2015-11-18T21:04:15Z'
2192
+ system_modified_dtsi:
2193
+ - '2015-11-18T21:09:30Z'
2194
+ object_state_ssi:
2195
+ - A
2196
+ active_fedora_model_ssi:
2197
+ - Bplmodels::ImageFile
2198
+ id:
2199
+ - bpl-dev:7s75dn58n
2200
+ object_profile_ssm:
2201
+ - "{\"datastreams\":{\"DC\":{\"dsLabel\":\"Dublin Core Record for this object\",\"dsVersionID\":\"DC1.0\",\"dsCreateDate\":\"2015-11-18T21:04:15Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":\"http://www.openarchives.org/OAI/2.0/oai_dc/\",\"dsControlGroup\":\"X\",\"dsSize\":402,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn58n+DC+DC1.0\",\"dsLocationType\":null,\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"RELS-EXT\":{\"dsLabel\":\"Fedora Object-to-Object Relationship Metadata\",\"dsVersionID\":\"RELS-EXT.1\",\"dsCreateDate\":\"2015-11-18T21:04:16Z\",\"dsState\":\"A\",\"dsMIME\":\"application/rdf+xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"X\",\"dsSize\":926,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn58n+RELS-EXT+RELS-EXT.1\",\"dsLocationType\":null,\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"rightsMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"rightsMetadata.0\",\"dsCreateDate\":\"2015-11-18T21:04:15Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":631,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn58n+rightsMetadata+rightsMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"productionMaster\":{\"dsLabel\":\"outlinelessonsin00unit_0010\",\"dsVersionID\":\"productionMaster.0\",\"dsCreateDate\":\"2015-11-18T21:04:15Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jp2\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":616661,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn58n+productionMaster+productionMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"workflowMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"workflowMetadata.0\",\"dsCreateDate\":\"2015-11-18T21:04:15Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":920,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn58n+workflowMetadata+workflowMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"ocrMaster\":{\"dsLabel\":\"Plain OCR Text for outlinelessonsin00unit_0010\",\"dsVersionID\":\"ocrMaster.0\",\"dsCreateDate\":\"2015-11-18T21:04:15Z\",\"dsState\":\"A\",\"dsMIME\":\"text/plain\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":1115,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn58n+ocrMaster+ocrMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"djvuCoords\":{\"dsLabel\":\"DJVU Coords for outlinelessonsin00unit_0010\",\"dsVersionID\":\"djvuCoords.0\",\"dsCreateDate\":\"2015-11-18T21:04:15Z\",\"dsState\":\"A\",\"dsMIME\":\"application/json\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":5084,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn58n+djvuCoords+djvuCoords.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"pageMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"pageMetadata.0\",\"dsCreateDate\":\"2015-11-18T21:04:15Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":493,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn58n+pageMetadata+pageMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"characterization\":{\"dsLabel\":null,\"dsVersionID\":\"characterization.0\",\"dsCreateDate\":\"2015-11-18T21:09:22Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":5348,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn58n+characterization+characterization.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"preProductionNegativeMaster\":{},\"accessMaster\":{\"dsLabel\":\"outlinelessonsin00unit_0010\",\"dsVersionID\":\"accessMaster.0\",\"dsCreateDate\":\"2015-11-18T21:09:29Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jp2\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":616661,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn58n+accessMaster+accessMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"thumbnail300\":{\"dsLabel\":\"outlinelessonsin00unit_0010\",\"dsVersionID\":\"thumbnail300.0\",\"dsCreateDate\":\"2015-11-18T21:09:30Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jpeg\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":15250,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn58n+thumbnail300+thumbnail300.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"access800\":{\"dsLabel\":\"outlinelessonsin00unit_0010\",\"dsVersionID\":\"access800.0\",\"dsCreateDate\":\"2015-11-18T21:09:30Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jpeg\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":98815,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn58n+access800+access800.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"ARCHV-EXIF\":{}},\"objLabel\":\"outlinelessonsin00unit_0010.jp2\",\"objOwnerId\":\"fedoraAdmin\",\"objModels\":[\"info:fedora/afmodel:Bplmodels_File\",\"info:fedora/afmodel:Bplmodels_ImageFile\",\"info:fedora/fedora-system:FedoraObject-3.0\"],\"objCreateDate\":\"2015-11-18T21:04:15Z\",\"objLastModDate\":\"2015-11-18T21:04:16Z\",\"objDissIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3A7s75dn58n/methods/fedora-system%3A3/viewMethodIndex\",\"objItemIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3A7s75dn58n/methods/fedora-system%3A3/viewItemIndex\",\"objState\":\"A\"}"
2202
+ read_access_group_ssim:
2203
+ - public
2204
+ edit_access_group_ssim:
2205
+ - superuser
2206
+ - admin[bpl-dev:abcd12345]
2207
+ identification_identity_mime_type_tesim:
2208
+ - image/jp2
2209
+ identification_0_identity_0_mime_type_tesim:
2210
+ - image/jp2
2211
+ mime_type_tesim:
2212
+ - image/jp2
2213
+ is_file_of_ssim:
2214
+ - info:fedora/bpl-dev:7s75dn48d
2215
+ # is_following_image_of_ssim:
2216
+ # - info:fedora/bpl-dev:7s75dn57c
2217
+ is_image_of_ssim:
2218
+ - info:fedora/bpl-dev:7s75dn48d
2219
+ is_preceding_image_of_ssim:
2220
+ - info:fedora/bpl-dev:7s75dn59x
2221
+ has_model_ssim:
2222
+ - info:fedora/afmodel:Bplmodels_File
2223
+ - info:fedora/afmodel:Bplmodels_ImageFile
2224
+ derivative_processsed_ssi:
2225
+ - true
2226
+ page_type_ssi:
2227
+ - Normal
2228
+ hand_side_ssi:
2229
+ - LEFT
2230
+ page_num_label_ssi:
2231
+ - 4
2232
+ page_num_label_type_ssi:
2233
+ - original
2234
+ ocr_tsiv:
2235
+ - "PREFACE. This publication has been compiled from the results of practical experience in the work of instruction in the schools. It is believed that it is a comprehensive and practical manual that will be of material assistance to the teacher, but every teacher is urged to forward suggestions in order that the manual may be improved when a second edition is issued."
2236
+ has_djvu_json_ssi:
2237
+ - true
2238
+ checksum_file_md5_ssi:
2239
+ - none
2240
+ timestamp:
2241
+ - '2015-11-18T21:09:30.2Z'
2242
+ - system_create_dtsi:
2243
+ - '2015-11-18T17:20:53Z'
2244
+ system_modified_dtsi:
2245
+ - '2015-11-18T17:20:53Z'
2246
+ object_state_ssi:
2247
+ - A
2248
+ active_fedora_model_ssi:
2249
+ - Bplmodels::Book
2250
+ id:
2251
+ - bpl-dev:3j334b469
2252
+ object_profile_ssm:
2253
+ - "{\"datastreams\":{\"RELS-EXT\":{\"dsLabel\":\"Fedora Object-to-Object Relationship Metadata\",\"dsVersionID\":\"RELS-EXT.0\",\"dsCreateDate\":\"2015-11-18T17:20:53Z\",\"dsState\":\"A\",\"dsMIME\":\"application/rdf+xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"X\",\"dsSize\":1030,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:3j334b469+RELS-EXT+RELS-EXT.0\",\"dsLocationType\":null,\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"rightsMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"rightsMetadata.0\",\"dsCreateDate\":\"2015-11-18T17:20:53Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":631,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:3j334b469+rightsMetadata+rightsMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"descMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"descMetadata.0\",\"dsCreateDate\":\"2015-11-18T17:20:53Z\",\"dsState\":\"A\",\"dsMIME\":\"application/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":5322,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:3j334b469+descMetadata+descMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"workflowMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"workflowMetadata.0\",\"dsCreateDate\":\"2015-11-18T17:20:53Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":118221,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:3j334b469+workflowMetadata+workflowMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"marc\":{},\"marcXML\":{},\"iaMeta\":{},\"scanData\":{},\"plainText\":{},\"djvuXML\":{},\"abbyy\":{}},\"objLabel\":null,\"objOwnerId\":\"fedoraAdmin\",\"objModels\":[\"info:fedora/fedora-system:FedoraObject-3.0\"],\"objCreateDate\":\"2015-11-18T17:20:53Z\",\"objLastModDate\":\"2015-11-18T17:20:53Z\",\"objDissIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3A3j334b469/methods/fedora-system%3A3/viewMethodIndex\",\"objItemIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3A3j334b469/methods/fedora-system%3A3/viewItemIndex\",\"objState\":\"A\"}"
2254
+ read_access_group_ssim:
2255
+ - public
2256
+ edit_access_group_ssim:
2257
+ - superuser
2258
+ - admin[bpl-dev:abcd12345]
2259
+ title_info_nonSort_ssm:
2260
+ - The
2261
+ title_info_0_nonSort_ssm:
2262
+ - The
2263
+ is_member_of_collection_ssim:
2264
+ - info:fedora/bpl-dev:xs55mc046
2265
+ administrative_set_ssim:
2266
+ - info:fedora/bpl-dev:xs55mc046
2267
+ oai_item_id_ssim:
2268
+ - oai:digitalcommonwealth.org:bpl-dev:3j334b469
2269
+ has_model_ssim:
2270
+ - info:fedora/afmodel:Bplmodels_Book
2271
+ - info:fedora/afmodel:Bplmodels_ComplexObjectBase
2272
+ - info:fedora/afmodel:Bplmodels_ObjectBase
2273
+ date_start_dtsi:
2274
+ - '1894-01-01T00:00:00Z'
2275
+ date_start_tsim:
2276
+ - 1894
2277
+ date_end_tsim:
2278
+ - nil
2279
+ date_facet_ssim:
2280
+ - 1890s
2281
+ date_type_ssm:
2282
+ - dateIssued
2283
+ date_start_qualifier_ssm:
2284
+ - nil
2285
+ date_facet_yearly_ssim:
2286
+ - 1894s
2287
+ table_of_contents_tsi:
2288
+ - "v. I. Occupations for women, by P. G. Hubert, jr. Women in their business affairs, by W. O. Stoddard. The principles of housekeeping, by Lillian W. Betts. Society and social usages, by Constance C. Harrison. The aesthetics of dress, by Eva W. McGlasson. Dress from a practical standpoint, by several writers. Hygiene in the home, by J. W. Roosevelt. The training of children, by Kate D. Wiggin. The education of women, by Lyman Abbott. Books and reading, by T. W. Higginson. The art of travel, by Elizabeth Bisland.--v. 2. The home grounds, by Samuel Parsons, jr. The flower garden, by J. N. Gerard. House building, by Helen C. Candee. House decoration and furnishing, by Mary G. Humphreys. Women's opportunties in town and country, by Mary C. Jones. Woman's handiwork, by Constance C. Harrison. Supplementary information, by various writers."
2289
+ genre_basic_tsim:
2290
+ - Books
2291
+ genre_basic_ssim:
2292
+ - Books
2293
+ identifier_local_call_tsim:
2294
+ - 4003.121
2295
+ identifier_local_barcode_tsim:
2296
+ - 39999082702109
2297
+ identifier_lccn_tsim:
2298
+ - 09006931
2299
+ identifier_ia_id_ssi:
2300
+ - womansbookdealin02unse
2301
+ collection_name_ssim:
2302
+ - Books from the Boston Public Library
2303
+ collection_name_tsim:
2304
+ - Books from the Boston Public Library
2305
+ collection_pid_ssm:
2306
+ - bpl-dev:xs55mc046
2307
+ institution_name_ssim:
2308
+ - Boston Public Library
2309
+ institution_name_tsim:
2310
+ - Boston Public Library
2311
+ institution_pid_ssi:
2312
+ - bpl-dev:abcd12345
2313
+ admin_set_name_ssim:
2314
+ - Books from the Boston Public Library
2315
+ admin_set_name_tsim:
2316
+ - Books from the Boston Public Library
2317
+ admin_set_pid_ssm:
2318
+ - bpl-dev:xs55mc046
2319
+ identifier_uri_ss:
2320
+ - http://ark-hydradev.bpl.org/ark:/50959/3j334b469
2321
+ publisher_tsim:
2322
+ - C. Scribner's sons
2323
+ pubplace_tsim:
2324
+ - New York
2325
+ classification_tsim:
2326
+ - HQ1221.W8
2327
+ lang_term_ssim:
2328
+ - English
2329
+ related_item_host_tsim:
2330
+ - Boston Public Library Collection
2331
+ related_item_host_ssim:
2332
+ - Boston Public Library Collection
2333
+ type_of_resource_ssim:
2334
+ - text
2335
+ extent_tsi:
2336
+ - '2 v., col. plates : col. ill. (part col.), forms ; 25 cm.'
2337
+ digital_origin_ssi:
2338
+ - reformatted digital
2339
+ internet_media_type_ssim:
2340
+ - image/jpeg
2341
+ - image/jp2
2342
+ - application/pdf
2343
+ - application/epub+zip
2344
+ - application/x-mobipocket-ebook
2345
+ - application/zip
2346
+ physical_location_ssim:
2347
+ - Boston Public Library
2348
+ physical_location_tsim:
2349
+ - Boston Public Library
2350
+ subject_topic_tsim:
2351
+ - Women
2352
+ - Employment
2353
+ - Home economics
2354
+ - Social and moral questions
2355
+ - Interior decoration
2356
+ subject_facet_ssim:
2357
+ - Women
2358
+ - Employment
2359
+ - Home economics
2360
+ - Women
2361
+ - Social and moral questions
2362
+ - Interior decoration
2363
+ active_fedora_model_suffix_ssi:
2364
+ - Book
2365
+ rights_ssm:
2366
+ - Rights status not evaluated.
2367
+ license_ssm:
2368
+ - No known restrictions on use.
2369
+ note_tsim:
2370
+ - Appendix, v. 2, gives bibliographies on various subjects treated in the text.
2371
+ title_info_primary_tsi:
2372
+ - The woman's book
2373
+ subtitle_tsim:
2374
+ - dealing practically with the modern conditions of home-life, self-support, education, opportunties, and every-day problems.
2375
+ ocr_tiv:
2376
+ - "Designed by Frieda V. Redmond. OCCUPATIONS FOR WOMEN. By p. G. HUBERT, Jr. The New Fields of Work Open. Art Study and Art Workers. Women Architects. Teaching. Typewriting and Stenography. Women's Exchanges. Occupations for the Inexperienced. The Trained Nurse. Women Physicians and Lawyers. Newspaper Work and Pay. Dress-making and Millinery. Work Done at Home. The Stage as a Profession. Novel Occupations Followed. Women as Local Photographers. How Women Workers are Swindled. The Home Grounds. itself, but, after all this has been con- sidered, there still remain some wise suggestions that should be followed in nearly all cases. Give plenty of space in front of the house, in order to exhibit it to better effect and to secure at the same time greater privacy from the street."
2377
+ workflow_state_ssi:
2378
+ - published
2379
+ processing_state_ssi:
2380
+ - complete
2381
+ exemplary_image_ssi:
2382
+ - bpl-dev:3j3346146
2383
+ marc_md5_sum_ssi:
2384
+ - 159d9904be9c773b72beaaa58049c6a3
2385
+ iaMeta_matcher_md5_ssi:
2386
+ - d7105fab082e3c4ab6ade7c1b03c7a85
2387
+ timestamp:
2388
+ - '2015-11-18T17:20:55.415Z'
2389
+ - system_create_dtsi:
2390
+ - '2015-11-18T17:20:25Z'
2391
+ system_modified_dtsi:
2392
+ - '2015-11-18T19:32:29Z'
2393
+ object_state_ssi:
2394
+ - A
2395
+ active_fedora_model_ssi:
2396
+ - Bplmodels::EreaderFile
2397
+ id:
2398
+ - bpl-dev:3j334b41x
2399
+ object_profile_ssm:
2400
+ - "{\"datastreams\":{\"DC\":{\"dsLabel\":\"Dublin Core Record for this object\",\"dsVersionID\":\"DC1.0\",\"dsCreateDate\":\"2015-11-18T17:20:25Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":\"http://www.openarchives.org/OAI/2.0/oai_dc/\",\"dsControlGroup\":\"X\",\"dsSize\":398,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:3j334b41x+DC+DC1.0\",\"dsLocationType\":null,\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"RELS-EXT\":{\"dsLabel\":\"Fedora Object-to-Object Relationship Metadata\",\"dsVersionID\":\"RELS-EXT.1\",\"dsCreateDate\":\"2015-11-18T17:20:29Z\",\"dsState\":\"A\",\"dsMIME\":\"application/rdf+xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"X\",\"dsSize\":826,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:3j334b41x+RELS-EXT+RELS-EXT.1\",\"dsLocationType\":null,\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"rightsMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"rightsMetadata.0\",\"dsCreateDate\":\"2015-11-18T17:20:25Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":631,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:3j334b41x+rightsMetadata+rightsMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"productionMaster\":{\"dsLabel\":\"womansbookdealin01unse\",\"dsVersionID\":\"productionMaster.0\",\"dsCreateDate\":\"2015-11-18T17:20:25Z\",\"dsState\":\"A\",\"dsMIME\":\"application/epub+zip\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":3100582,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:3j334b41x+productionMaster+productionMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"workflowMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"workflowMetadata.0\",\"dsCreateDate\":\"2015-11-18T17:20:26Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":909,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:3j334b41x+workflowMetadata+workflowMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"characterization\":{\"dsLabel\":null,\"dsVersionID\":\"characterization.0\",\"dsCreateDate\":\"2015-11-18T19:32:29Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":2952,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:3j334b41x+characterization+characterization.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"preProductionNegativeMaster\":{},\"accessMaster\":{},\"thumbnail300\":{},\"access800\":{},\"ocrMaster\":{},\"djvuCoords\":{},\"ARCHV-EXIF\":{},\"pageMetadata\":{}},\"objLabel\":\"womansbookdealin01unse.epub\",\"objOwnerId\":\"fedoraAdmin\",\"objModels\":[\"info:fedora/afmodel:Bplmodels_EreaderFile\",\"info:fedora/afmodel:Bplmodels_File\",\"info:fedora/fedora-system:FedoraObject-3.0\"],\"objCreateDate\":\"2015-11-18T17:20:25Z\",\"objLastModDate\":\"2015-11-18T17:20:29Z\",\"objDissIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3A3j334b41x/methods/fedora-system%3A3/viewMethodIndex\",\"objItemIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3A3j334b41x/methods/fedora-system%3A3/viewItemIndex\",\"objState\":\"A\"}"
2401
+ read_access_group_ssim:
2402
+ - public
2403
+ edit_access_group_ssim:
2404
+ - superuser
2405
+ - admin[bpl-dev:abcd12345]
2406
+ identification_identity_mime_type_tesim:
2407
+ - application/epub+zip
2408
+ - application/epub+zip
2409
+ - application/zip
2410
+ - application/epub+zip
2411
+ identification_0_identity_0_mime_type_tesim:
2412
+ - application/epub+zip
2413
+ - application/epub+zip
2414
+ - application/epub+zip
2415
+ identification_0_identity_2_mime_type_tesim:
2416
+ - application/zip
2417
+ mime_type_tesim:
2418
+ - application/epub+zip
2419
+ - application/vnd.oasis.opendocument.text
2420
+ - application/zip
2421
+ - application/epub+zip
2422
+ is_ereader_of_ssim:
2423
+ - info:fedora/bpl-dev:3j334603p
2424
+ is_file_of_ssim:
2425
+ - info:fedora/bpl-dev:3j334603p
2426
+ is_preceding_ereader_of_ssim:
2427
+ - info:fedora/bpl-dev:3j334b426
2428
+ has_model_ssim:
2429
+ - info:fedora/afmodel:Bplmodels_File
2430
+ - info:fedora/afmodel:Bplmodels_EreaderFile
2431
+ derivative_processsed_ssi:
2432
+ - true
2433
+ checksum_file_md5_ssi:
2434
+ - none
2435
+ timestamp:
2436
+ - '2015-11-18T19:32:30.275Z'
2437
+ - system_create_dtsi:
2438
+ - '2015-11-19T21:04:18Z'
2439
+ system_modified_dtsi:
2440
+ - '2015-11-19T21:09:44Z'
2441
+ object_state_ssi:
2442
+ - A
2443
+ active_fedora_model_ssi:
2444
+ - Bplmodels::ImageFile
2445
+ id:
2446
+ - bpl-dev:7s75dn60x
2447
+ object_profile_ssm:
2448
+ - "{\"datastreams\":{\"DC\":{\"dsLabel\":\"Dublin Core Record for this object\",\"dsVersionID\":\"DC1.0\",\"dsCreateDate\":\"2015-11-18T21:04:18Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":\"http://www.openarchives.org/OAI/2.0/oai_dc/\",\"dsControlGroup\":\"X\",\"dsSize\":402,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn60x+DC+DC1.0\",\"dsLocationType\":null,\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"RELS-EXT\":{\"dsLabel\":\"Fedora Object-to-Object Relationship Metadata\",\"dsVersionID\":\"RELS-EXT.1\",\"dsCreateDate\":\"2015-11-18T21:04:20Z\",\"dsState\":\"A\",\"dsMIME\":\"application/rdf+xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"X\",\"dsSize\":926,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn60x+RELS-EXT+RELS-EXT.1\",\"dsLocationType\":null,\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"rightsMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"rightsMetadata.0\",\"dsCreateDate\":\"2015-11-18T21:04:18Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":631,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn60x+rightsMetadata+rightsMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"productionMaster\":{\"dsLabel\":\"outlinelessonsin00unit_0012\",\"dsVersionID\":\"productionMaster.0\",\"dsCreateDate\":\"2015-11-18T21:04:18Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jp2\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":821555,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn60x+productionMaster+productionMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"workflowMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"workflowMetadata.0\",\"dsCreateDate\":\"2015-11-18T21:04:18Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":920,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn60x+workflowMetadata+workflowMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"ocrMaster\":{\"dsLabel\":\"Plain OCR Text for outlinelessonsin00unit_0012\",\"dsVersionID\":\"ocrMaster.0\",\"dsCreateDate\":\"2015-11-18T21:04:19Z\",\"dsState\":\"A\",\"dsMIME\":\"text/plain\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":2427,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn60x+ocrMaster+ocrMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"djvuCoords\":{\"dsLabel\":\"DJVU Coords for outlinelessonsin00unit_0012\",\"dsVersionID\":\"djvuCoords.0\",\"dsCreateDate\":\"2015-11-18T21:04:19Z\",\"dsState\":\"A\",\"dsMIME\":\"application/json\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":10904,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn60x+djvuCoords+djvuCoords.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"pageMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"pageMetadata.0\",\"dsCreateDate\":\"2015-11-18T21:04:19Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":494,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn60x+pageMetadata+pageMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"characterization\":{\"dsLabel\":null,\"dsVersionID\":\"characterization.0\",\"dsCreateDate\":\"2015-11-18T21:09:36Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":5349,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn60x+characterization+characterization.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"preProductionNegativeMaster\":{},\"accessMaster\":{\"dsLabel\":\"outlinelessonsin00unit_0012\",\"dsVersionID\":\"accessMaster.0\",\"dsCreateDate\":\"2015-11-18T21:09:44Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jp2\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":821555,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn60x+accessMaster+accessMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"thumbnail300\":{\"dsLabel\":\"outlinelessonsin00unit_0012\",\"dsVersionID\":\"thumbnail300.0\",\"dsCreateDate\":\"2015-11-18T21:09:44Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jpeg\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":22824,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn60x+thumbnail300+thumbnail300.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"access800\":{\"dsLabel\":\"outlinelessonsin00unit_0012\",\"dsVersionID\":\"access800.0\",\"dsCreateDate\":\"2015-11-18T21:09:44Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jpeg\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":145887,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn60x+access800+access800.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"ARCHV-EXIF\":{}},\"objLabel\":\"outlinelessonsin00unit_0012.jp2\",\"objOwnerId\":\"fedoraAdmin\",\"objModels\":[\"info:fedora/afmodel:Bplmodels_File\",\"info:fedora/afmodel:Bplmodels_ImageFile\",\"info:fedora/fedora-system:FedoraObject-3.0\"],\"objCreateDate\":\"2015-11-18T21:04:18Z\",\"objLastModDate\":\"2015-11-18T21:04:20Z\",\"objDissIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3A7s75dn60x/methods/fedora-system%3A3/viewMethodIndex\",\"objItemIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3A7s75dn60x/methods/fedora-system%3A3/viewItemIndex\",\"objState\":\"A\"}"
2449
+ read_access_group_ssim:
2450
+ - public
2451
+ edit_access_group_ssim:
2452
+ - superuser
2453
+ - admin[bpl-dev:abcd12345]
2454
+ identification_identity_mime_type_tesim:
2455
+ - image/jp2
2456
+ identification_0_identity_0_mime_type_tesim:
2457
+ - image/jp2
2458
+ mime_type_tesim:
2459
+ - image/jp2
2460
+ is_file_of_ssim:
2461
+ - info:fedora/bpl-dev:7s75dn48d
2462
+ is_following_image_of_ssim:
2463
+ - info:fedora/bpl-dev:7s75dn59x
2464
+ is_image_of_ssim:
2465
+ - info:fedora/bpl-dev:7s75dn48d
2466
+ is_preceding_image_of_ssim:
2467
+ - info:fedora/bpl-dev:7s75dn61x
2468
+ has_model_ssim:
2469
+ - info:fedora/afmodel:Bplmodels_File
2470
+ - info:fedora/afmodel:Bplmodels_ImageFile
2471
+ derivative_processsed_ssi:
2472
+ - true
2473
+ page_type_ssi:
2474
+ - Normal
2475
+ hand_side_ssi:
2476
+ - LEFT
2477
+ page_num_label_ssi:
2478
+ - 6
2479
+ page_num_label_type_ssi:
2480
+ - original
2481
+ ocr_tsiv:
2482
+ - "Pariatur bespoke occaecat direct trade wolf, accusamus small batch synth VHS kickstarter magna kitsch."
2483
+ has_djvu_json_ssi:
2484
+ - true
2485
+ checksum_file_md5_ssi:
2486
+ - none
2487
+ timestamp:
2488
+ - '2015-11-19T21:09:44.574Z'
2489
+ - system_create_dtsi:
2490
+ - '2015-11-20T21:04:18Z'
2491
+ system_modified_dtsi:
2492
+ - '2015-11-20T21:09:44Z'
2493
+ object_state_ssi:
2494
+ - A
2495
+ active_fedora_model_ssi:
2496
+ - Bplmodels::ImageFile
2497
+ id:
2498
+ - bpl-dev:7s75dn61x
2499
+ object_profile_ssm:
2500
+ - "{\"datastreams\":{\"DC\":{\"dsLabel\":\"Dublin Core Record for this object\",\"dsVersionID\":\"DC1.0\",\"dsCreateDate\":\"2015-11-18T21:04:18Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":\"http://www.openarchives.org/OAI/2.0/oai_dc/\",\"dsControlGroup\":\"X\",\"dsSize\":402,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn61x+DC+DC1.0\",\"dsLocationType\":null,\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"RELS-EXT\":{\"dsLabel\":\"Fedora Object-to-Object Relationship Metadata\",\"dsVersionID\":\"RELS-EXT.1\",\"dsCreateDate\":\"2015-11-18T21:04:20Z\",\"dsState\":\"A\",\"dsMIME\":\"application/rdf+xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"X\",\"dsSize\":926,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn61x+RELS-EXT+RELS-EXT.1\",\"dsLocationType\":null,\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"rightsMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"rightsMetadata.0\",\"dsCreateDate\":\"2015-11-18T21:04:18Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":631,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn61x+rightsMetadata+rightsMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"productionMaster\":{\"dsLabel\":\"outlinelessonsin00unit_0013\",\"dsVersionID\":\"productionMaster.0\",\"dsCreateDate\":\"2015-11-18T21:04:18Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jp2\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":821555,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn61x+productionMaster+productionMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"workflowMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"workflowMetadata.0\",\"dsCreateDate\":\"2015-11-18T21:04:18Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":920,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn61x+workflowMetadata+workflowMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"ocrMaster\":{\"dsLabel\":\"Plain OCR Text for outlinelessonsin00unit_0013\",\"dsVersionID\":\"ocrMaster.0\",\"dsCreateDate\":\"2015-11-18T21:04:19Z\",\"dsState\":\"A\",\"dsMIME\":\"text/plain\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":2427,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn61x+ocrMaster+ocrMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"djvuCoords\":{\"dsLabel\":\"DJVU Coords for outlinelessonsin00unit_0013\",\"dsVersionID\":\"djvuCoords.0\",\"dsCreateDate\":\"2015-11-18T21:04:19Z\",\"dsState\":\"A\",\"dsMIME\":\"application/json\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":10904,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn61x+djvuCoords+djvuCoords.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"pageMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"pageMetadata.0\",\"dsCreateDate\":\"2015-11-18T21:04:19Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":494,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn61x+pageMetadata+pageMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"characterization\":{\"dsLabel\":null,\"dsVersionID\":\"characterization.0\",\"dsCreateDate\":\"2015-11-18T21:09:36Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":5349,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn61x+characterization+characterization.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"preProductionNegativeMaster\":{},\"accessMaster\":{\"dsLabel\":\"outlinelessonsin00unit_0013\",\"dsVersionID\":\"accessMaster.0\",\"dsCreateDate\":\"2015-11-18T21:09:44Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jp2\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":821555,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn61x+accessMaster+accessMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"thumbnail300\":{\"dsLabel\":\"outlinelessonsin00unit_0013\",\"dsVersionID\":\"thumbnail300.0\",\"dsCreateDate\":\"2015-11-18T21:09:44Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jpeg\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":22824,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn61x+thumbnail300+thumbnail300.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"access800\":{\"dsLabel\":\"outlinelessonsin00unit_0013\",\"dsVersionID\":\"access800.0\",\"dsCreateDate\":\"2015-11-18T21:09:44Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jpeg\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":145887,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn61x+access800+access800.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"ARCHV-EXIF\":{}},\"objLabel\":\"outlinelessonsin00unit_0013.jp2\",\"objOwnerId\":\"fedoraAdmin\",\"objModels\":[\"info:fedora/afmodel:Bplmodels_File\",\"info:fedora/afmodel:Bplmodels_ImageFile\",\"info:fedora/fedora-system:FedoraObject-3.0\"],\"objCreateDate\":\"2015-11-18T21:04:18Z\",\"objLastModDate\":\"2015-11-18T21:04:20Z\",\"objDissIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3A7s75dn61x/methods/fedora-system%3A3/viewMethodIndex\",\"objItemIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3A7s75dn61x/methods/fedora-system%3A3/viewItemIndex\",\"objState\":\"A\"}"
2501
+ read_access_group_ssim:
2502
+ - public
2503
+ edit_access_group_ssim:
2504
+ - superuser
2505
+ - admin[bpl-dev:abcd12345]
2506
+ identification_identity_mime_type_tesim:
2507
+ - image/jp2
2508
+ identification_0_identity_0_mime_type_tesim:
2509
+ - image/jp2
2510
+ mime_type_tesim:
2511
+ - image/jp2
2512
+ is_file_of_ssim:
2513
+ - info:fedora/bpl-dev:7s75dn48d
2514
+ is_following_image_of_ssim:
2515
+ - info:fedora/bpl-dev:7s75dn60x
2516
+ is_image_of_ssim:
2517
+ - info:fedora/bpl-dev:7s75dn48d
2518
+ is_preceding_image_of_ssim:
2519
+ - info:fedora/bpl-dev:7s75dn62x
2520
+ has_model_ssim:
2521
+ - info:fedora/afmodel:Bplmodels_File
2522
+ - info:fedora/afmodel:Bplmodels_ImageFile
2523
+ derivative_processsed_ssi:
2524
+ - true
2525
+ page_type_ssi:
2526
+ - Normal
2527
+ hand_side_ssi:
2528
+ - RIGHT
2529
+ page_num_label_ssi:
2530
+ - 7
2531
+ page_num_label_type_ssi:
2532
+ - original
2533
+ ocr_tsiv:
2534
+ - "Aliqua aliquip meggings pork belly small batch. Chia dreamcatcher church-key tacos."
2535
+ has_djvu_json_ssi:
2536
+ - true
2537
+ checksum_file_md5_ssi:
2538
+ - none
2539
+ timestamp:
2540
+ - '2015-11-20T21:09:44.574Z'
2541
+ - system_create_dtsi:
2542
+ - '2015-11-21T21:04:18Z'
2543
+ system_modified_dtsi:
2544
+ - '2015-11-21T21:09:44Z'
2545
+ object_state_ssi:
2546
+ - A
2547
+ active_fedora_model_ssi:
2548
+ - Bplmodels::ImageFile
2549
+ id:
2550
+ - bpl-dev:7s75dn62x
2551
+ object_profile_ssm:
2552
+ - "{\"datastreams\":{\"DC\":{\"dsLabel\":\"Dublin Core Record for this object\",\"dsVersionID\":\"DC1.0\",\"dsCreateDate\":\"2015-11-18T21:04:18Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":\"http://www.openarchives.org/OAI/2.0/oai_dc/\",\"dsControlGroup\":\"X\",\"dsSize\":402,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn62x+DC+DC1.0\",\"dsLocationType\":null,\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"RELS-EXT\":{\"dsLabel\":\"Fedora Object-to-Object Relationship Metadata\",\"dsVersionID\":\"RELS-EXT.1\",\"dsCreateDate\":\"2015-11-18T21:04:20Z\",\"dsState\":\"A\",\"dsMIME\":\"application/rdf+xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"X\",\"dsSize\":926,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn62x+RELS-EXT+RELS-EXT.1\",\"dsLocationType\":null,\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"rightsMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"rightsMetadata.0\",\"dsCreateDate\":\"2015-11-18T21:04:18Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":631,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn62x+rightsMetadata+rightsMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"productionMaster\":{\"dsLabel\":\"outlinelessonsin00unit_0014\",\"dsVersionID\":\"productionMaster.0\",\"dsCreateDate\":\"2015-11-18T21:04:18Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jp2\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":821555,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn62x+productionMaster+productionMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"workflowMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"workflowMetadata.0\",\"dsCreateDate\":\"2015-11-18T21:04:18Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":920,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn62x+workflowMetadata+workflowMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"ocrMaster\":{\"dsLabel\":\"Plain OCR Text for outlinelessonsin00unit_0014\",\"dsVersionID\":\"ocrMaster.0\",\"dsCreateDate\":\"2015-11-18T21:04:19Z\",\"dsState\":\"A\",\"dsMIME\":\"text/plain\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":2427,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn62x+ocrMaster+ocrMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"djvuCoords\":{\"dsLabel\":\"DJVU Coords for outlinelessonsin00unit_0014\",\"dsVersionID\":\"djvuCoords.0\",\"dsCreateDate\":\"2015-11-18T21:04:19Z\",\"dsState\":\"A\",\"dsMIME\":\"application/json\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":10904,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn62x+djvuCoords+djvuCoords.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"pageMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"pageMetadata.0\",\"dsCreateDate\":\"2015-11-18T21:04:19Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":494,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn62x+pageMetadata+pageMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"characterization\":{\"dsLabel\":null,\"dsVersionID\":\"characterization.0\",\"dsCreateDate\":\"2015-11-18T21:09:36Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":5349,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn62x+characterization+characterization.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"preProductionNegativeMaster\":{},\"accessMaster\":{\"dsLabel\":\"outlinelessonsin00unit_0014\",\"dsVersionID\":\"accessMaster.0\",\"dsCreateDate\":\"2015-11-18T21:09:44Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jp2\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":821555,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn62x+accessMaster+accessMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"thumbnail300\":{\"dsLabel\":\"outlinelessonsin00unit_0014\",\"dsVersionID\":\"thumbnail300.0\",\"dsCreateDate\":\"2015-11-18T21:09:44Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jpeg\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":22824,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn62x+thumbnail300+thumbnail300.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"access800\":{\"dsLabel\":\"outlinelessonsin00unit_0014\",\"dsVersionID\":\"access800.0\",\"dsCreateDate\":\"2015-11-18T21:09:44Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jpeg\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":145887,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn62x+access800+access800.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"ARCHV-EXIF\":{}},\"objLabel\":\"outlinelessonsin00unit_0014.jp2\",\"objOwnerId\":\"fedoraAdmin\",\"objModels\":[\"info:fedora/afmodel:Bplmodels_File\",\"info:fedora/afmodel:Bplmodels_ImageFile\",\"info:fedora/fedora-system:FedoraObject-3.0\"],\"objCreateDate\":\"2015-11-18T21:04:18Z\",\"objLastModDate\":\"2015-11-18T21:04:20Z\",\"objDissIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3A7s75dn62x/methods/fedora-system%3A3/viewMethodIndex\",\"objItemIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3A7s75dn62x/methods/fedora-system%3A3/viewItemIndex\",\"objState\":\"A\"}"
2553
+ read_access_group_ssim:
2554
+ - public
2555
+ edit_access_group_ssim:
2556
+ - superuser
2557
+ - admin[bpl-dev:abcd12345]
2558
+ identification_identity_mime_type_tesim:
2559
+ - image/jp2
2560
+ identification_0_identity_0_mime_type_tesim:
2561
+ - image/jp2
2562
+ mime_type_tesim:
2563
+ - image/jp2
2564
+ is_file_of_ssim:
2565
+ - info:fedora/bpl-dev:7s75dn48d
2566
+ is_following_image_of_ssim:
2567
+ - info:fedora/bpl-dev:7s75dn61x
2568
+ is_image_of_ssim:
2569
+ - info:fedora/bpl-dev:7s75dn48d
2570
+ is_preceding_image_of_ssim:
2571
+ - info:fedora/bpl-dev:7s75dn63x
2572
+ has_model_ssim:
2573
+ - info:fedora/afmodel:Bplmodels_File
2574
+ - info:fedora/afmodel:Bplmodels_ImageFile
2575
+ derivative_processsed_ssi:
2576
+ - true
2577
+ page_type_ssi:
2578
+ - Normal
2579
+ hand_side_ssi:
2580
+ - LEFT
2581
+ page_num_label_ssi:
2582
+ - 8
2583
+ page_num_label_type_ssi:
2584
+ - original
2585
+ ocr_tsiv:
2586
+ - "Umami wayfarers tempor, heirloom est fingerstache banjo marfa sed meh put a bird on it chartreuse before they sold out incididunt."
2587
+ has_djvu_json_ssi:
2588
+ - true
2589
+ checksum_file_md5_ssi:
2590
+ - none
2591
+ timestamp:
2592
+ - '2015-11-21T21:09:44.574Z'
2593
+ - system_create_dtsi:
2594
+ - '2015-11-22T21:04:18Z'
2595
+ system_modified_dtsi:
2596
+ - '2015-11-22T21:09:44Z'
2597
+ object_state_ssi:
2598
+ - A
2599
+ active_fedora_model_ssi:
2600
+ - Bplmodels::ImageFile
2601
+ id:
2602
+ - bpl-dev:7s75dn63x
2603
+ object_profile_ssm:
2604
+ - "{\"datastreams\":{\"DC\":{\"dsLabel\":\"Dublin Core Record for this object\",\"dsVersionID\":\"DC1.0\",\"dsCreateDate\":\"2015-11-18T21:04:18Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":\"http://www.openarchives.org/OAI/2.0/oai_dc/\",\"dsControlGroup\":\"X\",\"dsSize\":402,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn63x+DC+DC1.0\",\"dsLocationType\":null,\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"RELS-EXT\":{\"dsLabel\":\"Fedora Object-to-Object Relationship Metadata\",\"dsVersionID\":\"RELS-EXT.1\",\"dsCreateDate\":\"2015-11-18T21:04:20Z\",\"dsState\":\"A\",\"dsMIME\":\"application/rdf+xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"X\",\"dsSize\":926,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn63x+RELS-EXT+RELS-EXT.1\",\"dsLocationType\":null,\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"rightsMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"rightsMetadata.0\",\"dsCreateDate\":\"2015-11-18T21:04:18Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":631,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn63x+rightsMetadata+rightsMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"productionMaster\":{\"dsLabel\":\"outlinelessonsin00unit_0015\",\"dsVersionID\":\"productionMaster.0\",\"dsCreateDate\":\"2015-11-18T21:04:18Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jp2\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":821555,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn63x+productionMaster+productionMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"workflowMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"workflowMetadata.0\",\"dsCreateDate\":\"2015-11-18T21:04:18Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":920,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn63x+workflowMetadata+workflowMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"ocrMaster\":{\"dsLabel\":\"Plain OCR Text for outlinelessonsin00unit_0015\",\"dsVersionID\":\"ocrMaster.0\",\"dsCreateDate\":\"2015-11-18T21:04:19Z\",\"dsState\":\"A\",\"dsMIME\":\"text/plain\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":2427,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn63x+ocrMaster+ocrMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"djvuCoords\":{\"dsLabel\":\"DJVU Coords for outlinelessonsin00unit_0015\",\"dsVersionID\":\"djvuCoords.0\",\"dsCreateDate\":\"2015-11-18T21:04:19Z\",\"dsState\":\"A\",\"dsMIME\":\"application/json\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":10904,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn63x+djvuCoords+djvuCoords.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"pageMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"pageMetadata.0\",\"dsCreateDate\":\"2015-11-18T21:04:19Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":494,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn63x+pageMetadata+pageMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"characterization\":{\"dsLabel\":null,\"dsVersionID\":\"characterization.0\",\"dsCreateDate\":\"2015-11-18T21:09:36Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":5349,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn63x+characterization+characterization.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"preProductionNegativeMaster\":{},\"accessMaster\":{\"dsLabel\":\"outlinelessonsin00unit_0015\",\"dsVersionID\":\"accessMaster.0\",\"dsCreateDate\":\"2015-11-18T21:09:44Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jp2\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":821555,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn63x+accessMaster+accessMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"thumbnail300\":{\"dsLabel\":\"outlinelessonsin00unit_0015\",\"dsVersionID\":\"thumbnail300.0\",\"dsCreateDate\":\"2015-11-18T21:09:44Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jpeg\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":22824,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn63x+thumbnail300+thumbnail300.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"access800\":{\"dsLabel\":\"outlinelessonsin00unit_0015\",\"dsVersionID\":\"access800.0\",\"dsCreateDate\":\"2015-11-18T21:09:44Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jpeg\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":145887,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn63x+access800+access800.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"ARCHV-EXIF\":{}},\"objLabel\":\"outlinelessonsin00unit_0015.jp2\",\"objOwnerId\":\"fedoraAdmin\",\"objModels\":[\"info:fedora/afmodel:Bplmodels_File\",\"info:fedora/afmodel:Bplmodels_ImageFile\",\"info:fedora/fedora-system:FedoraObject-3.0\"],\"objCreateDate\":\"2015-11-18T21:04:18Z\",\"objLastModDate\":\"2015-11-18T21:04:20Z\",\"objDissIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3A7s75dn63x/methods/fedora-system%3A3/viewMethodIndex\",\"objItemIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3A7s75dn63x/methods/fedora-system%3A3/viewItemIndex\",\"objState\":\"A\"}"
2605
+ read_access_group_ssim:
2606
+ - public
2607
+ edit_access_group_ssim:
2608
+ - superuser
2609
+ - admin[bpl-dev:abcd12345]
2610
+ identification_identity_mime_type_tesim:
2611
+ - image/jp2
2612
+ identification_0_identity_0_mime_type_tesim:
2613
+ - image/jp2
2614
+ mime_type_tesim:
2615
+ - image/jp2
2616
+ is_file_of_ssim:
2617
+ - info:fedora/bpl-dev:7s75dn48d
2618
+ is_following_image_of_ssim:
2619
+ - info:fedora/bpl-dev:7s75dn62x
2620
+ is_image_of_ssim:
2621
+ - info:fedora/bpl-dev:7s75dn48d
2622
+ is_preceding_image_of_ssim:
2623
+ - info:fedora/bpl-dev:7s75dn64x
2624
+ has_model_ssim:
2625
+ - info:fedora/afmodel:Bplmodels_File
2626
+ - info:fedora/afmodel:Bplmodels_ImageFile
2627
+ derivative_processsed_ssi:
2628
+ - true
2629
+ page_type_ssi:
2630
+ - Normal
2631
+ hand_side_ssi:
2632
+ - RIGHT
2633
+ page_num_label_ssi:
2634
+ - 9
2635
+ page_num_label_type_ssi:
2636
+ - original
2637
+ ocr_tsiv:
2638
+ - "Aute distillery assumenda skateboard, synth deep v fanny pack scenester."
2639
+ has_djvu_json_ssi:
2640
+ - true
2641
+ checksum_file_md5_ssi:
2642
+ - none
2643
+ timestamp:
2644
+ - '2015-11-22T21:09:44.574Z'
2645
+ - system_create_dtsi:
2646
+ - '2015-11-23T21:04:18Z'
2647
+ system_modified_dtsi:
2648
+ - '2015-11-23T21:09:44Z'
2649
+ object_state_ssi:
2650
+ - A
2651
+ active_fedora_model_ssi:
2652
+ - Bplmodels::ImageFile
2653
+ id:
2654
+ - bpl-dev:7s75dn64x
2655
+ object_profile_ssm:
2656
+ - "{\"datastreams\":{\"DC\":{\"dsLabel\":\"Dublin Core Record for this object\",\"dsVersionID\":\"DC1.0\",\"dsCreateDate\":\"2015-11-18T21:04:18Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":\"http://www.openarchives.org/OAI/2.0/oai_dc/\",\"dsControlGroup\":\"X\",\"dsSize\":402,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn64x+DC+DC1.0\",\"dsLocationType\":null,\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"RELS-EXT\":{\"dsLabel\":\"Fedora Object-to-Object Relationship Metadata\",\"dsVersionID\":\"RELS-EXT.1\",\"dsCreateDate\":\"2015-11-18T21:04:20Z\",\"dsState\":\"A\",\"dsMIME\":\"application/rdf+xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"X\",\"dsSize\":926,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn64x+RELS-EXT+RELS-EXT.1\",\"dsLocationType\":null,\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"rightsMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"rightsMetadata.0\",\"dsCreateDate\":\"2015-11-18T21:04:18Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":631,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn64x+rightsMetadata+rightsMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"productionMaster\":{\"dsLabel\":\"outlinelessonsin00unit_0016\",\"dsVersionID\":\"productionMaster.0\",\"dsCreateDate\":\"2015-11-18T21:04:18Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jp2\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":821555,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn64x+productionMaster+productionMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"workflowMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"workflowMetadata.0\",\"dsCreateDate\":\"2015-11-18T21:04:18Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":920,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn64x+workflowMetadata+workflowMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"ocrMaster\":{\"dsLabel\":\"Plain OCR Text for outlinelessonsin00unit_0016\",\"dsVersionID\":\"ocrMaster.0\",\"dsCreateDate\":\"2015-11-18T21:04:19Z\",\"dsState\":\"A\",\"dsMIME\":\"text/plain\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":2427,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn64x+ocrMaster+ocrMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"djvuCoords\":{\"dsLabel\":\"DJVU Coords for outlinelessonsin00unit_0016\",\"dsVersionID\":\"djvuCoords.0\",\"dsCreateDate\":\"2015-11-18T21:04:19Z\",\"dsState\":\"A\",\"dsMIME\":\"application/json\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":10904,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn64x+djvuCoords+djvuCoords.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"pageMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"pageMetadata.0\",\"dsCreateDate\":\"2015-11-18T21:04:19Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":494,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn64x+pageMetadata+pageMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"characterization\":{\"dsLabel\":null,\"dsVersionID\":\"characterization.0\",\"dsCreateDate\":\"2015-11-18T21:09:36Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":5349,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn64x+characterization+characterization.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"preProductionNegativeMaster\":{},\"accessMaster\":{\"dsLabel\":\"outlinelessonsin00unit_0016\",\"dsVersionID\":\"accessMaster.0\",\"dsCreateDate\":\"2015-11-18T21:09:44Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jp2\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":821555,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn64x+accessMaster+accessMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"thumbnail300\":{\"dsLabel\":\"outlinelessonsin00unit_0016\",\"dsVersionID\":\"thumbnail300.0\",\"dsCreateDate\":\"2015-11-18T21:09:44Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jpeg\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":22824,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn64x+thumbnail300+thumbnail300.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"access800\":{\"dsLabel\":\"outlinelessonsin00unit_0016\",\"dsVersionID\":\"access800.0\",\"dsCreateDate\":\"2015-11-18T21:09:44Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jpeg\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":145887,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn64x+access800+access800.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"ARCHV-EXIF\":{}},\"objLabel\":\"outlinelessonsin00unit_0016.jp2\",\"objOwnerId\":\"fedoraAdmin\",\"objModels\":[\"info:fedora/afmodel:Bplmodels_File\",\"info:fedora/afmodel:Bplmodels_ImageFile\",\"info:fedora/fedora-system:FedoraObject-3.0\"],\"objCreateDate\":\"2015-11-18T21:04:18Z\",\"objLastModDate\":\"2015-11-18T21:04:20Z\",\"objDissIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3A7s75dn64x/methods/fedora-system%3A3/viewMethodIndex\",\"objItemIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3A7s75dn64x/methods/fedora-system%3A3/viewItemIndex\",\"objState\":\"A\"}"
2657
+ read_access_group_ssim:
2658
+ - public
2659
+ edit_access_group_ssim:
2660
+ - superuser
2661
+ - admin[bpl-dev:abcd12345]
2662
+ identification_identity_mime_type_tesim:
2663
+ - image/jp2
2664
+ identification_0_identity_0_mime_type_tesim:
2665
+ - image/jp2
2666
+ mime_type_tesim:
2667
+ - image/jp2
2668
+ is_file_of_ssim:
2669
+ - info:fedora/bpl-dev:7s75dn48d
2670
+ is_following_image_of_ssim:
2671
+ - info:fedora/bpl-dev:7s75dn63x
2672
+ is_image_of_ssim:
2673
+ - info:fedora/bpl-dev:7s75dn48d
2674
+ is_preceding_image_of_ssim:
2675
+ - info:fedora/bpl-dev:7s75dn65x
2676
+ has_model_ssim:
2677
+ - info:fedora/afmodel:Bplmodels_File
2678
+ - info:fedora/afmodel:Bplmodels_ImageFile
2679
+ derivative_processsed_ssi:
2680
+ - true
2681
+ page_type_ssi:
2682
+ - Normal
2683
+ hand_side_ssi:
2684
+ - LEFT
2685
+ page_num_label_ssi:
2686
+ - 10
2687
+ page_num_label_type_ssi:
2688
+ - original
2689
+ ocr_tsiv:
2690
+ - "Non tempor vegan, ethical tacos odio pabst photo booth selvage chambray poutine"
2691
+ has_djvu_json_ssi:
2692
+ - true
2693
+ checksum_file_md5_ssi:
2694
+ - none
2695
+ timestamp:
2696
+ - '2015-11-23T21:09:44.574Z'
2697
+ - system_create_dtsi:
2698
+ - '2015-11-24T21:04:18Z'
2699
+ system_modified_dtsi:
2700
+ - '2015-11-24T21:09:44Z'
2701
+ object_state_ssi:
2702
+ - A
2703
+ active_fedora_model_ssi:
2704
+ - Bplmodels::ImageFile
2705
+ id:
2706
+ - bpl-dev:7s75dn65x
2707
+ object_profile_ssm:
2708
+ - "{\"datastreams\":{\"DC\":{\"dsLabel\":\"Dublin Core Record for this object\",\"dsVersionID\":\"DC1.0\",\"dsCreateDate\":\"2015-11-18T21:04:18Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":\"http://www.openarchives.org/OAI/2.0/oai_dc/\",\"dsControlGroup\":\"X\",\"dsSize\":402,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn65x+DC+DC1.0\",\"dsLocationType\":null,\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"RELS-EXT\":{\"dsLabel\":\"Fedora Object-to-Object Relationship Metadata\",\"dsVersionID\":\"RELS-EXT.1\",\"dsCreateDate\":\"2015-11-18T21:04:20Z\",\"dsState\":\"A\",\"dsMIME\":\"application/rdf+xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"X\",\"dsSize\":926,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn65x+RELS-EXT+RELS-EXT.1\",\"dsLocationType\":null,\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"rightsMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"rightsMetadata.0\",\"dsCreateDate\":\"2015-11-18T21:04:18Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":631,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn65x+rightsMetadata+rightsMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"productionMaster\":{\"dsLabel\":\"outlinelessonsin00unit_0017\",\"dsVersionID\":\"productionMaster.0\",\"dsCreateDate\":\"2015-11-18T21:04:18Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jp2\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":821555,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn65x+productionMaster+productionMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"workflowMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"workflowMetadata.0\",\"dsCreateDate\":\"2015-11-18T21:04:18Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":920,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn65x+workflowMetadata+workflowMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"ocrMaster\":{\"dsLabel\":\"Plain OCR Text for outlinelessonsin00unit_0017\",\"dsVersionID\":\"ocrMaster.0\",\"dsCreateDate\":\"2015-11-18T21:04:19Z\",\"dsState\":\"A\",\"dsMIME\":\"text/plain\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":2427,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn65x+ocrMaster+ocrMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"djvuCoords\":{\"dsLabel\":\"DJVU Coords for outlinelessonsin00unit_0017\",\"dsVersionID\":\"djvuCoords.0\",\"dsCreateDate\":\"2015-11-18T21:04:19Z\",\"dsState\":\"A\",\"dsMIME\":\"application/json\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":10904,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn65x+djvuCoords+djvuCoords.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"pageMetadata\":{\"dsLabel\":null,\"dsVersionID\":\"pageMetadata.0\",\"dsCreateDate\":\"2015-11-18T21:04:19Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":494,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn65x+pageMetadata+pageMetadata.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"characterization\":{\"dsLabel\":null,\"dsVersionID\":\"characterization.0\",\"dsCreateDate\":\"2015-11-18T21:09:36Z\",\"dsState\":\"A\",\"dsMIME\":\"text/xml\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":5349,\"dsVersionable\":true,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn65x+characterization+characterization.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"preProductionNegativeMaster\":{},\"accessMaster\":{\"dsLabel\":\"outlinelessonsin00unit_0017\",\"dsVersionID\":\"accessMaster.0\",\"dsCreateDate\":\"2015-11-18T21:09:44Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jp2\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":821555,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn65x+accessMaster+accessMaster.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"thumbnail300\":{\"dsLabel\":\"outlinelessonsin00unit_0017\",\"dsVersionID\":\"thumbnail300.0\",\"dsCreateDate\":\"2015-11-18T21:09:44Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jpeg\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":22824,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn65x+thumbnail300+thumbnail300.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"access800\":{\"dsLabel\":\"outlinelessonsin00unit_0017\",\"dsVersionID\":\"access800.0\",\"dsCreateDate\":\"2015-11-18T21:09:44Z\",\"dsState\":\"A\",\"dsMIME\":\"image/jpeg\",\"dsFormatURI\":null,\"dsControlGroup\":\"M\",\"dsSize\":145887,\"dsVersionable\":false,\"dsInfoType\":null,\"dsLocation\":\"bpl-dev:7s75dn65x+access800+access800.0\",\"dsLocationType\":\"INTERNAL_ID\",\"dsChecksumType\":\"DISABLED\",\"dsChecksum\":\"none\"},\"ARCHV-EXIF\":{}},\"objLabel\":\"outlinelessonsin00unit_0017.jp2\",\"objOwnerId\":\"fedoraAdmin\",\"objModels\":[\"info:fedora/afmodel:Bplmodels_File\",\"info:fedora/afmodel:Bplmodels_ImageFile\",\"info:fedora/fedora-system:FedoraObject-3.0\"],\"objCreateDate\":\"2015-11-18T21:04:18Z\",\"objLastModDate\":\"2015-11-18T21:04:20Z\",\"objDissIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3A7s75dn65x/methods/fedora-system%3A3/viewMethodIndex\",\"objItemIndexViewURL\":\"https://localhost:443/fedora/objects/bpl-dev%3A7s75dn65x/methods/fedora-system%3A3/viewItemIndex\",\"objState\":\"A\"}"
2709
+ read_access_group_ssim:
2710
+ - public
2711
+ edit_access_group_ssim:
2712
+ - superuser
2713
+ - admin[bpl-dev:abcd12345]
2714
+ identification_identity_mime_type_tesim:
2715
+ - image/jp2
2716
+ identification_0_identity_0_mime_type_tesim:
2717
+ - image/jp2
2718
+ mime_type_tesim:
2719
+ - image/jp2
2720
+ is_file_of_ssim:
2721
+ - info:fedora/bpl-dev:7s75dn48d
2722
+ is_following_image_of_ssim:
2723
+ - info:fedora/bpl-dev:7s75dn64x
2724
+ is_image_of_ssim:
2725
+ - info:fedora/bpl-dev:7s75dn48d
2726
+ # is_preceding_image_of_ssim:
2727
+ # - info:fedora/bpl-dev:7s75dn65x
2728
+ has_model_ssim:
2729
+ - info:fedora/afmodel:Bplmodels_File
2730
+ - info:fedora/afmodel:Bplmodels_ImageFile
2731
+ derivative_processsed_ssi:
2732
+ - true
2733
+ page_type_ssi:
2734
+ - Normal
2735
+ hand_side_ssi:
2736
+ - RIGHT
2737
+ page_num_label_ssi:
2738
+ - 11
2739
+ page_num_label_type_ssi:
2740
+ - original
2741
+ ocr_tsiv:
2742
+ - "Wayfarers tilde poutine, blue bottle typewriter incididunt scenester ex banh mi selfies 90's chia raw denim health goth"
2743
+ has_djvu_json_ssi:
2744
+ - true
2745
+ checksum_file_md5_ssi:
2746
+ - none
2747
+ timestamp:
2748
+ - '2015-11-24T21:09:44.574Z'