Skip to content

Commit

Permalink
Amend property chain over 'has developmental contribution from'. (#824)
Browse files Browse the repository at this point in the history
Change the following property chain:

  'has part' o 'develops from' SubPropertyOf
      'has developmental contribution from'

into

  'has part' of 'has developmental contribution from' SubPropertyOf
      'has developmental contribution from'

This change was first proposed in a discussion in Uberon
(obophenotype/uberon#3197 (review)).

Co-authored-by: Anita Caron <[email protected]>
  • Loading branch information
gouttegd and anitacaron authored Jan 27, 2025
1 parent aebaf6a commit 1766963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ontology/ro-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -7201,8 +7201,8 @@ SubObjectPropertyOf(Annotation(obo:RO_0002581 "true"^^xsd:boolean) ObjectPropert
SubObjectPropertyOf(ObjectPropertyChain(obo:BFO_0000051 obo:RO_0000057) obo:RO_0000057)
SubObjectPropertyOf(ObjectPropertyChain(obo:BFO_0000051 obo:RO_0002131) obo:RO_0002131)
SubObjectPropertyOf(ObjectPropertyChain(obo:BFO_0000051 obo:RO_0002162) obo:RO_0002162)
SubObjectPropertyOf(ObjectPropertyChain(obo:BFO_0000051 obo:RO_0002202) obo:RO_0002254)
SubObjectPropertyOf(ObjectPropertyChain(obo:BFO_0000051 obo:RO_0002215) obo:RO_0002584)
SubObjectPropertyOf(ObjectPropertyChain(obo:BFO_0000051 obo:RO_0002254) obo:RO_0002254)
SubObjectPropertyOf(ObjectPropertyChain(obo:BFO_0000054 obo:RO_0002404) obo:RO_0009501)
SubObjectPropertyOf(Annotation(obo:RO_0002582 "true"^^xsd:boolean) ObjectPropertyChain(obo:RO_0000052 obo:BFO_0000050) obo:RO_0002314)
SubObjectPropertyOf(ObjectPropertyChain(obo:RO_0000052 obo:RO_0000058) obo:RO_0010001)
Expand Down

0 comments on commit 1766963

Please sign in to comment.