I'm loading an xml/rdf file provided by a third party using tdbloader2,
and it throws this error:
--
Base URI is null, but there are relative URIs to resolve.: <>
--
The header of the rdf file does not have in fact have an xml:base
clause, so I guess I'd need to edit the original RDF source to provide one?
In the hope of providing a meaningful value for this, I'd like to be
able to see just what statement contained the relative URI that
triggered this error, but tdbloader doesn't seem to be providing line
numbers. Searching for <> turns up nothing. Is there a utility I can
use that will give me this information?
Failing that, does it even matter what value I use to provide the base
URI? If not, I guess I can just stick in any old thing.
Thanks,