🛑 As of 2023-09-27, this project was deprecated by the new CC Legal Tools (cc-legal-tools-app, cc-legal-tools-data).
Date: | |
---|---|
Version: | |
Author: | Nathan R. Yergler <nathan@creativecommons.org> |
Organization: | Creative Commons |
Copyright: | 2006-2008, Nathan R. Yergler, Creative Commons; licensed to the public under the MIT license. |
An RDFa parser wth a simple dictionary-like interface.
Contents
This repository is part of the ccEngine: cc-archive/cc.engine.
rdfadict and its dependencies may be installed using easy_install (recommended)
$ easy_install rdfadict
or by using the standard distutils setup.py:
$ python setup.py install
If you are installing from source, you will also need the following packages:
- rdflib 2.4.x
- pyRdfa
- html5lib (required if you want to support non-XHTML documents)
easy_install
will satisfy depedencies for you if necessary.