Marcel Baier
Marcel Baier
### Description If in a SALAD schema the `jsonldPredicate` of a SaladRecordField is set as - string, the provided URI is not resolved with respect to the provided base URI,...
### Description If a SALAD Schema contains a SaladRecordField with a `jsonldPredicate` object instead of a simple string for the predicate URI no Property-Triple is contained anymore in the RDFS...
In the CWL schema definition files (like `CommandLineTool.yml`, `Process.yml`, etc.) multiple times fields are declared as having the predicate ID `rdf:type` like so: ``` fields: - name: class jsonldPredicate: "_id":...
### Description The turtle file with RDF(S) of the CWL SALAD Schema retrievable under [http://commonwl.org/v1.2/cwl.ttl](http://commonwl.org/v1.2/cwl.ttl) (or alternatively by running `schema-salad-tool --print-rdfs` with the full schema `CommonWorkflowLanguage.yml` in the [cwl-v1.2 repository](https://github.com/common-workflow-language/cwl-v1.2/blob/main/CommonWorkflowLanguage.yml))...