Skip to content
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

Missing attribute ORDERLABEL in year-elements #3809

Closed
andre-hohmann opened this issue Jul 6, 2020 · 0 comments · Fixed by #3877
Closed

Missing attribute ORDERLABEL in year-elements #3809

andre-hohmann opened this issue Jul 6, 2020 · 0 comments · Fixed by #3877
Assignees
Labels

Comments

@andre-hohmann
Copy link
Collaborator

Problem

In the element <mets:structMap TYPE="LOGICAL">, the ORDERLABEL for the year-element is only available in the METS-files of the year. It is missing in the METS-files of:

  • newspaper / ephemera
  • issue

Solution

The attribute must be written with the correct value in METS-files.
Probably, it can be solved with issue #3634.

Examples

Examples 3.x

newspaper / ephemera
<mets:div ID="uuid-f0d4863f-ea69-4d6e-b0f0-9d3f4ed42366" TYPE="year" ORDER="1">

year
<mets:div ID="uuid-dbdb91bc-b656-47ff-8efb-47eabcef2b72" ADMID="uuid-6a39df4f-0586-3dc9-9f59-8b2e9e36d241 uuid-7da4106a-c76a-3d74-a279-ea86ebd8cb4b uuid-e36c8498-19fb-37ba-8833-8ff4e58da764" TYPE="year" ORDER="1" ORDERLABEL="1850/1851">

issue
<mets:div ID="uuid-1e0e9986-fada-42f4-849b-204df56d5400" TYPE="year">

Examples 2.x

newspaper / ephemera
<mets:div DMDID="DMDLOG_0013" ID="LOG_0013" ORDERLABEL="1895/1896" TYPE="year" >

year
<mets:div ADMID="AMD" DMDID="DMDLOG_0066" ID="LOG_0066" ORDERLABEL="1895/1896" TYPE="year" >

issue
<mets:div ADMID="AMD" ID="LOG_0176" ORDERLABEL="1895/1896" TYPE="year" >

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants