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

Adding molecular-part-of. See aslo #328 #329

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
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
23 changes: 21 additions & 2 deletions src/ontology/ro-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,8 @@ Declaration(ObjectProperty(obo:RO_0013007))
Declaration(ObjectProperty(obo:RO_0014001))
Declaration(ObjectProperty(obo:RO_0040035))
Declaration(ObjectProperty(obo:RO_0040036))
Declaration(ObjectProperty(obo:RO_0004095))
Declaration(ObjectProperty(obo:RO_0004096))
Declaration(ObjectProperty(owl:topObjectProperty))
Declaration(DataProperty(obo:RO_0002029))
Declaration(AnnotationProperty(obo:IAO_0000232))
Expand Down Expand Up @@ -3666,7 +3668,7 @@ AnnotationAssertion(obo:IAO_0000118 obo:RO_0002432 "executes activity in")
AnnotationAssertion(oboInOwl:hasExactSynonym obo:RO_0002432 "enables activity in")
AnnotationAssertion(rdfs:comment obo:RO_0002432 "")
AnnotationAssertion(rdfs:label obo:RO_0002432 "is active in")
SubObjectPropertyOf(obo:RO_0002432 obo:RO_0002131)
SubObjectPropertyOf(obo:RO_0002432 obo:RO_0001025)
SubObjectPropertyOf(obo:RO_0002432 obo:RO_0002328)

# Object Property: obo:RO_0002433 (contributes to morphology of)
Expand Down Expand Up @@ -6098,6 +6100,23 @@ SubObjectPropertyOf(obo:RO_HOM0000001 obo:RO_0002158)

SubObjectPropertyOf(obo:RO_HOM0000003 obo:RO_0002320)

# Object Property: obo:RO_0004095 (continuant part of)

AnnotationAssertion(obo:IAO_0000115 obo:RO_0004095 "A part of relationship that holds between two continuants.")
AnnotationAssertion(rdfs:label obo:RO_0004095 "continuant part of"@en)
SubObjectPropertyOf(obo:RO_0004095 obo:BFO_0000050)
TransitiveObjectProperty(obo:RO_0004095)
ObjectPropertyDomain(obo:RO_0004095 obo:BFO_0000002)
ObjectPropertyRange(obo:RO_0004095 obo:BFO_0000002)

# Object Property: obo:RO_0004096 (molecular part of)

AnnotationAssertion(obo:IAO_0000115 obo:RO_0004096 "A part of relationship that holds between two molecular entities. An example is the part of relationship between a protein and a protein complex.")
AnnotationAssertion(obo:IAO_0000232 obo:RO_0004096 "Once stable URIs are added to OBO-Core we will add domain and range constraints.")
AnnotationAssertion(rdfs:label obo:RO_0004096 "molecular part of"@en)
SubObjectPropertyOf(obo:RO_0004096 obo:RO_0004095)
TransitiveObjectProperty(obo:RO_0004096)


############################
# Data Properties
Expand Down Expand Up @@ -6374,4 +6393,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")
)
)