-
Either the docs (http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtSPARUL) need to be fixed, or real SPARQL update needs to be implemented. As of VOS 6.1.6, the SPARQL update syntax for I…
-
This is a low priority IMO because I almost never use the SPARQL Tab anyway, perhaps it should just be removed. But there was something I wanted to do that Snap SPARQL didn't support (coercing strings…
-
#### Issue type:
- :heavy_plus_sign: Feature request
____
#### Description:
Comunica supports the HDT file format. We would like to see this support work in browser as well as the cur…
-
Example SPARQL query used in the correct custom query:
```
SELECT ?s ?p ?o WHERE {
?s ?p ?o
}
```
Example erroneous SPARQL query used in the update (mind the `?o2`):
```
SELECT ?s ?p ?o2…
-
Will you be able to add support for [SPARQL Update](http://www.w3.org/TR/2012/CR-sparql11-protocol-20121108/#update-bindings-http-examples) in the SparqlEngine on some underlying sparql endpoint ?
th…
-
- [x] Update location of the sparql endpoint ( missing '/sparql')
- [x] Update examples
- [ ] Add registry data to sparql endpoint (or a separate one)
- [ ] Add void/service-description noting …
-
J'ai mis en ligne sparql-form.htm
Du coup il doit être possible de faire des requêtes en écriture (Update). Bon ça ne craint pas vraiment, pas grand monde fait du SparQL ;-)
Faudrait quand même voir…
-
- [ ] [LocalSearch](https://gnome.pages.gitlab.gnome.org/localsearch/index.html)
# LocalSearch
## Snippet
"LocalSearch offers a series of D-Bus services to index filesystem resources, and expose th…
-
@pmaria @DylanVanAssche @dachafra @andimou
https://github.com/kg-construct/rml-io/issues/42 talks about using CONSTRUCT as source, but the discussion has become muddied with considerations about ot…
-
SPARQL updates requests are currently still executed ith rdflib runtime. It would be great to have them natively evaluated by Oxigraph just like SPARQL queries