id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
3,ASK query returns true on empty store,yves@…,,"The query ASK WHERE {?s ?p ?o} returns true on an empty 4store instance.

Same thing for that more complex query, which returns true on an empty 4store instance:

PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
ASK WHERE {
<http://www.bbc.co.uk/beancounter/users/moustaki>
                    foaf:holdsAccount [ 
                        a foaf:OnlineAccount ;
                        foaf:accountName ""moustaki"";
                        foaf:accountServiceHomepage <http://twitter.com> 
                    ] .
}",defect,closed,major,Public release,Unknown,1.0,fixed,,swh
