ResearchObject / ro-crate

Research Object Crate
https://w3id.org/ro/crate/
Apache License 2.0
79 stars 34 forks source link

Clarify/update namespace Bioschema properties #300

Open stain opened 1 month ago

stain commented 1 month ago

Bioschemas have added a new namespace like https://bioschemas.org/properties/inputs -- we should probably use these in the JSON-LD context instead of the https://bioschemas.org/ComputationalWorkflow#input style?

          "ComputationalWorkflow": "https://bioschemas.org/ComputationalWorkflow",
          "input": "https://bioschemas.org/ComputationalWorkflow#input",
          "output": "https://bioschemas.org/ComputationalWorkflow#output",
          "FormalParameter": "https://bioschemas.org/FormalParameter",

into:

          "ComputationalWorkflow": "https://bioschemas.org/ComputationalWorkflow",
          "input": "https://bioschemas.org/properties/input",
          "output": "https://bioschemas.org/properties/output",
          "FormalParameter": "https://bioschemas.org/FormalParameter",

I assume the types stay as-is. This would then be more interoperable also with the ComputationalTool profile

@ljgarcia Could you check if this is correct?

To fix it we need to update for 1.2-DRAFT: