Skip to content

Commit 620e3a2

Browse files
CopilotRiveraAndrea83dosumis
authored
Move Lugaro cell under Purkinje layer interneuron (#3563)
* Initial plan * Update Lugaro cell parent from interneuron to Purkinje layer interneuron - Changed SubClassOf axiom for CL:0011006 (Lugaro cell) - From: CL:0000099 (interneuron) - To: CL:4072102 (Purkinje layer interneuron) - This aligns with WMB classification and literature - Validated with ROBOT convert and reason Signed-off-by: GitHub Copilot Co-authored-by: RiveraAndrea83 <205639972+RiveraAndrea83@users.noreply.github.com> * changed soma location to purkinje cell layer --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: RiveraAndrea83 <205639972+RiveraAndrea83@users.noreply.github.com> Co-authored-by: RiveraAndrea83 <riveraandrea83@yahoo.it> Co-authored-by: David Osumi-Sutherland <dosumis@gmail.com>
1 parent 7e0d51e commit 620e3a2

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

src/ontology/cl-edit.owl

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3314,6 +3314,7 @@ Declaration(Class(obo:D96882F1-8709-49AB-BCA9-772A67EA6C33))
33143314
Declaration(Class(obo:GO_0001552))
33153315
Declaration(Class(obo:GO_0001649))
33163316
Declaration(Class(obo:GO_0001958))
3317+
Declaration(Class(obo:GO_0002288))
33173318
Declaration(Class(obo:GO_0002491))
33183319
Declaration(Class(obo:GO_0005903))
33193320
Declaration(Class(obo:GO_0005927))
@@ -3339,13 +3340,15 @@ Declaration(Class(obo:GO_0050893))
33393340
Declaration(Class(obo:GO_0051216))
33403341
Declaration(Class(obo:GO_0070278))
33413342
Declaration(Class(obo:GO_0070483))
3343+
Declaration(Class(obo:GO_0070999))
33423344
Declaration(Class(obo:GO_0097208))
33433345
Declaration(Class(obo:GO_0097209))
33443346
Declaration(Class(obo:GO_0097729))
33453347
Declaration(Class(obo:GO_0097730))
33463348
Declaration(Class(obo:GO_0098535))
33473349
Declaration(Class(obo:GO_0098594))
33483350
Declaration(Class(obo:GO_0151001))
3351+
Declaration(Class(obo:GO_1904320))
33493352
Declaration(Class(obo:GO_1990079))
33503353
Declaration(Class(obo:GO_1990573))
33513354
Declaration(Class(obo:NCBITaxon_10090))
@@ -3679,15 +3682,15 @@ AnnotationAssertion(rdfs:label oboInOwl:consider "consider")
36793682

36803683
AnnotationAssertion(rdfs:label oboInOwl:hasBroadSynonym "has_broad_synonym")
36813684

3682-
# Annotation Property: oboInOwl:hasDbXref (database_cross_reference)
3685+
# Annotation Property: oboInOwl:hasDbXref (has cross-reference)
36833686

36843687
AnnotationAssertion(rdfs:label oboInOwl:hasDbXref "database_cross_reference")
36853688

3686-
# Annotation Property: oboInOwl:hasExactSynonym (has_exact_synonym)
3689+
# Annotation Property: oboInOwl:hasExactSynonym (has exact synonym)
36873690

36883691
AnnotationAssertion(rdfs:label oboInOwl:hasExactSynonym "has_exact_synonym")
36893692

3690-
# Annotation Property: oboInOwl:hasNarrowSynonym (has_narrow_synonym)
3693+
# Annotation Property: oboInOwl:hasNarrowSynonym (has narrow synonym)
36913694

36923695
AnnotationAssertion(rdfs:label oboInOwl:hasNarrowSynonym "has_narrow_synonym")
36933696

@@ -24728,8 +24731,8 @@ AnnotationAssertion(Annotation(oboInOwl:hasDbXref "PMID:34194302") oboInOwl:hasR
2472824731
AnnotationAssertion(rdfs:label obo:CL_0011006 "Lugaro cell")
2472924732
AnnotationAssertion(Annotation(dc:license <https://creativecommons.org/licenses/by-nc-nd/4.0/>) Annotation(oboInOwl:hasDbXref "doi:10.1016/j.cnp.2022.11.002") foaf:depiction obo:CL_0011006 <http://purl.obolibrary.org/obo/cl/images/CB_circuits_PMID3650468_f2.png>)
2473024733
AnnotationAssertion(Annotation(dc:license <https://creativecommons.org/licenses/by-nc-nd/4.0/>) Annotation(oboInOwl:hasDbXref "doi:10.3389/fnins.2020.00293") foaf:depiction obo:CL_0011006 <http://purl.obolibrary.org/obo/cl/images/Candelabrum_cell.jpg>)
24731-
SubClassOf(obo:CL_0011006 obo:CL_0000099)
24732-
SubClassOf(obo:CL_0011006 ObjectSomeValuesFrom(obo:RO_0002100 obo:UBERON_0002956))
24734+
SubClassOf(obo:CL_0011006 obo:CL_4072102)
24735+
SubClassOf(obo:CL_0011006 ObjectSomeValuesFrom(obo:RO_0002100 obo:UBERON_0002979))
2473324736
SubClassOf(obo:CL_0011006 ObjectSomeValuesFrom(obo:RO_0002215 obo:GO_0061534))
2473424737
SubClassOf(obo:CL_0011006 ObjectSomeValuesFrom(obo:RO_0002215 obo:GO_0061537))
2473524738

0 commit comments

Comments
 (0)