diff --git a/python/README.md b/python/README.md
index 28ff3155..9905a8a1 100644
--- a/python/README.md
+++ b/python/README.md
@@ -23,8 +23,9 @@ It also provides a set of utility functions for reading, writing and processing
Pyoxigraph is distributed [on Pypi](https://pypi.org/project/pyoxigraph/).
Run `pip install pyoxigraph` to install it.
-Pyoxigraph documentation is [available on Oxigraph website](https://oxigraph.org/pyoxigraph/).
+There exists also a small library providing [rdflib](https://rdflib.readthedocs.io) store using pyoxigraph: [oxrdflib](https://github.com/oxigraph/oxrdflib).
+Pyoxigraph documentation is [available on Oxigraph website](https://oxigraph.org/pyoxigraph/).
## Build the development version
diff --git a/python/docs/index.rst b/python/docs/index.rst
index 38035e47..70740d1b 100644
--- a/python/docs/index.rst
+++ b/python/docs/index.rst
@@ -26,7 +26,9 @@ It also provides a set of utility functions for reading, writing and processing
`N-Quads `_ and
`RDF/XML `_.
-pyoxigraph is `distributed on Pypi `_.
+Pyoxigraph is `distributed on Pypi `_.
+
+There exists also a small library providing `rdflib `_ store using pyoxigraph: `oxrdflib `_.
Oxigraph and pyoxigraph source code are on `GitHub `_.