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 another special protocol for Java
clients or anything is there?



Phil

This message optimized for indexing by NSA PRISM


On Sat, Jul 8, 2017 at 3:51 PM, Jean-Marc Vanel
 wrote:

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
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
.
But that URL doesn't lead to anything.

I'm curious as to what, if anything, that ought to point to.  I'm not
even sure what it means to say "use Fuseki from Java" other than just
using something like HTTPClient to interface with the Fuseki HTTP
services.  Is there more I should know about, or is that pretty much
it?


Thanks,


Phil





--
Jean-Marc Vanel
http://www.semantic-forms.cc:9111/display?displayuri=http://jmvanel.free.fr/jmv.rdf%23me
Déductions SARL - Consulting, services, training,
Rule-based programming, Semantic Web
+33 (0)6 89 16 29 52
Twitter: @jmvanel , @jmvanel_fr ; chat: irc://irc.freenode.net#eulergui


Re: Fuseki java client?

2017-07-08 Thread Phillip Rhodes
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 another special protocol for Java
clients or anything is there?



Phil

This message optimized for indexing by NSA PRISM


On Sat, Jul 8, 2017 at 3:51 PM, Jean-Marc Vanel
 wrote:
> 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
>> 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
>> .
>> But that URL doesn't lead to anything.
>>
>> I'm curious as to what, if anything, that ought to point to.  I'm not
>> even sure what it means to say "use Fuseki from Java" other than just
>> using something like HTTPClient to interface with the Fuseki HTTP
>> services.  Is there more I should know about, or is that pretty much
>> it?
>>
>>
>> Thanks,
>>
>>
>> Phil
>>
>
>
>
> --
> Jean-Marc Vanel
> http://www.semantic-forms.cc:9111/display?displayuri=http://jmvanel.free.fr/jmv.rdf%23me
> Déductions SARL - Consulting, services, training,
> Rule-based programming, Semantic Web
> +33 (0)6 89 16 29 52
> Twitter: @jmvanel , @jmvanel_fr ; chat: irc://irc.freenode.net#eulergui


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
> 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
> .
> But that URL doesn't lead to anything.
>
> I'm curious as to what, if anything, that ought to point to.  I'm not
> even sure what it means to say "use Fuseki from Java" other than just
> using something like HTTPClient to interface with the Fuseki HTTP
> services.  Is there more I should know about, or is that pretty much
> it?
>
>
> Thanks,
>
>
> Phil
>



-- 
Jean-Marc Vanel
http://www.semantic-forms.cc:9111/display?displayuri=http://jmvanel.free.fr/jmv.rdf%23me
Déductions SARL - Consulting, services, training,
Rule-based programming, Semantic Web
+33 (0)6 89 16 29 52
Twitter: @jmvanel , @jmvanel_fr ; chat: irc://irc.freenode.net#eulergui


Fuseki java client?

2017-07-08 Thread Phillip Rhodes
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
.
But that URL doesn't lead to anything.

I'm curious as to what, if anything, that ought to point to.  I'm not
even sure what it means to say "use Fuseki from Java" other than just
using something like HTTPClient to interface with the Fuseki HTTP
services.  Is there more I should know about, or is that pretty much
it?


Thanks,


Phil