You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update N-Triples/N-Quads production names for quoted triples.
Improve Literal#comperable_datatypes2.
Handle corner-case on canonicalizing a Double whose value is nil. (to_sxp issues).
Initialize Logger instanance variables, if not defined. (Fixes #428.)
Fix Term.to_ruby to better serialize attributes containing blank node terms.
Allow URI#qname and URI#pname to take a :prefixes named parameter, which skips vocabulary navigation and uses any specified prefixes.
Now that RDF::HamsterRepo has been extracted into the rdf-hamster-repo gem, replace the builtin implementation for RDF::Repository with that used in RDF::OrderedRepo.