RDFa 1.1 distiller/parser library: can extract RDFa 1.1 (and RDFa 1.0, if properly set via a @version attribute) from (X)HTML, SVG, or XML in general. The module can be used to produce serialized versions of the extracted graph, or simply an RDFLib Graph.
Hi!
I've changed distribute to setuptools so I can make
python setup.py develop
command.I've also added prerequisite packages in the
setup.py
to enable automatic setup ofrdflib
and corresponding workinghtml5lib
.Best regards, Evgeny Cherkashin