I am trying to do:
stardog data add mydb input.ttl
and getting
Connection refused (Connection refused)
Reading the manual - data add | Stardog Documentation Latest - but no example for this:
The default server URL will be read from the JVM argument ‘stardog.default.cli.server’. If the JVM argument is not set, the default value ‘http://localhost:5820’ is used. If the server URL has no explicit port value, the default port value ‘5820’ is used. To use a secure connection, you should specify the full connection string and postfix ‘s’ to the protocol, e.g. https.