-
Notifications
You must be signed in to change notification settings - Fork 22
Remove inverses. Fixes #506. #813
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
eb4354f
Remove inverses and fix class axioms
dylan-sa 9afde15
Changes to sub/supercategory predicates
dylan-sa db70d55
Fix typo in occupiesGeographically definition
dylan-sa 3d5a5c1
Add rangeIncludes for isMemberOf
dylan-sa 9ffd093
Add release note
dylan-sa a2cc70d
Serializer test
dylan-sa f52223d
Change hasFirstMember to isFirstMemberOf
dylan-sa 74a5128
adding updated proposal
dylan-sa 404cd63
Update release note
dylan-sa 0e56d30
Remove identifies predicate
dylan-sa 13e4121
Add property breakdown to release note
dylan-sa a1530c5
Add back isGeographicallyContainedIn
dylan-sa def36eb
Fix release note
dylan-sa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
- 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` |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I strongly agree
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed.