im kinda new to dl. I tried to adapt the knowledge from this post: How to express this individual in Description logic
AKSW kindly helped me out to describe axioms in dl. I applied the knowlede to my Model. I just wanted to double check, not making any design errors (you dont need to check every detail). This is how the model looks like BPMN: BPMN Model
I tried to copy it into this question for 10 min, but when copying it the formatation was totally messy( another thing i need to learn :P). Sorry for not putting it directly into this question. DL Logic.doc
edit: how can i describe a object property with domains and ranges in dl?
object property: travelTo
with the domain: France, Germany
and Ranges: Italy, Spain
i would do it as fallowing:
travelTo(France, Italy)
travelTo(France, Spain)
or ---------------------------
France(travelTo,Italy)
France(travelTo, Spain)
Germany(travelTo,Italy)
France(travelTo, Spain)
any suggestions?
best regards Richard