Is there a Python library to handle OWL? [closed]

一曲冷凌霜 提交于 2019-12-02 17:12:09
dajobe

Most people use rdflib, but that focuses on RDF, not OWL.

What looks to be the only current and active open source package:

This is a Java package but it has a Python console (via Jython):

A commercial package that has python support:

Some packages that are admittedly incomplete:

Some older packages that appear inactive:

utapyngo

Here is a similar question at answers.semanticweb.com: Python OWL2 API which references this one: Is there a tool for reading functional owl syntax in Python? . Answers to both of them mention InfixOWL which is a part of FuXi.

FuXi does not support RDFLib 3, but there is a ticket as well as some active effort for making that happen. If you wish to use FuXi right away, you can always switch from RDFLib to layercake ("an RDFLib fork readily compatible with FuXi").

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!