Anaconda SPARQL Install With rdflib Package
There are a few different Anaconda SPARQL options available for Python, but I’ve had some success installing the package SPARQLWrapper.
You can install the SPARQLWrapper package by loading up the Anaconda Command Prompt and running:
pip install sparqlwrapper
which should download and install the most recent version of the package.
Go to SPARQLWrapper homepage
Check out the SPARQLWrapper package history