-
Надо протестировать операции добавления, удаления Statements и выполнение запросов Sparql Select и Sparql Update. Внутри этот класс использует транзакции для работы с серверным репозиторием. Подробнее…
-
```
I'm not able to send content with GET. I can see that this may be by design but
the HTTP spec does not prevent this from occuring. I am trying to run a test of
a SPARQL Endpoint using the SPARQL…
-
```
I'm not able to send content with GET. I can see that this may be by design but
the HTTP spec does not prevent this from occuring. I am trying to run a test of
a SPARQL Endpoint using the SPARQL…
-
```
I'm not able to send content with GET. I can see that this may be by design but
the HTTP spec does not prevent this from occuring. I am trying to run a test of
a SPARQL Endpoint using the SPARQL…
-
```
I'm not able to send content with GET. I can see that this may be by design but
the HTTP spec does not prevent this from occuring. I am trying to run a test of
a SPARQL Endpoint using the SPARQL…
-
It is still unclear how, but we will need to add the providedBy (group) annotations to a few more models due to some upstream software error that managed to miss adding them: https://github.com/geneon…
-
So far I found the following incompatibilities that makes migrations not working with mu auth:
```
update_sudo("ADD TO ") # mu auth doesn't handle ADD
```
```
update_sudo("DROP SILENT GRAPH …
-
The College of Engineering has 843.
https://scholars.library.tamu.edu/vivo/display/n8627320c/Organizations/View%20All?People.page=1&People.size=5#de8b68f4-6b87-4e08-8632-aee9c927ecc0
The academic a…
-
SPARQL update with a binding variable for the graph URI seems not to work properly:
```python
import rdflib
from rdflib.plugins.stores.memory import Memory
store = Memory()
graph = rdflib.G…
-
Is this supposed to work? I'd like to update `` to `1` on every subject where `` is `2`.
```json
{
"@update": {
"@id": "?id",
"": 1
},
"@where": {
"@id": "?id",
"": 2
…
Peeja updated
3 months ago