Skip to content

Commit

Permalink
Addresses oborel#787 Infer has_soma_location from part_of for neuron
Browse files Browse the repository at this point in the history
Addresses oborel#787 Infer has_soma_location from part_of for neuron
  • Loading branch information
aleixpuigb committed Oct 29, 2024
1 parent f1d66ab commit 61160f1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/ontology/ro-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,8 @@ Declaration(ObjectProperty(obo:RO_0019501))
Declaration(ObjectProperty(obo:RO_0020101))
Declaration(ObjectProperty(obo:RO_0020102))
Declaration(ObjectProperty(obo:RO_0020103))
Declaration(ObjectProperty(obo:RO_0020104))
Declaration(ObjectProperty(obo:RO_0020105))
Declaration(ObjectProperty(obo:RO_0020202))
Declaration(ObjectProperty(obo:RO_0020203))
Declaration(ObjectProperty(obo:RO_0040035))
Expand Down Expand Up @@ -6931,6 +6933,24 @@ SubObjectPropertyOf(obo:RO_0020103 obo:RO_0002179)
ObjectPropertyDomain(obo:RO_0020103 obo:UBERON_0001982)
ObjectPropertyRange(obo:RO_0020103 obo:UBERON_0000061)

# Object Property: obo:RO_0020104 (is neuron)

AnnotationAssertion(obo:IAO_0000115 obo:RO_0020104 "This property only applies to neurons")
AnnotationAssertion(terms:contributor obo:RO_0020104 <https://orcid.org/0000-0001-6677-8489>)
AnnotationAssertion(terms:date obo:RO_0020104 "2024-10-23T14:34:52Z"^^xsd:dateTime)
AnnotationAssertion(rdfs:label obo:RO_0020104 "is neuron")
ReflexiveObjectProperty(obo:RO_0020104)
ObjectPropertyDomain(obo:RO_0020104 obo:CL_0000540)

# Object Property: obo:RO_0020105 (is anatomical entity)

AnnotationAssertion(obo:IAO_0000115 obo:RO_0020105 "This property only applies to anatomical entities.")
AnnotationAssertion(terms:contributor obo:RO_0020105 <https://orcid.org/0000-0001-6677-8489>)
AnnotationAssertion(terms:date obo:RO_0020105 "2024-10-29T09:55:07Z"^^xsd:dateTime)
AnnotationAssertion(rdfs:label obo:RO_0020105 "is anatomical entity")
ReflexiveObjectProperty(obo:RO_0020105)
ObjectPropertyDomain(obo:RO_0020105 obo:UBERON_0001062)

# Object Property: obo:RO_0020202 (has numerator)

AnnotationAssertion(obo:IAO_0000115 obo:RO_0020202 "A relationship between a ratio or proportion and its dividend.")
Expand Down Expand Up @@ -7275,6 +7295,7 @@ SubObjectPropertyOf(ObjectPropertyChain(obo:RO_0013002 obo:BFO_0000050) obo:RO_0
SubObjectPropertyOf(ObjectPropertyChain(obo:RO_0013003 obo:BFO_0000050) obo:RO_0013003)
SubObjectPropertyOf(ObjectPropertyChain(obo:RO_0013007 obo:BFO_0000050) obo:RO_0013007)
SubObjectPropertyOf(ObjectPropertyChain(obo:RO_0015001 obo:RO_0015003) obo:RO_0015001)
SubObjectPropertyOf(ObjectPropertyChain(obo:RO_0020104 obo:BFO_0000050 obo:RO_0020105) obo:RO_0002100)
SubObjectPropertyOf(ObjectPropertyChain(ObjectInverseOf(obo:BFO_0000066) obo:RO_0002234) obo:RO_0003000)
SubObjectPropertyOf(ObjectPropertyChain(ObjectInverseOf(obo:RO_0002176) obo:RO_0002176) obo:RO_0002170)
DLSafeRule(Body(ObjectPropertyAtom(obo:RO_0002180 Variable(<urn:swrl:var#w>) Variable(<urn:swrl:var#p>)) ClassAtom(obo:BFO_0000015 Variable(<urn:swrl:var#w>)) ClassAtom(obo:BFO_0000015 Variable(<urn:swrl:var#p>)))Head(ObjectPropertyAtom(obo:RO_0002018 Variable(<urn:swrl:var#w>) Variable(<urn:swrl:var#p>))))
Expand Down

0 comments on commit 61160f1

Please sign in to comment.