spotlight-dor-resources 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (39) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +23 -0
  3. data/.hound.yml +2 -0
  4. data/.rubocop.yml +8 -0
  5. data/.rubocop_todo.yml +191 -0
  6. data/.travis.yml +17 -0
  7. data/Gemfile +32 -0
  8. data/LICENSE.txt +13 -0
  9. data/README.md +65 -0
  10. data/Rakefile +48 -0
  11. data/app/models/spotlight/resources/dor_resource.rb +17 -0
  12. data/app/models/spotlight/resources/harvestdor.rb +4 -0
  13. data/app/models/spotlight/resources/purl.rb +14 -0
  14. data/app/models/spotlight/resources/searchworks.rb +15 -0
  15. data/lib/spotlight/dor/indexer.rb +160 -0
  16. data/lib/spotlight/dor/resources.rb +16 -0
  17. data/lib/spotlight/dor/resources/engine.rb +13 -0
  18. data/lib/spotlight/dor/resources/version.rb +7 -0
  19. data/solr_conf/conf/schema.xml +346 -0
  20. data/solr_conf/conf/solrconfig.xml +180 -0
  21. data/spec/integration/gdor_integration_spec.rb +30 -0
  22. data/spec/integration/indexer_integration_spec.rb +28 -0
  23. data/spec/models/spotlight/resources/purl_spec.rb +115 -0
  24. data/spec/models/spotlight/resources/searchworks_spec.rb +91 -0
  25. data/spec/spec_helper.rb +60 -0
  26. data/spec/test_app_templates/catalog_controller.rb +96 -0
  27. data/spec/test_app_templates/gdor.yml +9 -0
  28. data/spec/test_app_templates/lib/generators/test_app_generator.rb +40 -0
  29. data/spec/unit/spotlight/dor/indexer_spec.rb +200 -0
  30. data/spec/vcr_cassettes/gdor_indexing_integration_test/should_have_a_doc_id.yml +1201 -0
  31. data/spec/vcr_cassettes/gdor_indexing_integration_test/should_have_exhibit-specific_indexing.yml +1003 -0
  32. data/spec/vcr_cassettes/gdor_indexing_integration_test/should_have_spotlight_data.yml +1003 -0
  33. data/spec/vcr_cassettes/gdor_indexing_integration_test/should_have_the_gdor_data.yml +1003 -0
  34. data/spec/vcr_cassettes/indexer_integration_tests/donor_tags/no_donor_tags_ssim_field_in_solr_doc_when_note_displayLabel_Donor_tags_not_in_MODS.yml +1382 -0
  35. data/spec/vcr_cassettes/indexer_integration_tests/donor_tags/solr_doc_has_donor_tags_ssim_field_when_note_displayLabel_Donor_tags_is_in_MODS.yml +1602 -0
  36. data/spec/vcr_cassettes/indexer_integration_tests/genre/no_genre_ssim_field_when_genre_not_in_MODS.yml +6822 -0
  37. data/spec/vcr_cassettes/indexer_integration_tests/genre/solr_doc_has_genre_ssim_field_when_genre_in_MODS.yml +1390 -0
  38. data/spotlight-dor-resources.gemspec +37 -0
  39. metadata +336 -0
