SAA-SDT / eac1-to-eac2-conversion

Transformation files to convert EAC 1.x valid records into EAC 2.0 records
Creative Commons Zero v1.0 Universal
2 stars 1 forks source link

preferredForm translation and nameEntry attributes #5

Closed alexduryee closed 1 month ago

alexduryee commented 3 years ago

The transformation for preferredForm is a bit odd - looking at the Frankenstein file, the preferredForm string is being lost into a comment, but the nameEntry has "preferredForm=true".  The same goes for authorizedForm, although that may be less relevant since the authorized attribute just flags that an authorized form exists.

fordmadox commented 3 years ago

This is one area that will be detailed in the release notes, but for some of the background discussion on the mapping part, see https://github.com/SAA-SDT/eac-cpf-schema/issues/117#issuecomment-762153648 and below :)

kerstarno commented 3 years ago

@alexduryee To spare you reading through the rather lengthy decision process in #117 ;-) : the content of the elements <authorizedForm>, <alternativeForm>, and <preferredForm> is actually moved to a new <conventionDeclaration> element seeing that they are intended to capture the rule(s) according to which a name entry is an authorised, alternative, or preferred form. The <nameEntry> links to these via the @conventionDeclarationReference.

Hope that makes this part of the transformation clearer.

fordmadox commented 1 month ago

Closing this issue out, as discussed above.