Hello everyone,
I want to do some graph analysis and my source data is accessible via a SPARQL endpoint exposed by a Jena Fuseki server.
I’d like to know if there is any package like the SPARQLWrapper package for Python (https://pypi.org/project/SPARQLWrapper/).
Basically, what I want to do is:
- Query a SPARQL endpoint
- Convert the result into a Data Frame
- Do some other stuff that is not relevant here
Is there such a package? I have not been able to find one, yet, but probably I’ve been looking in the wrong place?
Thank you very much in advance for your help.
Kind regards,
Thomas