I'm able to add custom rules to a named graph in Stardog with the following CLI command:
stardog data add db_name -g "http://graph_name"/path/to/rules/test.ttl
Is there a possibility to do this via the Java API, for instance with the AdminConnection
class?