apache / jena

Apache Jena
https://jena.apache.org/
Apache License 2.0
1.12k stars 652 forks source link

Reduce the use of Model/QueryExecution in Fuseki #2837

Closed afs closed 1 week ago

afs commented 1 week ago

Change

In preparation for evolving Fuskei #2775, this task is to clean up Fuseki (jena-fuseki-core, jena-fuseki-main. jena-fuseki-access). One task is use switch use of Model and related APIs to Graph related APIs in internal use.

This is not removing use of Model, QueryExecution etc. It's in the Fuseki module API and testing uses the client-side APIs; the assembler subsystem in Jena uses the model-level API.

Are you interested in contributing a pull request for this task?

Yes