-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathdatacite-example-relateditem2-v4.xml
More file actions
36 lines (36 loc) · 1.43 KB
/
datacite-example-relateditem2-v4.xml
File metadata and controls
36 lines (36 loc) · 1.43 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example for RelatedItem: Digitized book chapter in a book (with no identifier) -->
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 https://schema.datacite.org/meta/kernel-4/metadata.xsd">
<identifier identifierType="DOI">10.82433/ECK0-F231</identifier>
<creators>
<creator>
<creatorName nameType="Personal">Garcia, Sofia</creatorName>
<givenName>Sofia</givenName>
<familyName>Garcia</familyName>
</creator>
</creators>
<titles>
<title xml:lang="en">Example Chapter Title</title>
</titles>
<publisher xml:lang="en">Example Publisher</publisher>
<publicationYear>1980</publicationYear>
<resourceType resourceTypeGeneral="BookChapter"/>
<relatedItems>
<relatedItem relationType="IsPublishedIn" relatedItemType="Book">
<titles>
<title>Example Book Title</title>
</titles>
<publicationYear>1980</publicationYear>
<volume>I</volume>
<firstPage>110</firstPage>
<lastPage>155</lastPage>
<publisher>Example Publisher</publisher>
<edition>2nd edition</edition>
<contributors>
<contributor contributorType="Editor">
<contributorName nameType="Personal">Miller, Elizabeth</contributorName>
</contributor>
</contributors>
</relatedItem>
</relatedItems>
</resource>