Skip to content

Commit

Permalink
added 'has allelopath' as inverse of 'allelopath of'. Fixes oborel#809
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrishti committed Aug 20, 2024
1 parent a46bc61 commit 3538798
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ontology/ro-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -1309,9 +1309,11 @@ AnnotationAssertion(rdfs:seeAlso obo:BFO_0000066 "https://wiki.geneontology.org/

# Object Property: obo:RO_0000001 (has allelopath)

AnnotationAssertion(obo:IAO_0000115 obo:RO_0000001 "A relationship between organisms where one organism is influenced by the biochemicals produced by another.")
AnnotationAssertion(obo:IAO_0000119 obo:RO_0000001 "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC10172429/")
AnnotationAssertion(rdfs:comment obo:RO_0000001 "Allelopathy is a phenomenon in which one organism releases chemicals to positively or negatively influence the growth, survival or reproduction of other organisms in its vicinity.")
AnnotationAssertion(rdfs:label obo:RO_0000001 "has allelopath"@en)
AnnotationAssertion(rdfs:seeAlso obo:RO_0000001 "Allelopathy is a phenomenon in which one organism releases chemicals to positively or negatively influence the growth, survival or reproduction of other organisms in its vicinity.")
AnnotationAssertion(rdfs:seeAlso obo:RO_0000001 "https://en.wikipedia.org/wiki/Allelopathy")
SubObjectPropertyOf(obo:RO_0000001 obo:RO_0002574)
InverseObjectProperties(obo:RO_0000001 obo:RO_0002555)

Expand Down

0 comments on commit 3538798

Please sign in to comment.