RDFAlchemy is an abstraction layer, allowing Python developers to use familiar dot notation to access and update an RDF triplestore.
* RDFAlchemy is an **ORM** (Object Rdf Mapper) for graph data as:
* SQLAlchemy is an **ORM** (Object Relational Mapper) for relalational databases
See the the homepage at http://www.openvest.com/trac/wiki/RDFAlchemy, and the docs at http://rdfalchemy.readthedocs.org/ for details.