Open ewlarson opened 2 years ago
Some CDM fields appear to be cataloged differently across collections:
Example 1 - Kolthoff (AAT) https://server16022.contentdm.oclc.org/dmwebservices/index.php?q=dmGetItemInfo/p16022coll171/3715/json "format":"Speeches | http:\/\/vocab.getty.edu\/aat\/300026671"
"format":"Speeches | http:\/\/vocab.getty.edu\/aat\/300026671"
Example 2 - Water Tower (MIME type) https://server16022.contentdm.oclc.org/dmwebservices/index.php?q=dmGetItemInfo/p16022coll62/12/json "format":"image\/jp2"
"format":"image\/jp2"
Example 3 - John Choi (empty) https://server16022.contentdm.oclc.org/dmwebservices/index.php?q=dmGetItemInfo/p16022coll548/1013/json "format":{}
"format":{}
Borealis makes viewer assumptions based on the content of the "format" field. I would expect the "format" values to always be similar. Why do they differ?
Descriptive summary
Some CDM fields appear to be cataloged differently across collections:
Example 1 - Kolthoff (AAT) https://server16022.contentdm.oclc.org/dmwebservices/index.php?q=dmGetItemInfo/p16022coll171/3715/json
"format":"Speeches | http:\/\/vocab.getty.edu\/aat\/300026671"
Example 2 - Water Tower (MIME type) https://server16022.contentdm.oclc.org/dmwebservices/index.php?q=dmGetItemInfo/p16022coll62/12/json
"format":"image\/jp2"
Example 3 - John Choi (empty) https://server16022.contentdm.oclc.org/dmwebservices/index.php?q=dmGetItemInfo/p16022coll548/1013/json
"format":{}
Expected behavior
Borealis makes viewer assumptions based on the content of the "format" field. I would expect the "format" values to always be similar. Why do they differ?