-
I'd like to migrate from RDFLib and start using pyoxigraph, but I have multiple issues with the `Triple`/`Quad`/`Store`-based API:
* it does not provide representations of [RDF graph](https://www.w3.…
-
Can anyone provide a working example of TD roundtripping?
Say we start with this simple example TD
[Link to thingweb TD playground](https://playground.thingweb.io/#C4EwVgzg9gdg3gIgAIGNbAKYA9gIFwIAWw…
-
I'm getting slow post performance when using `/sparql-graph-crud-auth` (latest dev version of Virtuoso) to post small graphs (300-800 triples each). Each post take about 15 seconds or so. Is there a…
-
I am looking for a bare json implementation to store rdf-compatible data directly in CouchDB without having a parallel graph database. Could js3 work for that? What is the road map?
-
Hello Antonio
This seems kind of normal according to the code:
```
RDFLoader.RDFLoader = function (params) {
this.precedences = ["text/turtle", "text/n3", "application/ld+json", "application/jso…
-
Hi, I'm interested in defining and loading user-defined components at runtime for particular types and even particular objects. Do you have plans to implement something like this?
In the context o…
-
I'm passing a `ld_dir( dir, filePattern, graphUri )` command into `isql`.
In the directory I am loading data from, there is a `global.graph` file with the default graph
URI ("http://rdf.ncats.nih.…
-
So I was very happy to find this as I need to load RDF into Janus graph.
However, while I can get it to load directly into Janus graph, was curious if there was a way to write the commands to fil…
-
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w --no-isolatio…
-
Hi, fantastic project!
It would be awesome to have authentication (and perhaps authorisation) support for the SPARQL and graph store endpoints in the Oxigraph server. For example, you can have the …