如何在 Protege 4 中使用 OWL DL 查询来查询个人?
我如何查询本体中的个体,这里是我想要做的事情的描述(类似于 SQL 查询):
我有三个类(组件、特征和极性)。极性值可以是 Positive_极性或 Negative_极性,两者都是极性的子类。
- a_component hasFeature a_Feature
- a_Feautre hasPolarity a_Polarity
我想列出所有具有 Positive_Polarity 值的组件。
如何使用 protege 4 中的 DL Query 选项卡来实现这一点?
How do I query individulas in my ontology, here is a description of what I would like to do (similar to SQL queries):
I have three classes (components, features, and polarity). The polarity value can be positive_polarity or negative_polarity, both are subclasses of polarity.
- a_component hasFeature a_Feature
- a_Feautre hasPolarity a_Polarity
I would like to list all components which have a positive_polarity value.
How can this be achieved using the DL Query tab in protege 4?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
前提是那里有一个功能被断言为类型:
provided that there's a feature in there somewhere asserted as type: