Skip to content
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

sort of data-/objectproperty assertion axioms #1235

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mmopitz
Copy link

@mmopitz mmopitz commented Sep 30, 2024

refs #605

Note: This is my first contribution to protege. So I expect some rough edges ;-) .

I tried to address the sorting of data-/object-propertyAssertion in the individual views.

Analogous to the sorting of classAssertionAxioms the assertions are sorted in following order

  1. inferred/not inferred
  2. the 'displayName' of the property (using the owlObjectComparator)
  3. the 'displayName' of the object (using the owlObjectComparator)

I added the sorting to following Sections:

  1. dataPropertyAssertionAxioms
  2. objectPropertyAssertionAxioms
  3. negativeDataPropertyAssertionAxioms
  4. negativeObjectPropertyAssertionAxioms

For personal reasons I would love to see this change in the next protege release. Please let me know if further adjustments are required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant