Hi, I am trying to load resources from DAV repository. Since DAV repository is protected, I need to specify authentication directlty into the URL. So I've tried:
sparql define get:soft "soft" define get:uri <http://dav:dav@localhost:8890/DAV/bookStore.ttl> select count(*) from <http://example/bookStore> where {?s ?p ?o}; which returns: *** Error RDFXX: [Virtuoso Driver][Virtuoso Server]Can not get-and-cache RDF graph <http://example/bookStore> from < http://dav:dav@localhost:8890/DAV/bookStore.ttl> because is has been loaded from <http:///localhost:8890/DAV/bookStore.ttl> in signal:(BIF), Please note that http://dav:dav@localhost:8890/DAV/bookStore.ttl from a web browser correctly displays its content (no authentication popup). Thanks in advance for your help. Pierre