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

Merged
merged 19 commits into from
Dec 2, 2024
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
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 @@ -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,16 @@ 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_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