[redland-dev] [Rasqal RDF Query Library 0000382]: simple graph query returns no results

Mantis Bug Tracker mantis-bug-sender at librdf.org
Fri Aug 20 17:11:53 CEST 2010


The following issue has been SUBMITTED. 
====================================================================== 
http://bugs.librdf.org/mantis/view.php?id=382 
====================================================================== 
Reported By:                vandenoever
Assigned To:                
====================================================================== 
Project:                    Rasqal RDF Query Library
Issue ID:                   382
Category:                   query engine
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Query Language:             sparql 
====================================================================== 
Date Submitted:             2010-08-20 15:11
Last Modified:              2010-08-20 15:11
====================================================================== 
Summary:                    simple graph query returns no results
Description: 
The simple query
 select ?g ?s ?p ?o where {graph ?g {?s ?p ?o}}
gives no results for any tested store.

The problem can be reproduced by running these two commands in succession:
 rdfproc -c -n -s sqlite test add s p o c
 rdfproc -c -s sqlite test query sparql - 'select ?g ?s ?p ?o where {graph
?g {?s ?p ?o}}'

This problem also exists with the 'hashes' store.
Even in version 0.9.19 the old query engine does not have the problem and
correctly reports one triple for the above two commands.

This problem affects the RDF features of KWord which makes heavy use of
graphs.

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-08-20 15:11 vandenoever    New Issue                                    
2010-08-20 15:11 vandenoever    File Added: test.sh                          
2010-08-20 15:11 vandenoever    Query Language            => sparql          
======================================================================



More information about the redland-dev mailing list