skip navigationThe Library of Congress » Standards » MODS Official Web Site |
Top-level Element: <recordInfo>
Guidelines for Use<recordInfo> is a container element that includes subelements relating to information necessary for managing metadata. This type of administrative information can help establish the provenance of a metadata record and may enable better interpretation of the content of the record. <recordInfo> may also include information that is relevant only to the creating or managing institution. Subelement: <recordContentSource>
Guidelines for UseThis information can be useful to trace the provenance of a particular metadata record.
The name or code should be pulled from an authoritative list indicated by an authority attribute, such as the Organization Code Source Codes or the Code list for Cultural Heritage Organizations, both maintained by the Library of Congress If "marcorg" is used, the value in
Subelement: <recordCreationDate>
Guidelines for UseIf the record is originally created in MODS, this date will reflect the original creation date of the MODS record. If the record was transformed from another source, the date will reflect the original creation date from that source. If a structured date is used, indicate the formatting source using the encoding attribute. The use of the keyDate is not recommended in this context; keyDate is intended for use in the <originInfo> element. The use of the qualifier attribute within date information in <recordInfo> is not recommended. If the creation date is not known or must be inferred, it is probably not useful to include. Subelement: <recordChangeDate>
Guidelines for Use<recordChangeDate> may serve as a version identifier for the record. If a structured date is used, indicate the formatting source using the encoding attribute. The use of the keyDate or qualifier attribute is not recommended in this context. See <recordCreationDate>. Subelement: <recordIdentifier>
Guidelines for UseIf <recordIdentifier> is used, the use of the source attribute is recommended. The source name should be from a controlled list if possible (e.g., Organization Code Source Codes). Specific Attribute Informationsource Definition
Contains the code or name of the entity (e.g. an organization and/or database) whose system control number is located in the <recordIdentifier> element.
Application
Possible sources for the name or code include the Organization Code Source Codes, the Code list for Cultural Heritage Organizations or the MARC Code List for Organizations, all maintained by the Library of Congress.
Subelement: <recordOrigin>
Guidelines for UseUse this subelement to record information about the origin, or provenance of the record including what methods were used to prepare the record (machine generated or human prepared) and what transformations have been applied (e.g., the result of converting an existing MARC 21 record to MARCXML and to MODS). <recordOrigin> values can be free text or an institution may establish locally-controlled values for machine processing and consistency. Subelement: <recordInfoNote>
Guidelines for UseThis subelement inherets the element Note definition. <recordInfoNote> is used for information that is not encoded in another, more specific MODS <recordInfo> element. Specific Attribute Informationtype Definition
Identifies what type of note is recorded. Application
This attribute is not controlled by a list and thus is open-ended. Subelement: <languageOfCataloging>
Guidelines for UseSee guidelines for <language> (including attribute and subelement descriptions). They pertain also to <languageOfCataloging> (except where noted) and are not repeated here. Specific Attribute InformationobjectPart Definition
Defined for consistency with <language>. Unlikely to be used with <languageOfCataloging>.
Subelement of <languageOfCataloging>: <languageTerm>
Guidelines for Use<languageTerm> may be expressed in textual or coded form. If in coded form, the source of the code is contained in the value of the authority attribute. If no authority is given, it is assumed that the information is textual. If there is more than one representation of the same language (e.g., text and code), <languageTerm> is repeated. If the record is in more than one language, <languageOfCataloging> is repeated. Specific Attribute Informationtype Definition
Identifies what type of <languageTerm> is recorded.
Application
This attribute may be used with the following values:
Subelement of <languageOfCataloging>: <scriptTerm>
Guidelines for Use<scriptTerm> may be expressed in textual or coded form. If in coded form, the source of the code is contained in the value of the authority attribute. If no authority is given, it is assumed that the content is textual. If there is more than one representation of the same script (e.g., text and code), <scriptTerm> is repeated. If the record is in more than one script, <languageOfCataloging> is repeated. Record the name of the authoritative list used, if applicable, e.g. authority="iso15924". The Library of Congress maintains an online listing: Script Code and Term Source Codes. Specific Attribute Informationtype Definition
Identifies what type of <scriptTerm> is recorded.
Application
This attribute may be used with the following values:
Subelement: <descriptionStandard>
Guidelines for UseIdentify in <descriptionStandard> which national or specialized description conventions, such as AACR2-based manuals for special forms of materials, were used, if any. EXAMPLES<recordInfo>
<recordCreationDate encoding="marc">030211</recordCreationDate>
</recordInfo>
<recordInfo>
<recordCreationDate>October 8, 2002</recordCreationDate>
<recordOrigin>machine generated</recordOrigin> </recordInfo>
<recordInfo>
<recordContentSource authority="marcorg">CStmoGRI</recordContentSource>
<descriptionStandard authority="marcdescription">cco</descriptionStandard> </recordInfo>
[Record was created by Getty Research Institute using rules specified in Cataloging Cultural Objects] <recordInfo>
<recordContentSource>Library of Congress</recordContentSource>
</recordInfo>
<recordInfo>
<recordIdentifier source="dlc">85753651</recordIdentifier>
</recordInfo>
<recordInfo>
<recordIdentifier>2001627090</recordIdentifier>
</recordInfo>
<recordInfo>
<recordChangeDate encoding="iso8601">20020311</recordChangeDate>
</recordInfo>
<recordInfo>
<recordChangeDate encoding="iso8601">20000406144503.0 </recordChangeDate>
</recordInfo>
<recordInfo>
<recordCreationDate encoding="w3cdtf">2001-07-12</recordCreationDate>
</recordInfo>
<recordInfo>
<recordContentSource>Université René Descartes Bibliothèque</recordContentSource>
<recordOrigin>human prepared</recordOrigin> <languageOfCataloging authority="iso639-2b">fre</languageOfCataloging> </recordInfo>
<recordInfo>
<recordContentSource authority="oclcorg">UIU</recordContentSource>
<recordOrigin>Record has been transformed into MODS from a qualified Dublin Core record using a stylesheet available at http://www.sample.edu/. Metadata originally created in a locally modified version of qualified Dublin Core (data dictionary available: http://www.sample.edu/.)</recordOrigin> <languageOfCataloging> <languageTerm authority= "iso639-2">eng</languageTerm>
</languageOfCataloging>
</recordInfo>
Apply @usage to indicate a current, primary set of recordInfo while at the same time retaining the previous or alternate record information. <recordInfo usage="primary">
<recordContentSource authority="marcorg">MH</recordContentSource>
<recordContentSource authority="marcorg">830804</recordContentSource>
<recordContentSource authority="marcorg">20080122</recordContentSource>
<recordIdentifier source="ALMA">990000035150203941_FHCL.HOUGH:37522572</recordIdentifier> <recordOrigin>Converted from MARCXML to MODS version 3.8</recordOrigin> </recordInfo>
<recordInfo>
<recordContentSource authority="marcorg">MH</recordContentSource>
<recordIdentifier source="ALEPH">000003515</recordIdentifier> </recordInfo>
MAPPINGSMARC Mapping (Bibliographic)See MARC Mapping to MODS for the <recordInfo> element. Dublin Core MappingSee MODS to Dublin Core Metadata Element Set Mapping. Last Updated: October 31, 2022 |