engineering subcomponent (engineeringSubcomponent)
(engineeringSubcomponent sub
super) means that the EngineeringComponent sub is structurally a
properPart super. This relation is an AsymmetricRelation, since
two EngineeringComponents cannot be subcomponents of each other.
Ontology
SUMO / OBJECTSSuperrelation(s)
Type restrictions
engineeringSubcomponent(engineering component, engineering component)
Axioms (1)
If comp1 is connected to comp2, then comp1 is a component of comp2 and comp2 is a component of comp1.
(=>
(connectedEngineeringComponents ?COMP1 ?COMP2)
(and
(not
(engineeringSubcomponent ?COMP1 ?COMP2))
(not
(engineeringSubcomponent ?COMP2 ?COMP1))))