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

Key: SES-123
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Jeen Broekstra
Reporter: Jeen Broekstra
Votes: 0
Watchers: 0
Operations

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

support for isBNode() and isURI() functions

Created: 21/Feb/05 01:09 PM   Updated: 13/May/05 10:43 PM
Component/s: SeRQL
Affects Version/s: None
Fix Version/s: 1.2-RC1


 Description   
A useful extension to SeRQL would be the inclusion of boolean functions that verify that a variable is bound to a BNode or a URI, respectively:

select X
from {X} P {Y}
where isBNode(X)

select X
from {X} P {Y}
where isURI(X)


 All   Comments   Change History      Sort Order:
Comment by Jeen Broekstra [21/Feb/05 01:30 PM]
new functions checked in in CVS trunk