Skip to content

Commit

Permalink
Add chemical terms for imazalil
Browse files Browse the repository at this point in the history
- resistance to imazalil (PHIPO:0001423)
- sensitive to imazalil (PHIPO:0001424)
- normal growth on imazalil (PHIPO:0001425)

See #419
  • Loading branch information
jseager7 committed Feb 12, 2024
1 parent 27fdd3b commit dc21ab7
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/ontology/phipo-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down Expand Up @@ -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)


)

0 comments on commit dc21ab7

Please sign in to comment.