This tracks "links" between resources and objects in Mia's collection.
- ArtStories
- Mia Stories
- Audio Tour "stops"
- NewsFlashes
- Info on previous conservation projects
- Relevant artwork catalogs/publications
etc…
Makefile
has tasks that pull JSON from disparate sources and wrangle
it into cohesive line-delimited JSON files that look something like this:
{"type":"3d","title":"Mia's Doryphoros","link":"https://sketchfab.com/models/8a54983061b74de4bf8b7ca2aca25990","thumb":"<image link>","objectId":"3520"}
{"type":"3d","title":"Lion Statuette, c. 1200","link":"https://sketchfab.com/models/96becab79a604f3a97cbb0a70e55f9b1","thumb":"<image link>","objectId":"19884"}
Each type can have different data, but needs one or more objectId
s,
a title, and a link to the source of the related content.
This data is used by @artsmia/collection-elasticsearch to index relations into our ElasticSearch powered search, so we can show search results for objects with related content and also all content related to a given artwork