Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Documentation in preparation

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>
	<name authority="viaf" authorityURI="http://viaf.org/viaf/data/" type="personal">
		<namePart>Mercado, Walter</namePart>
	</name>
</subject>
 
<subject>
	<name type="personal">
		<namePart>Copperfield, David</namePart>
	</name>
</subject>


Note that

  • No labels