From 91b07ad7f882f4615f7ccba8767f69f815f523d4 Mon Sep 17 00:00:00 2001 From: Duncan Date: Mon, 21 Nov 2022 20:16:53 -0500 Subject: [PATCH] Fixes #535 add is about measurement of characteristic relation --- src/ontology/ro-edit.owl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/ontology/ro-edit.owl b/src/ontology/ro-edit.owl index 16da3c65..b8eec489 100644 --- a/src/ontology/ro-edit.owl +++ b/src/ontology/ro-edit.owl @@ -563,6 +563,7 @@ Declaration(ObjectProperty(obo:RO_0016001)) Declaration(ObjectProperty(obo:RO_0016002)) Declaration(ObjectProperty(obo:RO_0016004)) Declaration(ObjectProperty(obo:RO_0017001)) +Declaration(ObjectProperty(obo:RO_0017002)) Declaration(ObjectProperty(obo:RO_0018001)) Declaration(ObjectProperty(obo:RO_0018002)) Declaration(ObjectProperty(obo:RO_0018003)) @@ -6415,6 +6416,20 @@ AnnotationAssertion(oboInOwl:creation_date obo:RO_0017001 "2021-11-08T12:00:00Z" AnnotationAssertion(oboInOwl:hasBroadSynonym obo:RO_0017001 "utilizes") AnnotationAssertion(rdfs:label obo:RO_0017001 "device utilizes material"@en) +# Object Property: obo:RO_0017002 (is about measurement of characteristic) + +AnnotationAssertion(obo:IAO_0000115 obo:RO_0017002 "x is about measurement of characteristic y means that + - x is an information content entity + - y is a pato:quality (characteristic) or bfo:quality +and there is a process that utilizes x to output information that is about y.") +AnnotationAssertion(dce:contributor obo:RO_0017002 "https://orcid.org/0000-0001-9625-1899"^^xsd:string) +AnnotationAssertion(dce:contributor obo:RO_0017002 "https://orcid.org/0000-0002-2627-0696") +AnnotationAssertion(dce:contributor obo:RO_0017002 "https://orcid.org/0000-0002-8461-9745") +AnnotationAssertion(dce:contributor obo:RO_0017002 "https://orcid.org/0000-0002-8844-9165") +AnnotationAssertion(oboInOwl:creation_date obo:RO_0017002 "2022-11-22T01:06:12Z"^^xsd:dateTime) +AnnotationAssertion(rdfs:label obo:RO_0017002 "is about measurement of characteristic"@en) +SubObjectPropertyOf(obo:RO_0017002 obo:IAO_0000136) + # Object Property: obo:RO_0018001 (is myristoyltransferase activity) AnnotationAssertion(obo:IAO_0000115 obo:RO_0018001 "Helper relation for OWL definition of RO:0018002 myristoylates")