corpuscular object (CorpuscularObject)
A SelfConnectedObject whose parts have
properties that are not shared by the whole.
Ontology
SUMO / BASE-ONTOLOGYSuperclass(es)
Subclass(es)
organic object
artifact
Coordinate term(s)
content bearing object
food
substance
Constrains relations
component
material
Related WordNet synsets
- object, physical object
- a physical (tangible and visible) entity; "it was full of rackets, balls and other objects"
- composite
- consisting of separate interconnected parts
See more related synsets on a separate page.
Axioms (2)
corpuscular object is disjoint from substance.
(disjoint CorpuscularObject Substance)
If obj is an instance of corpuscular object, then there exist substance substance1,substance substance2 so that substance1 is made of obj and substance2 is made of obj and substance1 is not equal to substance2.
(=>
(instance ?OBJ CorpuscularObject)
(exists
(?SUBSTANCE1 ?SUBSTANCE2)
(and
(subclass ?SUBSTANCE1 Substance)
(subclass ?SUBSTANCE2 Substance)
(material ?SUBSTANCE1 ?OBJ)
(material ?SUBSTANCE2 ?OBJ)
(not
(equal ?SUBSTANCE1 ?SUBSTANCE2)))))