Commit 629d98c
Add missing comparison operators for triple terms (#289)
* Add missing value comparison operators for triple terms
* Support triple terms in ORDER BY
* Fix links to compareTripleTerm
Co-authored-by: Olaf Hartig <[email protected]>
* Apply suggestions from code review
Co-authored-by: Olaf Hartig <[email protected]>
* Link to SUBJECT, PREDICATE, and OBJECT functions
* Remove obsolete sentence about triple terms in operator mapping table
* Use term1/2 instead of A/B in func-compareTripleTerm
* Clarify next step in func-compareTripleTerm
* Apply suggestions from code review
Co-authored-by: Ted Thibodeau Jr <[email protected]>
* Fix formatting of compareTripleTerm
* Require relative ordering for IRIs and bnodes in compareTripleTerm
* Add comparison operators for triple terms to changelog
* Update spec/index.html
Co-authored-by: Ted Thibodeau Jr <[email protected]>
* Update spec/index.html
Co-authored-by: Ted Thibodeau Jr <[email protected]>
* Update spec/index.html
Co-authored-by: Ted Thibodeau Jr <[email protected]>
* Remove triple term comparison from operator mapping table
* Add example on undefined ordering of triple terms
* Remove explicit section references
* Update spec/index.html
---------
Co-authored-by: Olaf Hartig <[email protected]>
Co-authored-by: Ted Thibodeau Jr <[email protected]>1 parent 859b577 commit 629d98c
1 file changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3672 | 3672 | | |
3673 | 3673 | | |
3674 | 3674 | | |
3675 | | - | |
3676 | | - | |
| 3675 | + | |
| 3676 | + | |
3677 | 3677 | | |
3678 | 3678 | | |
3679 | 3679 | | |
| |||
3684 | 3684 | | |
3685 | 3685 | | |
3686 | 3686 | | |
| 3687 | + | |
3687 | 3688 | | |
3688 | | - | |
| 3689 | + | |
| 3690 | + | |
3689 | 3691 | | |
3690 | 3692 | | |
3691 | 3693 | | |
| |||
3695 | 3697 | | |
3696 | 3698 | | |
3697 | 3699 | | |
| 3700 | + | |
3698 | 3701 | | |
3699 | 3702 | | |
3700 | 3703 | | |
| |||
12703 | 12706 | | |
12704 | 12707 | | |
12705 | 12708 | | |
| 12709 | + | |
12706 | 12710 | | |
12707 | 12711 | | |
12708 | 12712 | | |
| |||
0 commit comments