资 源 简 介
Important
SuRF has been migrated to github: https://github.com/cosminbasca/surfrdf
About
SuRF is a Python library for working with RDF data in an Object-Oriented way.
In SuRF, RDF nodes (subjects and objects) are represented as Python objects and
RDF arcs (predicates) as their attributes. SuRF is an Object RDF Mapper (ORM),
similar in concept to Object Relational Mappers like SQLAlchemy. SuRF was inspired
by ActiveRDF for Ruby.
Documentation
Check the latest documentation at: http://packages.python.org/SuRF/
An outdated presentation of SuRF at EUROPYTHON 2009 is
available here, although the internals of SuRF have changed with the release of version
0.5.0 - most notably the plugin architecture, much of the public interface still remains
the same; See slideshow here:
* http://www.slideshare.net/cosbas/surf-tapping-into-