在 Protege 中,软件能够在 SWRL 规则中插入 differentFrom 和 sameAs,但是当我在 Python 中使用 owlready2 导入这些属性时,我遇到了以下消息:
semantic | File "/usr/local/lib/python3.8/site-packages/owlready2/rule.py", line 173, in _find_entity
semantic | raise ValueError("Cannot find entity '%s'!" % name)
semantic | ValueError: Cannot find entity 'differentfrom'
你知道如何正确使用这些属性吗?