We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently we have
flowchart LR Investigation --hasPart--> Study Study--hasPart--> Assay
But does this make sense in RO-Crate? Both Studies and Assays are Dataset inside in the ARC. I'd argue for them being on the same level:
flowchart LR Investigation --hasPart--> Study Investigation --hasPart--> Assay
To depict this whole "registering" thing from ISA, we could use about?
flowchart LR Investigation --hasPart--> Study Investigation --hasPart--> Assay Investigation --about--> Study Study--about--> Assay
The text was updated successfully, but these errors were encountered:
Alleviated in #46, will keep open for future discussions
Sorry, something went wrong.
No branches or pull requests
Currently we have
But does this make sense in RO-Crate? Both Studies and Assays are Dataset inside in the ARC. I'd argue for them being on the same level:
To depict this whole "registering" thing from ISA, we could use about?
The text was updated successfully, but these errors were encountered: