Published February 12, 2019
| Version 3.0.10
Software
Open
ruby-rdf/rdf: Release 3.0.10
Authors/Creators
- Gregg Kellogg1
- Arto Bendiken2
- Ben Lavender3
- Julien Pervillé4
- Mark Borkum5
- David Butler6
- Chris Beer7
- Justin Coyne8
- Peter Vandenabeele9
- Thomas Nixon10
- Judson Lester11
- Joey Geiger12
- John Fieber
- Conor Sheehan
- Keita Urashima13
- Brian Shirai14
- Sam Phippen
- Richard Degenne15
- Pius Uzamere16
- Peter Williams
- Naoki Kawamukai
- Misty De Meo
- Igor Bochkariov
- Fumihiro Kato17
- Ewout
- Danny Gagne
- Călin Ardelean
- cjcolvar
- Charles Pence18
- Aymeric Brisse15
- 1. Self
- 2. @cecg
- 3. Stripe
- 4. Perfect-Memory SA
- 5. Pacific Northwest National Laboratory
- 6. @indeedassessments
- 7. Stanford
- 8. Stanford University Libraries
- 9. All Things Data
- 10. BBC R&D
- 11. OpenTable
- 12. Nexia™
- 13. Enishi Tech Inc.
- 14. Rubinius, Inc
- 15. Perfect Memory
- 16. Ether
- 17. NII / LODI
- 18. Université catholique de Louvain (@UCLouvain)
Description
N-Triples/N-Quads:
- Single quote (') was missing from N-Triples/Quads escaped characters.
- Change N-Triples literal output encoding to limit the number of
ECHARescapes used based on Canonical form of N-Triples:- Within
STRING_LITERAL_QUOTE, only the charactersU+0022,U+005C,U+000A,U+000Dare encoded usingECHAR.ECHAR **must not** be used for characters that are allowed directly inSTRING_LITERAL_QUOTE`.
- Within
- Fix bug in
NTriples::Reader.unescapewhere it was overeager; now uses a string scanner to iterate through the string buffer.
Query:
- Make query validation optional. (Notation-3 patterns will appear to be invalid).
- Better support for non-distinguished variables.
- Calculate pattern cost based on position of variables.
- Add
Solutions#dup. - Add
existentialmodifier to variables. Note that this is not preserved from queries, which record the binding using the variable name, without other qualities. - Have solution iterators also return enumerators.
- Guard against nil bindings in solutions.
- Add
Solutions#mergebased on JOIN semantics.
Miscellaneous:
- Update Repository to remember statement options along with object, and not simply the object itself. This allows inferred statements to be added to the repo, and come back as having been inferred.
- Implement URI marshaling methods to avoid issue with serializing mutex.
- Dup components of a URI to avoid freeze issues.
- Support milliseconds in dateTime and time datatyped literals.
Files
ruby-rdf/rdf-3.0.10.zip
Files
(409.5 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:5503a4b769b3d64f9329f8f97af4cbc9
|
409.5 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ruby-rdf/rdf/tree/3.0.10 (URL)