nfdi4plants / arc-to-rocrate

1 stars 1 forks source link

Split-up ISA hierarchy #5

Closed HLWeil closed 3 months ago

HLWeil commented 1 year 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

HLWeil commented 3 months ago

Definitely implemented in https://github.com/nfdi4plants/isa-ro-crate-profile