You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jena.apache.org by mellassi khouloud <kh...@gmail.com> on 2018/06/21 20:03:52 UTC

Java code to upload owl file into Fuseki server

hello ,

I need your help .. i'm searching for a java method that upload owl file
into Fuseki server ..
Someone can help me ,
thanks

Re: Java code to upload owl file into Fuseki server

Posted by ajs6f <aj...@apache.org>.
Any interaction you have from Java to Fuseki is likely to use HTTP. You can use Jena's RDFConnection facility to do that:

https://jena.apache.org/documentation/rdfconnection/

For a more useful response, please provide more information about what you are trying to do.

ajs6f

> On Jun 21, 2018, at 4:03 PM, mellassi khouloud <kh...@gmail.com> wrote:
> 
> hello ,
> 
> I need your help .. i'm searching for a java method that upload owl file
> into Fuseki server ..
> Someone can help me ,
> thanks