vO.6.3 Release Notes¶
This is a minor release with new enhancements and issue fixes.
Enhancements¶
Updated SPARQL query rewriting to no longer require the presence of a JSONLD @vocab in the context (i.e. context.has_vocab()==True) and to raise QueryingError when an unknown term and no @vocab are provided. #180 (Try it using the Querying notebook )
Set rdflib-jsonld version to <=0.5.0 and rdflib to <6.0.0 to prevent dependencies collision as rdflib-jsonld is now included in rdflib from version <6.0.0 #186