From 228a363162ca1207ce9c6ee0b489988d3b2671cd Mon Sep 17 00:00:00 2001 From: Shawn Tan <76212760+shawntanzk@users.noreply.github.com> Date: Thu, 16 Dec 2021 08:50:14 +0000 Subject: [PATCH] Added L4 IT Fixes #226 Note given the rest of IT aren't species restricted, I opted to make this species agnostic too --- src/ontology/bdso-edit.owl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/ontology/bdso-edit.owl b/src/ontology/bdso-edit.owl index aad94427..8e5cbdfb 100644 --- a/src/ontology/bdso-edit.owl +++ b/src/ontology/bdso-edit.owl @@ -46,6 +46,7 @@ Declaration(AnnotationProperty()) Declaration(AnnotationProperty()) Declaration(AnnotationProperty()) Declaration(AnnotationProperty()) +Declaration(Class()) ############################ # Object Properties @@ -109,4 +110,18 @@ AnnotationAssertion(rdfs:label "cel # Annotation Property: (nuclei_count) AnnotationAssertion(rdfs:label "nuclei_count") +############################ +# Classes +############################ + +# Class: (L4 intratelencephalic projecting glutamatergic neuron of the primary motor cortex) + +AnnotationAssertion(Annotation( "PMID:33184512") "An intratelencephalic-projecting glutamatergic neuron that is located in the boundary between L2/3 and L5 of the primary motor cortex. These cells have diverse morphologies with some pyramidal and some stellate cells.") +AnnotationAssertion(dce:creator ) +AnnotationAssertion( "ILX:0770172") +AnnotationAssertion(Annotation( "PMID:25525751") rdfs:comment "These cells likely corresponded to the quasi-L4 neurons described previously in the motor cortex.") +AnnotationAssertion(rdfs:label "L4 intratelencephalic projecting glutamatergic neuron of the primary motor cortex") +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) + ) \ No newline at end of file