summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGunnar Aastrand Grimnes <gromgull@gmail.com>2012-10-28 08:07:18 +0100
committerGunnar Aastrand Grimnes <gromgull@gmail.com>2012-10-28 08:07:18 +0100
commitbf21b6b6d25de5cb915c42bd140e01b9b8ce23ed (patch)
treeaaeb0e797292b422856f2668be81524a668ac5a2 /README.md
parenta2d9703c487a44b084a5c95de944f2b7febdabd7 (diff)
downloadrdflib-bf21b6b6d25de5cb915c42bd140e01b9b8ce23ed.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index de18d78d..08f91689 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,7 @@ RDFLib may be installed with setuptools (easy_install) or pip::
$ easy_install rdflib
or
+
$ pip install rdflib
Getting Started
@@ -33,7 +34,6 @@ included in RDFLib:
semweb=rdflib.URIRef('http://dbpedia.org/resource/Semantic_Web')
type=g.value(semweb, rdflib.RDFS.label)
-
```
Where `rdflib.RDFS` is the RDFS Namespace, `graph.value` returns an
@@ -50,7 +50,8 @@ abstracts=list(a for x in g.objects(semweb, dbpedia['abstract']) if a.language==
See also *./examples*
-Features --------
+Features
+--------
The library contains parsers and serializers for RDF/XML, N3,
NTriples, N-Quads, Turtle, TriX and RDFa.
@@ -61,9 +62,8 @@ any one of a number of Store implementations.
This core RDFLib package includes store implementations for
in memory storage and persistent storage on top of the Berkeley DB.
-RDFLib is open source and is maintained in a
-`GitHub <http://github.com/RDFLib/rdflib/>`_ repository. RDFLib releases, current and previous
-are listed on `PyPi <pypi.python.org/pypi/rdflib/>`_
+RDFLib is open source and is maintained on [GitHub](http://github.com/RDFLib/rdflib/). RDFLib releases, current and previous
+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: