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
Support for SPARQL federated queries which were failing because we were not using the feature from Oxigraph that enabled them. Solved issue #516
Fixed
Relative IRIs are now parsed consistently in shapemaps, RDF data and ShEx solving issue #520
All the python default values are configured properly (as is stated in the docs).
Also fixed an issue related #516 to remove an openssl dependency.
Fixes #514 which had several arguments documented as optional but which were required in practice.
Changed
Option show-schema has been changed to use the negatable pattern with show_schema as a flag that can be overriden by no_show_schema which seems more ergonomic.
trait Deref renamed as DerefIri and method deref as deref_iri to avoid conflicts with the existing deref keyword