Re: InfModels in Dataset on Fuseki.

2019-07-15 Thread Claude Warren
After more digging I came across the GraphMaker interface in the DatasetGraphFactory. Since what I want to do is reason over a TDB graph what I am planning on doing is 1) creating a SoftDatasetGraphMap (DatasetGraph) that will discard the datasets when garbage collection needs the space. 2)

Re: InfModels in Dataset on Fuseki.

2019-07-15 Thread Andy Seaborne
Hi Claude, On 13/07/2019 22:26, Claude Warren wrote: Greetings, I know that Fuseki serves datasets. I know that the RDFConnecton will use Fuseki as its storage. I know that the RDFConnection will create named graphs if they are in the dataset in the connection.loadDataset( dataset ) call. I

Re: issue installing jena 3 in windows 8

2019-07-15 Thread Andy Seaborne
This is asked as JENA-1730 about the same time. (The screenshot does not have details of the error building Jena from source. It is probably an environmental issue. (Possibly because the tests on Windows use a lot of temporary file space but it could be other factors). You don't need to

Re: issue installing jena 3 in windows 8

2019-07-15 Thread Lorenz B.
Hello, just as a general comment, Jena artifacts are published in the official Maven repo. No need to build from source or download them manually if your project uses Maven, Ivy or SBT. Can you please explain how you want to use Jena? - From Java? If so, is it a Maven project? - From CLI? If so,