Re: [rdflib-dev] [Announcement] PyLD v3.2.0

Hi Nick,

There are a couple wrt nquads/ntriples parsing/serialization that I'd like
to see included because we currently mitigate them in PyLD:
- RDFC1.0-compliant _quote_encode()
https://github.com/RDFLib/rdflib/pull/3431
- omitting the xsd:string datatype by default when serializing strings:
https://github.com/RDFLib/rdflib/pull/3433
- serializing without normalizing literals and without having to use the
NORMALIZE_LITERALS global. (no PR yet)

These are not Dataset related, but they all minor improvements with code
ready to go in PyLD

Best,

Miel


Op di 18 aug 2026 om 03:27 schreef Nicholas Car <nick@kurrawong.ai>:

> Thanks Miel and hi everyone,
>
> We have an RDFLib 8.0.0 release coming soon which contains a bunch of
> things not relevant to JSONLD but it does also include complete deprecation
> of public-facing ConjunctiveGraph and use of Dataset. This will be relevant
> here.
>
> There are still PRs coming in like #3515 that are fixing aspects of
> Dataset so please consider if there are any Dataset-related things you need
> that you might be able to get in before this 8.0.0 release which I hope to
> have done by the end of August.
>
> Cheers, Nick
>
>
> On Tuesday, 18 August 2026 at 00:19, Miel Vander Sande <
> miel.vandersande@meemoo.be> wrote:
>
>
> 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/.
> For details, consult the github release
> <https://github.com/digitalbazaar/pyld/releases/tag/v3.2.0>or the
> changelog <https://github.com/digitalbazaar/pyld/blob/master/CHANGELOG.md>
> .
>
> 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
> --
> <https://meemoo.be/nl> Miel Vander Sande
> Data Architect
>
> meemoo vzw | Ham 175, 9000 Gent | https://www.meemoo.be/
> <https://meemoo.be/nl>
> t +32 9 298 05 01 | m +32 492 83 21 29
>
> [image: App Banner Image] <https://meemoo.be/nl/vormingen-en-events>
>
> [image: Join Newsletter App]
>
> Op de hoogte blijven? Schrijf je in voor onze nieuwsbrief!
> <https://meemoo.be/nl/inschrijven>
> [image: __tpx__]
>
> --
> http://github.com/RDFLib
> ---
> You received this message because you are subscribed to the Google Groups
> "rdflib-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to rdflib-dev+unsubscribe@googlegroups.com.
> To view this discussion visit
> https://groups.google.com/d/msgid/rdflib-dev/CAHeRLWtRBjSpuCXGX_PQpy5nG-6hKBeF7nwHNnPh939%2BbWH0Uw%40mail.gmail.com
> .
>
>
> --
> http://github.com/RDFLib
> ---
> You received this message because you are subscribed to the Google Groups
> "rdflib-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to rdflib-dev+unsubscribe@googlegroups.com.
> To view this discussion visit
> https://groups.google.com/d/msgid/rdflib-dev/yL-l9YDO3elEPMpoKR0m7_dobOMaxscedLPvKV1TdlOCQzDspiCNq671hwTNMHViAcBmHkybNpxgNDdVL__DV_4zlrNyxKT3tH-hWCJ37J4%3D%40kurrawong.ai
> <https://groups.google.com/d/msgid/rdflib-dev/yL-l9YDO3elEPMpoKR0m7_dobOMaxscedLPvKV1TdlOCQzDspiCNq671hwTNMHViAcBmHkybNpxgNDdVL__DV_4zlrNyxKT3tH-hWCJ37J4%3D%40kurrawong.ai?utm_medium=email&utm_source=footer>
> .
>

Received on Tuesday, 18 August 2026 07:49:54 UTC