@@ -0,0 +1,1003 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://purl.stanford.edu/xf680rd3068.xml
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Accept-Encoding:
11
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
12
+ Accept:
13
+ - "*/*"
14
+ User-Agent:
15
+ - Ruby
16
+ response:
17
+ status:
18
+ code: 200
19
+ message: OK
20
+ headers:
21
+ Date:
22
+ - Thu, 22 Oct 2015 23:20:49 GMT
23
+ Server:
24
+ - Apache/2.2.15 (CentOS)
25
+ Cache-Control:
26
+ - max-age=0, private, must-revalidate
27
+ Etag:
28
+ - '"37e08cb364489ba8b40e25f7e60ef051"'
29
+ X-Frame-Options:
30
+ - SAMEORIGIN
31
+ X-Xss-Protection:
32
+ - 1; mode=block
33
+ X-Content-Type-Options:
34
+ - nosniff
35
+ X-Runtime:
36
+ - '0.006401'
37
+ X-Request-Id:
38
+ - 87e211ab-e75d-4327-9574-4efc202e6685
39
+ X-Powered-By:
40
+ - Phusion Passenger 5.0.16
41
+ Last-Modified:
42
+ - Fri, 24 Apr 2015 18:45:21 GMT
43
+ Status:
44
+ - 200 OK
45
+ Transfer-Encoding:
46
+ - chunked
47
+ Content-Type:
48
+ - application/xml; charset=utf-8
49
+ body:
50
+ encoding: UTF-8
51
+ string: |
52
+ <?xml version="1.0" encoding="UTF-8"?>
53
+ <publicObject id="druid:xf680rd3068" published="2015-04-24T11:45:16-07:00">
54
+ <identityMetadata>
55
+ <sourceId source="sul">MISC_1855</sourceId>
56
+ <objectId>druid:xf680rd3068</objectId>
57
+ <objectCreator>DOR</objectCreator>
58
+ <objectLabel>Latin glossary : small manuscript fragment on vellum.</objectLabel>
59
+ <objectType>item</objectType>
60
+ <adminPolicy>druid:yg077np2529</adminPolicy>
61
+ <otherId name="catkey">10157160</otherId>
62
+ <otherId name="uuid">48b412d0-516c-11e3-bb66-0050569b3c3c</otherId>
63
+ <tag>Process : Content Type : Image</tag>
64
+ <tag>Project : Special Collections - Exhibitions</tag>
65
+ <tag>JIRA : PROJQUEUE-85</tag>
66
+ <tag>DPG : Medieval Manuscript Exhibition 2014</tag>
67
+ <tag>DPG : Curator Request : Jordan</tag>
68
+ <tag>Registered By : astrids</tag>
69
+ <tag>Remediated By : 4.14.4</tag>
70
+ </identityMetadata>
71
+ <contentMetadata type="image" objectId="xf680rd3068">
72
+ <resource type="image" sequence="1" id="xf680rd3068_1">
73
+ <label>Image 1</label>
74
+ <file id="xf680rd3068_00_0001.jp2" mimetype="image/jp2" size="887079">
75
+ <imageData width="1794" height="2627"/>
76
+ </file>
77
+ </resource>
78
+ <resource type="image" sequence="2" id="xf680rd3068_2">
79
+ <label>Image 2</label>
80
+ <file id="xf680rd3068_00_0002.jp2" mimetype="image/jp2" size="887064">
81
+ <imageData width="1794" height="2627"/>
82
+ </file>
83
+ </resource>
84
+ </contentMetadata>
85
+ <rightsMetadata>
86
+ <access type="discover">
87
+ <machine>
88
+ <world/>
89
+ </machine>
90
+ </access>
91
+ <access type="read">
92
+ <machine>
93
+ <world/>
94
+ </machine>
95
+ </access>
96
+ <use>
97
+ <human type="useAndReproduction">Property rights reside with the repository. Literary rights reside with the creators of the documents or their heirs. To obtain permission to publish or reproduce, please contact the Special Collections Public Services Librarian at speccollref@stanford.edu.</human>
98
+ </use>
99
+ <use>
100
+ <human type="creativeCommons"/>
101
+ <machine type="creativeCommons"/>
102
+ </use>
103
+ </rightsMetadata>
104
+ <rdf:RDF xmlns:fedora="info:fedora/fedora-system:def/relations-external#" xmlns:fedora-model="info:fedora/fedora-system:def/model#" xmlns:hydra="http://projecthydra.org/ns/relations#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
105
+ <rdf:Description rdf:about="info:fedora/druid:xf680rd3068">
106
+ <fedora:isMemberOf rdf:resource="info:fedora/druid:sk373nx0013"/>
107
+ <fedora:isMemberOfCollection rdf:resource="info:fedora/druid:sk373nx0013"/>
108
+ </rdf:Description>
109
+ </rdf:RDF>
110
+ <oai_dc:dc xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:srw_dc="info:srw/schema/1/dc-schema" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
111
+ <dc:title>Latin glossary : small manuscript fragment on vellum</dc:title>
112
+ <dc:date>1200-1299</dc:date>
113
+ <dc:date>13th century</dc:date>
114
+ <dc:language>lat</dc:language>
115
+ <dc:format>1 fragment, 96 x 151 mm.</dc:format>
116
+ <dc:description>Unidentified Latin vocabulary, this portion part of the letter M, with a total of 35 lemmata (a word or phrase that is glossed; headword).</dc:description>
117
+ <dc:rights>Open for research; material must be requested at least 24 hours in advance of intended use.</dc:rights>
118
+ <dc:description>Lower portion of vellum leaf, removed from a binding.</dc:description>
119
+ <dc:description>Script: professional gotica textualis, 2 columns, with a fair amount of abbreviations.</dc:description>
120
+ <dc:description type="acquisition">Purchased from Bonhams, 2013. Accession 2013-080.</dc:description>
121
+ <dc:description type="ownership">Previously in the Bernard M. Rosenthal collection; with Rosenthal's dealer description included with the manuscript, together with a note re previous ownership of Bernard Bischoff.</dc:description>
122
+ <dc:subject>Manuscripts, Latin (Medieval and modern)</dc:subject>
123
+ <dc:coverage>France</dc:coverage>
124
+ <dc:subject>Manuscripts, Latin (Medieval and modern)--France</dc:subject>
125
+ <dc:relation type="collection">Stanford University Libraries Special Collections, Manuscripts Division</dc:relation>
126
+ </oai_dc:dc>
127
+ <ReleaseData/>
128
+ </publicObject>
129
+ http_version:
130
+ recorded_at: Thu, 22 Oct 2015 23:20:49 GMT
131
+ - request:
132
+ method: get
133
+ uri: https://purl.stanford.edu/xf680rd3068.xml
134
+ body:
135
+ encoding: US-ASCII
136
+ string: ''
137
+ headers:
138
+ Accept-Encoding:
139
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
140
+ Accept:
141
+ - "*/*"
142
+ User-Agent:
143
+ - Ruby
144
+ response:
145
+ status:
146
+ code: 200
147
+ message: OK
148
+ headers:
149
+ Date:
150
+ - Thu, 22 Oct 2015 23:20:49 GMT
151
+ Server:
152
+ - Apache/2.2.15 (CentOS)
153
+ Cache-Control:
154
+ - max-age=0, private, must-revalidate
155
+ Etag:
156
+ - '"37e08cb364489ba8b40e25f7e60ef051"'
157
+ X-Frame-Options:
158
+ - SAMEORIGIN
159
+ X-Xss-Protection:
160
+ - 1; mode=block
161
+ X-Content-Type-Options:
162
+ - nosniff
163
+ X-Runtime:
164
+ - '0.005374'
165
+ X-Request-Id:
166
+ - 7b33338e-6c6e-4925-80cc-3d9c0665fd5d
167
+ X-Powered-By:
168
+ - Phusion Passenger 5.0.16
169
+ Last-Modified:
170
+ - Fri, 24 Apr 2015 18:45:21 GMT
171
+ Status:
172
+ - 200 OK
173
+ Transfer-Encoding:
174
+ - chunked
175
+ Content-Type:
176
+ - application/xml; charset=utf-8
177
+ body:
178
+ encoding: UTF-8
179
+ string: |
180
+ <?xml version="1.0" encoding="UTF-8"?>
181
+ <publicObject id="druid:xf680rd3068" published="2015-04-24T11:45:16-07:00">
182
+ <identityMetadata>
183
+ <sourceId source="sul">MISC_1855</sourceId>
184
+ <objectId>druid:xf680rd3068</objectId>
185
+ <objectCreator>DOR</objectCreator>
186
+ <objectLabel>Latin glossary : small manuscript fragment on vellum.</objectLabel>
187
+ <objectType>item</objectType>
188
+ <adminPolicy>druid:yg077np2529</adminPolicy>
189
+ <otherId name="catkey">10157160</otherId>
190
+ <otherId name="uuid">48b412d0-516c-11e3-bb66-0050569b3c3c</otherId>
191
+ <tag>Process : Content Type : Image</tag>
192
+ <tag>Project : Special Collections - Exhibitions</tag>
193
+ <tag>JIRA : PROJQUEUE-85</tag>
194
+ <tag>DPG : Medieval Manuscript Exhibition 2014</tag>
195
+ <tag>DPG : Curator Request : Jordan</tag>
196
+ <tag>Registered By : astrids</tag>
197
+ <tag>Remediated By : 4.14.4</tag>
198
+ </identityMetadata>
199
+ <contentMetadata type="image" objectId="xf680rd3068">
200
+ <resource type="image" sequence="1" id="xf680rd3068_1">
201
+ <label>Image 1</label>
202
+ <file id="xf680rd3068_00_0001.jp2" mimetype="image/jp2" size="887079">
203
+ <imageData width="1794" height="2627"/>
204
+ </file>
205
+ </resource>
206
+ <resource type="image" sequence="2" id="xf680rd3068_2">
207
+ <label>Image 2</label>
208
+ <file id="xf680rd3068_00_0002.jp2" mimetype="image/jp2" size="887064">
209
+ <imageData width="1794" height="2627"/>
210
+ </file>
211
+ </resource>
212
+ </contentMetadata>
213
+ <rightsMetadata>
214
+ <access type="discover">
215
+ <machine>
216
+ <world/>
217
+ </machine>
218
+ </access>
219
+ <access type="read">
220
+ <machine>
221
+ <world/>
222
+ </machine>
223
+ </access>
224
+ <use>
225
+ <human type="useAndReproduction">Property rights reside with the repository. Literary rights reside with the creators of the documents or their heirs. To obtain permission to publish or reproduce, please contact the Special Collections Public Services Librarian at speccollref@stanford.edu.</human>
226
+ </use>
227
+ <use>
228
+ <human type="creativeCommons"/>
229
+ <machine type="creativeCommons"/>
230
+ </use>
231
+ </rightsMetadata>
232
+ <rdf:RDF xmlns:fedora="info:fedora/fedora-system:def/relations-external#" xmlns:fedora-model="info:fedora/fedora-system:def/model#" xmlns:hydra="http://projecthydra.org/ns/relations#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
233
+ <rdf:Description rdf:about="info:fedora/druid:xf680rd3068">
234
+ <fedora:isMemberOf rdf:resource="info:fedora/druid:sk373nx0013"/>
235
+ <fedora:isMemberOfCollection rdf:resource="info:fedora/druid:sk373nx0013"/>
236
+ </rdf:Description>
237
+ </rdf:RDF>
238
+ <oai_dc:dc xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:srw_dc="info:srw/schema/1/dc-schema" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
239
+ <dc:title>Latin glossary : small manuscript fragment on vellum</dc:title>
240
+ <dc:date>1200-1299</dc:date>
241
+ <dc:date>13th century</dc:date>
242
+ <dc:language>lat</dc:language>
243
+ <dc:format>1 fragment, 96 x 151 mm.</dc:format>
244
+ <dc:description>Unidentified Latin vocabulary, this portion part of the letter M, with a total of 35 lemmata (a word or phrase that is glossed; headword).</dc:description>
245
+ <dc:rights>Open for research; material must be requested at least 24 hours in advance of intended use.</dc:rights>
246
+ <dc:description>Lower portion of vellum leaf, removed from a binding.</dc:description>
247
+ <dc:description>Script: professional gotica textualis, 2 columns, with a fair amount of abbreviations.</dc:description>
248
+ <dc:description type="acquisition">Purchased from Bonhams, 2013. Accession 2013-080.</dc:description>
249
+ <dc:description type="ownership">Previously in the Bernard M. Rosenthal collection; with Rosenthal's dealer description included with the manuscript, together with a note re previous ownership of Bernard Bischoff.</dc:description>
250
+ <dc:subject>Manuscripts, Latin (Medieval and modern)</dc:subject>
251
+ <dc:coverage>France</dc:coverage>
252
+ <dc:subject>Manuscripts, Latin (Medieval and modern)--France</dc:subject>
253
+ <dc:relation type="collection">Stanford University Libraries Special Collections, Manuscripts Division</dc:relation>
254
+ </oai_dc:dc>
255
+ <ReleaseData/>
256
+ </publicObject>
257
+ http_version:
258
+ recorded_at: Thu, 22 Oct 2015 23:20:49 GMT
259
+ - request:
260
+ method: get
261
+ uri: https://purl.stanford.edu/xf680rd3068.xml
262
+ body:
263
+ encoding: US-ASCII
264
+ string: ''
265
+ headers:
266
+ Accept-Encoding:
267
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
268
+ Accept:
269
+ - "*/*"
270
+ User-Agent:
271
+ - Ruby
272
+ response:
273
+ status:
274
+ code: 200
275
+ message: OK
276
+ headers:
277
+ Date:
278
+ - Thu, 22 Oct 2015 23:20:49 GMT
279
+ Server:
280
+ - Apache/2.2.15 (CentOS)
281
+ Cache-Control:
282
+ - max-age=0, private, must-revalidate
283
+ Etag:
284
+ - '"37e08cb364489ba8b40e25f7e60ef051"'
285
+ X-Frame-Options:
286
+ - SAMEORIGIN
287
+ X-Xss-Protection:
288
+ - 1; mode=block
289
+ X-Content-Type-Options:
290
+ - nosniff
291
+ X-Runtime:
292
+ - '0.006876'
293
+ X-Request-Id:
294
+ - 4dff83c1-cee2-4e5f-b17d-f96fc4aaa0de
295
+ X-Powered-By:
296
+ - Phusion Passenger 5.0.16
297
+ Last-Modified:
298
+ - Fri, 24 Apr 2015 18:45:21 GMT
299
+ Status:
300
+ - 200 OK
301
+ Transfer-Encoding:
302
+ - chunked
303
+ Content-Type:
304
+ - application/xml; charset=utf-8
305
+ body:
306
+ encoding: UTF-8
307
+ string: |
308
+ <?xml version="1.0" encoding="UTF-8"?>
309
+ <publicObject id="druid:xf680rd3068" published="2015-04-24T11:45:16-07:00">
310
+ <identityMetadata>
311
+ <sourceId source="sul">MISC_1855</sourceId>
312
+ <objectId>druid:xf680rd3068</objectId>
313
+ <objectCreator>DOR</objectCreator>
314
+ <objectLabel>Latin glossary : small manuscript fragment on vellum.</objectLabel>
315
+ <objectType>item</objectType>
316
+ <adminPolicy>druid:yg077np2529</adminPolicy>
317
+ <otherId name="catkey">10157160</otherId>
318
+ <otherId name="uuid">48b412d0-516c-11e3-bb66-0050569b3c3c</otherId>
319
+ <tag>Process : Content Type : Image</tag>
320
+ <tag>Project : Special Collections - Exhibitions</tag>
321
+ <tag>JIRA : PROJQUEUE-85</tag>
322
+ <tag>DPG : Medieval Manuscript Exhibition 2014</tag>
323
+ <tag>DPG : Curator Request : Jordan</tag>
324
+ <tag>Registered By : astrids</tag>
325
+ <tag>Remediated By : 4.14.4</tag>
326
+ </identityMetadata>
327
+ <contentMetadata type="image" objectId="xf680rd3068">
328
+ <resource type="image" sequence="1" id="xf680rd3068_1">
329
+ <label>Image 1</label>
330
+ <file id="xf680rd3068_00_0001.jp2" mimetype="image/jp2" size="887079">
331
+ <imageData width="1794" height="2627"/>
332
+ </file>
333
+ </resource>
334
+ <resource type="image" sequence="2" id="xf680rd3068_2">
335
+ <label>Image 2</label>
336
+ <file id="xf680rd3068_00_0002.jp2" mimetype="image/jp2" size="887064">
337
+ <imageData width="1794" height="2627"/>
338
+ </file>
339
+ </resource>
340
+ </contentMetadata>
341
+ <rightsMetadata>
342
+ <access type="discover">
343
+ <machine>
344
+ <world/>
345
+ </machine>
346
+ </access>
347
+ <access type="read">
348
+ <machine>
349
+ <world/>
350
+ </machine>
351
+ </access>
352
+ <use>
353
+ <human type="useAndReproduction">Property rights reside with the repository. Literary rights reside with the creators of the documents or their heirs. To obtain permission to publish or reproduce, please contact the Special Collections Public Services Librarian at speccollref@stanford.edu.</human>
354
+ </use>
355
+ <use>
356
+ <human type="creativeCommons"/>
357
+ <machine type="creativeCommons"/>
358
+ </use>
359
+ </rightsMetadata>
360
+ <rdf:RDF xmlns:fedora="info:fedora/fedora-system:def/relations-external#" xmlns:fedora-model="info:fedora/fedora-system:def/model#" xmlns:hydra="http://projecthydra.org/ns/relations#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
361
+ <rdf:Description rdf:about="info:fedora/druid:xf680rd3068">
362
+ <fedora:isMemberOf rdf:resource="info:fedora/druid:sk373nx0013"/>
363
+ <fedora:isMemberOfCollection rdf:resource="info:fedora/druid:sk373nx0013"/>
364
+ </rdf:Description>
365
+ </rdf:RDF>
366
+ <oai_dc:dc xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:srw_dc="info:srw/schema/1/dc-schema" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
367
+ <dc:title>Latin glossary : small manuscript fragment on vellum</dc:title>
368
+ <dc:date>1200-1299</dc:date>
369
+ <dc:date>13th century</dc:date>
370
+ <dc:language>lat</dc:language>
371
+ <dc:format>1 fragment, 96 x 151 mm.</dc:format>
372
+ <dc:description>Unidentified Latin vocabulary, this portion part of the letter M, with a total of 35 lemmata (a word or phrase that is glossed; headword).</dc:description>
373
+ <dc:rights>Open for research; material must be requested at least 24 hours in advance of intended use.</dc:rights>
374
+ <dc:description>Lower portion of vellum leaf, removed from a binding.</dc:description>
375
+ <dc:description>Script: professional gotica textualis, 2 columns, with a fair amount of abbreviations.</dc:description>
376
+ <dc:description type="acquisition">Purchased from Bonhams, 2013. Accession 2013-080.</dc:description>
377
+ <dc:description type="ownership">Previously in the Bernard M. Rosenthal collection; with Rosenthal's dealer description included with the manuscript, together with a note re previous ownership of Bernard Bischoff.</dc:description>
378
+ <dc:subject>Manuscripts, Latin (Medieval and modern)</dc:subject>
379
+ <dc:coverage>France</dc:coverage>
380
+ <dc:subject>Manuscripts, Latin (Medieval and modern)--France</dc:subject>
381
+ <dc:relation type="collection">Stanford University Libraries Special Collections, Manuscripts Division</dc:relation>
382
+ </oai_dc:dc>
383
+ <ReleaseData/>
384
+ </publicObject>
385
+ http_version:
386
+ recorded_at: Thu, 22 Oct 2015 23:20:49 GMT
387
+ - request:
388
+ method: get
389
+ uri: https://purl.stanford.edu/xf680rd3068.xml
390
+ body:
391
+ encoding: US-ASCII
392
+ string: ''
393
+ headers:
394
+ Accept-Encoding:
395
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
396
+ Accept:
397
+ - "*/*"
398
+ User-Agent:
399
+ - Ruby
400
+ response:
401
+ status:
402
+ code: 200
403
+ message: OK
404
+ headers:
405
+ Date:
406
+ - Thu, 22 Oct 2015 23:20:49 GMT
407
+ Server:
408
+ - Apache/2.2.15 (CentOS)
409
+ Cache-Control:
410
+ - max-age=0, private, must-revalidate
411
+ Etag:
412
+ - '"37e08cb364489ba8b40e25f7e60ef051"'
413
+ X-Frame-Options:
414
+ - SAMEORIGIN
415
+ X-Xss-Protection:
416
+ - 1; mode=block
417
+ X-Content-Type-Options:
418
+ - nosniff
419
+ X-Runtime:
420
+ - '0.007092'
421
+ X-Request-Id:
422
+ - b4e39226-41e8-46d1-8c31-70cf55afa838
423
+ X-Powered-By:
424
+ - Phusion Passenger 5.0.16
425
+ Last-Modified:
426
+ - Fri, 24 Apr 2015 18:45:21 GMT
427
+ Status:
428
+ - 200 OK
429
+ Transfer-Encoding:
430
+ - chunked
431
+ Content-Type:
432
+ - application/xml; charset=utf-8
433
+ body:
434
+ encoding: UTF-8
435
+ string: |
436
+ <?xml version="1.0" encoding="UTF-8"?>
437
+ <publicObject id="druid:xf680rd3068" published="2015-04-24T11:45:16-07:00">
438
+ <identityMetadata>
439
+ <sourceId source="sul">MISC_1855</sourceId>
440
+ <objectId>druid:xf680rd3068</objectId>
441
+ <objectCreator>DOR</objectCreator>
442
+ <objectLabel>Latin glossary : small manuscript fragment on vellum.</objectLabel>
443
+ <objectType>item</objectType>
444
+ <adminPolicy>druid:yg077np2529</adminPolicy>
445
+ <otherId name="catkey">10157160</otherId>
446
+ <otherId name="uuid">48b412d0-516c-11e3-bb66-0050569b3c3c</otherId>
447
+ <tag>Process : Content Type : Image</tag>
448
+ <tag>Project : Special Collections - Exhibitions</tag>
449
+ <tag>JIRA : PROJQUEUE-85</tag>
450
+ <tag>DPG : Medieval Manuscript Exhibition 2014</tag>
451
+ <tag>DPG : Curator Request : Jordan</tag>
452
+ <tag>Registered By : astrids</tag>
453
+ <tag>Remediated By : 4.14.4</tag>
454
+ </identityMetadata>
455
+ <contentMetadata type="image" objectId="xf680rd3068">
456
+ <resource type="image" sequence="1" id="xf680rd3068_1">
457
+ <label>Image 1</label>
458
+ <file id="xf680rd3068_00_0001.jp2" mimetype="image/jp2" size="887079">
459
+ <imageData width="1794" height="2627"/>
460
+ </file>
461
+ </resource>
462
+ <resource type="image" sequence="2" id="xf680rd3068_2">
463
+ <label>Image 2</label>
464
+ <file id="xf680rd3068_00_0002.jp2" mimetype="image/jp2" size="887064">
465
+ <imageData width="1794" height="2627"/>
466
+ </file>
467
+ </resource>
468
+ </contentMetadata>
469
+ <rightsMetadata>
470
+ <access type="discover">
471
+ <machine>
472
+ <world/>
473
+ </machine>
474
+ </access>
475
+ <access type="read">
476
+ <machine>
477
+ <world/>
478
+ </machine>
479
+ </access>
480
+ <use>
481
+ <human type="useAndReproduction">Property rights reside with the repository. Literary rights reside with the creators of the documents or their heirs. To obtain permission to publish or reproduce, please contact the Special Collections Public Services Librarian at speccollref@stanford.edu.</human>
482
+ </use>
483
+ <use>
484
+ <human type="creativeCommons"/>
485
+ <machine type="creativeCommons"/>
486
+ </use>
487
+ </rightsMetadata>
488
+ <rdf:RDF xmlns:fedora="info:fedora/fedora-system:def/relations-external#" xmlns:fedora-model="info:fedora/fedora-system:def/model#" xmlns:hydra="http://projecthydra.org/ns/relations#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
489
+ <rdf:Description rdf:about="info:fedora/druid:xf680rd3068">
490
+ <fedora:isMemberOf rdf:resource="info:fedora/druid:sk373nx0013"/>
491
+ <fedora:isMemberOfCollection rdf:resource="info:fedora/druid:sk373nx0013"/>
492
+ </rdf:Description>
493
+ </rdf:RDF>
494
+ <oai_dc:dc xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:srw_dc="info:srw/schema/1/dc-schema" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
495
+ <dc:title>Latin glossary : small manuscript fragment on vellum</dc:title>
496
+ <dc:date>1200-1299</dc:date>
497
+ <dc:date>13th century</dc:date>
498
+ <dc:language>lat</dc:language>
499
+ <dc:format>1 fragment, 96 x 151 mm.</dc:format>
500
+ <dc:description>Unidentified Latin vocabulary, this portion part of the letter M, with a total of 35 lemmata (a word or phrase that is glossed; headword).</dc:description>
501
+ <dc:rights>Open for research; material must be requested at least 24 hours in advance of intended use.</dc:rights>
502
+ <dc:description>Lower portion of vellum leaf, removed from a binding.</dc:description>
503
+ <dc:description>Script: professional gotica textualis, 2 columns, with a fair amount of abbreviations.</dc:description>
504
+ <dc:description type="acquisition">Purchased from Bonhams, 2013. Accession 2013-080.</dc:description>
505
+ <dc:description type="ownership">Previously in the Bernard M. Rosenthal collection; with Rosenthal's dealer description included with the manuscript, together with a note re previous ownership of Bernard Bischoff.</dc:description>
506
+ <dc:subject>Manuscripts, Latin (Medieval and modern)</dc:subject>
507
+ <dc:coverage>France</dc:coverage>
508
+ <dc:subject>Manuscripts, Latin (Medieval and modern)--France</dc:subject>
509
+ <dc:relation type="collection">Stanford University Libraries Special Collections, Manuscripts Division</dc:relation>
510
+ </oai_dc:dc>
511
+ <ReleaseData/>
512
+ </publicObject>
513
+ http_version:
514
+ recorded_at: Thu, 22 Oct 2015 23:20:49 GMT
515
+ - request:
516
+ method: get
517
+ uri: https://purl.stanford.edu/xf680rd3068.xml
518
+ body:
519
+ encoding: US-ASCII
520
+ string: ''
521
+ headers:
522
+ Accept-Encoding:
523
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
524
+ Accept:
525
+ - "*/*"
526
+ User-Agent:
527
+ - Ruby
528
+ response:
529
+ status:
530
+ code: 200
531
+ message: OK
532
+ headers:
533
+ Date:
534
+ - Thu, 22 Oct 2015 23:20:49 GMT
535
+ Server:
536
+ - Apache/2.2.15 (CentOS)
537
+ Cache-Control:
538
+ - max-age=0, private, must-revalidate
539
+ Etag:
540
+ - '"37e08cb364489ba8b40e25f7e60ef051"'
541
+ X-Frame-Options:
542
+ - SAMEORIGIN
543
+ X-Xss-Protection:
544
+ - 1; mode=block
545
+ X-Content-Type-Options:
546
+ - nosniff
547
+ X-Runtime:
548
+ - '0.005423'
549
+ X-Request-Id:
550
+ - bc7c0b44-6a40-4197-a9ec-3bdaf58ea971
551
+ X-Powered-By:
552
+ - Phusion Passenger 5.0.16
553
+ Last-Modified:
554
+ - Fri, 24 Apr 2015 18:45:21 GMT
555
+ Status:
556
+ - 200 OK
557
+ Transfer-Encoding:
558
+ - chunked
559
+ Content-Type:
560
+ - application/xml; charset=utf-8
561
+ body:
562
+ encoding: UTF-8
563
+ string: |
564
+ <?xml version="1.0" encoding="UTF-8"?>
565
+ <publicObject id="druid:xf680rd3068" published="2015-04-24T11:45:16-07:00">
566
+ <identityMetadata>
567
+ <sourceId source="sul">MISC_1855</sourceId>
568
+ <objectId>druid:xf680rd3068</objectId>
569
+ <objectCreator>DOR</objectCreator>
570
+ <objectLabel>Latin glossary : small manuscript fragment on vellum.</objectLabel>
571
+ <objectType>item</objectType>
572
+ <adminPolicy>druid:yg077np2529</adminPolicy>
573
+ <otherId name="catkey">10157160</otherId>
574
+ <otherId name="uuid">48b412d0-516c-11e3-bb66-0050569b3c3c</otherId>
575
+ <tag>Process : Content Type : Image</tag>
576
+ <tag>Project : Special Collections - Exhibitions</tag>
577
+ <tag>JIRA : PROJQUEUE-85</tag>
578
+ <tag>DPG : Medieval Manuscript Exhibition 2014</tag>
579
+ <tag>DPG : Curator Request : Jordan</tag>
580
+ <tag>Registered By : astrids</tag>
581
+ <tag>Remediated By : 4.14.4</tag>
582
+ </identityMetadata>
583
+ <contentMetadata type="image" objectId="xf680rd3068">
584
+ <resource type="image" sequence="1" id="xf680rd3068_1">
585
+ <label>Image 1</label>
586
+ <file id="xf680rd3068_00_0001.jp2" mimetype="image/jp2" size="887079">
587
+ <imageData width="1794" height="2627"/>
588
+ </file>
589
+ </resource>
590
+ <resource type="image" sequence="2" id="xf680rd3068_2">
591
+ <label>Image 2</label>
592
+ <file id="xf680rd3068_00_0002.jp2" mimetype="image/jp2" size="887064">
593
+ <imageData width="1794" height="2627"/>
594
+ </file>
595
+ </resource>
596
+ </contentMetadata>
597
+ <rightsMetadata>
598
+ <access type="discover">
599
+ <machine>
600
+ <world/>
601
+ </machine>
602
+ </access>
603
+ <access type="read">
604
+ <machine>
605
+ <world/>
606
+ </machine>
607
+ </access>
608
+ <use>
609
+ <human type="useAndReproduction">Property rights reside with the repository. Literary rights reside with the creators of the documents or their heirs. To obtain permission to publish or reproduce, please contact the Special Collections Public Services Librarian at speccollref@stanford.edu.</human>
610
+ </use>
611
+ <use>
612
+ <human type="creativeCommons"/>
613
+ <machine type="creativeCommons"/>
614
+ </use>
615
+ </rightsMetadata>
616
+ <rdf:RDF xmlns:fedora="info:fedora/fedora-system:def/relations-external#" xmlns:fedora-model="info:fedora/fedora-system:def/model#" xmlns:hydra="http://projecthydra.org/ns/relations#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
617
+ <rdf:Description rdf:about="info:fedora/druid:xf680rd3068">
618
+ <fedora:isMemberOf rdf:resource="info:fedora/druid:sk373nx0013"/>
619
+ <fedora:isMemberOfCollection rdf:resource="info:fedora/druid:sk373nx0013"/>
620
+ </rdf:Description>
621
+ </rdf:RDF>
622
+ <oai_dc:dc xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:srw_dc="info:srw/schema/1/dc-schema" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
623
+ <dc:title>Latin glossary : small manuscript fragment on vellum</dc:title>
624
+ <dc:date>1200-1299</dc:date>
625
+ <dc:date>13th century</dc:date>
626
+ <dc:language>lat</dc:language>
627
+ <dc:format>1 fragment, 96 x 151 mm.</dc:format>
628
+ <dc:description>Unidentified Latin vocabulary, this portion part of the letter M, with a total of 35 lemmata (a word or phrase that is glossed; headword).</dc:description>
629
+ <dc:rights>Open for research; material must be requested at least 24 hours in advance of intended use.</dc:rights>
630
+ <dc:description>Lower portion of vellum leaf, removed from a binding.</dc:description>
631
+ <dc:description>Script: professional gotica textualis, 2 columns, with a fair amount of abbreviations.</dc:description>
632
+ <dc:description type="acquisition">Purchased from Bonhams, 2013. Accession 2013-080.</dc:description>
633
+ <dc:description type="ownership">Previously in the Bernard M. Rosenthal collection; with Rosenthal's dealer description included with the manuscript, together with a note re previous ownership of Bernard Bischoff.</dc:description>
634
+ <dc:subject>Manuscripts, Latin (Medieval and modern)</dc:subject>
635
+ <dc:coverage>France</dc:coverage>
636
+ <dc:subject>Manuscripts, Latin (Medieval and modern)--France</dc:subject>
637
+ <dc:relation type="collection">Stanford University Libraries Special Collections, Manuscripts Division</dc:relation>
638
+ </oai_dc:dc>
639
+ <ReleaseData/>
640
+ </publicObject>
641
+ http_version:
642
+ recorded_at: Thu, 22 Oct 2015 23:20:49 GMT
643
+ - request:
644
+ method: get
645
+ uri: https://purl.stanford.edu/xf680rd3068.xml
646
+ body:
647
+ encoding: US-ASCII
648
+ string: ''
649
+ headers:
650
+ Accept-Encoding:
651
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
652
+ Accept:
653
+ - "*/*"
654
+ User-Agent:
655
+ - Ruby
656
+ response:
657
+ status:
658
+ code: 200
659
+ message: OK
660
+ headers:
661
+ Date:
662
+ - Thu, 22 Oct 2015 23:20:49 GMT
663
+ Server:
664
+ - Apache/2.2.15 (CentOS)
665
+ Cache-Control:
666
+ - max-age=0, private, must-revalidate
667
+ Etag:
668
+ - '"37e08cb364489ba8b40e25f7e60ef051"'
669
+ X-Frame-Options:
670
+ - SAMEORIGIN
671
+ X-Xss-Protection:
672
+ - 1; mode=block
673
+ X-Content-Type-Options:
674
+ - nosniff
675
+ X-Runtime:
676
+ - '0.006771'
677
+ X-Request-Id:
678
+ - 5e485f5b-0fe5-4e30-bba3-0d9752163ebf
679
+ X-Powered-By:
680
+ - Phusion Passenger 5.0.16
681
+ Last-Modified:
682
+ - Fri, 24 Apr 2015 18:45:21 GMT
683
+ Status:
684
+ - 200 OK
685
+ Transfer-Encoding:
686
+ - chunked
687
+ Content-Type:
688
+ - application/xml; charset=utf-8
689
+ body:
690
+ encoding: UTF-8
691
+ string: |
692
+ <?xml version="1.0" encoding="UTF-8"?>
693
+ <publicObject id="druid:xf680rd3068" published="2015-04-24T11:45:16-07:00">
694
+ <identityMetadata>
695
+ <sourceId source="sul">MISC_1855</sourceId>
696
+ <objectId>druid:xf680rd3068</objectId>
697
+ <objectCreator>DOR</objectCreator>
698
+ <objectLabel>Latin glossary : small manuscript fragment on vellum.</objectLabel>
699
+ <objectType>item</objectType>
700
+ <adminPolicy>druid:yg077np2529</adminPolicy>
701
+ <otherId name="catkey">10157160</otherId>
702
+ <otherId name="uuid">48b412d0-516c-11e3-bb66-0050569b3c3c</otherId>
703
+ <tag>Process : Content Type : Image</tag>
704
+ <tag>Project : Special Collections - Exhibitions</tag>
705
+ <tag>JIRA : PROJQUEUE-85</tag>
706
+ <tag>DPG : Medieval Manuscript Exhibition 2014</tag>
707
+ <tag>DPG : Curator Request : Jordan</tag>
708
+ <tag>Registered By : astrids</tag>
709
+ <tag>Remediated By : 4.14.4</tag>
710
+ </identityMetadata>
711
+ <contentMetadata type="image" objectId="xf680rd3068">
712
+ <resource type="image" sequence="1" id="xf680rd3068_1">
713
+ <label>Image 1</label>
714
+ <file id="xf680rd3068_00_0001.jp2" mimetype="image/jp2" size="887079">
715
+ <imageData width="1794" height="2627"/>
716
+ </file>
717
+ </resource>
718
+ <resource type="image" sequence="2" id="xf680rd3068_2">
719
+ <label>Image 2</label>
720
+ <file id="xf680rd3068_00_0002.jp2" mimetype="image/jp2" size="887064">
721
+ <imageData width="1794" height="2627"/>
722
+ </file>
723
+ </resource>
724
+ </contentMetadata>
725
+ <rightsMetadata>
726
+ <access type="discover">
727
+ <machine>
728
+ <world/>
729
+ </machine>
730
+ </access>
731
+ <access type="read">
732
+ <machine>
733
+ <world/>
734
+ </machine>
735
+ </access>
736
+ <use>
737
+ <human type="useAndReproduction">Property rights reside with the repository. Literary rights reside with the creators of the documents or their heirs. To obtain permission to publish or reproduce, please contact the Special Collections Public Services Librarian at speccollref@stanford.edu.</human>
738
+ </use>
739
+ <use>
740
+ <human type="creativeCommons"/>
741
+ <machine type="creativeCommons"/>
742
+ </use>
743
+ </rightsMetadata>
744
+ <rdf:RDF xmlns:fedora="info:fedora/fedora-system:def/relations-external#" xmlns:fedora-model="info:fedora/fedora-system:def/model#" xmlns:hydra="http://projecthydra.org/ns/relations#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
745
+ <rdf:Description rdf:about="info:fedora/druid:xf680rd3068">
746
+ <fedora:isMemberOf rdf:resource="info:fedora/druid:sk373nx0013"/>
747
+ <fedora:isMemberOfCollection rdf:resource="info:fedora/druid:sk373nx0013"/>
748
+ </rdf:Description>
749
+ </rdf:RDF>
750
+ <oai_dc:dc xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:srw_dc="info:srw/schema/1/dc-schema" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
751
+ <dc:title>Latin glossary : small manuscript fragment on vellum</dc:title>
752
+ <dc:date>1200-1299</dc:date>
753
+ <dc:date>13th century</dc:date>
754
+ <dc:language>lat</dc:language>
755
+ <dc:format>1 fragment, 96 x 151 mm.</dc:format>
756
+ <dc:description>Unidentified Latin vocabulary, this portion part of the letter M, with a total of 35 lemmata (a word or phrase that is glossed; headword).</dc:description>
757
+ <dc:rights>Open for research; material must be requested at least 24 hours in advance of intended use.</dc:rights>
758
+ <dc:description>Lower portion of vellum leaf, removed from a binding.</dc:description>
759
+ <dc:description>Script: professional gotica textualis, 2 columns, with a fair amount of abbreviations.</dc:description>
760
+ <dc:description type="acquisition">Purchased from Bonhams, 2013. Accession 2013-080.</dc:description>
761
+ <dc:description type="ownership">Previously in the Bernard M. Rosenthal collection; with Rosenthal's dealer description included with the manuscript, together with a note re previous ownership of Bernard Bischoff.</dc:description>
762
+ <dc:subject>Manuscripts, Latin (Medieval and modern)</dc:subject>
763
+ <dc:coverage>France</dc:coverage>
764
+ <dc:subject>Manuscripts, Latin (Medieval and modern)--France</dc:subject>
765
+ <dc:relation type="collection">Stanford University Libraries Special Collections, Manuscripts Division</dc:relation>
766
+ </oai_dc:dc>
767
+ <ReleaseData/>
768
+ </publicObject>
769
+ http_version:
770
+ recorded_at: Thu, 22 Oct 2015 23:20:49 GMT
771
+ - request:
772
+ method: get
773
+ uri: https://purl.stanford.edu/xf680rd3068.mods
774
+ body:
775
+ encoding: US-ASCII
776
+ string: ''
777
+ headers:
778
+ Accept-Encoding:
779
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
780
+ Accept:
781
+ - "*/*"
782
+ User-Agent:
783
+ - Ruby
784
+ response:
785
+ status:
786
+ code: 200
787
+ message: OK
788
+ headers:
789
+ Date:
790
+ - Thu, 22 Oct 2015 23:20:49 GMT
791
+ Server:
792
+ - Apache/2.2.15 (CentOS)
793
+ Cache-Control:
794
+ - max-age=0, private, must-revalidate
795
+ Etag:
796
+ - '"37e08cb364489ba8b40e25f7e60ef051"'
797
+ X-Frame-Options:
798
+ - SAMEORIGIN
799
+ X-Xss-Protection:
800
+ - 1; mode=block
801
+ X-Content-Type-Options:
802
+ - nosniff
803
+ X-Runtime:
804
+ - '0.006134'
805
+ X-Request-Id:
806
+ - 31a19bbf-ba33-4cee-9648-557cb420eb2d
807
+ X-Powered-By:
808
+ - Phusion Passenger 5.0.16
809
+ Last-Modified:
810
+ - Fri, 24 Apr 2015 18:45:21 GMT
811
+ Status:
812
+ - 200 OK
813
+ Transfer-Encoding:
814
+ - chunked
815
+ Content-Type:
816
+ - application/xml; charset=utf-8
817
+ body:
818
+ encoding: UTF-8
819
+ string: |
820
+ <?xml version="1.0" encoding="UTF-8"?>
821
+ <mods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.4" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-4.xsd">
822
+ <titleInfo>
823
+ <title>Latin glossary : small manuscript fragment on vellum</title>
824
+ </titleInfo>
825
+ <typeOfResource manuscript="yes">mixed material</typeOfResource>
826
+ <originInfo>
827
+ <place>
828
+ <placeTerm type="code" authority="marccountry">fr</placeTerm>
829
+ </place>
830
+ <place>
831
+ <placeTerm type="text">France?</placeTerm>
832
+ </place>
833
+ <dateCreated>13th century</dateCreated>
834
+ <dateIssued encoding="marc" point="start" qualifier="questionable">1200</dateIssued>
835
+ <dateIssued encoding="marc" point="end" qualifier="questionable">1299</dateIssued>
836
+ <issuance>monographic</issuance>
837
+ </originInfo>
838
+ <language>
839
+ <languageTerm authority="iso639-2b" type="code">lat</languageTerm>
840
+ </language>
841
+ <physicalDescription>
842
+ <extent>1 fragment, 96 x 151 mm.</extent>
843
+ </physicalDescription>
844
+ <abstract>Unidentified Latin vocabulary, this portion part of the letter M, with a total of 35 lemmata (a word or phrase that is glossed; headword).</abstract>
845
+ <note type="statement of responsibility" altRepGroup="00"/>
846
+ <note>Lower portion of vellum leaf, removed from a binding.</note>
847
+ <note>Script: professional gotica textualis, 2 columns, with a fair amount of abbreviations.</note>
848
+ <note type="acquisition">Purchased from Bonhams, 2013. Accession 2013-080.</note>
849
+ <note type="ownership">Previously in the Bernard M. Rosenthal collection; with Rosenthal's dealer description included with the manuscript, together with a note re previous ownership of Bernard Bischoff.</note>
850
+ <subject authority="lcsh">
851
+ <topic>Manuscripts, Latin (Medieval and modern)</topic>
852
+ <geographic>France</geographic>
853
+ </subject>
854
+ <location>
855
+ <physicalLocation>Department of Special Collections, Stanford University Libraries, Stanford, CA 94305</physicalLocation>
856
+ </location>
857
+ <recordInfo>
858
+ <descriptionStandard>dacs</descriptionStandard>
859
+ <recordContentSource authority="marcorg">CSt</recordContentSource>
860
+ <recordCreationDate encoding="marc">130524</recordCreationDate>
861
+ <recordIdentifier>a10157160</recordIdentifier>
862
+ <recordOrigin>Converted from MARCXML to MODS version 3.4 using MARC21slim2MODS3-4_SDR.xsl (Version 1.2.5 2013/08/11)</recordOrigin>
863
+ </recordInfo>
864
+ <relatedItem type="host">
865
+ <titleInfo>
866
+ <title>Stanford University Libraries Special Collections, Manuscripts Division</title>
867
+ </titleInfo>
868
+ <identifier type="uri">http://purl.stanford.edu/sk373nx0013</identifier>
869
+ <typeOfResource collection="yes"/>
870
+ </relatedItem>
871
+ <accessCondition type="useAndReproduction">Property rights reside with the repository. Literary rights reside with the creators of the documents or their heirs. To obtain permission to publish or reproduce, please contact the Special Collections Public Services Librarian at speccollref@stanford.edu.</accessCondition>
872
+ </mods>
873
+ http_version:
874
+ recorded_at: Thu, 22 Oct 2015 23:20:49 GMT
875
+ - request:
876
+ method: get
877
+ uri: https://purl.stanford.edu/xf680rd3068.xml
878
+ body:
879
+ encoding: US-ASCII
880
+ string: ''
881
+ headers:
882
+ Accept-Encoding:
883
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
884
+ Accept:
885
+ - "*/*"
886
+ User-Agent:
887
+ - Ruby
888
+ response:
889
+ status:
890
+ code: 200
891
+ message: OK
892
+ headers:
893
+ Date:
894
+ - Thu, 22 Oct 2015 23:20:49 GMT
895
+ Server:
896
+ - Apache/2.2.15 (CentOS)
897
+ Cache-Control:
898
+ - max-age=0, private, must-revalidate
899
+ Etag:
900
+ - '"37e08cb364489ba8b40e25f7e60ef051"'
901
+ X-Frame-Options:
902
+ - SAMEORIGIN
903
+ X-Xss-Protection:
904
+ - 1; mode=block
905
+ X-Content-Type-Options:
906
+ - nosniff
907
+ X-Runtime:
908
+ - '0.006311'
909
+ X-Request-Id:
910
+ - 78752f81-82c5-43d4-84bd-b79ddd6c46e0
911
+ X-Powered-By:
912
+ - Phusion Passenger 5.0.16
913
+ Last-Modified:
914
+ - Fri, 24 Apr 2015 18:45:21 GMT
915
+ Status:
916
+ - 200 OK
917
+ Transfer-Encoding:
918
+ - chunked
919
+ Content-Type:
920
+ - application/xml; charset=utf-8
921
+ body:
922
+ encoding: UTF-8
923
+ string: |
924
+ <?xml version="1.0" encoding="UTF-8"?>
925
+ <publicObject id="druid:xf680rd3068" published="2015-04-24T11:45:16-07:00">
926
+ <identityMetadata>
927
+ <sourceId source="sul">MISC_1855</sourceId>
928
+ <objectId>druid:xf680rd3068</objectId>
929
+ <objectCreator>DOR</objectCreator>
930
+ <objectLabel>Latin glossary : small manuscript fragment on vellum.</objectLabel>
931
+ <objectType>item</objectType>
932
+ <adminPolicy>druid:yg077np2529</adminPolicy>
933
+ <otherId name="catkey">10157160</otherId>
934
+ <otherId name="uuid">48b412d0-516c-11e3-bb66-0050569b3c3c</otherId>
935
+ <tag>Process : Content Type : Image</tag>
936
+ <tag>Project : Special Collections - Exhibitions</tag>
937
+ <tag>JIRA : PROJQUEUE-85</tag>
938
+ <tag>DPG : Medieval Manuscript Exhibition 2014</tag>
939
+ <tag>DPG : Curator Request : Jordan</tag>
940
+ <tag>Registered By : astrids</tag>
941
+ <tag>Remediated By : 4.14.4</tag>
942
+ </identityMetadata>
943
+ <contentMetadata type="image" objectId="xf680rd3068">
944
+ <resource type="image" sequence="1" id="xf680rd3068_1">
945
+ <label>Image 1</label>
946
+ <file id="xf680rd3068_00_0001.jp2" mimetype="image/jp2" size="887079">
947
+ <imageData width="1794" height="2627"/>
948
+ </file>
949
+ </resource>
950
+ <resource type="image" sequence="2" id="xf680rd3068_2">
951
+ <label>Image 2</label>
952
+ <file id="xf680rd3068_00_0002.jp2" mimetype="image/jp2" size="887064">
953
+ <imageData width="1794" height="2627"/>
954
+ </file>
955
+ </resource>
956
+ </contentMetadata>
957
+ <rightsMetadata>
958
+ <access type="discover">
959
+ <machine>
960
+ <world/>
961
+ </machine>
962
+ </access>
963
+ <access type="read">
964
+ <machine>
965
+ <world/>
966
+ </machine>
967
+ </access>
968
+ <use>
969
+ <human type="useAndReproduction">Property rights reside with the repository. Literary rights reside with the creators of the documents or their heirs. To obtain permission to publish or reproduce, please contact the Special Collections Public Services Librarian at speccollref@stanford.edu.</human>
970
+ </use>
971
+ <use>
972
+ <human type="creativeCommons"/>
973
+ <machine type="creativeCommons"/>
974
+ </use>
975
+ </rightsMetadata>
976
+ <rdf:RDF xmlns:fedora="info:fedora/fedora-system:def/relations-external#" xmlns:fedora-model="info:fedora/fedora-system:def/model#" xmlns:hydra="http://projecthydra.org/ns/relations#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
977
+ <rdf:Description rdf:about="info:fedora/druid:xf680rd3068">
978
+ <fedora:isMemberOf rdf:resource="info:fedora/druid:sk373nx0013"/>
979
+ <fedora:isMemberOfCollection rdf:resource="info:fedora/druid:sk373nx0013"/>
980
+ </rdf:Description>
981
+ </rdf:RDF>
982
+ <oai_dc:dc xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:srw_dc="info:srw/schema/1/dc-schema" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
983
+ <dc:title>Latin glossary : small manuscript fragment on vellum</dc:title>
984
+ <dc:date>1200-1299</dc:date>
985
+ <dc:date>13th century</dc:date>
986
+ <dc:language>lat</dc:language>
987
+ <dc:format>1 fragment, 96 x 151 mm.</dc:format>
988
+ <dc:description>Unidentified Latin vocabulary, this portion part of the letter M, with a total of 35 lemmata (a word or phrase that is glossed; headword).</dc:description>
989
+ <dc:rights>Open for research; material must be requested at least 24 hours in advance of intended use.</dc:rights>
990
+ <dc:description>Lower portion of vellum leaf, removed from a binding.</dc:description>
991
+ <dc:description>Script: professional gotica textualis, 2 columns, with a fair amount of abbreviations.</dc:description>
992
+ <dc:description type="acquisition">Purchased from Bonhams, 2013. Accession 2013-080.</dc:description>
993
+ <dc:description type="ownership">Previously in the Bernard M. Rosenthal collection; with Rosenthal's dealer description included with the manuscript, together with a note re previous ownership of Bernard Bischoff.</dc:description>
994
+ <dc:subject>Manuscripts, Latin (Medieval and modern)</dc:subject>
995
+ <dc:coverage>France</dc:coverage>
996
+ <dc:subject>Manuscripts, Latin (Medieval and modern)--France</dc:subject>
997
+ <dc:relation type="collection">Stanford University Libraries Special Collections, Manuscripts Division</dc:relation>
998
+ </oai_dc:dc>
999
+ <ReleaseData/>
1000
+ </publicObject>
1001
+ http_version:
1002
+ recorded_at: Thu, 22 Oct 2015 23:20:49 GMT
1003
+ recorded_with: VCR 2.9.3