Description
During the inverse working group meeting, we noticed a potential redundancy with the following predicates.
- Currently, we have
isGeographicallyOccupiedBy
and its inverse,occupiesGeographically
. We also haveisGeographicallyPermanentlyOccupiedBy
and its inverse,occupiesGeographicallyPermanently
. - While not formally specified, these predicates are likely intended to relate objects to spatial regions. (
isGeographicallyContainedIn
, a further property not on the list above, is likely intended to relate spatial regions to spatial regions.) - Arguably,
hasPhysicalLocation
could do the work thatoccupiesGeographically
does, and for this reason we may want to removeoccupiesGeographically
and its inverse to avoid redundancy. - If we were to remove
occupiesGeographicallyPermanently
and its inverse, there is a question as to whether we would want to add an analogoushasPermanentPhysicalLocation
.