<?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>