Hi Steven,
You can POST a configuration of service+dataset to the server at
/$/datasets, with content-type being the RDF syntax.
The ?type=, ?name= form the UI uses is convenience way of taking a
template in the server, creating a file in the server and using that to
build a service but the mechanism is general.
So you can make the configuration file
This can then share datasets by using the same location for the
database. Location are JVM-wide
TestAdmin.java in jena-fuseki-main has some tests (in 5.3.0).
Andy
On 14/04/2025 11:23, Steven Blanchard wrote:
This file is not passing to fuseki each time it is inserted. It is
located on the fuseki server and is not accessible on the server
launching the curl request.
Unless it's possible to give this file as a parameter of the curl
command and I've missed this information?
Le 2025-04-14T11:57:04.000+02:00, Martynas Jusevičius
<marty...@atomgraph.com> a écrit :
Hi Steven,
can't you use envsubst or sed to inject the var values and pre-process
the file before passing it to Fuseki?
Martynas