Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Updated obographs to [version 0.3.2](https://github.com/geneontology/obographs/releases/tag/v0.3.2)


## [1.9.8] - 2025-05-15

### Added
Expand Down
16 changes: 14 additions & 2 deletions docs/examples/ro-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -1763,7 +1763,13 @@
"val" : "pazopanib -> pathological angiogenesis"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000118",
"val" : "treats"
"val" : "treats",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://www.w3.org/2000/01/rdf-schema#comment",
"val" : "Usage of the term 'treats' applies when we believe there to be a an inhibitory relationship"
} ]
}
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000119",
"val" : "http://purl.obolibrary.org/obo/ro/docs/causal-relations"
Expand Down Expand Up @@ -3954,7 +3960,13 @@
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000589",
"val" : "is defined by"
"val" : "is defined by",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://www.w3.org/2000/01/rdf-schema#comment",
"val" : "This is an experimental annotation"
} ]
}
} ]
}
} ],
Expand Down
2 changes: 1 addition & 1 deletion robot-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
<dependency>
<groupId>org.geneontology.obographs</groupId>
<artifactId>obographs-owlapi</artifactId>
<version>0.3.1</version>
<version>0.3.2</version>
<exclusions>
<exclusion>
<groupId>net.sourceforge.owlapi</groupId>
Expand Down