UTLDAMS Digital Collection (autogenerated)
Abstract
AUTOGENERATED MODS Element name: <relatedItem type="host" displayLabel="UTLDAMS Digital Collection"> Short definition: Parent collection in the DAMS to which the asset belongs. Distinct from Source Collection and Digital Collection. Input guidelines: System-generated value created upon ingest. Do not remove, alter or overwrite a relatedItem element with displayLabel UTLDAMS Digital Collection or any of its subelements. Do not use the combination of type="host" and displayLabel="UTLDAMS Digital Collection" for relateItem elements when preparing your own metadata outside of the DAMS. Removing, altering or overwriting the relatedItem element with displayLabel UTLDAMS Digital Collection or any of its subelements will cause the DAMS to malfunction.
Definition
Parent collection in the DAMS to which the asset belongs. Distinct from Source Collection and Digital Collection.
DAMS input form fields
System-generated metadata element. These elements cannot be edited in the DAMS metadata web form.
MODS Element description
Element <relatedItem>
http://www.loc.gov/standards/mods/userguide/relateditem.html
Guidelines for use
<relatedItem> is a container element for subelements describing a related resource.
Do not remove, alter or overwrite a relatedItem element with displayLabel UTLDAMS Digital Collection or any of its subelements. Do not use the combination of type="host" and displayLabel="UTLDAMS Digital Collection" for relateItem elements when preparing your own metadata outside of the DAMS.
Removing, altering or overwriting the relatedItem element with displayLabel UTLDAMS Digital Collection or any of its subelements will cause the DAMS to malfunction.
Attributes
Attribute name | Details | XPath syntax examples |
---|---|---|
displayLabel | value:
For DAMS metadata about a Digital Collection, the displayLabel and type attribute always co-occur with the values specified here. Do not remove, alter or overwrite a relatedItem element with displayLabel UTLDAMS Digital Collection or any of its subelements. Do not use the combination of type="host" and displayLabel="UTLDAMS Digital Collection" for relateItem elements when preparing your own metadata outside of the DAMS. Removing, altering or overwriting the relatedItem element with displayLabel UTLDAMS Digital Collection or any of its subelements will cause the DAMS to malfunction. | relatedItem[@type="host" and @displayLabel="UTLDAMS Digital collection"] |
type | value:
For DAMS metadata about a Digital Collection, the displayLabel and type attribute always co-occur with the values specified here. Do not remove, alter or overwrite a relatedItem element with displayLabel UTLDAMS Digital Collection or any of its subelements. Do not use the combination of type="host" and displayLabel="UTLDAMS Digital Collection" for relateItem elements when preparing your own metadata outside of the DAMS. Removing, altering or overwriting the relatedItem element with displayLabel UTLDAMS Digital Collection or any of its subelements will cause the DAMS to malfunction. | relatedItem[@type="host" and @displayLabel="UTLDAMS Digital collection"] |
Subelements
For information about a UTLDAMS Digital Collection (parent collection), the following subelements of <relatedItem> are used in the DAMS:
- titleInfo
- 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 |
---|---|---|
displayLabel | value:
| relatedItem[@type="host" and @displayLabel="UTLDAMS Digital collection"]/titleInfo[@displayLabel="UTLDAMS 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
Name of DAMS parent 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><identifier>
Guidelines for use
URI of DAMS parent collection in which the asset belongs.
Attributes
Attribute name | Details | XPath syntax examples |
---|---|---|
type | value:
| relatedItem[@type="host" and @displayLabel="UTLDAMS Digital collection"]/identifier[@type="utldamsURI"] relatedItem[@type="host" and @displayLabel="UTLDAMS Digital collection"]/identifier[@type="utldamsPID"] |
Subelements
No subelements for <identifier>.
XML Examples
Mappings
Dublin Core
Depending on the direction of mapping necessary, check
- DC to MODS: https://www.loc.gov/standards/mods/dcsimple-mods.html
- MODS to DC: http://www.loc.gov/standards/mods/mods-dcsimple.html
Dublin Core field | Mapping condition | MODS element | Notes |
---|---|---|---|
dc:relation | MODS to DC | relatedItem[@type="host" and @displayLabel="UTLDAMS Digital collection"]/* | Do not map information from the MODS relatedItem element with displayLabel="UTLDAMS Digital collection" to DC elements. |
dc:relation | DC to MODS | relatedItem[@type="host" and @displayLabel="UTLDAMS Digital collection"]/* | Do not map dc:relation information into the MODS relatedItem element with displayLabel="UTLDAMS Digital collection" |
MARC 21
See http://www.loc.gov/standards/mods/mods-mapping.html. The following specific guidelines apply for the DAMS:
MARC 21 field | Mapping condition | MODS element | Notes |
---|---|---|---|
* | MARC to MODS | relatedItem[@type="host" and @displayLabel="UTLDAMS Digital collection"]/* | Do not map MARC data into the MODS relatedItem element with displayLabel="UTLDAMS Digital collection" |
Solr
In general, all MODS metadata is imported into the DAMS Solr server upon ingest. The ingest process generates Solr fields typically named according to the following schema:
mods_value*_suffix
where
- value* can be one or multiple element, subelement or attribute names that allow to distinguish Solr fields
- suffix is s, t, ss, ms or mt, which refers to the type of data stored in a Solr field and how it is indexed. The Solr index usually contains multiple copies of each field with the same content, distinguished by their suffix.
The following table shows mappings between MODS elements and Solr fields for those fields that are currently used for display in the Collections portal, or where additional processing happens in Islandora or during the publishing process. Suffixes are ignored, unless relevant for the mapping.
MODS element | Mapping condition | Solr DAMS | Solr Collections Portal | Notes |
---|---|---|---|---|
relatedItem/identifier | mods_relatedItem_identifier | N/A | All relatedItem/identifier information is merged into a multivalued Solr field. | |
relatedItem/titleInfo/title | mods_relatedItem_titleInfo_title | N/A | All relatedItem/titleInfo/title information is merged into a multivalued Solr field. | |
relatedItem[@type="host"]/titleInfo/title | mods_relatedItem_titleInfo_title_host | N/A | All title information for relatedItem elements of type host is merged into a multivalued Solr field. | |
relatedItem[@type="host" and @displayLabel="UTLDAMS Digital collection"]/titleInfo/title | mods_relatedItem_titleInfo_title_UTLDAMSDigitalcollection_host | N/A | ||
relatedItem[@type="host" and @displayLabel="UTLDAMS Digital collection"]/identifier[@type="utldamsPID"] | mods_relatedItem_identifier_utldamsPID_UTLDAMSDigitalcollection_host | N/A | ||
relatedItem[@type="host" and @displayLabel="UTLDAMS Digital collection"]/identifier[@type="utldamsURI"] | mods_relatedItem_identifier_utldamsURI_UTLDAMSDigitalcollection_host | N/A |
Welcome to the University Wiki Service! Please use your IID (yourEID@eid.utexas.edu) when prompted for your email address during login or click here to enter your EID. If you are experiencing any issues loading content on pages, please try these steps to clear your browser cache.