Stian Soiland-Reyes

Results 262 comments of Stian Soiland-Reyes

OK, changed to `apache-jena-libs` in ea5c2ff67b16d34deada505aa0f03ee3b84b6aa7, also [documented jena-osgi use](https://github.com/ajs6f/commons-rdf/blob/COMMONSRDF-80/src/site/markdown/implementations.md#jena-and-osgi) It seems `apache-jena-libs` also adds in `jena-tdb2` and legacy `jena-tdb` - perhaps this is a bit excessive? Could you verify...

Great, would you @acoburn be able to update `implementations.md` on how to use the `jena-osgi-features` as an alternative? I'll change to `jena-arq` which should be sufficient.

The use of https://discovery.biothings.io/ns/bioschemas/ as a temporary namespace seems to be a new thing due to how the DDE editor work, and should not be how Bioschemas' profiles are published....

I would also wish for `https://bioschemas.org/{propertyName}` to work, but the current structure do not have a page per property like at schema.org, so it would have to redirect to `https://schema.org/TypeThatFirstIntroducedIt#{propertyName}`...

Trying to re-awake to close this - are we agreed that the new https://bioschemas.org/properties/input etc. solves this already from a namespace perspective? Then we can implement https://github.com/ResearchObject/ro-crate/issues/300 using that in...

On ComputationalWorkflow the reason we introduced a `FormalParameter` was because the input and are not the real thing/data, they are prototypes of that data. You could also consider a `CreateAction`...

Have you consider also using something like [BagIt](https://www.rfc-editor.org/rfc/rfc8493.html) to add checksums? Here's how we combine RO-Crate with BagIt: https://www.researchobject.org/ro-crate/1.1/appendix/implementation-notes.html#adding-ro-crate-to-bagit You could also combine this with a [Naming things with hashes](https://tools.ietf.org/html/rfc6920)...

Probably not related, but you are testing with a v1.2 parser even though document declares `cwlVersion: 1.2`

Well the whole point to deprecate is to force project pushing new updates to actually declare which version they are using. GPL is a special case here as the changes...

Would also be nice if this was available either as a command line or in the demo HTML. In theory the library can do it, but I've not seen any...