cc-archive / cccatalog

[PROJECT TRANSFERRED] Mapping the commons towards an open ledger and cc search.
https://github.com/WordPress/openverse-catalog
MIT License
63 stars 60 forks source link

[Infrastructure] Identify fields from which the license can be obtained for certain Smithsonian museums #472

Closed ChariniNana closed 3 years ago

ChariniNana commented 4 years ago

Current Situation

In the existing implementation of the Smithsonian provider API script, the license value is obtained from the content.descriptiveNonRepeating.usage.access field. Only the images with a license value CC0 are stored in the image DB. However, for two of the Smithsonian museums (FBR - smithsonian_field_book_project, and NAA - smithsonian_anthropological_archives) this field is unavailable and thus we lose all their images due the inability of identifying their public domain status.

Suggested Improvement

Identify an alternative field from which to obtain the license

Benefit

Considerable improvement to the completeness of Smithsonian data

Additional context

Related to #397