On 15/08/12 11:03, Robby Pelssers wrote:
Hi all,
Are there any good examples (perhaps blog) available how to create / delete /
update fuseki from Java?
There are two ways:
SPARQL Update
SPARQL Graph Store Protocol
The latter is hhttp/CRUD like.
I have a pretty tight deadline and
http://jena.apache.org/documentation/serving_data/index.html is not really
eliminating ;-)
Thx in advance,
Robby Pelssers
Some command line programs:
http://jena.apache.org/documentation/serving_data/soh.html
The spec has examples:
http://www.w3.org/TR/sparql11-http-rdf-update/
What is undocumented is the Java client support classes: see
org.apache.jena.fuseki.DatasetAccessor[Factory]
Using curl or wget is quite possible.
Andy