summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGunnar Aastrand Grimnes <gromgull@gmail.com>2013-04-13 09:50:30 +0200
committerGunnar Aastrand Grimnes <gromgull@gmail.com>2013-04-13 09:50:30 +0200
commitce02aaf0e2f7b6563edf8b3cddddba38b47f549a (patch)
treeaaea2d6cf70e27516790b256e6c407b8763019f3 /README.md
parent751c80335ab76d4be04d4a7c934fcc2ed12e0f51 (diff)
downloadrdflib-ce02aaf0e2f7b6563edf8b3cddddba38b47f549a.tar.gz
doc update, fixes #260.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/README.md b/README.md
index e7387a30..df1883c1 100644
--- a/README.md
+++ b/README.md
@@ -67,11 +67,13 @@ are listed on [PyPi](pypi.python.org/pypi/rdflib/)
RDFLib has a plugin-architecture for store-implementation, as well as parsers/serializers, several other projects exist which extend RDFLib features:
- * [rdfextras](https://github.com/RDFLib/rdfextras) - for SPARQL Support
+ * [rdflib-sparql](https://github.com/RDFLib/rdflib-sparql) - for SPARQL Support
* [rdflib-json](https://github.com/RDFLib/rdflib-jsonld) - Serializer and parser for [json-ld](http://json-ld.org)
* [rdflib-sparqlstore](https://github.com/RDFLib/rdflib-sparqlstore) - a store implementation on top of a SPARQL endpoint accessed over HTTP
* [rdflib-mysql](https://github.com/RDFLib/rdflib-mysql) - a store implementation of top of MySQL
+ * [rdfextras](https://github.com/RDFLib/rdfextras) - additional experimental plugins and tools
+
Support
-------
@@ -84,11 +86,6 @@ Continuous integration status details available from travis.ci:
[![Build Status](https://travis-ci.org/RDFLib/rdflib.png?branch=master)](https://travis-ci.org/RDFLib/rdflib)
-The RDFExtras project offers several additional stores as well as a
-SPARQL engine for use with RDFLib:
-
-https://github.com/RDFLib/rdfextras/
-
The documentation can be built by doing::
$ python setup.py build_sphinx