Islandora module for inspecting collection metadata
This module allows administrators to analyze MODS or DC metadata for a collection to find inconsistencies. It aggregates the metadata for all items in a collection into a format that allows analysis. All unique paths within a metadata stream are displayed with links to to either view or download the list of pids in the collection that have or do not have this element. This allows you to check whether all metadata records have specific fields.
This module also allows you to capture the contents of a top level xml element and its children. This is useful for ensuring consistency of your metadata. A CSV list of pids for each metadata value is viewable or downloadable so you can find objects that need repair.
This module requires the following modules/libraries
Install as usual, see this for further information.
N/A
Navigate to the collection analysis page using the link in the right navigation block. Here you can add:
- A title for the search
- Select a datastream to analyse
- Add the PID of the collection being inspected
- Select the fields to capture
Drush interface is recommended for larger collections.
drush islandora_metadata_analyzer --title=drushtest2 --metadata_stream=MODS --collection_PID=islandora:sp_basic_image_collection --element_list=subject
##Status
Currently does not look at books or subcollections.