History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: SES-153
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Arjohn Kampman
Reporter: Arjohn Kampman
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Sesame

Ability to include comments in SeRQL queries

Created: 09/May/05 03:37 PM   Updated: 13/May/05 10:23 PM
Component/s: SeRQL
Affects Version/s: None
Fix Version/s: 1.2-RC1


 Description   
In some situation it would be convenient to be able to include comments in (SeRQL-)queries. RDQL has adopted C/Java-style comments (/*...*/ and // ...), whereas the upcoming SPARQL uses the #-style comments. The latter looks nicer, IMHO.

Example SPARQL query with comments:

# Get name, and optionally the mbox, of each person
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
SELECT ?name ?mbox
WHERE
  { ?person foaf:name ?name .
    OPTIONAL { ?person foaf:mbox ?mbox}
  }

 All   Comments   Change History      Sort Order:
There are no comments yet on this issue.