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

Properly translate PAGE metadata LastChange, Created, Creator #38

Open
kba opened this issue Jan 12, 2024 · 0 comments
Open

Properly translate PAGE metadata LastChange, Created, Creator #38

kba opened this issue Jan 12, 2024 · 0 comments

Comments

@kba
Copy link
Member

kba commented Jan 12, 2024

          IMHO the correct representation would have been:
  • for PAGE's Metadata/Created: a separate Description/Processing element with processingCategory=contentGeneration and the respective processingDateTime (independent of the step_alto entries for each Metadata/MetadataItem)
  • for PAGE's Metadata/LastChange: a separate Description/Processing element with processingCategory=contentModification and the respective processingDateTime (independent of the step_alto entries for each Metadata/MetadataItem)

For ALTO v2 with its preProcessingStep|ocrProcessingStep|postProcessingStep distinction, one would probably have to map to:

  • for PAGE's Metadata/Created: a separate Description/OCRProcessing element with ocrProcessingType=preProcessingStep and the respective processingDateTime (independent of the step_alto entries for each Metadata/MetadataItem)
  • for PAGE's Metadata/LastChange: a separate Description/OCRProcessing element with ocrProcessingType=postProcessingStep and the respective processingDateTime (independent of the step_alto entries for each Metadata/MetadataItem)

But obviously, this is not ideal. However, since PAGE's Created/LastChange does not have a clear semantics, I would argue this is the best pragmatic fit.

BTW, we are also still missing Metadata/Creator! IMO this should go into the contentGeneration (or preProcessingStep) entry.

Originally posted by @bertsky in #37 (comment)

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

No branches or pull requests

1 participant