Re: [Neo] VerboseQuadStore and spaql

2009-02-09 Thread Mattias Persson
I just tried your query on a minimal dataset, guessing the structure from your query. That query gave me results however. Here's the data I used: SailConnection connection = sail.getConnection(); URI photo = fa.createURI( "http://test/photo1"; ); URI tagPredicate = fa.creat

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

Re: [Neo] VerboseQuadStore and spaql

2009-01-29 Thread Emil Eifrem
On Thu, Jan 29, 2009 at 9:54 PM, Lyudmila Balakireva wrote: > Hello, > I was testing sail rdf component and I made test store based > onVerboseQuadStore . > I have problem with predicate in sparql . If I specify predicate > like ?x dc:type ?z the query does not returning anything. (I

[Neo] VerboseQuadStore and spaql

2009-01-29 Thread Lyudmila Balakireva
Hello, I was testing sail rdf component and I made test store based onVerboseQuadStore . I have problem with predicate in sparql . If I specify predicate like ?x dc:type ?z the query does not returning anything. (I do have dc namespace prefix). It is work if I do (?x?y?z) or (?x ?