Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种在 python 中创建/编辑本体并对其进行推理的方法。从我读过的内容来看,OWL 似乎是最适合我的项目的工具。目前我正在使用 python 2.7.5,我看到的所有库都不再维护或支持。那里有一个仍然活跃的吗?
kglab 可能值得探索,尽管它在后台使用 rdflib。
有一些关于使用 kglab 进行推理和推理的文章,包括这个,以及笔记本(这个和这个)。