-
|
I'd like to get a clear picture on mereology in gUFO, and as a starter I'd like to get an overview of the (object)properties that are typically used to express that phenomenon. In reference to the article on mereology from the Stanford Encyclopedia of Philosophy, the core principles for parthood are characterized by relations that are either Reflexive, Transitive or Antisymmetric or combinations thereof, and of course relate parts with their wholes. I'm not sure but suggest the following ObjectProperties to be part of (pun not intended) such list of mereological properties:
Q1: Please correct me where I'm wrong, and add properties that I've missed. Thanks in advance for your support. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
I'd be interested to know if constitutes is considered a mereological property. The article on mereology from the Stanford Encyclopedia of Philosophy lists this one as "controversial," and in the gUFO documentation only gufo:isProperPartOf and its subproperties are mentioned as being part-whole relations. |
Beta Was this translation helpful? Give feedback.
-
Reflexivity depends on whether we are talking about proper or improper parthood. In gUFO, we have gufo:isProperPart, so, it is not reflexive (and neither are its sub-properties)! Concerning transitivity, gufo:isProperPart itself is transitive. But not all sub-properties are. For example, gufo:isComponentOf is transitive only in some cases, as discussed in [1], and gufo:isCollectionMemberOf is never transitive [1]. gufo:isProperPart is not marked Asymmetric because that would violate structural constraints in OWL-DL. It would become a "non-simple property". So, it is one of these cases in which we can't express all we wanted to express in OWL-DL. [1] https://research.utwente.nl/en/publications/ontological-foundations-for-structural-conceptual-models |
Beta Was this translation helpful? Give feedback.
Reflexivity depends on whether we are talking about proper or improper parthood. In gUFO, we have gufo:isProperPart, so, it is not reflexive (and neither are its sub-properties)!
Concerning transitivity, gufo:isProperPart itself is transitive. But not all sub-properties are. For example, gufo:isComponentOf is transitive only in some cases, as discussed in [1], and gufo:isCollectionMemberOf is never transitive [1].
g…