Is it possible to start Fuseki with initial contents from a file (an OWL
ontology, not an existing TDB), and then allow updates?
When I start Fuseki with the following parameters:
./fuseki-server --file /Ontologies/MyOntology.owl --update /MyFuseki
I get a message that the the resource /MyFuseki is running in read-only
mode. It appears the --update parameter does nothing. But there is no
message that says the parameter is ignored (and why). I can, of course,
start the Fuseki server and then load the ontology file ... but it seems
like I should be able to do it in one step. What am I missing?
Running Apache Jena Fuseki 3.5.0 with Java 1.8.0_144 on Mac OS X 10.12.6
x86_64.
Robert Nielsen