Re: Fuseki / Java

2018-06-25 Thread mellassi khouloud
Hello , I Don't use any TDB , but i want to know what's the difference between using TDB or not ? what's the best solution . thanks 2018-06-23 10:49 GMT+02:00 Lorenz Buehmann < buehm...@informatik.uni-leipzig.de>: > 1. What is the backend of your Fuseki server? > > 2. You can use

Re: Fuseki / Java

2018-06-23 Thread Lorenz Buehmann
1. What is the backend of your Fuseki server? 2. You can use RDFConnection [1] to "communicate" with the Fuseki if there is no underlying TDB [1] https://jena.apache.org/documentation/rdfconnection/ On 22.06.2018 10:20, jena melina wrote: > thanks for your answer , > but i don't understand

Re: Fuseki / Java

2018-06-22 Thread jena melina
thanks for your answer , but i don't understand what you want to explain ... could you please explain to me what I should I do ? 2018-06-22 7:37 GMT+02:00 Lorenz Buehmann < buehm...@informatik.uni-leipzig.de>: > To extend my answer, for SPARQL I'd prefer the RDFConnection way [1] > > > [1]

Re: Fuseki / Java

2018-06-21 Thread Lorenz Buehmann
To extend my answer, for SPARQL I'd prefer the RDFConnection way [1] [1] https://jena.apache.org/documentation/rdfconnection/ On 22.06.2018 07:35, Lorenz Buehmann wrote: > Fuseki is an HTTP SPARQL server - but what is the backend? If it's TDB, > you can use the code from the TDB examples with

Re: Fuseki java client?

2017-07-09 Thread Andy Seaborne
On 08/07/17 18:56, Phillip Rhodes wrote: Hi all, I've been using Jena for some time now, working with the Java API directly, and only recently began looking at Fuseki. Now, looking at the Fuseki docs page, I see a section listed as "Use from Java" that points to

Re: Fuseki java client?

2017-07-08 Thread ajs6f
That's correct-- Fuseki's whole purpose is to implement those HTTP APIs. ajs6f Phillip Rhodes wrote on 7/8/17 5:14 PM: Thanks Jean-Marc. Is it safe to assume those are just implemented in terms of the same http operations used by the s-* commands that ship with Fuseki? That is, there isn't

Re: Fuseki java client?

2017-07-08 Thread Jean-Marc Vanel
There are the utility programs in Jena : arq.rsparql arq.rupdate they are command line java clients. Call them with --help to get the arguments list. 2017-07-08 19:56 GMT+02:00 Phillip Rhodes : > Hi all, I've been using Jena for some time now, working with the Java