Stian Soiland-Reyes

Results 262 comments of Stian Soiland-Reyes

This work around kind of works, if you reset the view afterwards. Any chance of this bug getting attention, given that `SubPropertyOf: owl:topObjectProperty` and equivalent `owl:topDataProperty` are added by WebProtege...

Some background on why this is important for us - [RO-Crate](https://w3id.org/ro/crate) format uses schema.org as vocabulary, but has its own versioned JSON-LD context, e.g. which was [generated](https://github.com/ResearchObject/ro-crate/blob/master/scripts/schema-context.py) from a particular...

Don't forget to update when merging: ```xml ```

It is unclear in section bagit.txt > The "bagit.txt" tag file MUST consist of exactly two lines in this order: > ``` > BagIt-Version: M.N > Tag-File-Character-Encoding: UTF-8 > ```...

That would mean for me that `fetch.txt` can't be relied on for much at all when there are massive semantic gaps like this. It means 4 different consumers of a...

Well the semantics of `fetch.txt` need to be further defined if BagIt is to be useful also for archiving - it is named and described like an imperative command action...

I guess it's a more general problem of what to do if validation fails or a bag is in inconsistent state; e.g. should the bag be re-transferred, fetch.txt executed again,...

ro-crate is not a life-science library, so should really be on conda-forge. We had Gromacs in bioconda (maintained by UNIMAN for a while) and then moved it to CondaForge as...

Instead of galaxy2cwl could we not use `gxformat2` directly? It can also convert to abstract CWL with `gxwf-abstract-export` command https://github.com/galaxyproject/gxformat2

It is not as ideal, as it would make `commons-rdf-jena` as a Maven package no longer be a sufficient OSGi dependency by itself, as `jena-arq` is not an OSGi package...