Closed
Description
As per the decision in #294, we should purge gist of inverse properties that don't have a compelling reason to exist. In general, the guidance is that if there's a tree-like structure, keep the property that goes up rather than down the tree, since cardinality generally will be greater going downward. If there's no tree-like structure, it's dependent on individual context.
This will be a minor change if we deprecate the inverses.
[Added]
From Issue #551
precedesDirectly
has inverse followsDirectly
, but precedes
has no inverse follows
. Should be consistent one way or another.