Skip to content

Can I use Jena Reasoners in Fuseki through SPARQL Endpoint? #1297

Answered by afs
chenkuncloud asked this question in Q&A
Discussion options

You must be logged in to vote

So you want to modify the rules in a running Fuseki?

Fuseki is the server so the modification will have to be java code running in Fuseki. This is possible but not simple.

This only applies to the "Fuseki main" form of the server; the war file form would need repacking to add code. war files, by design, are effectively sealed.

Fuseki Modules is the way to add code into a Fuseki server. It can modify the server being built to add code and additional servlets for interacting with the server.

Or you can run a java program that builds and runs a Fuseki server. See FusekiServer.create() for the builder of servers that allows adding servlets/servlet filters and custom data services.

The other w…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@chenkuncloud
Comment options

@chenkuncloud
Comment options

@afs
Comment options

afs May 13, 2022
Collaborator

Answer selected by chenkuncloud
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants