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

Added L4 IT #230

Closed
wants to merge 2 commits into from
Closed
Changes from all 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/bdso-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Declaration(AnnotationProperty(<http://purl.obolibrary.org/obo/PCL_0010058>))
Declaration(AnnotationProperty(<http://purl.obolibrary.org/obo/PCL_0010059>))
Declaration(AnnotationProperty(<http://purl.obolibrary.org/obo/PCL_0010060>))
Declaration(AnnotationProperty(<http://purl.obolibrary.org/obo/PCL_0010061>))
Declaration(Class(<http://purl.obolibrary.org/obo/PCL_1000000>))

############################
# Object Properties
Expand Down Expand Up @@ -109,4 +110,16 @@ AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PCL_0010060> "cel
# Annotation Property: <http://purl.obolibrary.org/obo/PCL_0010061> (nuclei_count)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PCL_0010061> "nuclei_count")

############################
# Classes
############################

# Class: <http://purl.obolibrary.org/obo/PCL_1000000> (L4 intratelencephalic projecting glutamatergic neuron of the primary motor cortex)

AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> "PMID:33184512") <http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/PCL_1000000> "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 <http://purl.obolibrary.org/obo/PCL_1000000> <http://orcid.org/0000-0001-7258-9596>)
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> <http://purl.obolibrary.org/obo/PCL_1000000> "ILX:0770172")
AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> "PMID:25525751") rdfs:comment <http://purl.obolibrary.org/obo/PCL_1000000> "These cells likely corresponded to the quasi-L4 neurons described previously in the motor cortex.")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PCL_1000000> "L4 intratelencephalic projecting glutamatergic neuron of the primary motor cortex")
EquivalentClasses(<http://purl.obolibrary.org/obo/PCL_1000000> ObjectIntersectionOf(<http://purl.obolibrary.org/obo/CL_4023040> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/RO_0002100> <http://purl.obolibrary.org/obo/UBERON_0001384>) ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/RO_0002100> <http://purl.obolibrary.org/obo/UBERON_0005393>)))
)