I have access to a Stardog database on a server, a separate machine from my desktop. I can reach the database through the Stardog Console (v5.0.1) using the URL: https://stardog.db.xxx.yyy.zzz.com/db#!/query
I want to access the SPARQL access point from a python program. Is the URL above the access point URI that I need to use? Or is there another value that I can determine from this string?