From 17c65230017a2fde1690e1bdd1bf730a762c7849 Mon Sep 17 00:00:00 2001 From: Justin Whorton Date: Tue, 26 Dec 2023 14:18:46 -0600 Subject: [PATCH 1/2] Adding RO_0017006 'has maximum capacity --- src/ontology/ro-edit.owl | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/ontology/ro-edit.owl b/src/ontology/ro-edit.owl index 7a086f0e..b8679b02 100644 --- a/src/ontology/ro-edit.owl +++ b/src/ontology/ro-edit.owl @@ -578,6 +578,7 @@ Declaration(ObjectProperty(obo:RO_0017001)) Declaration(ObjectProperty(obo:RO_0017003)) Declaration(ObjectProperty(obo:RO_0017004)) Declaration(ObjectProperty(obo:RO_0017005)) +Declaration(ObjectProperty(obo:RO_0017006)) Declaration(ObjectProperty(obo:RO_0018001)) Declaration(ObjectProperty(obo:RO_0018002)) Declaration(ObjectProperty(obo:RO_0018003)) @@ -6571,6 +6572,15 @@ AnnotationAssertion(rdfs:label obo:RO_0017005 "contains measured amount"@en) ObjectPropertyDomain(obo:RO_0017005 obo:OBI_0000967) ObjectPropertyRange(obo:RO_0017005 obo:COB_0000121) +# Object Property: obo:RO_0017006 (has maximum capacity) + +AnnotationAssertion(obo:IAO_0000115 obo:RO_0017006 "A relation that relates a container to a measurement datum that specifies the maximum capacity of the container.") +AnnotationAssertion(terms:contributor obo:RO_0017006 ) +AnnotationAssertion(terms:contributor obo:RO_0017006 ) +AnnotationAssertion(rdfs:label obo:RO_0017006 "has maximum capacity"@en) +ObjectPropertyDomain(obo:RO_0017006 obo:OBI_0000967) +ObjectPropertyRange(obo:RO_0017006 obo:COB_0000121) + # Object Property: obo:RO_0018001 (is myristoyltransferase activity) @@ -7148,4 +7158,4 @@ AnnotationAssertion(oboInOwl:inSubset obo:RO_0002086 subsets:ro-eco) AnnotationAssertion(oboInOwl:inSubset obo:RO_0002089 subsets:ro-eco) AnnotationAssertion(oboInOwl:inSubset obo:RO_0002093 subsets:ro-eco) AnnotationAssertion(Annotation(rdfs:comment "This is an experimental annotation") obo:IAO_0000589 rdfs:isDefinedBy "is defined by") -) \ No newline at end of file +) From 5436b0648568b4b874189efd5b19b6bcd7a51192 Mon Sep 17 00:00:00 2001 From: Justin Whorton Date: Tue, 26 Dec 2023 14:33:00 -0600 Subject: [PATCH 2/2] Edit RO_0017006: Updated definition. Added example of use. --- src/ontology/ro-edit.owl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ontology/ro-edit.owl b/src/ontology/ro-edit.owl index b8679b02..40b14ea0 100644 --- a/src/ontology/ro-edit.owl +++ b/src/ontology/ro-edit.owl @@ -6574,9 +6574,10 @@ ObjectPropertyRange(obo:RO_0017005 obo:COB_0000121) # Object Property: obo:RO_0017006 (has maximum capacity) -AnnotationAssertion(obo:IAO_0000115 obo:RO_0017006 "A relation that relates a container to a measurement datum that specifies the maximum capacity of the container.") +AnnotationAssertion(obo:IAO_0000115 obo:RO_0017006 "A relation that relates a container to a measurement datum that specifies the maximum capacity of the container. Capacity can refer to either weight or volume.") AnnotationAssertion(terms:contributor obo:RO_0017006 ) AnnotationAssertion(terms:contributor obo:RO_0017006 ) +AnnotationAssertion(obo:IAO_0000112 obo:RO_0017006 "anticoagulant-containing test tube has maximum capacity 10 ml.") AnnotationAssertion(rdfs:label obo:RO_0017006 "has maximum capacity"@en) ObjectPropertyDomain(obo:RO_0017006 obo:OBI_0000967) ObjectPropertyRange(obo:RO_0017006 obo:COB_0000121)