Matthias Urban

Results 9 issues of Matthias Urban

Hi, I have a question concerning the `|=` operator. It seems to me that it behaves differently with rdflib graphs than it does with sets. While `|=` performs an in-place...

bug
backwards incompatible

Install: `pico install [email protected]` or `pico install emmo==1.0.1`.

:scroll: ontology

Create YAML files that lets the user install the dependencies of dcat.

:seedling: new feature
:scroll: ontology

```sh ontology2dot foaf [...] Traceback (most recent call last): File "/home/dea/venv/bin/ontology2dot", line 11, in load_entry_point('osp-core', 'console_scripts', 'ontology2dot')() File "/mnt/c/Users/dea/Documents/Projects/simphony/osp-core/osp/core/tools/ontology2dot.py", line 208, in run_from_terminal converter.render() File "/mnt/c/Users/dea/Documents/Projects/simphony/osp-core/osp/core/tools/ontology2dot.py", line 66, in render...

:bug: bug

In this case set the activeRelationships and the defaultRelationship to empty/none. Try to find a useful identifier from within the owl file.

:seedling: new feature
pico

As a first steps towards an ReSTful OSP-API, we should make it easy to plug in different transport modules. 1. Move the transport module files to a different namespace (maybe...

:zap: breaking change

Neo4j recently presented neosemantics which is a project to store rdf data in an efficient manner in neo4j. This might be a better way to store CUDS objects compared to...

👩‍🎓 newcomer task

See https://gitlab.cc-asp.fraunhofer.de/ontology/applications/reaxpro/co2-activation/-/issues/3#note_310092

The default way to open a session is by making use of a `with` statement. E.g. ```py with MySessionClass(): ... ``` After the with statement is exited, the session will...