LinkedDataFragments / Server.Java

A Triple Pattern Fragments server for Java
MIT License
27 stars 20 forks source link

SparqlDatasource is missing? #51

Closed umairq closed 5 years ago

umairq commented 6 years ago

Hi: I am testing for SparqlDatasource but it seems missing? Is it not added yet?

rubensworks commented 6 years ago

SparqlDatasource is not supported in the Java version of the server AFAIK. It is however supported in the JavaScript version: https://github.com/LinkedDataFragments/Server.js

umairq commented 6 years ago

Thank you for your response, however, I have one more question. I have tested on javascript version, it is giving correct output. But being a beginner in javascript, I want to change the output format, so it might output the total cardinality of the result triples and time of query execution. Is it possible? which file should I modify? Thanks

rubensworks commented 6 years ago

change the output format, so it might output the total cardinality of the result triples and time of query execution

Not sure, you might have to change a bunch of things then. This might be a good starting point: https://github.com/LinkedDataFragments/Server.js/blob/develop/lib/datasources/SparqlDatasource.js

umairq commented 6 years ago

ok thankyou 👍