Re: Using Fuseki API

2013-07-02 Thread Lewis John Mcgibbney
Hi Andy, Thanks for the feedback. On Tue, Jul 2, 2013 at 3:38 AM, Andy Seaborne wrote: > Hi Lewis - you want to push a bytestream? And you know the content type? > Yeah I have a ByteStream. As I'm working with Any23 we can have different contentTypes... but for now I've turned to the dark side

Re: Using Fuseki API

2013-07-02 Thread Andy Seaborne
On 02/07/13 00:34, Lewis John Mcgibbney wrote: Hi, I am slightly confused as to what API I should be using to do the following. I have triples data (from an Any23 pipeline) in a Java ByteArrayOutputStream. I want to write them in to a standalone Fuseki server which is already running and we can a

Using Fuseki API

2013-07-01 Thread Lewis John Mcgibbney
Hi, I am slightly confused as to what API I should be using to do the following. I have triples data (from an Any23 pipeline) in a Java ByteArrayOutputStream. I want to write them in to a standalone Fuseki server which is already running and we can assume will always be running in my data centre. I