Hi all,
Just wanted to let you know that
PyLD released v3.2.0 with JSON-LD 1.1 API test-suite compliance for 'fromRDF()' and 'expand()' and extensions to the document loaders
. It's available at https://pypi.org/project/PyLD/.
Originally, we planned full JSON-LD 1.1 API test-suite compliance, but as many 'toRdf()' cases involve nquads serialization, it makes more sense to bundle these with the introduction of rdflib in 4.0.0.
What's next?
- v3.3.0 with a local file document loader and a CLI.
- v4.0.0 with a switch of the internal datamodel to rdflib, an rdflib compatible API (with < 4.0.0 compatibility mode), full JSON-LD 1.1 API test-suite compliance and RDF Dataset canon test-suite compliance (including RDFC1.0)
Best