rubys / venus

Planet Venus is an awesome ‘river of news’ feed reader. It downloads news feeds published by web sites and aggregates their content together into a single combined feed, latest news first.
http://intertwingly.net/code/venus/docs/index.html
Other
273 stars 99 forks source link

RDF is now rdflib #43

Open Cabalist opened 7 years ago

Cabalist commented 7 years ago

I cannot find a python package called RDF that is used in the foaf2config functions. I believe it has been replaced with rdflib

kgaughan commented 6 years ago

They're actually two completely different RDF libraries.

'RDF' refers to Redland RDF. rdflib used to be able to use this as a storage backend, IIRC, but no longer.

I've an in-progress port of the FOAF support to use rdflib, but while I'm at a point where most of the tests pass, there are still two broken ones.