Skip to content
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

Open
brutaldigital opened this issue Sep 20, 2024 · 7 comments
Open

Comments

@brutaldigital
Copy link

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

@azaroth42
Copy link

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.

@tomcrane
Copy link
Contributor

tomcrane commented Oct 4, 2024

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.

@tomcrane
Copy link
Contributor

tomcrane commented Oct 4, 2024

Actually that's not true - the LOs are being classified according to the value of <medium> using this lookup:

https://github.com/tomcrane/linked-art-net/blob/pmc/LinkedArt/PmcTransformer/Library/Media.cs#L20-L35

@tomcrane
Copy link
Contributor

tomcrane commented Oct 4, 2024

So <medium>Text</medium> results in classified as "Text" https://vocab.getty.edu/aat/300263751
(25167 of these) - and lots of other media.

But no classification of HMOs, seems like at least some of these should be reallocated to the HMOs?
e.g., DVD->type of object

tomcrane added a commit to tomcrane/linked-art-net that referenced this issue Oct 21, 2024
@tomcrane
Copy link
Contributor

Leave open because we might get new values and rules - might need a combination of medium and class to determine classification.

@brutaldigital
Copy link
Author

Emma has made updates to the CLASS fields to better identify the medium. Revised values are:

<class>AUDIO VISUAL - SOFTWARE</class>
<class>AUDIO VISUAL - VIDEO</class>
<class>AUDIO VISUAL - AUDIO</class>
            //               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);

@tomcrane
Copy link
Contributor

tomcrane commented Dec 14, 2024

While I can now pick out when a DVD is software vs video - what should that produce in the linked art?
The code now passes the classes in when assigning a medium, so they can be used to further qualify it - just need to work out what to do there.

tomcrane/linked-art-net@5509115

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants