|
What is the best way to use python when building semantic web applications? |
|
See the section on Python in this Semantic Overflow question. I think the two best options are RDFLib and REDland Python wrapper (librdf). Then you can have RDF APIs built on top of them, like SuRF, Sparrow, or RDFAlchemy. |
|
I found scrapelib interesting too, in that it allows to harvest Linked Data documents with throttling, cache, and similar nice features : https://pypi.python.org/pypi/scrapelib |

