Skip to content
29 changes: 29 additions & 0 deletions docs/release_notes/pr813.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
### Major Updates

- Removed all inverse properties. Issue [#506](https://github.com/semanticarts/gist/issues/506)

- For each pair of inverses, the property deemed clearest, simplest, and/or most useful was retained.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wondering if this should list the removed properties? Yes, there is a link to the issue, but if someone just scans the release notes it might be nice for them to be here.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wondering if this should list the removed properties? Yes, there is a link to the issue, but if someone just scans the release notes it might be nice for them to be here.

Yes, I strongly agree

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed.

- Relevant axioms changed to include only properties that were kept in gist.
- Breakdown:

| Properties retained in gist | Inverse properties removed from gist|
| ----------- | ----------- |
`hasDirectPart` | `isDirectPartOf`
`hasDirectSubTask` | `isDirectSubTaskOf`
`hasDirectSuperCategory` | `hasDirectSubCategory`
`hasMember` | `isMemberOf`
`hasNavigationalParent` | `hasNavigationalChild`
`hasPart` | `isPartOf`
`hasSubTask` | `isSubTaskOf`
`hasSuperCategory` | `hasSubCategory`
`isAbout` | `isDescribedIn`
`isAffectedBy` | `affects`
`isBasedOn` | `isBasisFor`
`isGeographicallyContainedIn` | `containsGeographically`
`isGovernedBy` | `governs`
`isIdentifiedBy` | `identifies`
`isRecognizedBy` | `recognizes`
`occupiesGeographically` | `isGeographicallyOccupiedBy`
`occupiesGeographicallyPermanently` | `isGeographicallyPermanentlyOccupiedBy`
`precedes` | `follows`
`precedesDirectly` | `followsDirectly`
Loading