Releases
3.3.2
Fix problem parsing ill-formed URI query parameters such as "?&a".
Don't normalize literal direction so that validation can work.
Add check to see if subject implements supports?
before using it, which isn't the case for a Writer.
Fix documentation on RDF::Query#initialize
and #execute
to note that variable graph names do not match the default graph due to SPARQL semantics.
Remove CHANGES.md
Reference GitHub Release Notes from README.
CI on Ruby 3.3.
Add expllicit dependencies on base64 and bigdecimal gems.
Fix some IRI regular expressions.
Add support for RDF 1.2 Triple Terms and deprecation notices for RDF-star quoted triples. (provisional)
Even though deprecated, when matching a quoted triple (<< ... >>
) be sure it's not a triple term (<<( ... )>>
).
Add rdf:reifies
to the RDF vocabulary.
Implement Literal#english?
to aid matching English literals. (@artob )
Update #start_with? to match String#start_with signature. (@tpendragon )
You can’t perform that action at this time.