Re: getting base model from Model

2020-12-18 Thread Andy Seaborne
On 18/12/2020 10:13, Sushanth Vaddaram wrote: Hi Andy, Am using TDB2, can we allow two different services to access the same database. I thought that can be done in TBD1 and not TDB2 because of locking mechanism. No problem (TDB1 or TDB2). There is only ever one database object in the pro

Re: getting base model from Model

2020-12-18 Thread Sushanth Vaddaram
Hi Andy, Am using TDB2, can we allow two different services to access the same database. I thought that can be done in TBD1 and not TDB2 because of locking mechanism. Thanks!!! On 2020/12/18 09:52:26, Andy Seaborne wrote: > > > On 17/12/2020 14:53, Sushanth Vaddaram wrote: > > We are trying

Re: getting base model from Model

2020-12-18 Thread Andy Seaborne
On 17/12/2020 14:53, Sushanth Vaddaram wrote: We are trying to backup base model from Jena without inferred data using the RDFConnectionFuseki connection. Is there any way that can be achieved? Code: try (RDFConnectionFuseki conn = (RDFConnectionFuseki)builder.build();

getting base model from Model

2020-12-17 Thread Sushanth Vaddaram
We are trying to backup base model from Jena without inferred data using the RDFConnectionFuseki connection. Is there any way that can be achieved? Code: try (RDFConnectionFuseki conn = (RDFConnectionFuseki)builder.build(); OutputStream out = new Fil