Oh yeah, sorry. I've always used TDB with Fuseki, it was late night and for a 
moment I completely forgot about all the other tdb2.* cli tools.
 
 

Sent: Sunday, November 26, 2017 at 8:54 PM
From: ajs6f <[email protected]>
To: [email protected]
Subject: Re: Fuseki all graphs into dataset vs separate graphs
"s-put" has nothing to do with TDB2-- it is entirely about SPARQL Graph Store 
protocol. It would work perfectly well with any implementation thereof, 
including non-Jena ones.

You will find in the bin/ directory of a Jena distribution a series of CLI 
tools for working with TDB2 databases, called tdb2.tdbquery, tdb2.tdbupdate 
etc. They work very much like their TDB1 counterparts. They will let you work 
against your TDB2 database without Fuseki.

If all you want to do is load data and query it yourself, you don't need 
Fuseki. You can just use the CLI tools. tdb2.tdbupdate will let you handle your 
graph replacement chore easily.

ajs6f

Reply via email to