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

Prune redundant property chains over 'in taxon'. #813

Merged
merged 3 commits into from
Nov 1, 2024

Conversation

gouttegd
Copy link
Collaborator

@gouttegd gouttegd commented Oct 9, 2024

The following two property chains over in taxon (RO:0002162):

  • develops from o in taxon SubPropertyOf: in taxon
  • develops from part of o in taxon SubPropertyOf: in taxon

are redundant because develops from (RO:0002202) and develops from part of (RO:0002225) are subproperties of has developmental contribution from (RO:0002254), which is already part of the following chain:

  • has developmental contribution from o in taxon SubPropertyOf: in taxon

So we can remove those two chains.

The following two property chains over 'in taxon' (RO:0002162):

* 'develops from' o 'in taxon' SubPropertyOf: 'in taxon'
* 'develops from part of' o 'in taxon' SubPropertyOf: 'in taxon'

are redundant because 'develops from' (RO:0002202) and 'develops from
part of' (RO:0002225) are subproperties of 'has developmental
contribution from' (RO:0002254), which is already part of the following
chain:

* 'has developmental contribution from' o 'in taxon' SubPropertyOf: 'in
  taxon'

So we can remove those two chains.
@gouttegd gouttegd requested a review from anitacaron as a code owner October 9, 2024 16:44
@gouttegd gouttegd self-assigned this Oct 9, 2024
@gouttegd gouttegd merged commit e2e5678 into master Nov 1, 2024
1 check passed
@gouttegd gouttegd deleted the prune-redundant-chains branch November 1, 2024 10:27
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.

3 participants