diff --git a/CHANGELOG.md b/CHANGELOG.md index e8f393e5f..8bb079a62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/examples/ro-base.json b/docs/examples/ro-base.json index b2227623c..25204c575 100644 --- a/docs/examples/ro-base.json +++ b/docs/examples/ro-base.json @@ -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" @@ -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" + } ] + } } ] } } ], diff --git a/robot-core/pom.xml b/robot-core/pom.xml index af9d33d91..eebe3603f 100644 --- a/robot-core/pom.xml +++ b/robot-core/pom.xml @@ -209,7 +209,7 @@ org.geneontology.obographs obographs-owlapi - 0.3.1 + 0.3.2 net.sourceforge.owlapi