Rdflib

Latest version: v7.1.4

Safety actively analyzes 723990 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 32

4.2.1

This is a bug-fix release.

Minor enhancements:

* Added a Networkx connector
[471](https://github.com/RDFLib/rdflib/pull/471),
[507](https://github.com/RDFLib/rdflib/pull/507)
* Added a graph_tool connector
[473](https://github.com/RDFLib/rdflib/pull/473)
* Added a `graphs` method to the Dataset object
[504](https://github.com/RDFLib/rdflib/pull/504),
[495](https://github.com/RDFLib/rdflib/issues/495)
* Batch commits for `SPARQLUpdateStore`
[486](https://github.com/RDFLib/rdflib/pull/486)

Bug fixes:

* Fixed bnode collision bug
[506](https://github.com/RDFLib/rdflib/pull/506),
[496](https://github.com/RDFLib/rdflib/pull/496),
[494](https://github.com/RDFLib/rdflib/issues/494)
* fix `util.from_n3()` parsing Literals with datatypes and Namespace support
[503](https://github.com/RDFLib/rdflib/pull/503),
[502](https://github.com/RDFLib/rdflib/issues/502)
* make `Identifier.__hash__` stable wrt. multi processes
[501](https://github.com/RDFLib/rdflib/pull/501),
[500](https://github.com/RDFLib/rdflib/issues/500)
* fix handling `URLInputSource` without content-type
[499](https://github.com/RDFLib/rdflib/pull/499),
[498](https://github.com/RDFLib/rdflib/pull/498)
* no relative import in `algebra` when run as a script
[497](https://github.com/RDFLib/rdflib/pull/497)
* Duplicate option in armstrong `theme.conf` removed
[491](https://github.com/RDFLib/rdflib/issues/491)
* `Variable.__repr__` returns a python representation string, not n3
[488](https://github.com/RDFLib/rdflib/pull/488)
* fixed broken example
[482](https://github.com/RDFLib/rdflib/pull/482)
* trig output fixes
[480](https://github.com/RDFLib/rdflib/pull/480)
* set PYTHONPATH to make rdfpipe tests use the right rdflib version
[477](https://github.com/RDFLib/rdflib/pull/477)
* fix RDF/XML problem with unqualified use of `rdf:about`
[470](https://github.com/RDFLib/rdflib/pull/470),
[468](https://github.com/RDFLib/rdflib/issues/468)
* `AuditableStore` improvements
[469](https://github.com/RDFLib/rdflib/pull/469),
[463](https://github.com/RDFLib/rdflib/pull/463)
* added asserts for `graph.set([s,p,o])` so `s` and `p` aren't `None`
[467](https://github.com/RDFLib/rdflib/pull/467)
* `threading.RLock` instances are context managers
[465](https://github.com/RDFLib/rdflib/pull/465)
* SPARQLStore does not transform Literal('') into Literal('None') anymore
[459](https://github.com/RDFLib/rdflib/pull/459),
[457](https://github.com/RDFLib/rdflib/issues/457)
* slight performance increase for graph.all_nodes()
[458](https://github.com/RDFLib/rdflib/pull/458)

Testing improvements:

* travis: migrate to docker container infrastructure
[508](https://github.com/RDFLib/rdflib/pull/508)
* test for narrow python builds (chars > 0xFFFF) (related to
[453](https://github.com/RDFLib/rdflib/pull/453),
[454](https://github.com/RDFLib/rdflib/pull/454)
)
[456](https://github.com/RDFLib/rdflib/issues/456),
[509](https://github.com/RDFLib/rdflib/pull/509)
* dropped testing py3.2
[448](https://github.com/RDFLib/rdflib/issues/448)
* Running a local fuseki server on travis and making it failsafe
[476](https://github.com/RDFLib/rdflib/pull/476),
[475](https://github.com/RDFLib/rdflib/issues/475),
[474](https://github.com/RDFLib/rdflib/pull/474),
[466](https://github.com/RDFLib/rdflib/pull/466),
[460](https://github.com/RDFLib/rdflib/issues/460)
* exclude `def main():` functions from test coverage analysis
[472](https://github.com/RDFLib/rdflib/pull/472)

4.2

~~~~~~~~~~~

Changes:

* I exchanged rdflib Graph usage to rdflib ConjunctiveGraph. It avoids issues around deprecation and is also a possible entry point for named graphs.

* Added an extra check in the allValuesFrom handling for datatype restrictions. This does not affect pure OWLRL but is used by the extras that implement facets.

* The RestrictedDatatype class has now a 'Core' superclass; this can be used by other restricted datatypes that are not necessarily defined in OWL 2

4.2.0

This is a new minor version of RDFLib including a handful of new features:

* Supporting N-Triples 1.1 syntax using UTF-8 encoding
[447](https://github.com/RDFLib/rdflib/pull/447),
[449](https://github.com/RDFLib/rdflib/pull/449),
[400](https://github.com/RDFLib/rdflib/issues/400)
* Graph comparison now really works using RGDA1 (RDF Graph Digest Algorithm 1)
[441](https://github.com/RDFLib/rdflib/pull/441)
[385](https://github.com/RDFLib/rdflib/issues/385)
* More graceful degradation than simple crashing for unicode chars > 0xFFFF on
narrow python builds. Parsing such characters will now work, but issue a
UnicodeWarning. If you run `python -W all` you will already see a warning on
`import rdflib` will show a warning (ImportWarning).
[453](https://github.com/RDFLib/rdflib/pull/453),
[454](https://github.com/RDFLib/rdflib/pull/454)
* URLInputSource now supports json-ld
[425](https://github.com/RDFLib/rdflib/pull/425)
* SPARQLStore is now graph aware
[401](https://github.com/RDFLib/rdflib/pull/401),
[402](https://github.com/RDFLib/rdflib/pull/402)
* SPARQLStore now uses SPARQLWrapper for updates
[397](https://github.com/RDFLib/rdflib/pull/397)
* Certain logging output is immediately shown in interactive mode
[414](https://github.com/RDFLib/rdflib/pull/414)
* Python 3.4 fully supported
[418](https://github.com/RDFLib/rdflib/pull/418)

Minor enhancements & bugs fixed:

* Fixed double invocation of 2to3
[437](https://github.com/RDFLib/rdflib/pull/437)
* PyRDFa parser missing brackets
[434](https://github.com/RDFLib/rdflib/pull/434)
* Correctly handle \uXXXX and \UXXXXXXXX escapes in n3 files
[426](https://github.com/RDFLib/rdflib/pull/426)
* Logging cleanups and keeping it on stderr
[420](https://github.com/RDFLib/rdflib/pull/420)
[414](https://github.com/RDFLib/rdflib/pull/414)
[413](https://github.com/RDFLib/rdflib/issues/413)
* n3: allow base URI to have a trailing ''
[407](https://github.com/RDFLib/rdflib/pull/407)
[379](https://github.com/RDFLib/rdflib/issues/379)
* microdata: add file:// to base if it's a filename so rdflib can parse its own
output
[406](https://github.com/RDFLib/rdflib/pull/406)
[403](https://github.com/RDFLib/rdflib/issues/403)
* TSV Results parse skips empty bindings in result
[390](https://github.com/RDFLib/rdflib/pull/390)
* fixed accidental test run due to name
[389](https://github.com/RDFLib/rdflib/pull/389)
* Bad boolean list serialization to Turtle & fixed ambiguity between
Literal(False) and None
[387](https://github.com/RDFLib/rdflib/pull/387)
[382](https://github.com/RDFLib/rdflib/pull/382)
* Current version number & PyPI link in README.md
[383](https://github.com/RDFLib/rdflib/pull/383)

4.1.2

This is a bug-fix release.

* Fixed unicode/str bug in py3 for rdfpipe
[375](https://github.com/RDFLib/rdflib/issues/375)

4.1.1

This is a bug-fix release.

This will be the last RDFLib release to support python 2.5.

* The RDF/XML Parser was made stricter, now raises exceptions for
illegal repeated node-elements.
[363](https://github.com/RDFLib/rdflib/issues/363)

* The SPARQLUpdateStore now supports non-ascii unicode in update
statements
[356](https://github.com/RDFLib/rdflib/issues/356)

* Fixed a bug in the NTriple/NQuad parser wrt. to unicode escape sequences
[352](https://github.com/RDFLib/rdflib/issues/352)

* HTML5Lib is no longer pinned to 0.95
[355](https://github.com/RDFLib/rdflib/issues/360)

* RDF/XML Serializer now uses parseType=Literal for well-formed XML literals

* A bug in the manchester OWL syntax was fixed
[355](https://github.com/RDFLib/rdflib/issues/355)

4.1

This is a new minor version RDFLib, which includes a handful of new features:

* A TriG parser was added (we already had a serializer) - it is
up-to-date wrt. to the newest spec from: http://www.w3.org/TR/trig/

* The Turtle parser was made up to date wrt. to the latest Turtle spec.

* Many more tests have been added - RDFLib now has over 2000
(passing!) tests. This is mainly thanks to the NT, Turtle, TriG,
NQuads and SPARQL test-suites from W3C. This also included many
fixes to the nt and nquad parsers.

* ConjunctiveGraph and Dataset now support directly adding/removing
quads with add/addN/remove methods.

* rdfpipe command now supports datasets, and reading/writing context
sensitive formats.

* Optional graph-tracking was added to the Store interface, allowing
empty graphs to be tracked for Datasets. The DataSet class also saw
a general clean-up, see: [309](https://github.com/RDFLib/rdflib/pull/309)

* After long deprecation, BackwardCompatibleGraph was removed.

Minor enhancements/bugs fixed:

* Many code samples in the documentation were fixed thanks to PuckCh

* The new IOMemory store was optimised a bit

* SPARQL(Update)Store has been made more generic.

* MD5 sums were never reinitialized in rdflib.compare

* Correct default value for empty prefix in N3
[312](https://github.com/RDFLib/rdflib/issues/312)

* Fixed tests when running in a non UTF-8 locale
[344](https://github.com/RDFLib/rdflib/issues/344)

* Prefix in the original turtle have an impact on SPARQL query
resolution
[313](https://github.com/RDFLib/rdflib/issues/313)

* Duplicate BNode IDs from N3 Parser
[305](https://github.com/RDFLib/rdflib/issues/305)

* Use QNames for TriG graph names
[330](https://github.com/RDFLib/rdflib/issues/330)

* \uXXXX escapes in Turtle/N3 were fixed
[335](https://github.com/RDFLib/rdflib/issues/335)

* A way to limit the number of triples retrieved from the
SPARQLStore was added
[346](https://github.com/RDFLib/rdflib/pull/346)

* Dots in localnames in Turtle
[345](https://github.com/RDFLib/rdflib/issues/345)
[336](https://github.com/RDFLib/rdflib/issues/336)

* BNode as Graph's public ID
[300](https://github.com/RDFLib/rdflib/issues/300)

* Introduced ordering of QuotedGraphs
[291](https://github.com/RDFLib/rdflib/issues/291)

Page 5 of 32

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.