The 6.1.0 release of ome-model includes proper support for the OME/Creator attribute in the ome.xml.meta interfaces and implementations.
The implementations of the ome.xml.meta.MetadataRetrieve and ome.xml.meta.MetadataStore interfaces in this repository could overrid this new API to e.g. consume the Creator attribute at file import or write it at export time.
For data import, the main question is probably to agree how this information should be translated into the database. A TextAnnotation with a dedicated namespace would be a straightforward option in agreement with the metadata type.
The 6.1.0 release of ome-model includes proper support for the OME/Creator attribute in the
ome.xml.meta
interfaces and implementations.The implementations of the
ome.xml.meta.MetadataRetrieve
andome.xml.meta.MetadataStore
interfaces in this repository could overrid this new API to e.g. consume theCreator
attribute at file import or write it at export time.For data import, the main question is probably to agree how this information should be translated into the database. A TextAnnotation with a dedicated namespace would be a straightforward option in agreement with the metadata type.