José Manuel Domínguez
José Manuel Domínguez
While working with agraph-python, I experienced an issue that might be a bug in agraph-python itself. I am running the v7.0.4 version of the franzinc/agraph Docker image in a CI...
### Expected behaviour According to [RFC6749 section 4.1.4](https://datatracker.ietf.org/doc/html/rfc6749#section-4.1.4), when requesting an authorization code via OAuth2 (`grant_type=authorization_code`) using a request like this, ``` POST /token HTTP/1.1 Host: server.example.com Authorization: Basic czZCaGRSa3F0MzpnWDFmQmF0M2JW...
Summarize the contents of the `tests` module in `tests/__init_.py`. Look into each file and test case for more detailed explanations of what is tested.
To be defined. ---- Should be **DONE** by the end of the year.
The Wrapper API [defines three optional RDF manipulation methods](https://simphony.readthedocs.io/en/v4.0.0/developers/wrappers.html#rdf-manipulation-methods): [`add`](https://simphony.readthedocs.io/en/v4.0.0/developers/wrappers.html#add-optional), [`remove`](https://simphony.readthedocs.io/en/v4.0.0/developers/wrappers.html#remove-optional) and [`triples`](https://simphony.readthedocs.io/en/v4.0.0/developers/wrappers.html#triples-optional). Considering that in SimPhoNy the user dictates the state of the session, there are some logical implications...
The SimPhoNy caching feature yields an exception when used in combination with a DFS algorithm. A good example is the `find` function from the `simphony_osp.tools.search` module in SimPhoNy v4.0.0rc4. Can...
In issue #209, a basic API for SPARQL queries were implemented. However, in order for the SPARQL queries to be efficient, they should be run against the backend. Therefore, to...
The current implementation of vectors is custom and does not adhere to any particular standard. This is specially troublesome when dealing with wrappers and RDF import/export, as there is no...
Thanks to @JoanaFMorgado, I realized that users of the EMMO ontology are working with "emmo extensions". To understand what this means, look at the following two sample ontology packages. __Package...
According to https://download.postgresql.org/pub/repos/yum/keys/README.txt, there are two types of keys for RHEL: `RPM-GPG-KEY-PGDG*` and `PGDG-RPM-GPG-KEY*`. > This directory contains keys used for signing the PostgreSQL RPMs on RHEL (and its derivatives)...