-
Notifications
You must be signed in to change notification settings - Fork 558
RelatedProjects
RDFLib provides a core RDF processing library that can be used in other libraries and projects. This page lists related software projects and tools that use rdflib in some form:
[rdfextras](http://code.google.com/p/rdfextras/) contains a SPARQL engine for rdflib as well as several other plugins that were removed from core when moving to 3.0
[FuXi](http://code.google.com/p/fuxi/) - a bi-directional logical reasoning system for the semantic web
[surfrdf](http://code.google.com/p/surfrdf/) - SuRF is a Python library for working with RDF data in an object-oriented way.
[SPARQLWrapper](http://sparql-wrapper.sourceforge.net/) provides utility methods for talking to a SPARQL endpoint, including having select-results mapped to rdflib terms.
[allegrordf](http://pypi.python.org/pypi/allegrordf/) is RDFLib bindings for AllegroGraph
[virtuoso](http://packages.python.org/virtuoso/) contains packages for virtuoso access from Python, including RDFLib bindings.
Projects that have not seen updates for over a year:
- [Oort](http://purl.org/oort/) - a toolkit for accessing RDF graphs as plain objects
- [RDFAlchemy](http://pypi.python.org/pypi/RDFAlchemy/0.2b2dev-r106) - RDFAlchemy is an abstraction layer, allowing Python developers to use familiar dot notation to access and update an RDF triplestore.
- [rdfshow](http://code.google.com/p/rdfshow/) - RDFshow takes an RDF graph and applies a set of user-provided templates to produce a text file.
- [Sparta](http://github.com/mnot/sparta/) - a simple, resource-centric API for RDF graphs
- [talis](http://pypi.python.org/pypi/talis) - Python library for talking to a Talis Platform store.
- [py4s](https://github.com/wwaites/py4s) - 4store store for RDFLib
- [swipy](https://github.com/wwaites/swipy) - SWI-Prolog bindings for Python and RDFLib store with support for entailment