Title (goal)Updating metadata fields of multiple objects
Primary ActorResearcher
ScopeSystem black-box
LevelUser-goal
Story

A Researcher edits metadata records of a larger collection of absorption spectrometer measurements, represented as both images and numerical data. The images each depict a graph showing the measured absorption spectra (typically a line with distinctive peaks). She goes through the collection by date and timestamps, selecting those objects generated by the same experiment, and assigns to all of them an investigation identifier, a project identifier, and her name as creator, thus updating the pre-existing metadata record. Each experiment typically includes several hundreds to thousands of objects.

After enriching the whole collection in that way, she searches for absorption spectra with certain characteristics (wavelength and curvature of peaks), and tags all objects in the result set as “good measurement”. A result set may contain dozens to thousands of objects.

2 Comments

  1. A SPARQL query can be used to return a list of relevant objects, and a SPARQL update can be used to batch modify a list of objects. Solr can be used to satisfy the search component of the use case. This is ready for acceptance testing as of 4.0-Alpha-4.

    1. Matthias Razum can you review this use case to verify that it is satisfied?