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

add 'synapses restricted to region' #755

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open
Changes from 4 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
13 changes: 13 additions & 0 deletions src/ontology/ro-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@ Declaration(ObjectProperty(obo:RO_0013006))
Declaration(ObjectProperty(obo:RO_0013007))
Declaration(ObjectProperty(obo:RO_0013008))
Declaration(ObjectProperty(obo:RO_0013009))
Declaration(ObjectProperty(obo:RO_0013010))
Declaration(ObjectProperty(obo:RO_0014001))
Declaration(ObjectProperty(obo:RO_0015001))
Declaration(ObjectProperty(obo:RO_0015002))
Expand Down Expand Up @@ -6351,6 +6352,17 @@ AnnotationAssertion(rdfs:comment obo:RO_0013009 "Not restricting range to 'cell'
AnnotationAssertion(rdfs:label obo:RO_0013009 "sends synaptic output to cell"@en)
SubObjectPropertyOf(obo:RO_0013009 obo:RO_0002120)

# Object Property: obo:RO_0013010 (synapses restricted to region)

AnnotationAssertion(obo:IAO_0000112 obo:RO_0013010 "An optic lobe intrinsic neuron has its synapses restricted to optic lobe neuropil.")
AnnotationAssertion(obo:IAO_0000115 obo:RO_0013010 "A relationship between a neuron and a region, where the neuron has essentially all of its synapses in that region.")
AnnotationAssertion(dc:contributor obo:RO_0013010 <https://orcid.org/0000-0002-1373-1705>)
AnnotationAssertion(dc:date obo:RO_0013010 "2023-08-17T12:17:24Z"^^xsd:dateTime)
anitacaron marked this conversation as resolved.
Show resolved Hide resolved
AnnotationAssertion(oboInOwl:hasExactSynonym obo:RO_0013010 "intrinsic to")
AnnotationAssertion(rdfs:comment obo:RO_0013010 "Relationship may still be used if a very small number of synapses fall slightly outside the boundaries of the region.")
AnnotationAssertion(rdfs:label obo:RO_0013010 "synapses restricted to region"@en)
SubObjectPropertyOf(obo:RO_0013010 obo:RO_0013001)

anitacaron marked this conversation as resolved.
Show resolved Hide resolved
# Object Property: obo:RO_0014001 (disease has infectious agent)

AnnotationAssertion(obo:IAO_0000115 obo:RO_0014001 "A relationship between a disease and an infectious agent where the material basis of the disease is an infection with some infectious agent.")
Expand Down Expand Up @@ -7060,6 +7072,7 @@ SubObjectPropertyOf(ObjectPropertyChain(obo:RO_0013001 obo:BFO_0000050) obo:RO_0
SubObjectPropertyOf(ObjectPropertyChain(obo:RO_0013002 obo:BFO_0000050) obo:RO_0013002)
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_0013010 obo:BFO_0000050) obo:RO_0013010)
SubObjectPropertyOf(ObjectPropertyChain(obo:RO_0015001 obo:RO_0015003) obo:RO_0015001)
SubObjectPropertyOf(ObjectPropertyChain(ObjectInverseOf(obo:BFO_0000066) obo:RO_0002234) obo:RO_0003000)
SubObjectPropertyOf(ObjectPropertyChain(ObjectInverseOf(obo:RO_0002176) obo:RO_0002176) obo:RO_0002170)
Expand Down
Loading