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.
我想使用 owlready。但是有什么方法可以将我的本体 OWL/RDF 文件转换为 OWL/XML?或者是否有任何可以用于 OWL/RDF 文件的 python 库?
我认为您可以使用Protege以 OWL/XML 格式导入您的本体。基本上,Protege 提供了几种格式来存储您的本体。另一种选择可能是使用OWL API。