How to get list of databases created on host?

Is there any way to get the stardog db list via query?

It might be technically possible since Stardog maintains the system catalogue data in RDF. However we don't recommend it and don't commit to any particular RDF representation of that data. The better way is to use one of the standard APIs (AdminConnection.list() in Java or /admin/databases HTTP resource, see Home | Stardog Documentation Latest).

Best,
Pavel

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