Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Protege OWL Subclass of two classes

Tags:

rdf

owl

protege

Is there any problem with having a class in OWL which is a subclass of two different classes?

like image 435
Jakob Avatar asked Oct 27 '25 10:10

Jakob


1 Answers

That is exactly the definition of the formal semantics of OWL. For example, A SubClassOf B and A SubClassOf C is equivalent to the axiom A SubClassOf (B and C)

like image 147
Jakob Avatar answered Oct 29 '25 02:10

Jakob