From 0c0bcd072c0c02c4ad90a3fae3846c790d8de14b Mon Sep 17 00:00:00 2001 From: Paul Fabry <48070332+pfabry@users.noreply.github.com> Date: Fri, 9 Jun 2023 09:13:37 -0400 Subject: [PATCH 1/2] Modification of SEPIO:0000187 definition New definition: "A measurement datum that quantifies the level of confidence an agent has that a particular statement is true." cf. issue #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 5e6d158..091d4fb 100644 --- a/src/ontology/sepio-edit.owl +++ b/src/ontology/sepio-edit.owl @@ -2111,7 +2111,7 @@ SubClassOf(obo:SEPIO_0000186 obo:SEPIO_0000070) # Class: obo:SEPIO_0000187 (confidence level) -AnnotationAssertion(obo:IAO_0000115 obo:SEPIO_0000187 "A data item that quantifies the level of confidence an agent has that a particular piece of information is true.") +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(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)) @@ -2343,4 +2343,4 @@ Can this just be \"has part\" . . .or is a specific/unique relation needed here SubObjectPropertyOf(ObjectPropertyChain(obo:SEPIO_0000098 obo:SEPIO_0000007) obo:SEPIO_0000007) SubObjectPropertyOf(ObjectPropertyChain(obo:SEPIO_0000098 obo:SEPIO_0000009) obo:SEPIO_0000009) SubObjectPropertyOf(ObjectPropertyChain(obo:SEPIO_0000100 obo:SEPIO_0000007) obo:SEPIO_0000008) -) \ No newline at end of file +) From c0b8914fe6dcc60bf2938d51f65d9e9ca5d5dde1 Mon Sep 17 00:00:00 2001 From: Matthew Brush Date: Mon, 12 Jun 2023 12:35:16 -0700 Subject: [PATCH 2/2] 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)