Originally on Google Code, I've been adapting it as necessary for my own projects.

luke.maurits 80f35d979c Changed setup.py and CHANGES for 0.2 and created source distribution. il y a 15 ans
dist 80f35d979c Changed setup.py and CHANGES for 0.2 and created source distribution. il y a 15 ans
foaflib d194357ba0 Added ability to derive feedformatter Feed objects from ActivityStreams. il y a 15 ans
CHANGES 80f35d979c Changed setup.py and CHANGES for 0.2 and created source distribution. il y a 15 ans
COPYING 6ee5fb47ad Initial import. il y a 15 ans
INSTALL 1b71c43be9 Rearranged directory structure somewhat and added stuff in preparation for 0.1 release. il y a 15 ans
MANIFEST.in 1b71c43be9 Rearranged directory structure somewhat and added stuff in preparation for 0.1 release. il y a 15 ans
README 1b71c43be9 Rearranged directory structure somewhat and added stuff in preparation for 0.1 release. il y a 15 ans
setup.py 80f35d979c Changed setup.py and CHANGES for 0.2 and created source distribution. il y a 15 ans

README

The FOAF project brings social networking into the semantic web. By publishing
information about yourself, your interests, projects and friends in machine
readable RDF files, you can participate in a completely decentralised social
network, maintaining complete ownership and control of your personal data.

foaflib is a Python library built on the rdflib library and designed to make it
easy to do things like:

* Create FOAF files
* Read FOAF files
* Use people's FOAF profiles to access their blogs, Twitter feeds, etc.

foaflib is really new and under heavy development. Assume that nothing works at
all, that way you'll be pleasantly surprised when some things do.

You can find some rough instructions and examples in the wiki at
http://code.google.com/p/foaflib/

I am rather new to working with FOAF and RDF so comments and contributions from
more semantically savvy people are 100% welcome!