Skip to content

Commit

Permalink
added has completed and has not completed
Browse files Browse the repository at this point in the history
Fixes #574
  • Loading branch information
shawntanzk committed Mar 7, 2022
1 parent 4e507e3 commit 0873c68
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/ontology/ro-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,8 @@ Declaration(ObjectProperty(obo:RO_0015009))
Declaration(ObjectProperty(obo:RO_0015010))
Declaration(ObjectProperty(obo:RO_0015011))
Declaration(ObjectProperty(obo:RO_0015012))
Declaration(ObjectProperty(obo:RO_0015013))
Declaration(ObjectProperty(obo:RO_0015014))
Declaration(ObjectProperty(obo:RO_0016001))
Declaration(ObjectProperty(obo:RO_0016002))
Declaration(ObjectProperty(obo:RO_0016004))
Expand Down Expand Up @@ -6237,6 +6239,26 @@ AnnotationAssertion(Annotation(oboInOwl:hasDbXref "https://orcid.org/0000-0002-6
AnnotationAssertion(rdfs:comment obo:RO_0015012 "There are frequently two ways to state the same thing: we can say 'spermatocyte lacks asters' or 'asters absent from spermatocyte'. In this case the quality is 'lacking all parts of type' - it is a (relational) quality of the spermatocyte, and it is with respect to instances of 'aster'. One of the popular requirements of PATO is that it continue to support 'absent', so we need to relate statements which use this quality to the 'lacking all parts of type' quality."^^xsd:string)
AnnotationAssertion(rdfs:label obo:RO_0015012 "reciprocal of")

# Object Property: obo:RO_0015013 (has completed)

AnnotationAssertion(obo:IAO_0000112 obo:RO_0015013 "memory T cell has_completed some 'memory T cell differentiation'")
AnnotationAssertion(obo:IAO_0000115 obo:RO_0015013 "a relation between a material entity and a process in which the material entity exists, at least in part, due to the completion of the process.")
AnnotationAssertion(dc:contributor obo:RO_0015013 <http://orcid.org/0000-0001-7258-9596>)
AnnotationAssertion(rdfs:label obo:RO_0015013 "has completed")
SubObjectPropertyOf(obo:RO_0015013 owl:topObjectProperty)
ObjectPropertyDomain(obo:RO_0015013 obo:BFO_0000040)
ObjectPropertyRange(obo:RO_0015013 obo:BFO_0000015)

# Object Property: obo:RO_0015014 (has not completed)

AnnotationAssertion(obo:IAO_0000112 obo:RO_0015014 "'immature T cell' has_not_completed some 'T cell selection'")
AnnotationAssertion(obo:IAO_0000115 obo:RO_0015014 "a relation between a material entity and a process in which the material entity has the potential to complete the process, but has yet to complete it.")
AnnotationAssertion(dc:contributor obo:RO_0015014 <http://orcid.org/0000-0001-7258-9596>)
AnnotationAssertion(rdfs:label obo:RO_0015014 "has not completed")
SubObjectPropertyOf(obo:RO_0015014 owl:topObjectProperty)
ObjectPropertyDomain(obo:RO_0015014 obo:BFO_0000040)
ObjectPropertyRange(obo:RO_0015014 obo:BFO_0000015)

# Object Property: obo:RO_0016001 (has phenotype or disease)

AnnotationAssertion(obo:IAO_0000232 obo:RO_0016001 "Do not use this relation directly. It is intended as a grouping for a set of relations regarding presentation of phenotypes and disease.")
Expand Down

0 comments on commit 0873c68

Please sign in to comment.