Open christinklez opened 1 year ago
Alternative title should be addressed when any of the OAI mappers PRs are merged.
Thanks! #27591 is a good collection to test. Thank you!
Lucas checked the base oai mapper work addresses the alternative title issue.
ETL these collections for MVP. Revisit fixes post-MVP.
fixes requested
<dc:format>.obj</dc:format>
& 2 types:<dc:type>3D Image</dc:type> <dc:type>Image</dc:type>
Legacy is mapping all three of these toformat: obj; 3D Image; Image
& one of these totype: image
Rikolti is mapping only two of these to"format": ["obj", "image"]
(dropping 3D Image). (Rikolti continues to also map"type": ["image"]
) Please investigate why Rikolti is dropping "3D Image" from its list of formats; see example in 27587 reportresolved issues
<dc:alternative>
(add to the base oai mapper) (Note that our previous requests indicated to add<dcterms:alternative>
. We'd like you to add both of these to the base mapper.)