how to apply negation in OWL property chaining

Viewed 75

I'm learning Semantic web and creating a simple ontology as shown below part of the learning process. Goal is to see if the reasoner can infer suggestedSkill (dotted line below)

enter image description here

Here, relatedTo is

  • transitive
  • symmetric

Here are a couple of instances

enter image description here

because of the transitive & symmetric characteristics, the way the reasoner infers is below

enter image description here

I've circled the problem above, how to model this correctly?

Appreciate any pointers.

0 Answers
Related