-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version number for the software agent in generated METS #147
Comments
@tboenig As our METS guru, please make a proposal here. Consider the following example from DDR presseportal: <mets:metsHdr RECORDSTATUS="production" LASTMODDATE="2013-01-14T08:55:09.109+01:00" CREATEDATE="2013-01-14T08:55:09.109+01:00">
<mets:agent TYPE="ORGANIZATION" ROLE="CREATOR">
<mets:name>Fraunhofer IAIS</mets:name>
</mets:agent>
<mets:agent OTHERTYPE="SOFTWARE" TYPE="OTHER" ROLE="CREATOR">
<mets:name>Doculib Article Archive METS.SBB Exporter</mets:name>
</mets:agent>
</mets:metsHdr> |
What we need:
Related to OCR-D/spec#64 Maybe the tool json is a good starting point. |
Here is a proposal for the issue. It consists of a part of a future multipart Mets definition. This part has already been written in Mets profile format. The specification (see below) of the elements is based on the METS schema documentation and quotes it in this documentation. The values and contents of the attributes The sample METS-Header:
The specification for elements and atributes see here:
|
@tboenig Maybe a solution in form of "real" code (i.e. Pull request) would be easier to review and comment on... |
For this field I had something simpler in mind, like <mets:agent ID="ID0002"
TYPE="OTHER"
OTHERTYPE="SOFTWARE"
ROLE="CREATOR">
<mets:name>ocrd_tesserocr v0.1.1 (ocrd/core v0.72)</mets:name>
</mets:agent> Like the For true provenance, all the steps modeled as activities, logging, individual workflow task configurations etc. this will need to be more complex and should be aligned with process data repo (@VolkerHartmann) and long-term preservation archive (@krvoigt) |
I would also prefer the name of the tool and its version instead of the processing step. |
mets: record creation date and core version on creating METS, fix #147
Fixed by OCR-D/spec#89 and #191 |
No description provided.
The text was updated successfully, but these errors were encountered: