Determine URI for SPARQL Access Point

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?

5.0.1 is an old version, but I believe it would be simply 'https://stardog.db.xxx.yyy.zzz.com'.

-Serge

PS. Have you look at the pystardog library

Yes, I am using pystardog to access Stardog from my Jupyter notebook. Thanks!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.