I'm currently trying to migrate from Fuseki to Stardog so I'm trying to migrate data.
I notice I can load data to stardog from files using Stardog studio but the problem is that all triple end up in the default graph or one new named graph instead of importing every triple in their respective named graph described by my files.
Is it a bug and does this feature exist with stardog ? How can I import all my named graph from my N-quads files ?
And you can use Stardog Studio Load Data command too, instead of the CLI command. You have to provide a valid NQUADS file and select the NQUADS file format. And the result is the same as with the CLI command.