-
Notifications
You must be signed in to change notification settings - Fork 0
Related Item
Rory McNicholl edited this page Oct 11, 2024
·
5 revisions
Occurrences: 0-n
Definition: Information about a resource related to the one being registered.
NOTE: Portfolio items should be recorded in Portfolio Item
Allowed values, examples, other constraints: Can be used to provide series information or a text citation where the related resource does not have an identifier. However, it is also optional to provide an identifier here.
Sub-properties:
Example XML
<relatedItems>
<relatedItem relationType="IsPublishedIn" relatedItemType="Journal">
<relatedItemIdentifier relatedItemIdentifierType="ISSN">1234-5678</relatedItemIdentifier>
<titles>
<title>Journal of Metadata Examples</title>
</titles>
<contributors>
<contributor contributorType="Curator">
<contributorName nameType="Personal">Fyson, Will</contributorName>
<givenName>Will</givenName>
<familyName>Fyson</familyName>
<nameIdentifier schemeURI="https://orcid.org/" nameIdentifierScheme="ORCID">0000-0001-5727-2427</nameIdentifier>
<affiliation affiliationIdentifier="https://ror.org/034hh2e11" affiliationIdentifierScheme="ROR" schemeURI="https://ror.org">Victoria and Albert Museum</affiliation>
</contributor>
<contributor>
<contributorName xml:lang="en" nameType="Organizational">Victoria and Albert Museum</contributorName>
<nameIdentifier schemeURI="https://ror.org/" nameIdentifierScheme="ROR">https://ror.org/034hh2e11</nameIdentifier>
</contributor>
</contributors>
<dates>
<date dateType="Duration">2024-01-01/2024-06-30</date>
<date dateType="Other" dateInformation="Conceptualized">2023-01-01</date>
</dates>
</relatedItem>
</relatedItems>
Based on DataCite Related Item
Back to : Files
On to : Organisational Unit