uchicago-library / uchicagoldr-premiswork

work to make the ldr premis compliant
GNU General Public License v3.0
8 stars 4 forks source link

linking*Identifier factories #7

Closed bnbalsamo closed 8 years ago

bnbalsamo commented 8 years ago

Often it is the case that you want to produce a linkingIdentifier for a thing you are working with in order to insert it into a record. The required operations for this aren't necessarily that complicated, but take a while to type and necessitate repeating the same code in several places in order to achieve this functionality often. Pypremis should provide the functionality to spawn linkingIdentifier nodes via a factory class accepting the *Identifier on init