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

Obsolete neuronal brush cells and adjust logical definition of tanycyte #2653

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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: 6 additions & 7 deletions src/ontology/cl-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -3342,7 +3342,7 @@ AnnotationAssertion(rdfs:label obo:IAO_0000115 "definition")

AnnotationAssertion(rdfs:label obo:IAO_0000424 "expand expression to")

# Annotation Property: obo:IAO_0000700 (preferred_root)
# Annotation Property: obo:IAO_0000700 (has ontology root term)

AnnotationAssertion(rdfs:label obo:IAO_0000700 "preferred_root")

Expand Down Expand Up @@ -3436,11 +3436,11 @@ AnnotationAssertion(rdfs:label oboInOwl:hasBroadSynonym "has_broad_synonym")

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

# Annotation Property: oboInOwl:hasExactSynonym (has_exact_synonym)
# Annotation Property: oboInOwl:hasExactSynonym (has exact synonym)

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

# Annotation Property: oboInOwl:hasNarrowSynonym (has_narrow_synonym)
# Annotation Property: oboInOwl:hasNarrowSynonym (has narrow synonym)

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

Expand Down Expand Up @@ -8235,10 +8235,9 @@ AnnotationAssertion(Annotation(oboInOwl:hasDbXref "GOC:tfm") obo:IAO_0000115 obo
AnnotationAssertion(rdfs:label obo:CL_0000554 "gastrin stimulating hormone secreting cell")
SubClassOf(obo:CL_0000554 obo:CL_0000167)

# Class: obo:CL_0000555 (neuronal brush cell)
# Class: obo:CL_0000555 (obsolete neuronal brush cell)

AnnotationAssertion(rdfs:label obo:CL_0000555 "neuronal brush cell")
SubClassOf(obo:CL_0000555 obo:CL_0000117)
AnnotationAssertion(rdfs:label obo:CL_0000555 "obsolete neuronal brush cell")

# Class: obo:CL_0000556 (megakaryocyte)

Expand Down Expand Up @@ -14605,7 +14604,7 @@ AnnotationAssertion(oboInOwl:hasDbXref obo:CL_0002085 "BTO:0001953")
AnnotationAssertion(oboInOwl:hasDbXref obo:CL_0002085 "FMA:54560")
AnnotationAssertion(Annotation(oboInOwl:hasDbXref "PMID:29351662") oboInOwl:hasExactSynonym obo:CL_0002085 "stretch cell")
AnnotationAssertion(rdfs:label obo:CL_0002085 "tanycyte")
SubClassOf(obo:CL_0002085 obo:CL_0000683)
SubClassOf(obo:CL_0002085 obo:CL_0000065)
SubClassOf(obo:CL_0002085 ObjectSomeValuesFrom(obo:BFO_0000050 obo:UBERON_0004670))

# Class: obo:CL_0002086 (specialized cardiac myocyte)
Expand Down
Loading
Loading