Personal tools
You are here: Home Reinout van Rees' weblog RDF in python

RDF in python

by Reinout van Rees — last modified Oct 08, 2007 03:59 PM
Filed Under:

I found a link on xmlhack to a new as simple as possible rdf parser in python.

It only reads an rdf file and provides a hook to get the data into your application. Simplest thing that could work. I'm going to evaluate it against rdflib. Rrdlib works quite well and I'm using some of its more advanced features. On the other hand, the simple parser works without any additional modules, so it's easier on your install needs.

Document Actions