Ticket #3 (closed defect: fixed)
ASK query returns true on empty store
| Reported by: | yves@… | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | Public release |
| Component: | Unknown | Version: | 1.0 |
| Keywords: | Cc: | swh |
Description
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>
] .
}
Change History
Note: See
TracTickets for help on using
tickets.

returns FALSE
returns TRUE
on an empty store