Python tools/libraries for Semantic Web: state of

2019-03-13 03:39发布

What are the best (more or less mature, supporting more advanced logic, having acceptable performance, scalable to some extent) open source Semantic Web libraries and tools (RDF storage, reasoning, rules, queries) for Python nowadays? Historically Python tools (cwm) were among the first to appear, but it still seems that everyone uses Java back-ends for performance and Python as mere client if at all. My purpose is to learn the technology and maybe some future use in production system if it proves itself up to the task. The task is not yet defined, but as I see it its building a knowledge base, linked with some external resources, and customized facet-navigable web front-end.

If some building blocks based on Python are not good enough, then what is the suitable piece from Java/C/C++/whatever world.

Typical stack is also of interest, if there are one or two clear winners.

Thanks.

3条回答
老娘就宠你
2楼-- · 2019-03-13 04:12

You could check out the pyswip. It could work with the SWI-Prolog. Wish it would fit for requirement. :)

查看更多
老娘就宠你
3楼-- · 2019-03-13 04:12

To name some, check out RDFLib and CubicWeb.

查看更多
唯我独甜
4楼-- · 2019-03-13 04:24

A survey of of Python libraries and tools for Semantic Web programming is available here. It includes libraries for working with RDF as well as Python-friendly triple stores.

Toby Segaran's book Programming the Semantic Web also has a lot of programming examples in Python.

查看更多
登录 后发表回答