Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NTR: 'has maximum capacity' #777

Merged
merged 4 commits into from
Apr 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/ontology/ro-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,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_0017008))
Declaration(ObjectProperty(obo:RO_0017009))
Declaration(ObjectProperty(obo:RO_0018001))
Expand Down Expand Up @@ -6610,6 +6611,16 @@ 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. Capacity can refer to either weight or volume.")
AnnotationAssertion(terms:contributor obo:RO_0017006 <https://orcid.org/0000-0002-2999-0103>)
AnnotationAssertion(terms:contributor obo:RO_0017006 <https://orcid.org/0000-0002-5714-991X>)
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)

# Object Property: obo:RO_0017008 (owns)

AnnotationAssertion(obo:IAO_0000112 obo:RO_0017008 "biobank organization owns a specimen")
Expand Down
Loading