-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Library – confirm preferred categorisation for HMO and LO #6
Comments
YCBA is correct here. If we know that it's a book format of object, then it would be better to have books on the HMO. |
To confirm - Action for me here is to classify all Library LOs as texts (classified as type of work) and all Library HMOs as books (classified as type of object). Neither is happening atm. |
Actually that's not true - the LOs are being classified according to the value of |
So But no classification of HMOs, seems like at least some of these should be reallocated to the HMOs? |
Leave open because we might get new values and rules - might need a combination of medium and class to determine classification. |
Emma has made updates to the CLASS fields to better identify the medium. Revised values are:
// to be applied to: (the LinguisticObject, the HumanMadeObjects)
MediaDict[InformationFiles.Label!] = (Text, InformationFiles);
MediaDict[Text.Label!] = (Text, Getty.Book) ;
MediaDict[ExhibitionCatalogue.Label!] = (ExhibitionCatalogue, Getty.Book);
MediaDict[AuctionCatalogue.Label!] = (AuctionCatalogue, Getty.Book);
MediaDict[Journal.Label!] = (Journal, null);
MediaDict[CDRom.Label!] = (null, CDRom);
MediaDict[Website.Label!] = (Website, Website);
MediaDict[Manuscript.Label!] = (Text, Manuscript);
MediaDict[DVD.Label!] = (null, DVD);
MediaDict[Microfilm.Label!] = (null, Microfilm);
MediaDict[CD.Label!] = (Getty.Sound, CD); |
While I can now pick out when a DVD is software vs video - what should that produce in the linked art? |
Rob,
Please can you confirm that the categorisation of HMO as 'texts' is preferable to 'books'?
YCBA appears to use 'books' for HMO and 'texts' for LO.
HMO: https://linked-art.library.yale.edu/node/a67dc503-fcf5-44f0-92b2-cb3cf4a0799e
LO: https://linked-art.library.yale.edu/node/2897515f-2e5e-412c-97a0-f1908a6af87c
The text was updated successfully, but these errors were encountered: