From 19baedb970ccfd1feb00554f2d0741cd8b6f43c9 Mon Sep 17 00:00:00 2001 From: Alayne Cuzick Date: Wed, 27 Jul 2022 12:25:18 +0100 Subject: [PATCH] NTR: sensitive to calcium ion starvation https://github.com/PHI-base/phipo/issues/368 --- src/ontology/phipo-edit.owl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/ontology/phipo-edit.owl b/src/ontology/phipo-edit.owl index 1067d99..49e2397 100644 --- a/src/ontology/phipo-edit.owl +++ b/src/ontology/phipo-edit.owl @@ -1179,6 +1179,7 @@ Declaration(Class(obo:PHIPO_0001266)) Declaration(Class(obo:PHIPO_0001267)) Declaration(Class(obo:PHIPO_0001268)) Declaration(Class(obo:PHIPO_0001269)) +Declaration(Class(obo:PHIPO_0001270)) Declaration(ObjectProperty(obo:PHIPO_0000304)) Declaration(AnnotationProperty(obo:IAO_0000115)) Declaration(AnnotationProperty(obo:created_by)) @@ -12500,5 +12501,20 @@ AnnotationAssertion(oboInOwl:hasOBONamespace obo:PHIPO_0001269 "pathogen_host_in AnnotationAssertion(rdfs:label obo:PHIPO_0001269 "decreased number of host galls during pathogen invasion"@en) SubClassOf(obo:PHIPO_0001269 obo:PHIPO_0001268) +# Class: obo:PHIPO_0001270 (sensitive to calcium ion starvation) + +AnnotationAssertion(obo:IAO_0000115 obo:PHIPO_0001270 "A growth phenotype which describes the sensitivity of individuals or populations after exposure to calcium ion starvation. Typically, individuals or populations are deemed sensitive to a stress if they stop growing (and may die) when exposed to the stress at an intensity that allows an individual or population of wild type cell(s) to grow and divide.") +AnnotationAssertion(oboInOwl:created_by obo:PHIPO_0001270 "alaynecuzick"^^xsd:string) +AnnotationAssertion(oboInOwl:creation_date obo:PHIPO_0001270 "2022-07-27T11:20:23Z"^^xsd:dateTime) +AnnotationAssertion(oboInOwl:hasDbXref obo:PHIPO_0001270 "FYPO:0001201") +AnnotationAssertion(oboInOwl:hasExactSynonym obo:PHIPO_0001270 "hypersensitive to calcium ion starvation") +AnnotationAssertion(oboInOwl:hasExactSynonym obo:PHIPO_0001270 "reduced growth in low calcium") +AnnotationAssertion(oboInOwl:hasExactSynonym obo:PHIPO_0001270 "sensitive to calcium ion depletion") +AnnotationAssertion(oboInOwl:hasExactSynonym obo:PHIPO_0001270 "sensitive to calcium ion deprivation") +AnnotationAssertion(oboInOwl:hasExactSynonym obo:PHIPO_0001270 "sensitive to calcium starvation") +AnnotationAssertion(oboInOwl:hasOBONamespace obo:PHIPO_0001270 "single_species_phenotype") +AnnotationAssertion(rdfs:label obo:PHIPO_0001270 "sensitive to calcium ion starvation"@en) +SubClassOf(obo:PHIPO_0001270 obo:PHIPO_0001098) + ) \ No newline at end of file