nfdi4plants/ARCtrl

[BUG] Wrong Comment types in RO-Crate export of LabProcess and Publication.

Opened this issue · 1 comments

In the RO-Crate export, comments attached to ISA types should either be mapped to

Two types contradict this convention: Publication and Process.

  • Publication is mapped to ScholarlyArticle which has a comment field, but the current export uses the encoder to disambiguatingDescription, as does the corresponding context file.
  • Process is mapped to LabProcess which doesn't have a comment field, but the current export uses the encoder to Comment, contradicting its context file.

Good catch!

Could you annotate this issue in the ARCStack project, assign yourself if you're going to work on it and remote the Status: Needs Triage tag?