ajs6f commented on issue #1243: URL: https://github.com/apache/jena/issues/1243#issuecomment-1084779985
If I understand your question correctly, the answer is no. "Apache Jena Fuseki is a SPARQL server", as the first sentence in the documentation you linked says. Its entire purpose is to support SPARQL and related services over HTTP. You can certainly use Jena as part of a Java application to use the Model API, but Fuseki does not offer the execution of Java code, by intention. Perhaps you can say a bit more about why you need to use Fuseki instead of using Jena's Java APIs directly? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
