Peter Amstutz

Results 203 comments of Peter Amstutz

> Either the same field name is in different records with different types mapped to different IRIs (as the same field name indicates some conformity in use, the IRIs could...

I am aware of SHACL but haven't actually studied it, so I don't know exactly how it compares to RDFS. My impression is that SHACL is a much better fit...

https://github.com/common-workflow-language/governance/blob/main/releases.md#release-process is what the leadership team voted on prior to the 1.2 release. Linking / copying / expanding that to make a contributing document would be a good idea.

So the schema salad spec says to use the YAML 1.2 "JSON schema" and not the Core schema: https://www.commonwl.org/v1.2/SchemaSalad.html#Syntax It sounds like we need to fix some conformance tests. I...

The interaction between `inputBinding` and `arguments` is described here: https://www.commonwl.org/v1.2/CommandLineTool.html#Input_binding The `arguments` field is separate from `inputs`, but has the same `inputBinding` type. `arguments` is usually simpler, it is a...

@bamiwoaluko Conflicts need to be resolved

I think Arvados includes the time limit in deciding whether something is the "same" command or not, so this isn't such an issue. We could fix cwltool to do the...

I agree. We've been trying to avoid the distinction between "null" and "undefined" in the data model, so things that are "undefined" are considered "null". That's also a much better...

I would call it a clarification, I'm trying to find the reference (assuming we wrote it down) that fields not specified in input objects get turned into `null`.

@Mackenzie-OO7 could you give this pull request a more descriptive title? The PR title does not indicate that you are added documentation about secondary files.