Sv: Union different dataset in Fuseki

2020-04-24 Thread Glenn TheMan
Thanks Martynas I knew it was the curly brackets that I didn't get right. The SPARQL validator is good to have when I don't run the Fuseki. Greetings Glenn. Från: Martynas Jusevičius Skickat: den 23 april 2020 20:26 Till: jena-users-ml Ämne: Re: Union

Re: Sv: Union different dataset in Fuseki

2020-04-24 Thread Lorenz Buehmann
without having a running Fuseki, you could also make use of Jena CLI tools, e.g. /PATH_TO_JENA_DIST/bin/qparse --print=query "select * {?s ?p ?o}" On 24.04.20 09:47, Glenn TheMan wrote: > Thanks Martynas > > I knew it was the curly brackets that I didn't get right. The SPARQL > validator is

TDB2 store grows unexpectedly

2020-04-24 Thread Jan Šmucr
Hello. I'm building a file processing workflow monitoring system based on Jena Fuseki. The goal for this system is to be purely additive. Individual events are a pieces of knowledge about each of the jobs eventually connected via various identifiers and references. Finally I can search for an

Some malediction in http://dbpedia.org/resource/User_guide => StringIndexOutOfBoundsException in TDB

2020-04-24 Thread Jean-Marc Vanel
How to reproduce with 3.14.0 bin/*tdbloader* --loc TDB --graph=http://dbpedia.org/resource/User_guide \ --verbose http://dbpedia.org/resource/User_guide echo " CONSTRUCT { ?P ?O . } WHERE { GRAPH ?G { ?P ?O

Re: Some malediction in http://dbpedia.org/resource/User_guide => StringIndexOutOfBoundsException in TDB

2020-04-24 Thread Andy Seaborne
On 24/04/2020 15:17, Jean-Marc Vanel wrote: How to reproduce with 3.14.0 bin/*tdbloader* --loc TDB --graph=http://dbpedia.org/resource/User_guide \ --verbose http://dbpedia.org/resource/User_guide Did the log say anything? As this is a remote URL, did it all arrive and parse without

Re: TDB2 store grows unexpectedly

2020-04-24 Thread Andy Seaborne
Hi Jan, You don't say whether this is TDB1 and TDB2 - they behave differently, both grow though by varying degrees, TDB1 somewhat less quickly than TDB2. What's more with small databases like 40M, TDB2 has a compaction function which, in effect, does the dump/restore but faster and with no

Re: Some malediction in http://dbpedia.org/resource/User_guide => StringIndexOutOfBoundsException in TDB

2020-04-24 Thread Jean-Marc Vanel
Le ven. 24 avr. 2020 à 22:17, Andy Seaborne a écrit : > > On 24/04/2020 15:17, Jean-Marc Vanel wrote: > > How to reproduce with 3.14.0 > > > > bin/*tdbloader* --loc TDB --graph=http://dbpedia.org/resource/User_guide > \ > >--verbose http://dbpedia.org/resource/User_guide > > Did the log say