fix: validation issues with examples by aucampia · Pull Request #2269 · RDFLib/rdflib (original) (raw)

Summary of changes

I want to add examples for securing RDFLib network access using
sys.addaudithook and urllib.request.install_opener, but I want to
also validate the examples in our CI pipeline, so we can demonstrate
they work to our users.

This change adds validation for all examples, and the addition of the
security examples in a separate PR will then also get validated.

This change also fixes any validation issues for the examples.

Checklist