Hi there,
I'm new to RDF database and trying to connect to Stardog Cloud (free version) from a third-party application called INCEpTION.
To verify the connection, I created a test user in Stardog Studio and was able to connect in Python following Build a Python App | Stardog Documentation Latest, which was successful.
But when I try to connect from a third-party application, it fails. I suspect that the endpoint doesn't specify which database the application should connect to. Where can I find an endpoint to a specific database?
Thanks!