
|
If you were logged in you would be able to see more operations.
|
|
Sesame
Created: 28/Oct/09 03:46 PM
Updated: 28/Oct/09 03:55 PM
|
|
| Component/s: |
SeRQL
|
| Affects Version/s: |
None
|
| Fix Version/s: |
2.3.0
|
|
Extend the IN operator in SeRQL so that it can also work on a list of values. For example:
select *
from {X} P {Y}
where P in ( rdf:type, rdfs:subClassOf, rdfs:subPropertyOf )
Currently, one has to write this down as an OR over multiple value comparisons, or as a UNION of multiple SELECT-queries. The above notation is much more convenient.
|
|
|
There are no comments yet on this issue.
|
| |
|
|