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.
我想在 SWRL 中编写以下规则:
A 的每个实例都是 B 的子类
这是我在 Protege 中作为 SWRL 规则输入的内容:
A(?x1) -> subClassOf(?x1, B)
错误:
无效的 OWL 个人名称“B”