Ticket #113 (closed task: fixed)

Opened 6 months ago

Last modified 1 month ago

ASK queries

Reported by: pag Assigned to: pag
Priority: major Milestone: SPARQL Query Engine
Component: Mulgara Version: 2.0-beta
Keywords: ASK bandwidth SPARQL Cc:

Description

ASK queries are not yet implemented.

Session should be updated to handle an ASK query. In this way the new "Boolean Answer" can be returned for ASK queries. This is NOT necessary, but will cut dramatically cut down on network bandwidth.

Boolean answers will be a new trivial Answer type that returns a single row. The variable will be called "result", and the value in the single row will be "true" or "false".

Change History

10/14/08 22:15:09 changed by pag

  • status changed from new to closed.
  • resolution set to fixed.

Added in r1046