Ralf Grubenmann

Results 86 issues of Ralf Grubenmann

We have software where an object has several properties that are lists but that all map to the same property in the ontology, namely `schema:hasPart`. This all gets turned into...

framing
question

Consider this jsonld document that uses a type-scoped context: https://tinyurl.com/qm8mux2 which should be equivalent to https://tinyurl.com/vfjfczx (without type-scoping). I the latter, the `@type` of `foaf:Document` is correctly expanded, but in...

question

In the old docs we had a section detailing how to use papermill for reproducibility: https://renku.readthedocs.io/en/0.6.0/tutorials/firststeps.html#add-a-second-workflow-step In the new docs flights tutorial, this section has been removed. As a replacement,...

kind/enhancement

To help onboard new users, I'd like to have a guided UI tour. Slack does this well, for instance ![image](https://user-images.githubusercontent.com/664486/76610210-e2fbe180-6518-11ea-9b36-f4385ab6c6ec.png) There are already some react components that support this, e.g....

enhancement
documentation

Mainly used to enable/disable automounting the serviceaccount token in components, can be used for other debug features in the future.

Adds workflow topic guide

Currently when serializing with `fields.Nested`, we always serialize the whole object and add `@type` information. In some cases, we want to instead serialize an @id reference instead of the whole...

Add an oxigraph backend (similar to the caylee WIP)

Since values to serialize/deserialize can come in many shapes and forms, we should use [hypothesis](https://hypothesis.readthedocs.io/en/latest/quickstart.html) for testing to make the tests more robust.

The README is getting quite long at the moment and it'd be nice to add more in-depth docs and also a boiled-down quickstart in different pages, to make them more...