From dc21ab7363a6eaa8e6bf3d26d121778d78d31e2a Mon Sep 17 00:00:00 2001 From: James Seager Date: Mon, 12 Feb 2024 10:07:03 +0000 Subject: [PATCH] Add chemical terms for imazalil - resistance to imazalil (PHIPO:0001423) - sensitive to imazalil (PHIPO:0001424) - normal growth on imazalil (PHIPO:0001425) See #419 --- src/ontology/phipo-edit.owl | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/src/ontology/phipo-edit.owl b/src/ontology/phipo-edit.owl index fa0ece6..1ee3221 100644 --- a/src/ontology/phipo-edit.owl +++ b/src/ontology/phipo-edit.owl @@ -1332,6 +1332,9 @@ Declaration(Class(obo:PHIPO_0001419)) Declaration(Class(obo:PHIPO_0001420)) Declaration(Class(obo:PHIPO_0001421)) Declaration(Class(obo:PHIPO_0001422)) +Declaration(Class(obo:PHIPO_0001423)) +Declaration(Class(obo:PHIPO_0001424)) +Declaration(Class(obo:PHIPO_0001425)) Declaration(ObjectProperty(obo:PHIPO_0000304)) Declaration(AnnotationProperty(obo:IAO_0000115)) Declaration(AnnotationProperty(obo:created_by)) @@ -14138,5 +14141,35 @@ AnnotationAssertion(oboInOwl:id obo:PHIPO_0001422 "PHIPO:0001422"^^xsd:string) AnnotationAssertion(rdfs:label obo:PHIPO_0001422 "normal growth on flutolanil"^^xsd:string) SubClassOf(obo:PHIPO_0001422 obo:PHIPO_0001308) +# Class: obo:PHIPO_0001423 (resistance to imazalil) + +AnnotationAssertion(obo:IAO_0000115 obo:PHIPO_0001423 "A growth phenotype which describes the resistance of individuals or populations after exposure to imazalil. Typically, organisms are deemed resistant to a chemical if they survive at a concentration of the chemical that does not allow wild type individuals or populations to grow."^^xsd:string) +AnnotationAssertion(oboInOwl:created_by obo:PHIPO_0001423 "alaynecuzick"^^xsd:string) +AnnotationAssertion(oboInOwl:creation_date obo:PHIPO_0001423 "2024-02-12T10:06:39Z"^^xsd:dateTime) +AnnotationAssertion(oboInOwl:hasOBONamespace obo:PHIPO_0001423 "single_species_phenotype"^^xsd:string) +AnnotationAssertion(oboInOwl:id obo:PHIPO_0001423 "PHIPO:0001423"^^xsd:string) +AnnotationAssertion(rdfs:label obo:PHIPO_0001423 "resistance to imazalil"^^xsd:string) +SubClassOf(obo:PHIPO_0001423 obo:PHIPO_0000022) + +# Class: obo:PHIPO_0001424 (sensitive to imazalil) + +AnnotationAssertion(obo:IAO_0000115 obo:PHIPO_0001424 "A growth phenotype which describes the sensitivity of individuals or populations after exposure to imazalil. Typically, organisms are deemed sensitive to a chemical if they stop growing (and may die) at a concentration of the chemical that allows wild type individuals or populations to grow."^^xsd:string) +AnnotationAssertion(oboInOwl:created_by obo:PHIPO_0001424 "alaynecuzick"^^xsd:string) +AnnotationAssertion(oboInOwl:creation_date obo:PHIPO_0001424 "2024-02-12T10:06:39Z"^^xsd:dateTime) +AnnotationAssertion(oboInOwl:hasOBONamespace obo:PHIPO_0001424 "single_species_phenotype"^^xsd:string) +AnnotationAssertion(oboInOwl:id obo:PHIPO_0001424 "PHIPO:0001424"^^xsd:string) +AnnotationAssertion(rdfs:label obo:PHIPO_0001424 "sensitive to imazalil"^^xsd:string) +SubClassOf(obo:PHIPO_0001424 obo:PHIPO_0000021) + +# Class: obo:PHIPO_0001425 (normal growth on imazalil) + +AnnotationAssertion(obo:IAO_0000115 obo:PHIPO_0001425 "A growth phenotype which describes the absence of change of individuals or populations after exposure to imazalil (i.e. indistinguishable from wild type)."^^xsd:string) +AnnotationAssertion(oboInOwl:created_by obo:PHIPO_0001425 "alaynecuzick"^^xsd:string) +AnnotationAssertion(oboInOwl:creation_date obo:PHIPO_0001425 "2024-02-12T10:06:39Z"^^xsd:dateTime) +AnnotationAssertion(oboInOwl:hasOBONamespace obo:PHIPO_0001425 "single_species_phenotype"^^xsd:string) +AnnotationAssertion(oboInOwl:id obo:PHIPO_0001425 "PHIPO:0001425"^^xsd:string) +AnnotationAssertion(rdfs:label obo:PHIPO_0001425 "normal growth on imazalil"^^xsd:string) +SubClassOf(obo:PHIPO_0001425 obo:PHIPO_0001308) + ) \ No newline at end of file