Closed HLWeil closed 4 months ago
Should we split up the hierarchical ISA structure into three parts?
flowchart TD root["RO-Crate root"] i["Investigation"] s["Study"] a["Assay"] root --hasPart--> i i --hasPart--> s s --hasPart--> a
could be split up into
flowchart TD root["RO-Crate root"] i["Investigation"] s["Study"] a["Assay"] root --hasPart--> i root --hasPart--> s root --hasPart--> a
This would have two-fold advantage:
Would this break other constraints? @floWetzels @muehlhaus
Definitely implemented in https://github.com/nfdi4plants/isa-ro-crate-profile
Should we split up the hierarchical ISA structure into three parts?
could be split up into
This would have two-fold advantage:
Would this break other constraints? @floWetzels @muehlhaus