
|
If you were logged in you would be able to see more operations.
|
|
Sesame
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
|
|
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)
|
|
new functions checked in in CVS trunk
|
|