Skip to content

Commit

Permalink
Merge pull request #659 from oborel/relax-range-on-RO_0002295
Browse files Browse the repository at this point in the history
Relax the Range on RO_0002295
  • Loading branch information
shawntanzk authored Jan 3, 2023
2 parents 8faaf13 + 39cab7b commit 71c4871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ontology/ro-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -2818,14 +2818,14 @@ SubObjectPropertyOf(obo:RO_0002293 obo:RO_0002292)
# Object Property: obo:RO_0002295 (results in developmental progression of)

AnnotationAssertion(obo:IAO_0000114 obo:RO_0002295 obo:IAO_0000125)
AnnotationAssertion(obo:IAO_0000115 obo:RO_0002295 "p results in the developmental progression of s iff p is a developmental process and s is an anatomical structure and p causes s to undergo a change in state at some point along its natural developmental cycle (this cycle starts with its formation, through the mature structure, and ends with its loss).")
AnnotationAssertion(obo:IAO_0000115 obo:RO_0002295 "p results in the developmental progression of s iff p is a developmental process and s is an anatomical entity and p causes s to undergo a change in state at some point along its natural developmental cycle (this cycle starts with its formation, through the mature structure, and ends with its loss).")
AnnotationAssertion(obo:IAO_0000116 obo:RO_0002295 "This property and its subproperties are being used primarily for the definition of GO developmental processes. The property hierarchy mirrors the core GO hierarchy. In future we may be able to make do with a more minimal set of properties, but due to the way GO is currently structured we require highly specific relations to avoid incorrect entailments. To avoid this, the corresponding genus terms in GO should be declared mutually disjoint.")
AnnotationAssertion(obo:IAO_0000117 obo:RO_0002295 "Chris Mungall")
AnnotationAssertion(rdfs:label obo:RO_0002295 "results in developmental progression of"@en)
AnnotationAssertion(rdfs:seeAlso obo:RO_0002295 <http://wiki.geneontology.org/index.php/Ontology_extensions>)
SubObjectPropertyOf(obo:RO_0002295 obo:RO_0002324)
ObjectPropertyDomain(obo:RO_0002295 obo:GO_0008150)
ObjectPropertyRange(obo:RO_0002295 obo:CARO_0000003)
ObjectPropertyRange(obo:RO_0002295 obo:CARO_0000000)

# Object Property: obo:RO_0002296 (results in development of)

Expand Down

0 comments on commit 71c4871

Please sign in to comment.