Re: Enable update with Java

2017-06-24 Thread Dimov, Stefan
Hi Andy, Seems so, the updating was already enabled. It didn’t work for me, because I omitted something else. Now it works. On your questions. I’m configuring, starting and loading data into Fuseki, completely thru Java: This is a configurarion code snippet: public static Dataset

Construct query

2017-06-24 Thread tina sani
Hi How a SPARQL construct query works? How it generate data which is not existed in our ontologies? Is it just create the instances of classes which does not exist? A simple example will be appreciated as I am reading literature about it from past few days but could not understand how exactly it

Re: Enable update with Java

2017-06-24 Thread Andy Seaborne
On 24/06/17 01:46, Dimov, Stefan wrote: Hello, I have Fuseki/Jena and I configure it thru Java code (no config files). Does anybody know, how I can enable Fuseki update (e.g. – allow SPARQL INSERT/DELETE requests) thru Java code? S. Hi Stefan, It needs to have the right services added to