1818
1919RDFLib is a pure Python package for working with [ RDF] ( http://www.w3.org/RDF/ ) . RDFLib contains most things you need to work with RDF, including:
2020
21- * parsers and serializers for RDF/XML, N3, NTriples, N-Quads, Turtle, TriX, Trig and JSON-LD
21+ * parsers and serializers for RDF/XML, N3, NTriples, N-Quads, Turtle, TriX, Trig, JSON-LD and even HexTuples
2222* a Graph interface which can be backed by any one of a number of Store implementations
23- * store implementations for in-memory, persistent on disk (Berkeley DB) and remote SPARQL endpoints
23+ * Store implementations for in-memory, persistent on disk (Berkeley DB) and remote SPARQL endpoints
24+ * additional Stores can be supplied via plugins
2425* a SPARQL 1.1 implementation - supporting SPARQL 1.1 Queries and Update statements
2526* SPARQL function extension mechanisms
2627
@@ -45,9 +46,12 @@ Help with maintenance of all of the RDFLib family of packages is always welcome
4546
4647* ` main ` branch in this repository is the current unstable release - version 8 alpha
4748* ` 7.1.4 ` tidy-up release, possibly last 7.x release
48- * ` 7.1.2 ` current stable release, small improvements on to 7.1.1
49+ * ` 7.1.3 ` current stable release, small improvements to 7.1.1
50+ * ` 7.1.2 ` previously deleted release
4951* ` 7.1.1 ` previous stable release
5052 * see < https://github.com/RDFLib/rdflib/releases/tag/7.1.1 >
53+ * ` 7.0.0 ` previous stable release, supports Python 3.8.1+ only.
54+ * see [ Releases] ( https://github.com/RDFLib/rdflib/releases )
5155* ` 6.x.y ` supports Python 3.7+ only. Many improvements over 5.0.0
5256 * see < https://github.com/RDFLib/rdflib/releases/tag/6.3.2 >
5357* ` 5.x.y ` supports Python 2.7 and 3.4+ and is [ mostly backwards compatible with 4.2.2] ( https://rdflib.readthedocs.io/en/stable/upgrade4to5.html ) .
@@ -70,8 +74,6 @@ Some features of RDFLib require optional dependencies which may be installed usi
7074Alternatively manually download the package from the Python Package
7175Index (PyPI) at https://pypi.python.org/pypi/rdflib
7276
73- The current version of RDFLib is 7.1.2, see the `` CHANGELOG.md `` file for what's new in this release.
74-
7577### Installation of the current main branch (for developers)
7678
7779With * pip* you can also install rdflib from the git repository with one of the following options:
0 commit comments