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