Re: [Virtuoso-users] Testing Virtuoso SPARQL endpoint

2007-10-02 Thread Rajeev J Sebastian
Hi Mitko, On 10/2/07, Mitko Iliev wrote: > I guess you didn't specified the graph(s) from where to fetch the data, > For testing i suppose you put test data in some graph(s), then should > use FROM e.g. "select * from where { ?x ?y ?z }" . Yes, in fact that is what I am doing. The problem is

Re: [Virtuoso-users] Testing Virtuoso SPARQL endpoint

2007-10-02 Thread Mitko Iliev
Hi Rajeev, I guess you didn't specified the graph(s) from where to fetch the data, e.g. "select * where { ?x ?y ?z }" . Thus all graphs kept in RDF_QUAD including the system one 'http://www.openlinksw.com/schemas/virtrdf#' are in effect. For testing i suppose you put test data in some graph(s), th

[Virtuoso-users] Testing Virtuoso SPARQL endpoint

2007-10-01 Thread Rajeev J Sebastian
Hi, I'm unit testing a Virtuoso-over-SPARQL client, but the problem is that the virtrdf context (i guess it refers to the rdf mapper) gets in the way of the test. Is there some way to get rid of it during testing ? Regards Rajeev J Sebastian