-
Notifications
You must be signed in to change notification settings - Fork 558
Home
RDFLib is a `Python`__ library for working with `RDF`__, a simple yet powerful language for representing information.
The library contains parsers and serializers for `RDF/XML`__, `N3`__, `NTriples`__, `Turtle`__, `TriX`__ and `RDFa`__. The library presents a Graph interface which can be backed by any one of a number of store implementations including: memory, MySQL, SQLite, Sleepycat and ZODB.
- 2012/01/19 - RDFLib 3.2.0 released! Main changes is full Python3 support as well as updated tests and documentation! (See `full changelog`__)
- 2011/03/30 - We moved from SVN to Mercurial. Tags and the trunk was converted with full history, BUT BRANCHES NOT. If you need anything that was not converted, the SVN repository is still there at the same location, but please do not commit any new stuff there!
- 2011/03/21 - RDFLib 3.1 released! (`Changelog`__)
- `Introduction`__ to parsing RDF into RDFLib graphs
- `Introduction`__ to using SPARQL to query an RDFLib graph
- `Simple example`__ of using Sleepycat as a triple store with RDFLib
- `Changes to RDFLib`__ made from v2.4.X to v3.0
- `Introduction `__ to parsing RDF into RDFLib graphs
- `Simple example`__ of using MySQL as a triple store with RDFLib
- `Overview`__ of using MySQL or PostgreSQL as a triple store.
- `Instructions`__ for setting up RDFLib/Python 2.4 on Windows
- `Example foaf smushing`__ filter a graph by normalizing all foaf persons into URIs based on their mbox_sha1sum
- `Transitive traversal`__ How to use the transitive_objects and transitive_subjects graph methods
General documentation and API docs are on ReadTheDocs They are up-to-date wrt. to the latest state of the source repositories.
Read about Learning RDFLib here in this wiki.
See also the RDFLib homepage for more information on installing and learning RDFLib.
Many related projects exist that provide inference engines or additional store support for RDFLib.
See the Roadmap for RDFLib development and the Developer Guide, a guide for RDFLib developers to follow.
There is a #redfoot irc channel on irc.freenode.net for anyone who wants to chat about RDFLib or redfoot. See freenode for more information.
There is also a Google group that is used as a mailing list