Versions Compared

Key

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

Documentation

in

preparation

Warning
You can add names as subject terms during batch ingest if your MODS XML contains subject elements that conform to the following pattern.
Each name should be encapsulated in its own <subject> element:
<subject>

Names as subject headings are currently only visible and searchable within the DAMS. The metadata information is NOT copied to the Collections portal upon publication.


You can add names as subject terms during batch ingest if your MODS XML contains subject elements that conform to the following pattern. Each name must be encapsulated in its own <subject> element. 

Code Block
languagexml
<subject>
	<name authority="viaf" authorityURI="http://viaf.org/viaf/data/" type="personal">
		<namePart>Mercado, Walter</namePart>
	</name>
</subject>
 
<subject>

 
<subject>
	<name type="personal">
		<namePart>Copperfield, David</namePart>
	</name>
</subject>
Note that