Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bundle CSV metadata into IIIF manifests #130

@bmschmidt

Description

@bmschmidt

Wax cites FAIR user principles and has a re-use tab, but it shares metadata as tables rather than linking it inside the IIIF. Some forms of re-use would be better supported by including all metadata in the IIIF presentation manifests. This should be relatively simple, perhaps as a post-processing step on the current products of wax:derivatives:iiif if mucking around the current derivative code is too hard.

It would just be adding an additional key to the json for metadata with the serialized row.

Reference example here.

This would be a good first task for someone looking to the contribute to the codebase with little/no experience in Ruby.

"metadata": [
{
"label": "Label",
"value": "Portrait of Hasan 'Ali Mirza Shuja al-Saltana"
},
{
"label": "Artist",
"value": "Unknown"
}
...
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions