fetch-sparql-endpoint.js icon indicating copy to clipboard operation
fetch-sparql-endpoint.js copied to clipboard

Separation of concerns

Open c-martinez opened this issue 1 year ago • 2 comments

This is more a general question than a specific issue: is there a way to use fetch-sparql-endpoint.js to allow users to access data in a SPARQL endpoint without having to concern themselves with SPARQL queries?

Disclaimer: I am the author of a Python library for doing that, and I'm considering whether it would be useful to have a JS version of it or whether something similar already exists.

c-martinez avatar May 27 '24 21:05 c-martinez

Hi @c-martinez 👋

AFAIK, there are no abstraction layers on top of this library directly, but there are several for Comunica (which can do everything this library can, and more), such as LDflex and LDkit. But providing more options to users is always helpful :-)

rubensworks avatar May 29 '24 06:05 rubensworks

Thanks @rubensworks, good to know about the existance of LDflex and LDkit. Yes, I guess more options are always good, but I don't want to re-invent the wheel if there is no need for it.

c-martinez avatar May 30 '24 13:05 c-martinez