Skip to content

Commit

Permalink
Data for test mod.
Browse files Browse the repository at this point in the history
  • Loading branch information
svogt0511 committed Dec 6, 2023
1 parent e28426b commit ed026c2
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion spec/fixtures/files/datacite-example-full-v4.5.xml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
<relatedItems>
<relatedItem relatedItemType="Text" relationType="Cites">
<relatedItemIdentifier relatedItemIdentifierType="ISSN">1234-5678</relatedItemIdentifier>
<creators>
<creators>
<creator>
<creatorName nameType="Personal">ExampleFamilyName, ExampleGivenName</creatorName>
<givenName>ExampleGivenName</givenName>
Expand All @@ -250,6 +250,18 @@
</contributor>
</contributors>
</relatedItem>
<relatedItem relationType="Collects" relatedItemType="Journal">
<relatedItemIdentifier relatedItemIdentifierType="ISSN">1234-5678</relatedItemIdentifier>
<titles>
<title>Journal of Metadata Examples - Collects</title>
</titles>
</relatedItem>
<relatedItem relationType="IsCollectedBy" relatedItemType="Journal">
<relatedItemIdentifier relatedItemIdentifierType="ISSN">0123-4567</relatedItemIdentifier>
<titles>
<title>Journal of Metadata Examples - IsCollectedBy</title>
</titles>
</relatedItem>
</relatedItems>
</resource>

0 comments on commit ed026c2

Please sign in to comment.