Hi,
When passing a SPARQL query to the virtuoso database, the following query does not return the same result when passed through the web interface and by an http request on the DAV service: insert { graph ?g2 { ?s a ?type }} where { graph ?g {ex:something a ?type ; ?s ex:sameAs ex:Something .} BIND(URI(CONCAT(?g, '/deduced')) AS ?g2) } Through the web interface, triples are inserted into the corresponding graphs, like expected. But when passed as a http request (using curl, on http://localhost:8890/DAV/home/dba/rdf_sink), there is no result, unless FROM NAMED FROM NAMED is added, for each graph that we consider. How can I make it possible for a SPARQL query passed by http request on the DAV service to have access to the index of graphs? Note: both SPARQL and dba (used in the http request) have all rights. Best regards, Jibé B
------------------------------------------------------------------------------
_______________________________________________ Virtuoso-users mailing list Virtuoso-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/virtuoso-users