-
Notifications
You must be signed in to change notification settings - Fork 1
/
complete_sample_mets-2.4.xml
768 lines (695 loc) · 49.4 KB
/
complete_sample_mets-2.4.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
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
<?xml version="1.0" encoding="UTF-8"?>
<!--
=========================================
=========================================
METS - A FULL ORA DATAMODEL 2.4 OBJECT IN METS
=========================================
=========================================
A full ORA object in METS, with every field filled in.
-->
<mets:mets
xmlns:mets="http://www.loc.gov/METS/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.loc.gov/METS/ http://www.loc.gov/standards/mets/mets.xsd">
<mets:metsHdr CREATEDATE="2019-05-31T14:18:00">
<mets:agent OTHERTYPE="SOFTWARE" ROLE="CREATOR" TYPE="OTHER">
<mets:name>
Tom Wrobel
</mets:name>
<mets:note>
Hand created
</mets:note>
</mets:agent>
</mets:metsHdr>
<mets:dmdSec ID="DMDLOG_0000">
<mets:mdWrap MDTYPE="MODS">
<mets:xmlData>
<mods:mods version="3.8"
xmlns:mods="http://www.loc.gov/mods/v3"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.loc.gov/mods/v3 https://raw.githubusercontent.com/tomwrobel/ora_data_model/master/ora_mods-3.8.xsd">
<!-- DEFAULT FIELDS -->
<mods:titleInfo>
<mods:title>Test object title for 2.4</mods:title>
<mods:subTitle>Test object alternate title</mods:subTitle>
</mods:titleInfo>
<mods:genre type="type_of_work">Journal article</mods:genre>
<mods:genre type="sub_type_of_work">Review</mods:genre>
<mods:subject>
<mods:genre>Test keyword one</mods:genre>
<mods:genre>Test keyword two</mods:genre>
<mods:topic>Library science</mods:topic>
<mods:topic>Computer science</mods:topic>
</mods:subject>
<mods:language>
<mods:languageTerm authority="iso639-2b" type="text">English</mods:languageTerm>
</mods:language>
<mods:abstract>Test abstract text goes here</mods:abstract>
<mods:abstract type="summary_documentation">Test summary documentation goes here, which is different from an abstract</mods:abstract>
<mods:note displayLabel="additional_information">Test additional information, basically notes, goes here</mods:note>
<mods:physicalDescription>
<mods:form type="collection_name">Dummy collection</mods:form>
<mods:form type="physical_form">Digital - this is just a dummy value</mods:form>
<mods:form type="physical_dimensions">100x200mm</mods:form>
</mods:physicalDescription>
<mods:location>
<mods:physicalLocation>Osney One Building</mods:physicalLocation>
<mods:url>https://www.ora.ox.ac.uk/objects/testobject</mods:url>
</mods:location>
<!-- EVENT related metadata -->
<mods:relatedItem otherType="event">
<mods:titleInfo>
<mods:title>Test conference</mods:title>
<mods:subTitle>Test series title</mods:subTitle>
</mods:titleInfo>
<mods:location>
<mods:physicalLocation>Conference in Oxford</mods:physicalLocation>
<mods:url>https://test.conference.location.ac.uk/2019</mods:url>
</mods:location>
<mods:originInfo>
<mods:dateOther point="start" type="event_date">2019-05-30</mods:dateOther>
<mods:dateOther point="end" type="event_date">2019-05-31</mods:dateOther>
</mods:originInfo>
</mods:relatedItem>
<!-- IDENTIFIERS -->
<mods:identifier type="doi">10.1594/GFZ.GEOFON.gfz2009kciu/2</mods:identifier>
<mods:identifier type="eisbn">978-0-306-40615-7</mods:identifier>
<mods:identifier type="eissn">0378-5955</mods:identifier>
<mods:identifier type="isbn">0-306-40615-7</mods:identifier>
<mods:identifier type="isbn13">968-1-306-40615-7</mods:identifier>
<mods:identifier type="issn">0953-4563</mods:identifier>
<mods:identifier type="pii">pii12345</mods:identifier>
<!-- pid will only be supplied on export, and will be ignored on import, to specify the pid via import, use Sword2 header 'Slug' -->
<mods:identifier type="pid">uuid:12345678-1234-1234-1234-12345678abcd</mods:identifier>
<mods:identifier type="pmid">23193287</mods:identifier>
<mods:identifier type="pubs_id">pubs:12345</mods:identifier>
<mods:identifier type="source_identifier">ora:12312</mods:identifier>
<mods:identifier type="tinypid">pubs:12345</mods:identifier>
<mods:identifier type="tombstone">uuid:22222222-2222-1234-1234-12345678abcd</mods:identifier>
<mods:identifier type="uuid">uuid:12345678-1234-1234-1234-12345678abcd</mods:identifier>
<!-- Identifiers without a mapped field in ORA will go into a holding 'record_identifiers' value for later processing -->
<mods:identifier type="twrobel-id-system">twabcd</mods:identifier>
<!-- ORIGIN INFO significant dates and place of publication of 'original' published work -->
<mods:originInfo>
<mods:dateOther type="date_of_acceptance" encoding="iso8601">2019-05-01</mods:dateOther>
<mods:dateOther type="production_date" encoding="iso8601">2019-06-01</mods:dateOther>
<mods:dateIssued encoding="iso8601">2019-05-20</mods:dateIssued>
<mods:copyrightDate encoding="iso8601">2019</mods:copyrightDate>
<mods:place>
<mods:placeTerm type="text">Oxford, UK</mods:placeTerm>
</mods:place>
<mods:place>
<mods:placeTerm type="code">https://test.publication.url.ac.uk/test</mods:placeTerm>
</mods:place>
</mods:originInfo>
<!-- RELATED ITEMS -->
<mods:relatedItem otherType="related_item">
<mods:titleInfo>
<mods:title>First test related item</mods:title>
</mods:titleInfo>
<mods:location><mods:url>https://test.related-item.url.ac.uk/test</mods:url></mods:location>
<mods:note displayLabel="related_data_location">Related data location</mods:note>
</mods:relatedItem>
<mods:relatedItem otherType="related_item">
<mods:titleInfo>
<mods:title>Second test related item</mods:title>
</mods:titleInfo>
<mods:note displayLabel="related_item_citation_text">Wrobel, TD, Related Item Two test citation</mods:note>
</mods:relatedItem>
<!-- ORA RECORD VERSIONS -->
<mods:relatedItem type="otherVersion">
<mods:titleInfo>
<mods:title>1.0</mods:title>
</mods:titleInfo>
<mods:identifier type="doi">10.1594/GFZ.GEOFON.gfz2009kciu</mods:identifier>
<mods:recordInfo>
<mods:recordCreationDate>2019-06-05</mods:recordCreationDate>
<mods:recordInfoNote>Version created by owner for reason</mods:recordInfoNote>
</mods:recordInfo>
</mods:relatedItem>
<mods:relatedItem type="otherVersion">
<mods:titleInfo>
<mods:title>2.0</mods:title>
</mods:titleInfo>
<mods:identifier type="doi">10.1594/GFZ.GEOFON.gfz2009kciu-2</mods:identifier>
<mods:recordInfo>
<mods:recordCreationDate>2019-06-18</mods:recordCreationDate>
<mods:recordInfoNote>Version created by owner for another reason</mods:recordInfoNote>
</mods:recordInfo>
</mods:relatedItem>
<!-- RIGHTS and LICENCES -->
<!-- Includes ORA deposit licence. See also CONTRIBUTIONS AND ROLES: COPYRIGHT HOLDER -->
<mods:accessCondition type="license">CC BY</mods:accessCondition>
<mods:accessCondition type="license_statement">Test licence statement</mods:accessCondition>
<mods:accessCondition type="license_start_date">2019-05-21</mods:accessCondition>
<mods:accessCondition type="license_url">http://test-license-condition.ac.uk/test</mods:accessCondition>
<mods:accessCondition type="record_ora_deposit_licence">https://ora.ox.ac.uk/deposit_agreements/v5</mods:accessCondition>
<mods:accessCondition type="rights_statement">Test rights: all moral rights reserved by creators</mods:accessCondition>
<!-- /RECORD METADATA -->
<!--
CONTRIBUTIONS AND ROLES
=======================
commissioning bodies, contributors, copyright_holders, funders, publishers
-->
<!-- COMMISSIONING BODY -->
<mods:name type="corporate">
<mods:displayForm>Test commissioning body</mods:displayForm>
<mods:role>
<mods:roleTerm type="text">Commissioning body</mods:roleTerm>
</mods:role>
</mods:name>
<!-- CONTRIBUTORS -->
<mods:name type="personal"> <!-- value can be 'corporate' or 'personal' -->
<mods:displayForm>Tom Wrobel</mods:displayForm>
<mods:namePart type="given">Thomas David</mods:namePart>
<mods:namePart type="family">Wrobel</mods:namePart>
<mods:alternativeName altType="initials"><mods:namePart>TD</mods:namePart></mods:alternativeName>
<mods:alternativeName altType="preferred_name">
<mods:namePart type="given">Tom</mods:namePart>
<mods:namePart type="family">Rubin</mods:namePart>
<mods:nameIdentifier type="preferred_email_address">[email protected]</mods:nameIdentifier>
</mods:alternativeName>
<mods:alternativeName altType="preferred_initials"><mods:namePart>T</mods:namePart></mods:alternativeName>
<mods:nameIdentifier type="email_address">[email protected]</mods:nameIdentifier>
<mods:nameIdentifier type="website">https://wrobel.net</mods:nameIdentifier>
<mods:nameIdentifier type="contributor_record_identifier">ci_88888888-8888-8888-8888-12345678abcd</mods:nameIdentifier>
<mods:nameIdentifier type="sso">lina0911r</mods:nameIdentifier><!-- TODO v2.1: change to type="institutional_identifier" -->
<mods:nameIdentifier type="orcid_identifier">0000-0003-3302-161X</mods:nameIdentifier>
<!-- Contributor identifiers without a mapped field in ORA will go into a holding 'contributor_identifiers' value for later processing -->
<mods:nameIdentifier type="ACO-number">11378</mods:nameIdentifier>
<mods:affiliation>
<ora:affiliation xmlns:ora="http://ora.ox.ac.uk/terms/">
<ora:affiliationComponent type="institution" institution_id="oxford01">University of Oxford</ora:affiliationComponent>
<ora:affiliationComponent type="division">GLAM</ora:affiliationComponent>
<ora:affiliationComponent type="department">Bodleian Libraries</ora:affiliationComponent>
<ora:affiliationComponent type="sub_department">BLDSS</ora:affiliationComponent>
<ora:affiliationComponent type="research_group">ORA</ora:affiliationComponent>
<ora:affiliationComponent type="sub_unit">ORA Developer Team</ora:affiliationComponent>
<ora:affiliationComponent type="oxford_college">Linacre College</ora:affiliationComponent>
<ora:affiliationComponent type="ora3_affiliation">Bodleian Libarries, BDLSS</ora:affiliationComponent>
</ora:affiliation>
</mods:affiliation>
<!-- Contributor roles
For multiple roles, create a mods:role for each role
-->
<mods:role>
<mods:extension>
<ora:role_order xmlns:ora="http://ora.ox.ac.uk/terms/">1</ora:role_order>
</mods:extension>
<mods:roleTerm type="text">Author</mods:roleTerm>
</mods:role>
<mods:role>
<mods:extension>
<ora:role_order xmlns:ora="http://ora.ox.ac.uk/terms/">2</ora:role_order>
</mods:extension>
<mods:roleTerm type="text">Editor</mods:roleTerm>
</mods:role>
<mods:role>
<mods:extension>
<ora:role_order xmlns:ora="http://ora.ox.ac.uk/terms/">1</ora:role_order>
</mods:extension>
<mods:roleTerm type="text">Depositor</mods:roleTerm>
</mods:role>
</mods:name>
<mods:name type="personal"> <!-- value can be 'corporate' or 'personal' -->
<mods:displayForm>Fake Author</mods:displayForm>
<mods:namePart type="given">Fake</mods:namePart>
<mods:namePart type="family">Author</mods:namePart>
<mods:nameIdentifier type="contributor_record_identifier">ci_88888888-8888-8888-8888-12345678abce</mods:nameIdentifier>
<mods:role>
<mods:extension>
<ora:role_order xmlns:ora="http://ora.ox.ac.uk/terms/">2</ora:role_order>
</mods:extension>
<mods:roleTerm type="text">Author</mods:roleTerm>
</mods:role>
<mods:affiliation>
<ora:affiliation xmlns:ora="http://ora.ox.ac.uk/terms/">
<ora:affiliationComponent type="ora3_affiliation">Fake Author 2 Affiliation, Some department</ora:affiliationComponent>
</ora:affiliation>
</mods:affiliation>
</mods:name>
<mods:name type="personal"> <!-- value can be 'corporate' or 'personal' -->
<mods:displayForm>Fake Impersonator</mods:displayForm>
<mods:namePart type="given">Fake</mods:namePart>
<mods:namePart type="family">Impersonator</mods:namePart>
<mods:nameIdentifier type="contributor_record_identifier">ci_88888888-8888-8888-8888-12345678abcf</mods:nameIdentifier>
<mods:role>
<mods:extension>
<ora:role_order xmlns:ora="http://ora.ox.ac.uk/terms/">1</ora:role_order>
</mods:extension>
<mods:roleTerm type="text">Impersonator</mods:roleTerm>
</mods:role>
</mods:name>
<mods:name type="personal"> <!-- value can be 'corporate' or 'personal' -->
<mods:displayForm>Fake Editor</mods:displayForm>
<mods:namePart type="given">Fake</mods:namePart>
<mods:namePart type="family">Editor</mods:namePart>
<mods:nameIdentifier type="contributor_record_identifier">ci_88888888-8888-8888-8888-12345678abc1</mods:nameIdentifier>
<mods:role>
<mods:extension>
<ora:role_order xmlns:ora="http://ora.ox.ac.uk/terms/">1</ora:role_order>
</mods:extension>
<mods:roleTerm type="text">Editor</mods:roleTerm>
</mods:role>
</mods:name>
<mods:name type="corporate"> <!-- value can be 'corporate' or 'personal' -->
<mods:displayForm>Corporate Author</mods:displayForm>
<mods:nameIdentifier type="contributor_record_identifier">ci_88888888-8888-8888-8888-12345678abc2</mods:nameIdentifier>
<mods:role>
<mods:extension>
<ora:role_order xmlns:ora="http://ora.ox.ac.uk/terms/">3</ora:role_order>
</mods:extension>
<mods:roleTerm type="text">Author</mods:roleTerm>
</mods:role>
</mods:name>
<!-- IF A CONTRIBUTOR HAS A ROLE WHERE ET_AL IS TRUE (field:contributors__roles__et_al) generate the following additional mods:name -->
<mods:name type="personal">
<mods:etal />
<mods:role>
<mods:roleTerm>Author</mods:roleTerm>
</mods:role>
</mods:name>
<!-- COPYRIGHT HOLDER -->
<mods:name type="corporate">
<mods:displayForm>BDLSS, University of Oxford, Copyright holder</mods:displayForm>
<mods:role>
<mods:roleTerm type="text">Copyright holder</mods:roleTerm>
</mods:role>
</mods:name>
<!-- FUNDER -->
<mods:name type="corporate">
<mods:displayForm>Test funder 1</mods:displayForm>
<mods:role>
<mods:roleTerm type="text">Funder</mods:roleTerm>
</mods:role>
<mods:nameIdentifier type="funder_identifier">testFunderId1</mods:nameIdentifier>
<mods:affiliation> <!-- We encode an act of funding as an affiliation, even though it is a stretch. This is partly for MODS validation purposes -->
<ora_admin:funding xmlns:ora_admin="http://ora.ox.ac.uk/vocabs/admin">
<!-- For multiple grants, create one ora_admin:funding element for each grant -->
<ora_admin:funding_programme>Test funder programme</ora_admin:funding_programme>
<ora_admin:funder_compliance>false</ora_admin:funder_compliance>
<ora_admin:funder_grant>
<ora_admin:is_funding_for>ci_88888888-8888-8888-8888-12345678abc1</ora_admin:is_funding_for><!-- More than one is_funding_for element is permissable -->
<ora_admin:grant_identifier>fundinggrant3</ora_admin:grant_identifier>
</ora_admin:funder_grant>
</ora_admin:funding>
<ora_admin:funding xmlns:ora_admin="http://ora.ox.ac.uk/vocabs/admin">
<!-- For multiple grants, create one ora_admin:funding element for each grant -->
<ora_admin:funder_compliance>true</ora_admin:funder_compliance>
<ora_admin:funder_grant>
<ora_admin:is_funding_for>ci_88888888-8888-8888-8888-12345678abc1</ora_admin:is_funding_for>
<ora_admin:is_funding_for>ci_88888888-8888-8888-8888-12345678abc2</ora_admin:is_funding_for><!-- More than one is_funding_for element is permissable -->
<ora_admin:grant_identifier>fundinggrant2</ora_admin:grant_identifier>
</ora_admin:funder_grant>
</ora_admin:funding>
</mods:affiliation>
</mods:name>
<mods:name type="corporate">
<mods:displayForm>Test funder 2</mods:displayForm>
<mods:role>
<mods:roleTerm type="text">Funder</mods:roleTerm>
</mods:role>
<mods:nameIdentifier type="funder_identifier">testFunderId2</mods:nameIdentifier>
<mods:affiliation> <!-- We encode an act of funding as an affiliation, even though it is a stretch. This is partly for MODS validation purposes -->
<ora_admin:funding xmlns:ora_admin="http://ora.ox.ac.uk/vocabs/admin">
<!-- For multiple grants, create one ora_admin:funding element for each grant -->
<ora_admin:funder_grant>
<ora_admin:grant_identifier>testgrant3</ora_admin:grant_identifier>
</ora_admin:funder_grant>
</ora_admin:funding>
</mods:affiliation>
</mods:name>
<!-- MANUFACTURER -->
<mods:name type="corporate">
<mods:displayForm>Test manufacturer</mods:displayForm>
<mods:role>
<mods:roleTerm type="text">Manufacturer</mods:roleTerm>
</mods:role>
<mods:nameIdentifier type="website">https://manufacturer.website.com</mods:nameIdentifier>
</mods:name>
<!-- PUBLISHER -->
<mods:name type="corporate">
<mods:displayForm>Test publisher</mods:displayForm>
<mods:role>
<mods:roleTerm type="text">Publisher</mods:roleTerm>
</mods:role>
<mods:nameIdentifier type="website">https://publisher.website.com</mods:nameIdentifier>
</mods:name>
<!-- /CONTRIBUTIONS AND ROLES -->
<!--
WORK-TYPE SPECIFIC METADATA
===========================
-->
<!-- BOOK, BOOK CHAPTER, EDITED BOOK, EVENT PROCEEDINGS -->
<mods:relatedItem type="host">
<mods:titleInfo>
<mods:title>Test host title</mods:title>
<!-- To be used if a conference proceeding is published in a Journal -->
<mods:subTitle>Test host journal title for conference proceeding</mods:subTitle>
</mods:titleInfo>
<mods:part>
<mods:detail type="chapter_number">
<mods:number>chapter 1</mods:number>
</mods:detail>
<mods:detail type="edition">
<mods:number>first edition</mods:number>
</mods:detail>
<mods:extent unit="pages">
<mods:list>3-6</mods:list>
</mods:extent>
<mods:detail type="volume">
<mods:number>volume 1</mods:number>
</mods:detail>
<mods:detail type="article">
<mods:number>Article 1</mods:number>
</mods:detail>
<mods:detail type="issue">
<mods:number>Issue 2</mods:number>
</mods:detail>
<mods:detail type="series_number">
<mods:number>Series 1</mods:number>
</mods:detail>
</mods:part>
<mods:location>
<mods:url>https://journal.website.url.com</mods:url>
</mods:location>
<mods:physicalDescription>
<mods:form type="status">Published</mods:form>
<mods:form type="peer_reviewed">Peer reviewed</mods:form>
</mods:physicalDescription>
</mods:relatedItem>
<!-- /BOOK, BOOK CHAPTER, EDITED BOOK, EVENT PROCEEDINGS -->
<!-- DATASET related markup -->
<mods:extension>
<ora_dataset:dataset
xmlns:ora_dataset="https://ora.ox.ac.uk/vocabs/dataset"
xmlns:mods="http://www.loc.gov/mods/v3"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<mods:dateOther point="start" type="data_collection">2019-01-01</mods:dateOther>
<mods:dateOther point="end" type="data_collection">2019-01-02</mods:dateOther>
<dcterms:spatial>UK</dcterms:spatial>
<mods:dateOther point="start" type="data_coverage">2018-01-01</mods:dateOther>
<mods:dateOther point="end" type="data_coverage">2018-12-31</mods:dateOther>
<dc:type>Digital</dc:type>
<ora_dataset:digital_storage_location>http://data_digtal_storage.location.com</ora_dataset:digital_storage_location>
<dcterms:extent>213123123</dcterms:extent>
<dc:format>zip</dc:format>
<dc:version>2.0</dc:version>
<ora_dataset:physical_storage_location>Bodleian Dataset Physical Storage Silo</ora_dataset:physical_storage_location>
<dcterms:references>https://data_management_plan.url.com</dcterms:references>
<ora_dataset:responsibility>Person responsible for the data and its management</ora_dataset:responsibility>
</ora_dataset:dataset>
</mods:extension>
<mods:relatedItem type="host">
<mods:physicalDescription>
<mods:form type="status">Published</mods:form>
</mods:physicalDescription>
</mods:relatedItem>
<!-- /DATASET related markup -->
<!-- PATENT related markup -->
<mods:extension>
<ora_patent:patent xmlns:ora_patent="https://ora.ox.ac.uk/vocabs/patent">
<!-- patent numbers -->
<ora_patent:number>patent1</ora_patent:number>
<ora_patent:application_number>patentapplication1</ora_patent:application_number>
<ora_patent:publication_number>patentpublication1</ora_patent:publication_number>
<!-- patent general metadata -->
<ora_patent:awarded_date>2019-05-01</ora_patent:awarded_date>
<ora_patent:filed_date>2019-04-01</ora_patent:filed_date>
<ora_patent:status>Issued/granted (published)</ora_patent:status>
<ora_patent:territory>Patent territory value</ora_patent:territory>
<!-- patent classifications -->
<ora_patent:cooperative_classification>Cooperative classification value</ora_patent:cooperative_classification>
<ora_patent:european_classification>European classification value</ora_patent:european_classification>
<ora_patent:international_classification>International classification value</ora_patent:international_classification>
</ora_patent:patent>
</mods:extension>
<!-- /PATENT -->
<!-- SERIES -->
<mods:relatedItem type="series">
<mods:titleInfo>
<mods:title>Test series title</mods:title>
</mods:titleInfo>
</mods:relatedItem>
<!-- /SERIES -->
<!-- THESIS -->
<mods:extension>
<uketd_dc:uketddc
xmlns:uketdterms="http://naca.central.cranfield.ac.uk/ethos-oai/terms/"
xmlns:uketd_dc="http://naca.central.cranfield.ac.uk/ethos-oai/2.0/"
xmlns:dcterms="http://purl.org/dc/terms/">
<uketdterms:institution>Degree institution</uketdterms:institution>
<uketdterms:qualificationlevel>Doctoral</uketdterms:qualificationlevel>
<uketdterms:qualificationname>PhD</uketdterms:qualificationname>
<dcterms:issued>20189-05-22</dcterms:issued>
</uketd_dc:uketddc>
</mods:extension>
<!-- /THESIS -->
<!-- WORKING PAPER -->
<mods:identifier type="paper_number">Paper number 1</mods:identifier>
<!-- /WORKING PAPER -->
<!-- /WORK-TYPE SPECIFIC METADATA -->
</mods:mods>
</mets:xmlData>
</mets:mdWrap>
</mets:dmdSec>
<mets:dmdSec ID="DMDFILE001">
<mets:mdWrap MDTYPE="OTHER">
<mets:xmlData>
<!--
BINARY FILE METADATA
====================
-->
<ora:repository_file xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:rioxxterms="http://www.rioxx.net/schema/v2.0/rioxx/"
xmlns:foxml="info:fedora/fedora-system:def/foxml#"
xmlns:oxds="http://vocab.ox.ac.uk/dataset/schema#"
xmlns:ora="http://ora.ox.ac.uk/terms/"
xmlns:symp="http://symplectic/symplectic-elements:def/model#"
xmlns:ali="http://www.niso.org/schemas/ali/1.0/"
xmlns:mods="http://www.loc.gov/mods/v3">
<dc:title>filename1.pdf</dc:title>
<dc:format>application/pdf</dc:format>
<dcterms:extent>1234567</dcterms:extent>
<dcterms:hasVersion>1.0</dcterms:hasVersion>
<dcterms:location>/data/ora/uuid:12345678-1234-1234-1234-12345678abcd/filename1.pdf</dcterms:location>
<foxml:datastream>ATTACHMENT_01</foxml:datastream>
<rioxxterms:version>VOR</rioxxterms:version>
<oxds:embargoedUntil>2019-06-01</oxds:embargoedUntil>
<ora:embargoComment>Embargoed until June 1</ora:embargoComment>
<ora:embargoPeriod>1 month</ora:embargoPeriod>
<ora:embargoReleaseMethod>Automatic release</ora:embargoReleaseMethod>
<ora:reasonForEmbargo>Publisher request</ora:reasonForEmbargo>
<mods:accessCondition type="file_licence">CC Attribution (CC-BY)</mods:accessCondition>
<mods:accessCondition type="file_licence_url">https://creativecommons.org/licenses/by/4.0</mods:accessCondition>
<dc:relation type="isFormatOf">r123453</dc:relation>
<ora:fileRequestable>automatically_available_to_oxford</ora:fileRequestable>
<ora:lastAccessRequestDate>2019-07-01</ora:lastAccessRequestDate>
<ali:free_to_read start_date="2019-06-02" />
<ora:fileOrder>1</ora:fileOrder>
<ora:fileSha1>28830c64019c1b6f80bbd513491fcd9b111d5c1f</ora:fileSha1>
<ora:accessConditionAtDeposit>yes</ora:accessConditionAtDeposit>
<ora:fileAndRecordDoNotMatch>no</ora:fileAndRecordDoNotMatch>
<symp:hasPublicUrl>https://ora.ox.ac.uk/objects/uuid:12345678-1234-1234-1234-12345678abcd?download=filename1.txt</symp:hasPublicUrl>
<!-- binary_files__file_admin_hyrax_filesest_identifier is a computed field, generated only when reading/exporting an object's metadata from Hyrax -->
<ora:filesetId>9k41zd50j</ora:filesetId>
</ora:repository_file>
<!-- /BINARY FILE METADATA -->
</mets:xmlData>
</mets:mdWrap>
</mets:dmdSec>
<mets:dmdSec ID="DMDFILE002">
<mets:mdWrap MDTYPE="OTHER">
<mets:xmlData>
<!--
BINARY FILE METADATA
====================
-->
<ora:repository_file xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:rioxxterms="http://www.rioxx.net/schema/v2.0/rioxx/"
xmlns:foxml="info:fedora/fedora-system:def/foxml#"
xmlns:oxds="http://vocab.ox.ac.uk/dataset/schema#"
xmlns:ora="http://ora.ox.ac.uk/terms/"
xmlns:symp="http://symplectic/symplectic-elements:def/model#"
xmlns:ali="http://www.niso.org/schemas/ali/1.0/"
xmlns:mods="http://www.loc.gov/mods/v3">
<dc:title>filename2.zip</dc:title>
<dc:format>application/zip</dc:format>
<dcterms:extent>5234568</dcterms:extent>
<dcterms:hasVersion>1.0</dcterms:hasVersion>
<dcterms:location>/data/ora/uuid:12345678-1234-1234-1234-12345678abcd/filename2.zip</dcterms:location>
<foxml:datastream>ATTACHMENT_02</foxml:datastream>
<oxds:embargoedUntil>9999-12-31</oxds:embargoedUntil>
<ora:fileOrder>2</ora:fileOrder>
<ora:fileSha1>5d5668d2a6108a2fb9211f6e6d824e2019dddf72</ora:fileSha1>
<ora:accessConditionAtDeposit>yes</ora:accessConditionAtDeposit>
<ora:fileAndRecordDoNotMatch>no</ora:fileAndRecordDoNotMatch>
<dc:relation type="isFormatOf">s32553325</dc:relation>
<!-- binary_files__file_admin_hyrax_filesest_identifier is a computed field, generated only when reading/exporting an object's metadata from Hyrax -->
<ora:filesetId>5b8fzd66r</ora:filesetId>
</ora:repository_file>
<!-- /BINARY FILE METADATA -->
</mets:xmlData>
</mets:mdWrap>
</mets:dmdSec>
<mets:amdSec ID="AMDLOG_0000">
<mets:rightsMD ID="RIGHTSMD_01">
<mets:mdWrap MDTYPE="METSRIGHTS">
<mets:xmlData>
<metsrights:RightsDeclarationMD RIGHTSCATEGORY="LICENSED" xmlns:metsrights="http://http://cosimo.stanford.edu/sdr/metsrights/">
<metsrights:RightsDeclaration>https://ora.ox.ac.uk/deposit_agreements/v5</metsrights:RightsDeclaration>
</metsrights:RightsDeclarationMD>
</mets:xmlData>
</mets:mdWrap>
</mets:rightsMD>
<mets:sourceMD ID="SOURCEMD_01">
<mets:mdWrap MDTYPE="MODS">
<mets:xmlData>
<mods:mods version="3.8" xmlns:mods="http://www.loc.gov/mods/v3">
<!--
ADMIN METADATA
==============
General admin
Open access admin
Thesis specific admin
Embargo details
-->
<!-- GENERAL ADMIN -->
<mods:recordInfo>
<mods:recordCreationDate>2019-06-02</mods:recordCreationDate>
<mods:recordContentSource>Manual entry</mods:recordContentSource>
<mods:recordInfoNote type="accept_updates">True</mods:recordInfoNote>
<mods:recordInfoNote type="admin_notes">Administrative notes go here</mods:recordInfoNote>
<mods:recordInfoNote type="confidential_report">Confidential report information goes here!</mods:recordInfoNote>
<mods:recordInfoNote type="deposit_note">Deposit notes go here</mods:recordInfoNote>
<mods:recordInfoNote type="ora_data_model_version">2.1</mods:recordInfoNote>
<mods:recordInfoNote type="pre_counter_downloads">0</mods:recordInfoNote>
<mods:recordInfoNote type="pre_counter_views">0</mods:recordInfoNote>
<mods:recordInfoNote type="requires_review">True</mods:recordInfoNote>
<mods:recordInfoNote type="ora_collection">Best of ORA</mods:recordInfoNote>
<mods:recordInfoNote type="ora_collection">Sample works</mods:recordInfoNote>
</mods:recordInfo>
<mods:extension>
<ora_admin:admin
xmlns:ora_admin="http://ora.ox.ac.uk/vocabs/admin"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:mods="http://www.loc.gov/mods/v3">
<ora_admin:doi_requested>yes</ora_admin:doi_requested>
<ora_admin:depositor_contacted>yes</ora_admin:depositor_contacted>
<ora_admin:depositor_contact_email_template>Template identifier 1</ora_admin:depositor_contact_email_template>
<ora_admin:record_first_reviewed_by>lina0911</ora_admin:record_first_reviewed_by>
<ora_admin:incorrect_version_deposited>no</ora_admin:incorrect_version_deposited>
<ora_admin:record_check_back_date>2019-06-02</ora_admin:record_check_back_date>
<ora_admin:record_deposit_date>2019-06-01</ora_admin:record_deposit_date>
<ora_admin:record_publication_date>2019-06-02</ora_admin:record_publication_date>
<ora_admin:record_embargo_status>Open access</ora_admin:record_embargo_status>
<ora_admin:record_review_status>Published</ora_admin:record_review_status>
<ora_admin:record_review_status_other>Record review status free text field</ora_admin:record_review_status_other>
<ora_admin:record_should_automatically_update>yes</ora_admin:record_should_automatically_update>
<ora_admin:record_review_priority>2</ora_admin:record_review_priority>
<ora_admin:record_version>1thir</ora_admin:record_version>
<ora_admin:rights_third_party_copyright_material>yes</ora_admin:rights_third_party_copyright_material>
<ora_admin:rights_third_party_copyright_permission_received>yes</ora_admin:rights_third_party_copyright_permission_received>
<ora_admin:rt_ticket_number>RTTicket12354</ora_admin:rt_ticket_number>
<ora_admin:history>
<ora_admin:history_action>
<dc:keyword>review_workflow</dc:keyword>
<mods:note>Initial Symp deposit</mods:note>
<dc:date>2019-06-01T12:00:00</dc:date>
<dc:description>submit</dc:description>
<dc:contributor>Sword2</dc:contributor>
</ora_admin:history_action>
<ora_admin:history_action>
<dc:keyword>review_workflow</dc:keyword>
<mods:note>Claimed by reviewer</mods:note>
<dc:date>2019-06-01T13:00:00</dc:date>
<dc:description>claim</dc:description>
<dc:contributor>lina0911</dc:contributor>
</ora_admin:history_action>
<ora_admin:history_action>
<dc:keyword>review_workflow</dc:keyword>
<mods:note>Initial review</mods:note>
<dc:date>2019-06-01T13:00:05</dc:date>
<dc:description>approve</dc:description>
<dcterms:temporal>30</dcterms:temporal>
<dc:contributor>lina0911</dc:contributor>
</ora_admin:history_action>
<ora_admin:history_action>
<dc:keyword>review_workflow</dc:keyword>
<mods:note>Publication after embargo</mods:note>
<dc:date>2019-06-02T13:00:05</dc:date>
<dc:description>approve</dc:description>
<dcterms:temporal>5</dcterms:temporal>
<dc:contributor>lina0911</dc:contributor>
</ora_admin:history_action>
<ora_admin:history_action>
<dc:keyword>automatic_update</dc:keyword>
<mods:note>JISC Core Updates</mods:note>
<dc:date>2019-06-06T13:00:05</dc:date>
<mods:note type="automatically_updated_fields">keyword;record_publication_date;subject</mods:note>
</ora_admin:history_action>
</ora_admin:history>
</ora_admin:admin>
</mods:extension>
<!-- OPEN ACCESS ADMIN -->
<mods:extension>
<ora_open_access_admin:ref_admin xmlns:ora_open_access_admin="http://ora.ox.ac.uk/vocabs/open_access_admin">
<ora_open_access_admin:apc_admin_apc_number>12312313</ora_open_access_admin:apc_admin_apc_number>
<ora_open_access_admin:apc_admin_apc_requested>yes</ora_open_access_admin:apc_admin_apc_requested>
<ora_open_access_admin:apc_admin_review_status>Under review</ora_open_access_admin:apc_admin_review_status>
<ora_open_access_admin:apc_admin_spreadsheet_identifier>APC Sheet 1</ora_open_access_admin:apc_admin_spreadsheet_identifier>
<ora_open_access_admin:ref_compliant_at_deposit>yes</ora_open_access_admin:ref_compliant_at_deposit>
<ora_open_access_admin:ref_compliant_avialability>yes</ora_open_access_admin:ref_compliant_avialability>
<ora_open_access_admin:ref_exception_required>38f</ora_open_access_admin:ref_exception_required>
<ora_open_access_admin:ref_exception_note>Ref exception free text note</ora_open_access_admin:ref_exception_note>
<ora_open_access_admin:rights_retention_statement_included>yes</ora_open_access_admin:rights_retention_statement_included>
<ora_open_access_admin:rights_retention_statement_opt_out>yes</ora_open_access_admin:rights_retention_statement_opt_out>
</ora_open_access_admin:ref_admin>
</mods:extension>
<!-- THESIS SPECIFIC ADMIN -->
<mods:extension>
<ora_thesis:thesis_admin xmlns:ora_thesis="https://ora.ox.ac.uk/vocabs/thesis">
<ora_thesis:thesis_archive_version_completed>no</ora_thesis:thesis_archive_version_completed>
<ora_thesis:thesis_student_system_updated>yes</ora_thesis:thesis_student_system_updated>
<ora_thesis:thesis_dispensation_from_consultation_granted>no</ora_thesis:thesis_dispensation_from_consultation_granted>
<ora_thesis:thesis_voluntary_deposit>yes</ora_thesis:thesis_voluntary_deposit>
</ora_thesis:thesis_admin>
</mods:extension>
<!-- EMBARGO information -->
<mods:accessCondition type="record_embargo_end_date">2019-06-02</mods:accessCondition>
<mods:accessCondition type="record_embargo_reason">press embargo</mods:accessCondition>
<mods:accessCondition type="record_embargo_release_method">Automatic release</mods:accessCondition>
<!-- /ADMIN_METADTA -->
</mods:mods>
</mets:xmlData>
</mets:mdWrap>
</mets:sourceMD>
</mets:amdSec>
<mets:fileSec>
<mets:fileGrp>
<mets:file ID="FILENAME1" MIMETYPE="mimetype">
<mets:FLocat xmlns:xlink="http://www.w3.org/1999/xlink" LOCTYPE="URL"
xlink:href="file:///data/ora/uuid:12345678-1234-1234-1234-12345678abcd/filename1.pdf"/>
</mets:file>
<mets:file ID="FILENAME2" MIMETYPE="mimetype">
<mets:FLocat xmlns:xlink="http://www.w3.org/1999/xlink" LOCTYPE="URL"
xlink:href="file:///data/ora/uuid:12345678-1234-1234-1234-12345678abcd/filename2.zip"/>
</mets:file>
</mets:fileGrp>
</mets:fileSec>
<mets:structMap TYPE="LOGICAL">
<mets:div DMDID="DMDLOG_0000" ADMID="AMDLOG_0000" ID="LOG_0000" LABEL="Object ID" TYPE="Repository object">
<mets:div DMDID="DMDFILE001" LABEL="FILENAME1" TYPE="Repository file">
<mets:fptr FILEID="FILENAME1"/>
</mets:div>
<mets:div DMDID="DMDFILE002" LABEL="FILENAME2" TYPE="Repository file">
<mets:fptr FILEID="FILENAME1"/>
</mets:div>
</mets:div>
</mets:structMap>
</mets:mets>