BITES and graph names

I used BITES to load 22 separate files of ASCII text. When I went to query the db using Stardog Studio (select distinct ?g where {graph ?g {?s ?p ?o}}), I got results that read ...

stardog:docs:dbName:fileName1.txt
stardog:docs:dbName:fileName2.txt
...

But the actual graph name is tag:stardog:api:docs:dbName:fileName1.txt.

Why is there a difference in the IRIs?

Andrea

Andrea,
This is likely because the stardog: prefix exists in your database with an IRI prefix of tag:stardog:api:.
Jess

Doh! Probably.

I need to find a better prefix name.

Andrea