Published February 8, 2022
| Version 3.2.4
Software
Open
ruby-rdf/rdf: Release 3.2.4
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
Vocabulary representation
- When reading a vocabulary, don't skip non-english literals.
- When writing a vocabulary, use language-map form for language-tagged literals with any in english serialized as the first entry of the map,
- Remove more redundant string freezes.
- Fixes #432.
- Document and parse datatype/language maps as part of
Termattribute definitions. - Update documentation links to use gh-pages, and add action to publish gh-pages from Yard docs.
- Improve Vocabulary DSL documentation.
- Add Yard tag to prevent parsing vocabularies if
:noDocis set.
- Exclude '_' and '-' from
PN_LOCALescapes. Not all reserved characters need to be escaped in SPARQL/Turtle, but they must be unescaped when encountered. - Improve
#quoted?accessor forRDF::Statement, and set it when parsing embedded triples in NTriples/NQuads. - Update expectation for
RDF:URIwith a hash argument, due to updates to rspec-mock. - Update Countable, Enumerable, and Queryable to include their Enumerator classes inline, and remove a separate enumerator.rb to address #433.
Files
ruby-rdf/rdf-3.2.4.zip
Files
(435.1 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:f8b43e1cc75a742f085175bbc677ee28
|
435.1 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ruby-rdf/rdf/tree/3.2.4 (URL)