<relations> Relations

<relations> is a new element in EAD3 used to group one or more <relation> elements, which are used to identify and link to entities which have a relationship to the materials described. It may be used within <archdesc>, <c>, and <c01>…<c12>.

Attributes

  • @altrender – not required. Use if the content of the element should be displayed or printed differently than the rendering established in a style sheet for other occurrences of the element.
  • @audience – not required. Use to set whether the element’s contents will be visible to external users or to internal ones. Possible values are: “internal” and “external.”
  • @base – not required. May contain a URI to create a base URI used to resolve any relative URIs used within the child elements, if the base URI differs from the base URI of the EAD instance.
  • @encodinganalog – not required. May contain information to map this tag to a particular element in another schema.
  • @id – not required. Creates an ID for element. Can be used for linking.
  • @lang – not required. Three-letter code that indicates the language in which the element’s contents were written. It should come from ISO 639-2b.
  • @localtype – not required. This attribute may be used within a number of elements. Its use and values are not defined by the schema and may be defined locally.
  • @script – not required. Four-letter code that indicates the script in which the element’s contents were written. It should come from ISO 15924.

Child Elements

<relations> must contain one or more <relation> element.

Example

<relations>
  <relation relationtype="cpfrelation" actuate="onload" show="new" href="https://piecemaking.edu/ark:1313/gqt014">
    <relationentry>Graduate Society of Quilting Technologists</relationentry>
    <daterange>
        <fromdate standarddate="1980">1980</fromdate>
    </daterange>
    <descriptivenote>
        <p>Organized and run by graduate students within the department with a rotating faculty advisor, this society co-sponsors the "Threads and Voices" symposium series. Its students invite speakers, conduct event planning, and host the event, while the department provides financial support and guidance.</p>
    </descriptivenote>
  </relation>
  <relation relationtype="resourcerelation" actuate="onload" show="new" href="https://quilthismus.org/archives/coll/9274">
    <relationentry>Collaborations</relationentry>
    <objectxmlwrap>
        <rdf:Description>
        <dc:title>Collaborations: Quilting History Museum and Piecemaking U</dc:title>
        <dc:identifier>9274</dc:identifier>
        <dc:date>1986-1992</dc:date>
        <dc:subject>exhibits</dc:subject>
        <dc:subject>teaching</dc:subject>
        <dc:subject>quilts</dc:subject>
        <dc:subject>technology</dc:subject>
        </rdf:Description>
    </objectxmlwrap>
    <descriptivenote><p>Exhibit notes and meeting minutes from a project partnership between the Quilting History Museum and department members of the Quilting Technologies Department</p></descriptivenote>
  </relation>
</relations>

EAD3 Tag Library Entry

View the official tag library entry for <relations>