Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

Status
colourBlue
titleRepeatable
 

MODS Element name: <recordOrigin><recordInfo><recordOrigin>

Short definition: Information aboutthe origin or provenance of the MODS record.

Input guidelines: Use to record information about the origin, or provenance of the MODS record including what methods were used to prepare the MODS 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). Follow your unit/collection guidelines per Supervisor/Collection Owner.

...

Subelement <recordInfo><recordOrigin>

Guidelines for use

Use to record information about the origin, or provenance of the MODS record including what methods were used to prepare the MODS 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). Follow your unit/collection guidelines per Supervisor/Collection Owner.

Attributes

Element Parts

Details

XPath syntax examples

lang

value:

  • eng
recordOrigin[@lang="eng"]

Subelements

No subelements for <recordOrigin>.

XML Examples

Code Block
languagexml
collapsetrue
<recordInfo>
	<recordOrigin lang="eng">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><recordContentSource authority="naf" authorityURI="http://id.loc.gov/authorities/names">University of Texas Libraries</recordContentSource><recordCreationDate encoding="w3cdtf">2018-07-31</recordCreationDate>
</recordInfo>

<recordInfo>
	<recordOrigin lang="eng">human prepared</recordOrigin>
</recordInfo>

Mappings

Dublin Core

...