If we have a database on stardog cloud and we are trying to get the database schema from the python library pystardog, then how to do it ? Database Schema includes the the nodes as classes and the relations between them as well but not the actual data.
Suppose the database looks like this in stardog explorer :
Then the schema would be something like this :
Is there a way to do it in python ?