I've tried using BeautifulSoup, xmlsax, minidom, and I haven't had much luck in parsing the rdf.
Is there a python library that can be recommended?
I used to use RDFLib for the python-calais module, but I dumped that in favor of just using JSON. You can download the new python-calais module from http://code.google.com/p/python-calais/
~ Jordan
Although we haven't had the opportunity to explore it, you might try looking at http://rdflib.net/ for Python resources. Cheers,
I used to use RDFLib for the python-calais module, but I dumped that in favor of just using JSON. You can download the new python-calais module from http://code.google.com/p/python-calais/
~ Jordan
Although we haven't had the opportunity to explore it, you might try looking at http://rdflib.net/ for Python resources.
Cheers,