Fuseki itself support SPARQL protocols. It does not have the reconciliation functionality but it is possible to add functionality.

Either put a server in front Fuseki that receives reconciliation-api and makes SPARQL calls to Fuseki.

Or:
add a custom service to a dataset in Fuseki so that

https://host/dataset/reconcile

handles reconciliation-api requests.

Fuseki can have additional services added to the usual functionality (the SHACL service uses this mechanism - POST shapes, get back validation report).

Or:
add a plain servlet to Fuseki and the servlet handler can directly access the RDF data in the server.

    Andy

On 28/10/2021 03:53, 吳宣億 wrote:
Dear all,


Does anyone know if it's possible to configure Fuseki endpoint url to apply to 
this https://reconciliation-api.github.io/testbench/ reconciliation api? If so, 
how is it done? Any help is much appreciated


Thanks in advance

Reply via email to