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

added has completed and has not completed #577

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 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_0015015))
Declaration(ObjectProperty(obo:RO_0015016))
Declaration(ObjectProperty(obo:RO_0016001))
Expand Down Expand Up @@ -6239,6 +6241,27 @@ 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 where the objective of the process is to transform the material entity, and the primary output of the process is the material entity in a particular state, and the primary input is the same material entity in a different state.")
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 where the objective of the process is to transform the material entity, and the primary output of the process would be the material entity in a particular different state as the same material entity at input, but the material entity has not fully undergone the transformation.")
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_0015015 (has high plasma membrane amount)

AnnotationAssertion(obo:IAO_0000112 obo:RO_0015015 "'Ly-76 high positive erythrocyte' equivalent to 'enucleate erythrocyte' and (has_high_plasma_membrane_amount some 'lymphocyte antigen 76 (mouse)')")
Expand All @@ -6259,6 +6282,7 @@ AnnotationAssertion(rdfs:label obo:RO_0015016 "has low plasma membrane amount")
SubObjectPropertyOf(obo:RO_0015016 obo:RO_0002104)
ObjectPropertyDomain(obo:RO_0015016 obo:CL_0000000)


# 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