Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Expand
titleClick here to show Table of Contents...

Table of Contents

...

Excerpt

Status
colourBlue
titleRepeatable

MODS Element name: <relatedItem type="host" displayLabel="Digital collection">

Short definition: Digital collection/s in the DAMS or other access systems to which the asset belongs. Distinct from Source Collection.

Input guidelines: Input name, identifier, and/or URL of digital collections to which the asset belongs, such as those in other access systems. If you enter information about a collection to which an asset belongs as Source Collection, do not duplicate this information here.

Note

Do not enter information about the an asset's parent collection in the DAMS.

Information about the DAMS parent collection of an asset is automatically added upon ingest.

...

Note

Do not enter information about the an asset's parent collection in the DAMS.

Information about the DAMS parent collection of an asset is automatically added upon ingest.

...


Attribute name

Details

XPath syntax examples

displayLabel

value:

  • Digital collection

For DAMS metadata about a Digital Collection, the displayLabel and type attribute always co-occur with the values specified here.

relatedItem[@type="host" and @displayLabel="Digital collection"]
type

value:

  • host

For DAMS metadata about a Digital Collection, the displayLabel and type attribute always co-occur with the values specified here.

relatedItem[@type="host" and @displayLabel="Digital collection"]

Subelements

For information about a Digital Collection, the following subelements of <relatedItem> are used in the DAMS:

  • titleInfo
  • location
  • identifier

Subelement <relatedItem><titleInfo>

Guidelines for use

<titleInfo> is a container element that contains subelements related to title information.

Attributes

Attribute name

Details

XPath syntax examples

lang

value:

  • eng
relatedItem[@type="host" and @displayLabel="Digital Collection"]/titleInfo[@lang="eng"]
displayLabel

value:

  • Digital collection name
relatedItem[@type="host" and @displayLabel="Digital Collection"]/titleInfo[@displayLabel="Digital collection name"]

Subelements

For information about a Digital Collection, the following subelement of <titleInfo> is used in the DAMS:

  • title

Subelement <relatedItem><titleInfo><title>

Guidelines for use

Enter name of external digital collection in which the asset belongs.

Attributes

No attributes for <title> are currently implemented in the DAMS.

Subelements

No subelements for <title> are currently implemented in the DAMS.

Subelement <relatedItem><location>

Guidelines for use

<location> is a container element; specific data is recorded in the subelements.

Attributes

No attributes for <location> are currently implemented in the DAMS.

Subelements

For information about a Digital Collection, the following subelement of <location> is used in the DAMS:

  • url

Subelement <relatedItem><location><url>

Guidelines for use

<url> is for an electronic location from which the resource is available. Enter the URL of an external digital collection in which the asset belongs.

Attributes

Attribute name

Details

XPath syntax examples

displayLabel

value:

  • Digital collection URL
relatedItem[@type="host" and @displayLabel="Digital Collection"]/location/url[@displayLabel="Digital collection URL"]

Subelements

No subelements for <url>.

Subelement <relatedItem><identifier>

Guidelines for use

Enter URI of external digital collection in which the asset belongs.

Attributes

Attribute name

Details

XPath syntax examples

type

value:

  • uri

For DAMS metadata about a Digital Collection, the displayLabel and type attribute always co-occur with the values specified here.

relatedItem[@type="host" and @displayLabel="Digital Collection"]/identifier[@type="uri" and @displayLabel="Digital collection URI"]
displayLabel

value:

  • Digital collection URI

For DAMS metadata about a Digital Collection, the displayLabel and type attribute always co-occur with the values specified here.

relatedItem[@type="host" and @displayLabel="Digital Collection"]/identifier[@type="uri" and @displayLabel="Digital collection URI"]

Subelements

No subelements for <identifier>.

XML Examples

Code Block
languagexml
collapsetrue
<relatedItem displayLabel="Digital collection" type="host"> 
	<identifier type="uri" displayLabel="Digital collection URI>urn:oasis:names:specification:docbook:dtd:xml:4.1.2</identifier>
	<location>
		<url displayLabel="Digital collection URL">http://omeka.lib.utexas.edu/greatcollection</url>
	</location>
	<titleInfo lang="eng" displayLabel="Digital collection name">
		<title> Architecture Video Collection </title>
	</titleInfo>
</relatedItem>

Mappings

Dublin Core

...