ResearchObject / workflow-run-crate

Workflow Run RO-Crate profile
https://www.researchobject.org/workflow-run-crate/
Apache License 2.0
8 stars 9 forks source link

Clarify relationship with Bioschemas FormalParameter #47

Closed simleo closed 1 year ago

simleo commented 1 year ago

Rewords the section on the usage of FormalParameter to clarify that strict conformance to a Bioschemas profile is not required. For instance, consumers should not break if a parameter does not have a name or a conformsTo.

Also removes this entry from the ComputationalWorkflow in the example:

    "conformsTo": {"@id": "https://bioschemas.org/profiles/ComputationalWorkflow/1.0-RELEASE"},

since the workflow does not actually strictly conform to the profile (e.g., it does not have a dateCreated).

Finally, I've reworded a sentence in the Provenance Run Crate profile so it does not imply that hasPart is also required in the Bioschemas ComputationalWorkflow profile.