How to express this individual in Description logic

ε祈祈猫儿з 提交于 2019-12-12 03:19:08

问题


I want to express this in dl, Protege view.

How can I express the individual inclusive gateway1 which is from type inclusiveGateway?

{inclusiveGateway} ≡ (inclusivegateway1) (inslusiveGateway2)

name: inclusiveGateway
id: inclusiveGateway1
gatewaydirection: unspec

if a object property exists:

flowsinto: task1

Couldn't find an example how to do it for this case, just some equivalanceRelation for different classes, eg. Man≡ Person


回答1:


The problem that you mostly got no answer is that your formulation is totally confusing.

Based on your image, and that's all I understood, you want to express those OWL axioms in DL syntax:

inclusiveGateway(inclusivegateway1)
gatewayDirection(inclusivegateway1, "unspecified")
name(inclusivegateway1, "Inclusive Gateway")
id(inclusivegateway1, "inclusivegateway1")

Not sure whether this answers your question. As a comment, common naming convention is camel-case and class names starting with an capital lettel.



来源:https://stackoverflow.com/questions/38663153/how-to-express-this-individual-in-description-logic

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