BioSchemas / specifications

Issue tracker, technical wiki, and example markup
https://bioschemas.org
54 stars 52 forks source link

Issue with ComputationalWorkflow inputs and outputs #632

Open albangaignard opened 1 year ago

albangaignard commented 1 year ago

While working on Bioschemas validation for workflows, we found that none of the input or output parameters were retrieved with RDF parsers.

JSON-LD playground cannot get workflow inputs/outputs. wf_18.jsonld.txt

There is also a warning when using the schema.org validator :

Capture d’écran 2023-02-01 à 16 27 20
albangaignard commented 1 year ago

Possible workaround : when using this profile, input and output JSON-LD keys could be prefixed with another namespace, different from http://schema.org.

matuskalas commented 1 year ago

@albangaignard does this work correctly in the ComputationalTool type? In any case, it'd be good if both are fixed in the same way.