Re: [Neo] VerboseQuadStore and spaql

2009-01-30 Thread Mattias Persson
Allright, it seems you are using sparql-on-sail and not our integrated neo sparql-engine. I have quite little experience with that setup, I must add. Though I don't see why your case shouldn't work, since the VerboseQuadStore supports all combinations of S P O C. I'm going on vacation tomorrow for

Re: [Neo] VerboseQuadStore and spaql

2009-01-30 Thread Lyudmila Balakireva
thank you for looking , my query snippet: try { sail.initialize(); Repository repo = new SailRepository( sail ); RepositoryConnection rc = repo.getConnection(); ValueFactory f = repo.getValueFactory(); //

Re: [Neo] VerboseQuadStore and spaql

2009-01-30 Thread Mattias Persson
Hi Lyudmila, as Emil pointed out our sparql support doesn't yet support all possible cases, but according to my knowledge a ?S P ?O construct is supported and tests in the sparql engine verifies that. It can however depend on what other triple constraints your query has. The neo sparql engine need