foafthimblΒΆ

A command line tool for transforming FOAF profiles into Thimbl JSON. To use this tool you need the ORDF library installed which can be simply installed using one of:

pip install ordf
easy_install ordf
cmdoption:-f, –format output in the given format. Can be thimbl or any of the serialisations supported by rdflib.

Example usage:

foafthimbl ww@river.styx.org > ~/.plan
foafthimbl -f pretty-xml ww@river.styx.org > ~/public_html/foaf.rdf

Previous topic

daemon

Next topic

urllib2

This Page