Re: Configure fuseki-server with geosparql assembler

2022-02-10 Thread Adrian Gschwend
On 10.02.22 22:18, Erik Bijsterbosch wrote: Hi Erik, I pursued my attempt to set up a dockerised fuseki-server and fuseki-geosparql combi application. I created one image for boh services which I can start with docker-compose arguments. You might want to try the work my colleague Ludovic did:

Re: [TDB2 & Fuseki 4.4.0] Huge tdb2 database disk size when performing incremental SPARQL update to endpoint.

2022-02-10 Thread Andy Seaborne
On 10/02/2022 17:18, Dave Reynolds wrote: While I can't help with the substance of this question ... > Since, as far as I know, the latest fuseki (4.4.0) no longer supports TDB1 I don't think that's correct. While there are new features of TDB2 in the new release (the faster loader) I do

Re: Query performance with an ORDER BY

2022-02-10 Thread Andy Seaborne
Hi Andrew, On 09/02/2022 16:42, Andrii Berezovskyi wrote: Hello, We need to do paging in our app and as we don’t have a single property on which we can do a WHERE cutoff, we use an OFFSET/LIMIT. The OFFSET works fairly fast on the small values, however when we add an ORDER BY clause (as per S

Re: [TDB2 & Fuseki 4.4.0] Huge tdb2 database disk size when performing incremental SPARQL update to endpoint.

2022-02-10 Thread Dave Reynolds
While I can't help with the substance of this question ... > Since, as far as I know, the latest fuseki (4.4.0) no longer supports TDB1 I don't think that's correct. While there are new features of TDB2 in the new release (the faster loader) I don't believe TDB 1 has been deprecated let alon

[TDB2 & Fuseki 4.4.0] Huge tdb2 database disk size when performing incremental SPARQL update to endpoint.

2022-02-10 Thread Cédric Viaccoz
Hello everyone, I deploy a data treatment pipeline at the University of Geneva where a linked data platform, Fedora Commons Repository (https://duraspace.org/fedora/) database is loaded with researchers' data, and then its RDF metadata is synchronized/uploaded to a fuseki triplestore. The synch

Re: Configure fuseki-server with geosparql assembler

2022-02-10 Thread Erik Bijsterbosch
Hi Andy I pursued my attempt to set up a dockerised fuseki-server and fuseki-geosparql combi application. I created one image for boh services which I can start with docker-compose arguments. On my local machine with a small geo dataset everything seems to work properly now. When deploying this to

Re: Disabling BNode UID generation

2022-02-10 Thread Ryan Shaw
Thank you both. > On Feb 9, 2022, at 1:42 PM, Andrii Berezovskyi wrote: > > Ryan, > > Here is an example of how we use it in JUnit: > https://github.com/eclipse/lyo/blob/aa3b18e4f28f3960d3a86a0b54151dccec2f139f/core/oslc4j-jena-provider/src/test/java/org/eclipse/lyo/oslc4j/provider/jena/JenaMo