Skip to content

Commit

Permalink
Update ro-edit.owl to include hasAllelopath (fixes oborel#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrishti authored Oct 15, 2024
1 parent fda13e4 commit 6060298
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/ontology/ro-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -1307,15 +1307,15 @@ AnnotationAssertion(oboInOwl:inSubset obo:BFO_0000066 obo:valid_for_go_ontology)
AnnotationAssertion(oboInOwl:inSubset obo:BFO_0000066 obo:valid_for_gocam)
AnnotationAssertion(rdfs:seeAlso obo:BFO_0000066 "https://wiki.geneontology.org/Occurs_in"^^xsd:anyURI)

# Object Property: obo:RO_0000001 (has allelopath)
# Object Property: obo:RO_0020301 (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 "https://en.wikipedia.org/wiki/Allelopathy")
SubObjectPropertyOf(obo:RO_0000001 obo:RO_0002574)
InverseObjectProperties(obo:RO_0000001 obo:RO_0002555)
AnnotationAssertion(obo:IAO_0000115 obo:RO_0020301 "A relationship between organisms where one organism is influenced by the biochemicals produced by another.")
AnnotationAssertion(obo:IAO_0000119 obo:RO_0020301 "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC10172429/")
AnnotationAssertion(rdfs:comment obo:RO_0020301 "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_0020301 "has allelopath"@en)
AnnotationAssertion(rdfs:seeAlso obo:RO_0020301 "https://en.wikipedia.org/wiki/Allelopathy")
SubObjectPropertyOf(obo:RO_0020301 obo:RO_0002574)
InverseObjectProperties(obo:RO_0020301 obo:RO_0002555)

# Object Property: obo:RO_0000052 (characteristic of)

Expand Down Expand Up @@ -7323,4 +7323,4 @@ AnnotationAssertion(oboInOwl:inSubset obo:RO_0002086 subsets:ro-eco)
AnnotationAssertion(oboInOwl:inSubset obo:RO_0002089 subsets:ro-eco)
AnnotationAssertion(oboInOwl:inSubset obo:RO_0002093 subsets:ro-eco)
AnnotationAssertion(Annotation(rdfs:comment "This is an experimental annotation") obo:IAO_0000589 rdfs:isDefinedBy "is defined by")
)
)

0 comments on commit 6060298

Please sign in to comment.