User offline. Last seen 1 year 46 weeks ago. Offline
Joined: 09/23/2008

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? 

Trackback URL for this post:

http://www.opencalais.com/trackback/7297

Login or Register to post a comment.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
User offline. Last seen 1 year 32 weeks ago. Offline
Joined: 12/31/1969

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

User offline. Last seen 16 min 35 sec ago. Offline
Joined: 04/30/2008

Although we haven't had the opportunity to explore it, you might try looking at http://rdflib.net/ for Python resources.
Cheers,