-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUCBImagedObject.profile.xml
709 lines (709 loc) · 37.3 KB
/
UCBImagedObject.profile.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSPY v5 rel. 3 U (http://www.xmlspy.com) by Richard Beaubien (Univ. of California, Berkeley) -->
<METS_Profile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.loc.gov/standards/mets/profile_docs/mets.profile.v1-0.xsd">
<URI LOCTYPE="URL">http://sunsite.berkeley.edu/mets/profiles/UCBImagedObjectProfile.xml</URI>
<title>UCB Imaged Object Profile</title>
<abstract>This profile represents a specific subset of the Model Imaged Object Profile. UC Berkeley Library METS objects which have only associated image content files directly implement this profile. UC Berkeley METS objects which have both associated image and text content files implement the closely related UC Berkeley Paged Text Profile</abstract>
<date>2004-04-27T08:00:00</date>
<contact>
<name>Rick Beaubien</name>
<address>Library Systems Office, Rm. 386 Doe Library, University of California, Berkeley, CA 94720-6000
</address>
<phone>(510) 643-9776</phone>
<email>[email protected]</email>
</contact>
<related_profile RELATIONSHIP="subset of" URI="http://sunsite.berkeley.edu/mets/profiles/ModelTextProfile.xml">Model Imaged Object Profile</related_profile>
<related_profile RELATIONSHIP="extended by" URI="http://sunsite.berkeley.edu/mets/profiles/UCBPagedTextObjectProfile.xml">UCB Paged Text Object Profile</related_profile>
<extension_schema>
<name>MODS</name>
<URI>http://www.loc.gov/standards/mods/v3/mods-3-0.xsd</URI>
<context>mets/dmdSec/mdWrap/xmlData</context>
</extension_schema>
<extension_schema>
<name>NISOIMG</name>
<URI>http://www.loc.gov/standards/mix/mix.xsd</URI>
<context>mets/amdSec/techMD/mdWrap/xmlData</context>
<note>Used for technical metadata about image content files.</note>
</extension_schema>
<extension_schema>
<name>METSRights</name>
<URI>http://www.loc.gov/standards/rights/METSRights.xsd</URI>
<context>mets/amdSec/rightsMD/mdWrap/xmlData</context>
</extension_schema>
<description_rules>
<p>All applications of the MODS schema in conforming METS documents follow the MODS User Guidelines published by Library of Congress' Network Development and MARC Standards Office.</p>
</description_rules>
<controlled_vocabularies>
<vocabulary>
<name>Model Imaged Object Profile file USE attribute values</name>
<maintenance_agency>Library Systems Office, The General Library, University of California, Berkeley</maintenance_agency>
<values>
<value>archive image</value>
<value>reference image</value>
<value>thumbnail image</value>
</values>
<context ID="vc1" RELATEDMAT="fileSec2">
<p>mets/fileSec/fileGrp/@USE</p>
<p>mets/fileSec/fileGrp/file/@USE</p>
</context>
<description>
<p>These are the supported values for <file> and <fileGrp> USE attributes in objects conforming to this profile. "archive image" designates image masters; "thumbnail image" image thumbnails; and "reference image" any intermediate resolutions intended for reference purposes</p>
</description>
</vocabulary>
<vocabulary>
<name>Model Imaged Object structMap TYPE attribute values</name>
<maintenance_agency>Library Systems Office, The General Library, University of California, Berkeley</maintenance_agency>
<values>
<value>physical</value>
<value>mixed</value>
</values>
<context ID="vc2" RELATEDMAT="structMap2">
<p>mets/structMap/@TYPE</p>
</context>
<description>
<p>These are the supported values for the <structMap> TYPE attribute in METS documents conforming to this profile.</p>
<p>"physical" designates a purely physical structure. For example: a single image without subdivisions; an image divided into recto and verso views; a photo album divided into page views divided into views of the individual photographs on the page; a pamphlet divided into page views</p>
<p>"mixed" designates a mixed structure. For example, a book divided into chapters, divided into page views.</p>
</description>
</vocabulary>
</controlled_vocabularies>
<structural_requirements>
<metsHdr>
<requirement ID="metsHdr1">
<p>Conforming METS documents must contain a metsHdr element.</p>
</requirement>
<requirement ID="metsHdr2">
<p><metsHdr> element must include the CREATEDATE attribute value. It must also include the LASTMODDATE attribute value if this does not coincide with the CREATEDATE</p>
</requirement>
<requirement>
<p><metsHdr> element must include a child <agent> element identifying the person or institution responsible for creating the METS object.</p>
</requirement>
</metsHdr>
<dmdSec>
<requirement ID="dmdSec1">
<p>Conforming METS documents may, but need not, contain a one or more <dmdSec> elements. Each <dmdSec> may in turn contain a <dmdRef> or a <dmdWrap></p>
</requirement>
<requirement ID="dmdSec2">
<p>If a <dmdSec> of a conforming document contains a <dmdWrap> with <xmlData>, the <xmlData> elements must conform to the MODS schema.</p>
</requirement>
</dmdSec>
<amdSec>
<requirement ID="amdSec1">
<p>Conforming METS documents may but need not contain an <amdSec> element. This <amdSec> may but need not contain one or more <techMD> elements, <sourceMD> elements, <rightsMD> elements and/or <provenanceMD> elements. </p>
</requirement>
<requirement ID="amdSec2">
<p>If one or more <techMD> elements pertaining to image content files are present, they must contain <xmlData> of NISOIMG type conforming to the MIX schema.</p>
</requirement>
<requirement ID="amdSec3">
<p>If one or more <rightsMD> elements are present, they must contain <xmlData> conforming to the METSRights schema.</p>
</requirement>
<requirement ID="amdSec4">
<p>Any <sourceMD> or <provenanceMD> elements should contain <xmlData> conforming to a METS Editorial Board endorsed schema whenever such a schema exists and covers the requisite concepts.</p>
</requirement>
<requirement ID="amdSec5">
<p>Source metadata pertaining to image content files may be expressed as part of any MIX encoded technical metadata in <techMD> elements rather than in separate <sourceMD> elements. This might occur whenever the available source metadata is minimal and covered by the MIX schema.</p>
</requirement>
</amdSec>
<fileSec>
<requirement ID="fileSec1">
<p>The <fileSec> of a conforming METS document must contain a parent <fileGrp> for each file format/use represented by the content files. For example, the <fileSec> of a typical METS document implementing this profile might contain one <fileGrp> representing TIFF master images, one <fileGrp> representing high resolution JPEG reference images , one <fileGrp> representing medium resolution JPEG reference images, and one <fileGrp> representing GIF thumbnail images. Each of these <fileGrp> elements may or may not contain subsidiary <fileGrp> elements representing subgroups of the content files.</p>
</requirement>
<requirement ID="fileSec2" RELATEDMAT="vc1">
<p>Each <file> represented in the <fileSec> must have an associated USE attribute. The USE attribute may, however, be expressed at the <fileGrp> level, in which case it is taken to pertain to all <file> elements in the <fileGrp>. It may also, of course, be expressed at the <file> element level. Supported <file>/<fileGrp> USE attribute values appear in the <controlled_vocabularies> section of this document.</p>
</requirement>
<requirement ID="fileSec3">
<p>Any <file> element may reference any number of pertinent top level adminstrative metadata elements within the <amdSec> via its AMDID attribute value. It should only reference ID values at the <techMD>, <rightsMD>, <sourceMD> and/or <digiprovMD> levels of the <amdSec> </p>
</requirement>
</fileSec>
<structMap>
<requirement ID="structMap1">
<p>A conforming METS document must contain only one <structMap>.</p>
</requirement>
<requirement ID="structMap2" RELATEDMAT="vc2">
<p>A conforming <structMap> must contain a TYPE attribute with the value "physical" or "mixed"</p>
</requirement>
<requirement ID="structMap3">
<p>Each <div> must include a LABEL attribute value.</p>
</requirement>
<requirement ID="structMap4">
<p>A <div> element at any level may point to one or more pertinent <dmdSec> elements via its DMDID attribute value. However, the DMDID attribute should only reference IDs specified at the <dmdSec> element level, and not IDs at lower levels. For example, a <div> DMDID attribute should not reference an ID value of an element within the <xmlData> section of a <dmdSec></p>
</requirement>
<requirement ID="structMap5">
<p>A <div> element may or may not directly contain <fptr> elements. (In other words, a <div> of the <structMap> may or may not have content files directly associated with it). But if a <div> element does not itself directly contain one or more child <fptr> elements, a <div> element somewhere in the hierarchy below it must contain an <fptr> element (and have associated content files). Thus every <div> in the <structMap> of a METS document implementing this profile must have associated content; the content may, however, be referenced at a lower level of the <structMap> hierarchy. As follows from this requirement, <div> elements at the lowest level of any branch of the <structMap> hierarchy must contain one or more <fptr> elements. In other words, <div> elements at the lowest levels must have an associated content file or files.</p>
</requirement>
<requirement ID="structMap6">
<p>The <div> elements of documents conforming to this profile must not contain <mptr> elements. The <mptr> element is not supported.</p>
</requirement>
<requirement ID="structMap7">
<p>An <fptr> element must directly point to a <file> element via its FILEID attribute. METS documents implementing this profile must not use the <area> or <par> elements.</p>
</requirement>
</structMap>
<structLink>
<requirement ID="structLink1">
<p>A conforming METS document may contain a <structLink> element. This profile, however, establishes no guidelines or expectations for its use.</p>
</requirement>
</structLink>
<behaviorSec>
<requirement ID="behaviorSec1">
<p>A conforming METS document may contain a <behaviorSec> element. This profile, however, establishes no guidelines or expectations for its use.</p>
</requirement>
</behaviorSec>
<multiSection>
<requirement ID="multi1">
<p>Only <file> elements will reference <techMD>, <sourceMD> <rightsMD> and/or <provenanceMD> elements. In other words, documents implementing this profile will express administrative metadata in conjunction with content files only, and not in conjunction with <div> elements in the <structMap>.</p>
</requirement>
<requirement ID="multi2">
<p>Only <div> elements will reference <dmdSec> elements. In other words, documents implementing this profile will express descriptive metadata in conjunction with divisions of the <structMap> and not in conjunction with individual content files (<file> elements).</p>
</requirement>
</multiSection>
</structural_requirements>
<technical_requirements>
<content_files>
<requirement>
<p>This profile supports only image content files.</p>
</requirement>
<requirement>
<p>The master (archive) images must be represented and of TIFF format.</p>
</requirement>
<requirement>
<p>At least one version of the image content must be of JPEG or GIF format. In other words, at least one content file format must be natively supported by typical internet browsers.</p>
</requirement>
</content_files>
</technical_requirements>
<tool>
<agency>California Digital Library</agency>
<URI>http://ark-dev.cdlib.org:8086/xslt/extract-dc/GenX.qdc2.xslt</URI>
<description>
<p ID="toQDC">Ths XSLT is used to extract an Dublin Core record from the object</p>
</description>
</tool>
<tool>
<agency>California Digital Library</agency>
<URI>http://ark-dev.cdlib.org:8086/xslt/bpc-mets/allMetsBPC.xsl</URI>
<description>
<p ID="generalBPC">This generic METS Best Practice Checker XSLT is from Schematron and outputs errors as XML.</p>
</description>
</tool>
<Appendix NUMBER="1">
<mets:mets xmlns:mets="http://www.loc.gov/METS/" xmlns:mods="http://www.loc.gov/mods/v3" xmlns:mix="http://www.loc.gov/mix/" xmlns:rts="http://www.loc.gov/rights/" xmlns:xlink="http://www.w3.org/TR/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.loc.gov/METS/
http://www.loc.gov/standards/mets/mets.xsd
http://www.loc.gov/mods/v3
http://www.loc.gov/standards/mods/v3/mods-3-0.xsd
http://www.loc.gov/mix/
http://www.loc.gov/standards/mix/mix.xsd
http://www.loc.gov/rights/
METSRights.xsd" OBJID="ark:/13030/kt9g50158w" TYPE="still image" LABEL="[Pablo de la Guerra (1833-1874), son of José de la Guerra y Noriega]" PROFILE="UCB Imaged Object Profile">
<mets:metsHdr CREATEDATE="2004-06-05T10:15:00" LASTMODDATE="2004-06-05T10:15:00">
<mets:agent ROLE="CREATOR" TYPE="ORGANIZATION">
<mets:name>Library Systems Office, University of California, Berkeley</mets:name>
</mets:agent>
</mets:metsHdr>
<mets:dmdSec ID="PMDM1">
<mets:mdRef xlink:href="http://www.oac.cdlib.org/findaid/ark:/13030/kt9g50160w" LOCTYPE="URL" MDTYPE="EAD" LABEL="Finding Aid"/>
</mets:dmdSec>
<mets:dmdSec ID="DM1">
<mets:mdWrap MDTYPE="MODS">
<mets:xmlData>
<mods:mods>
<mods:titleInfo>
<mods:title>[Pablo de la Guerra (1833-1874), son of José de la Guerra y Noriega]</mods:title>
</mods:titleInfo>
<mods:name type="corporate">
<mods:namePart>I.W. Taber & Co</mods:namePart>
<mods:role>
<mods:roleTerm type="text" authority="marc">photographer</mods:roleTerm>
</mods:role>
</mods:name>
<mods:typeOfResource>still image</mods:typeOfResource>
<mods:originInfo>
<mods:dateCreated>[printed ca. 1875]</mods:dateCreated>
<mods:dateCreated encoding="w3cdtf" point="start">1875</mods:dateCreated>
</mods:originInfo>
<mods:language>
<mods:languageTerm authority="iso639-2b" type="code">eng</mods:languageTerm>
</mods:language>
<mods:physicalDescription>
<mods:extent>1 photographic print : albumen ; mount 17 x 11 cm</mods:extent>
<mods:note type="marks">In ms. on verso: No. 7 S.B</mods:note>
</mods:physicalDescription>
<mods:relatedItem type="host">
<mods:titleInfo displayLabel="metacollection">
<mods:title>California Cultures</mods:title>
</mods:titleInfo>
</mods:relatedItem>
<mods:relatedItem type="host">
<mods:titleInfo displayLabel="collection">
<mods:title>De la Guerra family photographs, bulk 1880-1895</mods:title>
</mods:titleInfo>
<mods:identifier type="local">BANC PIC 1984.062--PIC</mods:identifier>
</mods:relatedItem>
<mods:identifier type="local">BANC PIC 1984.062:01--PIC</mods:identifier>
<mods:location>
<mods:physicalLocation> Bancroft Library, University of California, Berkeley, CA 94720-6000</mods:physicalLocation>
</mods:location>
</mods:mods>
</mets:xmlData>
</mets:mdWrap>
</mets:dmdSec>
<mets:amdSec>
<mets:techMD ID="ADM1">
<mets:mdWrap MDTYPE="NISOIMG">
<mets:xmlData>
<mix:mix>
<mix:BasicImageParameters>
<mix:Format>
<mix:MIMEType>image/tiff</mix:MIMEType>
<mix:Compression>
<mix:CompressionScheme>1</mix:CompressionScheme>
</mix:Compression>
<mix:PhotometricInterpretation>
<mix:ColorSpace>2</mix:ColorSpace>
</mix:PhotometricInterpretation>
</mix:Format>
</mix:BasicImageParameters>
<mix:ImageCreation>
<mix:ImageProducer>DIL/U.C. Berkeley Library</mix:ImageProducer>
<mix:DeviceSource>transmission scanner</mix:DeviceSource>
<mix:ScanningSystemCapture>
<mix:ScanningSystemHardware>
<mix:ScannerManufacturer>Epson</mix:ScannerManufacturer>
<mix:ScannerModel>
<mix:ScannerModelName>836xl</mix:ScannerModelName>
<mix:ScannerModelSerialNo>8204058</mix:ScannerModelSerialNo>
</mix:ScannerModel>
</mix:ScanningSystemHardware>
</mix:ScanningSystemCapture>
</mix:ImageCreation>
<mix:ImagingPerformanceAssessment>
<mix:SpatialMetrics>
<mix:SamplingFrequencyUnit>2</mix:SamplingFrequencyUnit>
<mix:XSamplingFrequency>800</mix:XSamplingFrequency>
<mix:YSamplingFrequency>800</mix:YSamplingFrequency>
</mix:SpatialMetrics>
<mix:Energetics>
<mix:BitsPerSample>8,8,8</mix:BitsPerSample>
<mix:SamplesPerPixel>3</mix:SamplesPerPixel>
</mix:Energetics>
</mix:ImagingPerformanceAssessment>
</mix:mix>
</mets:xmlData>
</mets:mdWrap>
</mets:techMD>
</mets:amdSec>
<mets:amdSec>
<mets:techMD ID="ADM2">
<mets:mdWrap MDTYPE="NISOIMG">
<mets:xmlData>
<mix:mix>
<mix:BasicImageParameters>
<mix:Format>
<mix:MIMEType>image/gif</mix:MIMEType>
<mix:Compression>
<mix:CompressionScheme>5</mix:CompressionScheme>
</mix:Compression>
<mix:PhotometricInterpretation>
<mix:ColorSpace>3</mix:ColorSpace>
</mix:PhotometricInterpretation>
</mix:Format>
</mix:BasicImageParameters>
<mix:ImagingPerformanceAssessment>
<mix:SpatialMetrics>
<mix:SamplingFrequencyUnit>2</mix:SamplingFrequencyUnit>
<mix:XSamplingFrequency>16</mix:XSamplingFrequency>
<mix:YSamplingFrequency>16</mix:YSamplingFrequency>
</mix:SpatialMetrics>
<mix:Energetics>
<mix:BitsPerSample>8</mix:BitsPerSample>
<mix:SamplesPerPixel>1</mix:SamplesPerPixel>
</mix:Energetics>
</mix:ImagingPerformanceAssessment>
<mix:ChangeHistory>
<mix:ImageProcessing>
<mix:ProcessingAgency>DIL/U.C. Berkeley Library</mix:ProcessingAgency>
<mix:ProcessingSoftware>
<mix:ProcessingSoftwareName>Photoshop 6.0</mix:ProcessingSoftwareName>
</mix:ProcessingSoftware>
</mix:ImageProcessing>
</mix:ChangeHistory>
</mix:mix>
</mets:xmlData>
</mets:mdWrap>
</mets:techMD>
</mets:amdSec>
<mets:amdSec>
<mets:techMD ID="ADM3">
<mets:mdWrap MDTYPE="NISOIMG">
<mets:xmlData>
<mix:mix>
<mix:BasicImageParameters>
<mix:Format>
<mix:MIMEType>image/jpeg</mix:MIMEType>
<mix:Compression>
<mix:CompressionScheme>6</mix:CompressionScheme>
</mix:Compression>
<mix:PhotometricInterpretation>
<mix:ColorSpace>2</mix:ColorSpace>
</mix:PhotometricInterpretation>
</mix:Format>
</mix:BasicImageParameters>
<mix:ImagingPerformanceAssessment>
<mix:SpatialMetrics>
<mix:SamplingFrequencyUnit>2</mix:SamplingFrequencyUnit>
<mix:XSamplingFrequency>96</mix:XSamplingFrequency>
<mix:YSamplingFrequency>96</mix:YSamplingFrequency>
</mix:SpatialMetrics>
<mix:Energetics>
<mix:BitsPerSample>8,8,8</mix:BitsPerSample>
<mix:SamplesPerPixel>3</mix:SamplesPerPixel>
</mix:Energetics>
</mix:ImagingPerformanceAssessment>
<mix:ChangeHistory>
<mix:ImageProcessing>
<mix:ProcessingAgency>DIL/U.C. Berkeley Library</mix:ProcessingAgency>
<mix:ProcessingSoftware>
<mix:ProcessingSoftwareName>Photoshop 6.0</mix:ProcessingSoftwareName>
</mix:ProcessingSoftware>
</mix:ImageProcessing>
</mix:ChangeHistory>
</mix:mix>
</mets:xmlData>
</mets:mdWrap>
</mets:techMD>
</mets:amdSec>
<mets:amdSec>
<mets:techMD ID="ADM4">
<mets:mdWrap MDTYPE="NISOIMG">
<mets:xmlData>
<mix:mix>
<mix:BasicImageParameters>
<mix:Format>
<mix:MIMEType>image/jpeg</mix:MIMEType>
<mix:Compression>
<mix:CompressionScheme>6</mix:CompressionScheme>
</mix:Compression>
<mix:PhotometricInterpretation>
<mix:ColorSpace>2</mix:ColorSpace>
</mix:PhotometricInterpretation>
</mix:Format>
</mix:BasicImageParameters>
<mix:ImagingPerformanceAssessment>
<mix:SpatialMetrics>
<mix:SamplingFrequencyUnit>2</mix:SamplingFrequencyUnit>
<mix:XSamplingFrequency>193</mix:XSamplingFrequency>
<mix:YSamplingFrequency>193</mix:YSamplingFrequency>
</mix:SpatialMetrics>
<mix:Energetics>
<mix:BitsPerSample>8,8,8</mix:BitsPerSample>
<mix:SamplesPerPixel>3</mix:SamplesPerPixel>
</mix:Energetics>
</mix:ImagingPerformanceAssessment>
<mix:ChangeHistory>
<mix:ImageProcessing>
<mix:ProcessingAgency>DIL/U.C. Berkeley Library</mix:ProcessingAgency>
<mix:ProcessingSoftware>
<mix:ProcessingSoftwareName>Photoshop 6.0</mix:ProcessingSoftwareName>
</mix:ProcessingSoftware>
</mix:ImageProcessing>
</mix:ChangeHistory>
</mix:mix>
</mets:xmlData>
</mets:mdWrap>
</mets:techMD>
</mets:amdSec>
<mets:amdSec>
<mets:techMD ID="ADM5">
<mets:mdWrap MDTYPE="NISOIMG">
<mets:xmlData>
<mix:mix>
<mix:ImageCreation>
<mix:SourceType>still image</mix:SourceType>
<mix:SourceID>BANC PIC 1984.062:01--PIC</mix:SourceID>
<mix:DateTimeCreated>2003-01-22</mix:DateTimeCreated>
</mix:ImageCreation>
<mix:ImagingPerformanceAssessment>
<mix:SpatialMetrics>
<mix:ImageWidth>3866</mix:ImageWidth>
<mix:ImageLength>6219</mix:ImageLength>
<mix:Source_X>
<mix:Source_Xdimension>4.83</mix:Source_Xdimension>
<mix:Source_XdimensionUnit>inches</mix:Source_XdimensionUnit>
</mix:Source_X>
<mix:Source_Y>
<mix:Source_Ydimension>7.77</mix:Source_Ydimension>
<mix:Source_YdimensionUnit>inches</mix:Source_YdimensionUnit>
</mix:Source_Y>
</mix:SpatialMetrics>
</mix:ImagingPerformanceAssessment>
</mix:mix>
</mets:xmlData>
</mets:mdWrap>
</mets:techMD>
</mets:amdSec>
<mets:amdSec>
<mets:techMD ID="ADM6">
<mets:mdWrap MDTYPE="NISOIMG">
<mets:xmlData>
<mix:mix>
<mix:ImagingPerformanceAssessment>
<mix:SpatialMetrics>
<mix:ImageWidth>77</mix:ImageWidth>
<mix:ImageLength>125</mix:ImageLength>
</mix:SpatialMetrics>
</mix:ImagingPerformanceAssessment>
<mix:ChangeHistory>
<mix:ImageProcessing>
<mix:DateTimeProcessed>2003-01-22</mix:DateTimeProcessed>
<mix:SourceData>PhotoCD:cubanc_1_2_00004789a.tif</mix:SourceData>
</mix:ImageProcessing>
</mix:ChangeHistory>
</mix:mix>
</mets:xmlData>
</mets:mdWrap>
</mets:techMD>
</mets:amdSec>
<mets:amdSec>
<mets:techMD ID="ADM7">
<mets:mdWrap MDTYPE="NISOIMG">
<mets:xmlData>
<mix:mix>
<mix:ImagingPerformanceAssessment>
<mix:SpatialMetrics>
<mix:ImageWidth>466</mix:ImageWidth>
<mix:ImageLength>750</mix:ImageLength>
</mix:SpatialMetrics>
</mix:ImagingPerformanceAssessment>
<mix:ChangeHistory>
<mix:ImageProcessing>
<mix:DateTimeProcessed>2003-01-22</mix:DateTimeProcessed>
<mix:SourceData>PhotoCD:cubanc_1_2_00004789a.tif</mix:SourceData>
</mix:ImageProcessing>
</mix:ChangeHistory>
</mix:mix>
</mets:xmlData>
</mets:mdWrap>
</mets:techMD>
</mets:amdSec>
<mets:amdSec>
<mets:techMD ID="ADM8">
<mets:mdWrap MDTYPE="NISOIMG">
<mets:xmlData>
<mix:mix>
<mix:ImagingPerformanceAssessment>
<mix:SpatialMetrics>
<mix:ImageWidth>933</mix:ImageWidth>
<mix:ImageLength>1500</mix:ImageLength>
</mix:SpatialMetrics>
</mix:ImagingPerformanceAssessment>
<mix:ChangeHistory>
<mix:ImageProcessing>
<mix:DateTimeProcessed>2003-01-22</mix:DateTimeProcessed>
<mix:SourceData>PhotoCD:cubanc_1_2_00004789a.tif</mix:SourceData>
</mix:ImageProcessing>
</mix:ChangeHistory>
</mix:mix>
</mets:xmlData>
</mets:mdWrap>
</mets:techMD>
<mets:rightsMD ID="ADM9">
<mets:mdWrap MDTYPE="OTHER" OTHERMDTYPE="METSRights">
<mets:xmlData>
<rts:RightsDeclarationMD RIGHTSCATEGORY="COPYRIGHTED">
<rts:RightsDeclaration>Copyright the University of California Regents. Source material held by the Bancroft Library, University of California, Berkeley.</rts:RightsDeclaration>
<rts:RightsHolder>
<rts:RightsHolderName>University of California Regents</rts:RightsHolderName>
</rts:RightsHolder>
<rts:Context CONTEXTCLASS="GENERAL PUBLIC">
<rts:Constraints CONSTRAINTTYPE="TRANSFERPERMISSIONS">
<rts:ConstraintDescription>This material is available through the California Cultures Project website at http://calcultures.cdlib.org. For the purposes of research, teaching, and private study, you may reproduce (print, download, or link to) materials from this collection without prior permission of the owning institution, on the condition that proper attribution of the source is provided in all copies. Sample credit line: [Identification of item], The Bancroft Library, University of California, Berkeley</rts:ConstraintDescription>
</rts:Constraints>
<rts:Constraints CONSTRAINTTYPE="RE-USE">
<rts:ConstraintDescription>For uses of text or images from this document which extend beyond fair use (such as publication or inclusion in commercial online resources), requests for permission must be submitted in writing to: The Bancroft Library, University of California, Berkeley, CA 94720-6000</rts:ConstraintDescription>
</rts:Constraints>
</rts:Context>
</rts:RightsDeclarationMD>
</mets:xmlData>
</mets:mdWrap>
</mets:rightsMD>
</mets:amdSec>
<mets:fileSec>
<mets:fileGrp VERSDATE="2003-01-22T00:00:00.0" USE="archive image">
<mets:fileGrp>
<mets:file ID="FID1" MIMETYPE="image/tiff" SEQ="1" CREATED="2003-01-22T00:00:00.0" ADMID="ADM1 ADM5 ADM9" GROUPID="GID1">
<mets:FLocat xlink:href="http://sunsite.berkeley.edu/calcultures/ucb/cubanc_1_2_00004789a.tif" LOCTYPE="URL"/>
</mets:file>
</mets:fileGrp>
</mets:fileGrp>
<mets:fileGrp VERSDATE="2003-01-22T00:00:00.0" USE="thumbnail image">
<mets:fileGrp>
<mets:file ID="FID2" MIMETYPE="image/gif" SEQ="1" CREATED="2003-01-22T00:00:00.0" ADMID="ADM2 ADM6 ADM9" GROUPID="GID1">
<mets:FLocat xlink:href="http://sunsite.berkeley.edu/calcultures/ucb/cubanc_1_2_00004789a_i.gif" LOCTYPE="URL"/>
</mets:file>
</mets:fileGrp>
</mets:fileGrp>
<mets:fileGrp VERSDATE="2003-01-22T00:00:00.0" USE="reference image">
<mets:fileGrp>
<mets:file ID="FID3" MIMETYPE="image/jpeg" SEQ="1" CREATED="2003-01-22T00:00:00.0" ADMID="ADM3 ADM7 ADM9" GROUPID="GID1">
<mets:FLocat xlink:href="http://sunsite.berkeley.edu/calcultures/ucb/cubanc_1_2_00004789a_j.jpg" LOCTYPE="URL"/>
</mets:file>
</mets:fileGrp>
</mets:fileGrp>
<mets:fileGrp VERSDATE="2003-01-22T00:00:00.0" USE="reference image">
<mets:fileGrp>
<mets:file ID="FID4" MIMETYPE="image/jpeg" SEQ="1" CREATED="2003-01-22T00:00:00.0" ADMID="ADM4 ADM8 ADM9" GROUPID="GID1">
<mets:FLocat xlink:href="http://sunsite.berkeley.edu/calcultures/ucb/cubanc_1_2_00004789a_k.jpg" LOCTYPE="URL"/>
</mets:file>
</mets:fileGrp>
</mets:fileGrp>
</mets:fileSec>
<mets:structMap TYPE="physical">
<mets:div ORDER="1" TYPE="still image" LABEL="[Pablo de la Guerra (1833-1874), son of José de la Guerra y Noriega]" DMDID="PMDM1 DM1">
<mets:fptr FILEID="FID1"/>
<mets:fptr FILEID="FID2"/>
<mets:fptr FILEID="FID3"/>
<mets:fptr FILEID="FID4"/>
</mets:div>
</mets:structMap>
</mets:mets>
</Appendix>
<Appendix NUMBER="2">
<mets:mets xmlns:mets="http://www.loc.gov/METS/" xmlns:mods="http://www.loc.gov/mods/v3" xmlns:rts="http://www.loc.gov/rights/" xmlns:xlink="http://www.w3.org/TR/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.loc.gov/METS/ http://www.loc.gov/mets/mets.xsd
http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-0.xsd
http://www.loc.gov/mix/ http://www.loc.gov/mix/mix.xsd
http://www.loc.gov/rights/
METSRights.xsd" OBJID="ark:/13030/kt9s2009hz" TYPE="Text" LABEL="Dictation from Amelia Hartman Saunders : Sacramento : ms., 1887" PROFILE="UCB Imaged Object Profile">
<mets:metsHdr CREATEDATE="2004-06-05T10:15:00" LASTMODDATE="2004-06-05T10:15:00">
<mets:agent ROLE="CREATOR" TYPE="ORGANIZATION">
<mets:name>Library Systems Office, University of California, Berkeley</mets:name>
</mets:agent>
</mets:metsHdr>
<mets:dmdSec ID="DMD1">
<mets:mdWrap MDTYPE="MODS">
<mets:xmlData>
<mods:mods>
<mods:titleInfo>
<mods:title>Dictation from Amelia Hartman Saunders : ms., Sacramento : 1887</mods:title>
</mods:titleInfo>
<mods:name type="personal">
<mods:namePart>Saunders, Amelia Hartman</mods:namePart>
<mods:namePart type="date">1851-</mods:namePart>
<mods:role>
<mods:roleTerm authority="lcnaf" type="text">author</mods:roleTerm>
</mods:role>
</mods:name>
<mods:typeOfResource manuscript="yes">text</mods:typeOfResource>
<mods:genre authority="rbgenr">Autobiographies</mods:genre>
<mods:originInfo>
<mods:place>
<mods:placeTerm type="text">Sacramento, California</mods:placeTerm>
</mods:place>
<mods:dateCreated>1887</mods:dateCreated>
<mods:dateCreated encoding="w3cdtf" point="start">1887</mods:dateCreated>
</mods:originInfo>
<mods:language>
<mods:languageTerm authority="iso639-2b" type="code">eng</mods:languageTerm>
</mods:language>
<mods:physicalDescription>
<mods:extent>1 folder</mods:extent>
</mods:physicalDescription>
<mods:abstract>From miscellaneous California dictations, statements and some questionnaires concerning social life, customs, economic conditions, recorded and prepared for H.H. Bancroft primarily between 1887 and 1889.</mods:abstract>
<mods:note type="provenance">Forms part of the Hubert Howe Bancroft Colection</mods:note>
<mods:subject authority="lcsh">
<mods:geographic>California--Biography</mods:geographic>
</mods:subject>
<mods:subject>
<mods:geographic>Sacramento (Calif.)--Social life and customs</mods:geographic>
</mods:subject>
<mods:relatedItem type="host">
<mods:titleInfo>
<mods:title>Hubert Howe Bancroft Collection</mods:title>
</mods:titleInfo>
</mods:relatedItem>
<mods:relatedItem type="host">
<mods:titleInfo type="uniform">
<mods:title>Miscellaneous California dictations</mods:title>
</mods:titleInfo>
</mods:relatedItem>
<mods:identifier type="local">BANC C-D 810:386</mods:identifier>
<mods:location>
<mods:physicalLocation>The Bancroft Library. University of California, Berkeley, CA 94720-6000</mods:physicalLocation>
</mods:location>
<mods:accessCondition displayLabel="Access restrictions:">Non-circulating; may be used only in the Bancroft library</mods:accessCondition>
</mods:mods>
</mets:xmlData>
</mets:mdWrap>
</mets:dmdSec>
<mets:amdSec>
<mets:rightsMD ID="AMD1">
<mets:mdWrap MDTYPE="OTHER" OTHERMDTYPE="METSRights">
<mets:xmlData>
<rts:RightsDeclarationMD RIGHTSCATEGORY="COPYRIGHTED">
<rts:RightsDeclaration>Copyright the University of California Regents. Source material held by the Bancroft Library, University of California, Berkeley.</rts:RightsDeclaration>
<rts:RightsHolder>
<rts:RightsHolderName>University of California Regents</rts:RightsHolderName>
</rts:RightsHolder>
<rts:Context CONTEXTCLASS="GENERAL PUBLIC">
<rts:Constraints CONSTRAINTTYPE="TRANSFERPERMISSIONS">
<rts:ConstraintDescription>For the purposes of research, teaching, and private study, you may reproduce (print, download, or link to) this material without prior permission of the owning institution, on the condition that proper attribution of the source is provided in all copies. Sample credit line: [Identification of item], The Bancroft Library, University of California, Berkeley</rts:ConstraintDescription>
</rts:Constraints>
<rts:Constraints CONSTRAINTTYPE="RE-USE">
<rts:ConstraintDescription>For uses of text or images from this document which extend beyond fair use (such as publication or inclusion in commercial online resources), requests for permission must be submitted in writing to: The Bancroft Library, University of California, Berkeley, CA 94720-6000</rts:ConstraintDescription>
</rts:Constraints>
</rts:Context>
</rts:RightsDeclarationMD>
</mets:xmlData>
</mets:mdWrap>
</mets:rightsMD>
</mets:amdSec>
<mets:fileSec>
<mets:fileGrp VERSDATE="1999-06-17T00:00:00" USE="archive image">
<mets:file ID="FID1" MIMETYPE="image/tiff" SEQ="1" CREATED="1999-06-17T00:00:00" ADMID="AMD1" GROUPID="GID1">
<mets:FLocat xlink:href="http://sunsite.berkeley.edu/masters/bkm00002773a.tif" LOCTYPE="URL"/>
</mets:file>
<mets:file ID="FID2" MIMETYPE="image/tiff" SEQ="2" CREATED="1999-06-17T00:00:00" ADMID="AMD1" GROUPID="GID2">
<mets:FLocat xlink:href="http://sunsite.berkeley.edu/masters/bkm00002774a.tif" LOCTYPE="URL"/>
</mets:file>
</mets:fileGrp>
<mets:fileGrp VERSDATE="1999-06-28T00:00:00" USE="thumbnail image">
<mets:file ID="FID3" MIMETYPE="image/gif" SEQ="1" CREATED="1999-06-28T00:00:00" ADMID="AMD1" GROUPID="GID1">
<mets:FLocat xlink:href="http://sunsite.berkeley.edu/moa2/images/bkm00002773a_a.gif" LOCTYPE="URL"/>
</mets:file>
<mets:file ID="FID4" MIMETYPE="image/gif" SEQ="2" CREATED="1999-06-28T00:00:00" ADMID="AMD1" GROUPID="GID2">
<mets:FLocat xlink:href="http://sunsite.berkeley.edu/moa2/images/bkm00002774a_a.gif" LOCTYPE="URL"/>
</mets:file>
</mets:fileGrp>
<mets:fileGrp VERSDATE="1999-06-28T00:00:00" USE="reference image">
<mets:file ID="FID5" MIMETYPE="image/jpeg" SEQ="1" CREATED="1999-06-28T00:00:00" ADMID="AMD1" GROUPID="GID1">
<mets:FLocat xlink:href="http://sunsite.berkeley.edu/moa2/images/bkm00002773a_b.jpg" LOCTYPE="URL"/>
</mets:file>
<mets:file ID="FID6" MIMETYPE="image/jpeg" SEQ="2" CREATED="1999-06-28T00:00:00" ADMID="AMD1" GROUPID="GID2">
<mets:FLocat xlink:href="http://sunsite.berkeley.edu/moa2/images/bkm00002774a_b.jpg" LOCTYPE="URL"/>
</mets:file>
</mets:fileGrp>
<mets:fileGrp VERSDATE="1999-06-28T00:00:00" USE="reference image">
<mets:file ID="FID7" MIMETYPE="image/jpeg" SEQ="1" CREATED="1999-06-28T00:00:00" ADMID="AMD1" GROUPID="GID1">
<mets:FLocat xlink:href="http://sunsite.berkeley.edu/moa2/images/bkm00002773a_c.jpg" LOCTYPE="URL"/>
</mets:file>
<mets:file ID="FID8" MIMETYPE="image/jpeg" SEQ="2" CREATED="1999-06-28T00:00:00" ADMID="AMD1" GROUPID="GID2">
<mets:FLocat xlink:href="http://sunsite.berkeley.edu/moa2/images/bkm00002774a_c.jpg" LOCTYPE="URL"/>
</mets:file>
</mets:fileGrp>
</mets:fileSec>
<mets:structMap TYPE="physical">
<mets:div ORDER="1" TYPE="text" LABEL="Dictation from Amelia Hartman Saunders : Sacramento : ms., 1887" DMDID="DMD1">
<mets:div ORDER="1" TYPE="page" LABEL=" Page [1]">
<mets:fptr FILEID="FID1"/>
<mets:fptr FILEID="FID3"/>
<mets:fptr FILEID="FID5"/>
<mets:fptr FILEID="FID7"/>
</mets:div>
<mets:div ORDER="2" TYPE="page" LABEL=" Page [2]">
<mets:fptr FILEID="FID2"/>
<mets:fptr FILEID="FID4"/>
<mets:fptr FILEID="FID6"/>
<mets:fptr FILEID="FID8"/>
</mets:div>
</mets:div>
</mets:structMap>
</mets:mets>
</Appendix>
</METS_Profile>