ucsdlib / damsmanager

DAMS Manager
Other
3 stars 1 forks source link

Replace invalid personalName ARKs in History of the UC San Diego Visual Arts Department #329

Closed ghost closed 5 years ago

ghost commented 5 years ago

Descriptive summary

This is a high priority because the collection is public.

In the History of the UC San Diego Visual Arts Department, some personalName properties for "Lonidier, Fred 1942-" were created with an invalid ARK which results in the name and role not displaying:

Task

FOR every object in History of the UC San Diego Visual Arts Department (https://library.ucsd.edu/dc/collection/bb5533548r) IF personalName ARK == "75f9542697244934y" REPLACE with "bb2700755z"

Old: dams:personalName rdf:resource="http://library.ucsd.edu/ark:/20775/75f9542697244934y" Display result = null

New: dams:personalName rdf:resource="http://library.ucsd.edu/ark:/20775/bb2700755z" Display result: Lonidier, Fred 1942-

gamontoya commented 5 years ago

@hweng Do you have time to work on this high priority ticket?

hweng commented 5 years ago

@gamontoya Yes, I can take it.

hweng commented 5 years ago

@GregReser @gamontoya The objects in History of the UC San Diego Visual Arts Department have been updated to fix dams:personalName. And the solr index finished updating too.

I've seen the Display result: "Lonidier, Fred 1942-" For example: https://library.ucsd.edu/dc/object/bb15403545, could you take a look if it looks good to you too?

ghost commented 5 years ago

@hweng looks good. Thank you