Published February 23, 2022
| Version 3.2.5
Software
Open
ruby-rdf/rdf: Release 3.2.5
Authors/Creators
- Gregg Kellogg1
- Arto Bendiken2
- Ben Lavender3
- Julien Pervillé4
- Dorian Taylor
- David Butler5
- Justin Coyne6
- Chris Beer7
- Peter Vandenabeele8
- Thomas Nixon
- Jan Schill9
- Judson Lester10
- John Fieber
- Joey Geiger11
- ArthurWD
- Brian Shirai12
- Keita Urashima
- Conor Sheehan
- Aymeric Brisse13
- Charles Pence
- Chris Colvard
- Călin Ardelean
- Danny Gagne
- Ewout
- Fumihiro Kato14
- Igor Bochkariov
- Michael Luggen
- Misty De Meo
- Naoki Kawamukai
- Peter Williams
- 1. Self
- 2. @Aurora-is-NEAR
- 3. Stripe
- 4. Perfect-Memory SA
- 5. @indeedassessments
- 6. Stanford University Libraries
- 7. Stanford
- 8. All Things Data
- 9. @zendesk
- 10. YMeadows
- 11. Trane Technologies
- 12. Rubinius, Inc
- 13. Perfect Memory
- 14. LODI
Description
- Adds
Temporalliteral as superclass ofDate,Time, andDateTime.- Adds
#adjust_to_timezone(and#adjust_to_timezone!) based on XPath function. Takes either a[+1]HH:MMor an xsd:dayTimeDuration restricted to hours and minutes. - Adds
<=>comparison operator. - Adds
#year,#month,#day,#hours,#minutes, and#secondsaccessors. - Add and subtract temporals with each other and durations, per XPath/XQuery functions spec.
- Adds
- Updates to Date literal:
- Object base is now
::DateTimeinstead of::Dateto record and manipulate timezone. - Better conformance to XSD and XPath specs.
- Object base is now
- Updates to DateTime literal:
- Better conformance to XSD and XPath specs.
*Add XPath math functions and constants to Literal::Numeric.
PI,#exp,#exp10,#log,#log10,#sqrt,#sin,#cos,#tan,#asin,#acos,#atan,#atan2.
- Better conformance to XSD and XPath specs.
*Add XPath math functions and constants to Literal::Numeric.
Files
ruby-rdf/rdf-3.2.5.zip
Files
(441.1 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:ba46df8eb3ef9de17a532288c703ee4a
|
441.1 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ruby-rdf/rdf/tree/3.2.5 (URL)