From c0b8914fe6dcc60bf2938d51f65d9e9ca5d5dde1 Mon Sep 17 00:00:00 2001 From: Matthew Brush Date: Mon, 12 Jun 2023 12:35:16 -0700 Subject: [PATCH] Update sepio-edit.owl minor edits to 'confidence level' text definition and subclass axiom based on comments in https://github.com/monarch-initiative/SEPIO-ontology/issues/42 --- src/ontology/sepio-edit.owl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ontology/sepio-edit.owl b/src/ontology/sepio-edit.owl index 091d4fb..ca454bc 100644 --- a/src/ontology/sepio-edit.owl +++ b/src/ontology/sepio-edit.owl @@ -2111,10 +2111,10 @@ SubClassOf(obo:SEPIO_0000186 obo:SEPIO_0000070) # Class: obo:SEPIO_0000187 (confidence level) -AnnotationAssertion(obo:IAO_0000115 obo:SEPIO_0000187 "A measurement datum that quantifies the level of confidence an agent has that a particular statement is true.") +AnnotationAssertion(obo:IAO_0000115 obo:SEPIO_0000187 "A measurement datum that quantifies the level of confidence an agent has that a particular piece of information is true.") AnnotationAssertion(rdfs:label obo:SEPIO_0000187 "confidence level"@en) SubClassOf(obo:SEPIO_0000187 obo:IAO_0000109) -SubClassOf(obo:SEPIO_0000187 ObjectSomeValuesFrom(obo:IAO_0000136 obo:SEPIO_0000174)) +SubClassOf(obo:SEPIO_0000187 ObjectSomeValuesFrom(obo:IAO_0000136 obo:IAO_0000030)) # Class: obo:SEPIO_0000258 (provider interpretation)